@lvce-editor/static-server 0.40.7 → 0.40.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1845 -1829
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{d4bd205 → 8c086b8}/css/App.css +82 -82
- package/static/{d4bd205 → 8c086b8}/extensions/builtin.vscode-icons/icon-theme.json +114 -2
- package/static/8c086b8/file-icons/file_type_antlers_html.svg +1 -0
- package/static/8c086b8/file-icons/file_type_attw.svg +1 -0
- package/static/8c086b8/file-icons/file_type_capnp.svg +1 -0
- package/static/8c086b8/file-icons/file_type_craco.svg +1 -0
- package/static/8c086b8/file-icons/file_type_css.svg +1 -0
- package/static/8c086b8/file-icons/file_type_cssmap.svg +1 -0
- package/static/8c086b8/file-icons/file_type_deno.svg +1 -0
- package/static/8c086b8/file-icons/file_type_epub.svg +1 -0
- package/static/8c086b8/file-icons/file_type_flyio.svg +1 -0
- package/static/8c086b8/file-icons/file_type_humanstxt.svg +1 -0
- package/static/8c086b8/file-icons/file_type_jsr.svg +1 -0
- package/static/8c086b8/file-icons/file_type_language_configuration.svg +1 -0
- package/static/8c086b8/file-icons/file_type_light_neo4j.svg +1 -0
- package/static/8c086b8/file-icons/file_type_light_reactrouter.svg +1 -0
- package/static/8c086b8/file-icons/file_type_minecraft.svg +1 -0
- package/static/8c086b8/file-icons/file_type_neo4j.svg +1 -0
- package/static/8c086b8/file-icons/file_type_reactrouter.svg +1 -0
- package/static/8c086b8/file-icons/file_type_rolldown.svg +1 -0
- package/static/8c086b8/file-icons/folder_type_minecraft.svg +1 -0
- package/static/8c086b8/file-icons/folder_type_minecraft_opened.svg +1 -0
- package/static/{d4bd205 → 8c086b8}/manifest.json +2 -2
- package/static/{d4bd205 → 8c086b8}/packages/about-view-worker/dist/aboutWorkerMain.js +29 -7
- package/static/{d4bd205 → 8c086b8}/packages/explorer-worker/dist/explorerViewWorkerMain.js +1373 -1034
- package/static/{d4bd205 → 8c086b8}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{d4bd205 → 8c086b8}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1563 -746
- package/static/{d4bd205 → 8c086b8}/packages/iframe-worker/dist/iframeWorkerMain.js +657 -703
- package/static/{d4bd205 → 8c086b8}/packages/renderer-process/dist/rendererProcessMain.js +20 -18
- package/static/{d4bd205 → 8c086b8}/packages/renderer-process/package.json +1 -1
- package/static/{d4bd205 → 8c086b8}/packages/renderer-worker/dist/rendererWorkerMain.js +708 -892
- package/static/{d4bd205 → 8c086b8}/packages/test-worker/dist/testWorkerMain.js +767 -731
- package/static/{d4bd205 → 8c086b8}/packages/text-search-worker/dist/textSearchWorkerMain.js +660 -710
- package/static/index.html +4 -4
- package/static/d4bd205/file-icons/file_type_css.svg +0 -1
- package/static/d4bd205/file-icons/file_type_cssmap.svg +0 -1
- package/static/d4bd205/file-icons/file_type_deno.svg +0 -1
- package/static/d4bd205/js/js-base64.js +0 -296
- /package/static/{d4bd205 → 8c086b8}/config/colorTheme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/config/defaultSettings.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/config/fileMap.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/config/webExtensions.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/Animation.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/DebugButtons.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/DebugValue.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/E2eTest.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/E2eTests.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/EditorHover.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/EditorMessage.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ImagePreview.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/Key.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/Markdown.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/Progress.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/Select.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletAbout.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletDialog.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletMedia.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletOutput.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletPanel.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletPdf.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletProblems.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletReferences.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletSearch.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletStorage.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/default_file.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/default_folder.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/default_root_folder.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_access.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_access2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ada.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ai.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_al.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_angular.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_apache.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_apex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_apib.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_apl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_asp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_astro.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_atom.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ats.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_audio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_avif.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_avro.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_awk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_aws.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_azure.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_babel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bat.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bats.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_biml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_binary.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_biome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_blade.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bower.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_buf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bun.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_c.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_c2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_c3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_casc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cert.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_chef.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_class.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_compass.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_composer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_conan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_conda.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_config.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_cython.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_db.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_debian.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_diff.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_django.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_docker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_docz.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_drone.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_drools.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_edge.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_elm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ember.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eps.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_erb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_excel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_expo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fla.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_flash.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_flow.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_font.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_funding.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_galen.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_git.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_git2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_glide.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_godot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_grain.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_helix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_helm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_host.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_html.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_http.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_husky.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_icl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_idris.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_image.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_imba.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_inc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_informix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ini.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ink.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_io.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_janet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jar.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_java.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_json.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_json2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_json5.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_juice.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_julia.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_k.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_karma.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_key.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kite.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_knip.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kos.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_latino.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_layout.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_less.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_liara.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_license.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lime.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_locale.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_log.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lua.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_luau.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_lync.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_map.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_marko.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_maven.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_maya.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_meson.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_motif.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mson.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_next.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nim.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_noc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_node.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_node2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_npm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_org.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_package.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_paket.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_patch.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_perl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_php.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_php2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_php3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pine.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pip.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pony.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_postman.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_preact.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_progress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pug.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_python.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_q.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_qml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_r.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_racket.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rails.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_raku.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_raml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_razor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_reason.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_red.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_registry.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rego.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_remark.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_replit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_retext.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_riot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_robots.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rome.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ron.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rust.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sails.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_san.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sas.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sass.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_scala.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_script.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_scss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_shell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sino.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_slang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_slice.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_slim.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_slint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sln.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_snort.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_source.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_spin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sst.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stata.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_style.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_styled.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_svg.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_swc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_swift.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_swig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_teal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_templ.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tera.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_test.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_testts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_text.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_textile.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_todo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_toit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_toml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tox.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_travis.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tree.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tres.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_twig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_unison.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vala.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vash.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vba.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vento.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_video.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_view.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vim.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vite.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_volt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vue.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wally.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_windi.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_word.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_word2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xib.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yang.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_zig.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_zip.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_android.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_api.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_app.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_client.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_common.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_component.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_config.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_css.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_db.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_git.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_github.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_images.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_include.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_js.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_json.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_less.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_library.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_log.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_model.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_module.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_next.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_node.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_package.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_php.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_private.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_public.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_python.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_route.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_script.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_server.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_services.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_src.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_story.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_style.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_template.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_test.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_video.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_view.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_www.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/add.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/arrow-down.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/arrow-left.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/arrow-right.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/arrow-up.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/blank.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/book.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/case-sensitive.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/check.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chevron-down.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chevron-left.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chevron-right.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chevron-up.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chrome-close.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chrome-maximize.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chrome-minimize.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/chrome-restore.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/circle-filled.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/clear-all.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/close.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/cloud.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/collapse-all.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-all.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-alt-2.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-alt-small.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-alt.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-console.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-continue-small.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-continue.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-coverage.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-disconnect.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-line-by-line.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-pause.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-rerun.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-restart-frame.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-restart.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-stackframe.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-start.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-step-back.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-step-into.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-step-out.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-step-over.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug-stop.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/debug.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/discard.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/edit.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/ellipsis.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/error.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/exclude.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/extensions.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/files.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/filter.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/go-to-file.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/icon-close.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/icon-source-control.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/icon-sync.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/icon.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/icon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/info.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/language-icon.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/link-external.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/list-flat.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/list-tree.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/new-file.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/new-folder.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/newline.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/open-preview.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/play.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/preserve-case.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/progress.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/pwa-icon-192.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/pwa-icon-512.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/record-keys.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/refresh.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/regex.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/remove.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/replace-all.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/replace.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/run-all.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/search.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/settings-gear.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/source-control.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/split-horizontal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/squiggly-error.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/squiggly-warning.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-array.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-boolean.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-class.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-color.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-constant.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-enum-member.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-enum.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-event.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-field.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-file.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-interface.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-key.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-keyword.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-method.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-misc.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-namespace.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-numeric.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-operator.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-parameter.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-property.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-ruler.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-snippet.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-string.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-structure.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/symbol-variable.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/tag.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/terminal-bash.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/terminal.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/theme-icon.png +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/trash.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/triangle-down.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/triangle-left.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/triangle-right.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/triangle-up.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/warning.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/whole-word.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/zoom-in.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/icons/zoom-out.svg +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/babel-parser.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/blob-util.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/ky.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/lvce-editor-import-script.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/lvce-editor-ipc.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/lvce-editor-verror.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/p-min-delay.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/pretty-bytes.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/preview-injected.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/js/yoctodelay.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/lib-css/termterm.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/renderer-process/LICENSE +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/renderer-process/README.md +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.cpp +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.css +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.csv +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.dart +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.env +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.ex +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.html +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.java +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.jl +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.js +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.kt +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.pl +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.py +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/index.ts +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/scrolling.txt +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/languages/tsconfig.json +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/sample-folder/a.txt +0 -0
- /package/static/{d4bd205 → 8c086b8}/playground/sample-folder/b.txt +0 -0
- /package/static/{d4bd205 → 8c086b8}/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 '/8c086b8';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -123,7 +123,7 @@ const getText$3 = response => {
|
|
|
123
123
|
const getJson$7 = response => {
|
|
124
124
|
return response.json();
|
|
125
125
|
};
|
|
126
|
-
const create$
|
|
126
|
+
const create$14 = (value, options) => {
|
|
127
127
|
return new Response(value, options);
|
|
128
128
|
};
|
|
129
129
|
|
|
@@ -470,7 +470,7 @@ const invoke$h = async (ipc, method, ...params) => {
|
|
|
470
470
|
const result = unwrapJsonRpcResult(responseMessage);
|
|
471
471
|
return result;
|
|
472
472
|
};
|
|
473
|
-
const invokeAndTransfer$
|
|
473
|
+
const invokeAndTransfer$d = async (ipc, handle, method, ...params) => {
|
|
474
474
|
if (typeof handle === "string") {
|
|
475
475
|
params = [method, ...params];
|
|
476
476
|
method = handle;
|
|
@@ -502,12 +502,10 @@ class CommandNotFoundError extends Error {
|
|
|
502
502
|
// TODO rename to widgetFind and group together with other widgets (contextMenu, hover, tooltip)
|
|
503
503
|
const Ajax = 1;
|
|
504
504
|
const Audio$2 = 2;
|
|
505
|
-
const Base64 = 3;
|
|
506
505
|
const Blob$2 = 4;
|
|
507
506
|
const CacheStorage = 5;
|
|
508
507
|
const Callback = 6;
|
|
509
508
|
const ClipBoard = 7;
|
|
510
|
-
const ColorPicker$1 = 8;
|
|
511
509
|
const ColorTheme$1 = 9;
|
|
512
510
|
const ColorThemeFromJson = 10;
|
|
513
511
|
const ContextMenu = 11;
|
|
@@ -632,8 +630,6 @@ const getModuleId$1 = commandId => {
|
|
|
632
630
|
return Debug;
|
|
633
631
|
case 'AutoUpdater':
|
|
634
632
|
return AutoUpdater;
|
|
635
|
-
case 'Base64':
|
|
636
|
-
return Base64;
|
|
637
633
|
case 'Blob':
|
|
638
634
|
return Blob$2;
|
|
639
635
|
case 'BulkReplacement':
|
|
@@ -646,8 +642,6 @@ const getModuleId$1 = commandId => {
|
|
|
646
642
|
return Chrome;
|
|
647
643
|
case 'ClipBoard':
|
|
648
644
|
return ClipBoard;
|
|
649
|
-
case 'ColorPicker':
|
|
650
|
-
return ColorPicker$1;
|
|
651
645
|
case 'ColorTheme':
|
|
652
646
|
return ColorTheme$1;
|
|
653
647
|
case 'ColorThemeFromJson':
|
|
@@ -1126,8 +1120,8 @@ const listen$1 = async () => {
|
|
|
1126
1120
|
const invoke$g = (method, ...params) => {
|
|
1127
1121
|
return invoke$h(state$J.ipc, method, ...params);
|
|
1128
1122
|
};
|
|
1129
|
-
const invokeAndTransfer$
|
|
1130
|
-
return invokeAndTransfer$
|
|
1123
|
+
const invokeAndTransfer$c = (method, ...params) => {
|
|
1124
|
+
return invokeAndTransfer$d(state$J.ipc, method, ...params);
|
|
1131
1125
|
};
|
|
1132
1126
|
|
|
1133
1127
|
const actuallyLoadCssStyleSheet = async css => {
|
|
@@ -1382,7 +1376,7 @@ const getMarkerLines = (loc, source, opts) => {
|
|
|
1382
1376
|
markerLines
|
|
1383
1377
|
};
|
|
1384
1378
|
};
|
|
1385
|
-
const create$
|
|
1379
|
+
const create$13 = (rawLines, loc, opts = {}) => {
|
|
1386
1380
|
const lines = rawLines.split(NEWLINE);
|
|
1387
1381
|
const {
|
|
1388
1382
|
start,
|
|
@@ -1466,7 +1460,7 @@ for (const [i, char] of 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012
|
|
|
1466
1460
|
}
|
|
1467
1461
|
|
|
1468
1462
|
/** @param {string} string */
|
|
1469
|
-
const decode
|
|
1463
|
+
const decode = string => {
|
|
1470
1464
|
/** @type {number[]} */
|
|
1471
1465
|
const result = [];
|
|
1472
1466
|
let shift = 0;
|
|
@@ -1520,7 +1514,7 @@ const getColumnMapping = (mappings, line, column) => {
|
|
|
1520
1514
|
throw new Error('no mapping found');
|
|
1521
1515
|
}
|
|
1522
1516
|
const chunk = lineMapping.slice(index + 1, newIndex);
|
|
1523
|
-
const decodedChunk = decode
|
|
1517
|
+
const decodedChunk = decode(chunk);
|
|
1524
1518
|
currentColumn += decodedChunk[0];
|
|
1525
1519
|
originalSourceFileIndex += decodedChunk[1];
|
|
1526
1520
|
originalLine += decodedChunk[2];
|
|
@@ -1542,7 +1536,7 @@ const getColumnMapping = (mappings, line, column) => {
|
|
|
1542
1536
|
}
|
|
1543
1537
|
const chunks = lineMappings.split(',');
|
|
1544
1538
|
for (const chunk of chunks) {
|
|
1545
|
-
const decodedChunk = decode
|
|
1539
|
+
const decodedChunk = decode(chunk);
|
|
1546
1540
|
currentColumn += decodedChunk[0];
|
|
1547
1541
|
originalSourceFileIndex += decodedChunk[1];
|
|
1548
1542
|
originalLine += decodedChunk[2];
|
|
@@ -1703,7 +1697,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
|
|
|
1703
1697
|
} = getOriginalPosition(sourceMap, parsedLine, parsedColumn);
|
|
1704
1698
|
const absoluteSourceUrl = toAbsoluteUrl(path, source);
|
|
1705
1699
|
const originalSourceContent = await getText$2(absoluteSourceUrl);
|
|
1706
|
-
const codeFrame = create$
|
|
1700
|
+
const codeFrame = create$13(originalSourceContent, {
|
|
1707
1701
|
start: {
|
|
1708
1702
|
line: originalLine,
|
|
1709
1703
|
column: originalColumn
|
|
@@ -1721,7 +1715,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
|
|
|
1721
1715
|
_error: error
|
|
1722
1716
|
};
|
|
1723
1717
|
}
|
|
1724
|
-
const codeFrame = create$
|
|
1718
|
+
const codeFrame = create$13(text, {
|
|
1725
1719
|
start: {
|
|
1726
1720
|
line: parsedLine,
|
|
1727
1721
|
column: parsedColumn
|
|
@@ -1849,11 +1843,11 @@ const invoke$f = async (method, ...params) => {
|
|
|
1849
1843
|
const result = await invoke$h(ipc, method, ...params);
|
|
1850
1844
|
return result;
|
|
1851
1845
|
};
|
|
1852
|
-
const invokeAndTransfer$
|
|
1846
|
+
const invokeAndTransfer$b = async (method, ...params) => {
|
|
1853
1847
|
const {
|
|
1854
1848
|
ipc
|
|
1855
1849
|
} = state$H;
|
|
1856
|
-
const result = await invokeAndTransfer$
|
|
1850
|
+
const result = await invokeAndTransfer$d(ipc, method, ...params);
|
|
1857
1851
|
return result;
|
|
1858
1852
|
};
|
|
1859
1853
|
|
|
@@ -1926,7 +1920,7 @@ const getProtocol = uri => {
|
|
|
1926
1920
|
return Disk;
|
|
1927
1921
|
};
|
|
1928
1922
|
const PROTOCOL_POST_FIX_LENGTH = 3;
|
|
1929
|
-
const getPath = (protocol, uri) => {
|
|
1923
|
+
const getPath$1 = (protocol, uri) => {
|
|
1930
1924
|
if (protocol === Disk && !uri.startsWith('file://')) {
|
|
1931
1925
|
return uri;
|
|
1932
1926
|
}
|
|
@@ -1938,50 +1932,50 @@ const getPath = (protocol, uri) => {
|
|
|
1938
1932
|
|
|
1939
1933
|
const readFile$e = async (uri, encoding = Utf8) => {
|
|
1940
1934
|
const protocol = getProtocol(uri);
|
|
1941
|
-
const path = getPath(protocol, uri);
|
|
1935
|
+
const path = getPath$1(protocol, uri);
|
|
1942
1936
|
const fileSystem = await getFileSystem(protocol);
|
|
1943
1937
|
return fileSystem.readFile(path, encoding);
|
|
1944
1938
|
};
|
|
1945
1939
|
const readJson$3 = async (uri, encoding) => {
|
|
1946
1940
|
const protocol = getProtocol(uri);
|
|
1947
|
-
const path = getPath(protocol, uri);
|
|
1941
|
+
const path = getPath$1(protocol, uri);
|
|
1948
1942
|
const fileSystem = await getFileSystem(protocol);
|
|
1949
1943
|
return fileSystem.readJson(path, encoding);
|
|
1950
1944
|
};
|
|
1951
1945
|
const remove$9 = async uri => {
|
|
1952
1946
|
const protocol = getProtocol(uri);
|
|
1953
|
-
const path = getPath(protocol, uri);
|
|
1947
|
+
const path = getPath$1(protocol, uri);
|
|
1954
1948
|
const fileSystem = await getFileSystem(protocol);
|
|
1955
1949
|
await fileSystem.remove(path);
|
|
1956
1950
|
};
|
|
1957
1951
|
const rename$6 = async (oldUri, newUri) => {
|
|
1958
1952
|
const protocol = getProtocol(oldUri);
|
|
1959
|
-
const oldPath = getPath(protocol, oldUri);
|
|
1960
|
-
const newPath = getPath(protocol, newUri);
|
|
1953
|
+
const oldPath = getPath$1(protocol, oldUri);
|
|
1954
|
+
const newPath = getPath$1(protocol, newUri);
|
|
1961
1955
|
const fileSystem = await getFileSystem(protocol);
|
|
1962
1956
|
await fileSystem.rename(oldPath, newPath);
|
|
1963
1957
|
};
|
|
1964
1958
|
const mkdir$7 = async uri => {
|
|
1965
1959
|
const protocol = getProtocol(uri);
|
|
1966
|
-
const path = getPath(protocol, uri);
|
|
1960
|
+
const path = getPath$1(protocol, uri);
|
|
1967
1961
|
const fileSystem = await getFileSystem(protocol);
|
|
1968
1962
|
await fileSystem.mkdir(path);
|
|
1969
1963
|
};
|
|
1970
1964
|
const writeFile$e = async (uri, content, encoding = Utf8) => {
|
|
1971
1965
|
const protocol = getProtocol(uri);
|
|
1972
|
-
const path = getPath(protocol, uri);
|
|
1966
|
+
const path = getPath$1(protocol, uri);
|
|
1973
1967
|
const fileSystem = await getFileSystem(protocol);
|
|
1974
1968
|
await fileSystem.writeFile(path, content, encoding);
|
|
1975
1969
|
};
|
|
1976
1970
|
const readDirWithFileTypes$8 = async uri => {
|
|
1977
1971
|
const protocol = getProtocol(uri);
|
|
1978
|
-
const path = getPath(protocol, uri);
|
|
1972
|
+
const path = getPath$1(protocol, uri);
|
|
1979
1973
|
const fileSystem = await getFileSystem(protocol);
|
|
1980
1974
|
return fileSystem.readDirWithFileTypes(path);
|
|
1981
1975
|
};
|
|
1982
1976
|
const getBlobUrl$3 = async uri => {
|
|
1983
1977
|
const protocol = getProtocol(uri);
|
|
1984
|
-
const path = getPath(protocol, uri);
|
|
1978
|
+
const path = getPath$1(protocol, uri);
|
|
1985
1979
|
const fileSystem = await getFileSystem(protocol);
|
|
1986
1980
|
if (fileSystem.getBlobSrc) {
|
|
1987
1981
|
return fileSystem.getBlobSrc(path);
|
|
@@ -1993,41 +1987,41 @@ const getBlobUrl$3 = async uri => {
|
|
|
1993
1987
|
};
|
|
1994
1988
|
const getBlob$4 = async uri => {
|
|
1995
1989
|
const protocol = getProtocol(uri);
|
|
1996
|
-
const path = getPath(protocol, uri);
|
|
1990
|
+
const path = getPath$1(protocol, uri);
|
|
1997
1991
|
const fileSystem = await getFileSystem(protocol);
|
|
1998
1992
|
return fileSystem.getBlob(path);
|
|
1999
1993
|
};
|
|
2000
|
-
const copy$
|
|
1994
|
+
const copy$7 = async (sourceUri, targetUri) => {
|
|
2001
1995
|
string(sourceUri);
|
|
2002
1996
|
string(targetUri);
|
|
2003
1997
|
// TODO what if it is not the same file system?
|
|
2004
1998
|
const protocol = getProtocol(sourceUri);
|
|
2005
1999
|
const fileSystem = await getFileSystem(protocol);
|
|
2006
|
-
const sourcePath = getPath(protocol, sourceUri);
|
|
2007
|
-
const targetPath = getPath(protocol, targetUri);
|
|
2000
|
+
const sourcePath = getPath$1(protocol, sourceUri);
|
|
2001
|
+
const targetPath = getPath$1(protocol, targetUri);
|
|
2008
2002
|
return fileSystem.copy(sourcePath, targetPath);
|
|
2009
2003
|
};
|
|
2010
2004
|
const getPathSeparator$9 = async uri => {
|
|
2011
2005
|
const protocol = getProtocol(uri);
|
|
2012
|
-
const path = getPath(protocol, uri);
|
|
2006
|
+
const path = getPath$1(protocol, uri);
|
|
2013
2007
|
const fileSystem = await getFileSystem(protocol);
|
|
2014
2008
|
return fileSystem.getPathSeparator(path);
|
|
2015
2009
|
};
|
|
2016
2010
|
const getRealPath$1 = async uri => {
|
|
2017
2011
|
const protocol = getProtocol(uri);
|
|
2018
|
-
const path = getPath(protocol, uri);
|
|
2012
|
+
const path = getPath$1(protocol, uri);
|
|
2019
2013
|
const fileSystem = await getFileSystem(protocol);
|
|
2020
2014
|
return fileSystem.getRealPath(path);
|
|
2021
2015
|
};
|
|
2022
2016
|
const stat$1 = async uri => {
|
|
2023
2017
|
const protocol = getProtocol(uri);
|
|
2024
|
-
const path = getPath(protocol, uri);
|
|
2018
|
+
const path = getPath$1(protocol, uri);
|
|
2025
2019
|
const fileSystem = await getFileSystem(protocol);
|
|
2026
2020
|
return fileSystem.stat(path);
|
|
2027
2021
|
};
|
|
2028
2022
|
const chmod$3 = async (uri, permissions) => {
|
|
2029
2023
|
const protocol = getProtocol(uri);
|
|
2030
|
-
const path = getPath(protocol, uri);
|
|
2024
|
+
const path = getPath$1(protocol, uri);
|
|
2031
2025
|
const fileSystem = await getFileSystem(protocol);
|
|
2032
2026
|
return fileSystem.chmod(path, permissions);
|
|
2033
2027
|
};
|
|
@@ -2439,7 +2433,6 @@ const FocusExtensions = 15;
|
|
|
2439
2433
|
const FocusFindWidget = 16;
|
|
2440
2434
|
const FocusMenu = 18;
|
|
2441
2435
|
const FocusProblems = 19;
|
|
2442
|
-
const FocusQuickPickInput = 20;
|
|
2443
2436
|
const FocusSimpleBrowserInput = 23;
|
|
2444
2437
|
const FocusSourceControlInput = 24;
|
|
2445
2438
|
const FocusTerminal = 25;
|
|
@@ -2802,7 +2795,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
2802
2795
|
break;
|
|
2803
2796
|
}
|
|
2804
2797
|
}
|
|
2805
|
-
const codeFrame = create$
|
|
2798
|
+
const codeFrame = create$13(code, {
|
|
2806
2799
|
start: {
|
|
2807
2800
|
line: rowIndex + 1,
|
|
2808
2801
|
column: columnIndex + 1
|
|
@@ -3116,7 +3109,7 @@ const isOpen = () => {
|
|
|
3116
3109
|
const state$y = {
|
|
3117
3110
|
id: 0
|
|
3118
3111
|
};
|
|
3119
|
-
const create$
|
|
3112
|
+
const create$12 = () => {
|
|
3120
3113
|
return ++state$y.id;
|
|
3121
3114
|
};
|
|
3122
3115
|
|
|
@@ -3416,7 +3409,13 @@ const setUri = async uri => {
|
|
|
3416
3409
|
state$w.workspaceUri = uri;
|
|
3417
3410
|
await onWorkspaceChange();
|
|
3418
3411
|
};
|
|
3419
|
-
const
|
|
3412
|
+
const getPath = () => {
|
|
3413
|
+
return state$w.workspacePath;
|
|
3414
|
+
};
|
|
3415
|
+
const getUri$1 = () => {
|
|
3416
|
+
return state$w.workspaceUri;
|
|
3417
|
+
};
|
|
3418
|
+
const close$6 = () => {
|
|
3420
3419
|
return setPath('');
|
|
3421
3420
|
};
|
|
3422
3421
|
const isTest = () => {
|
|
@@ -3545,7 +3544,7 @@ const getOrCreateWorker = fn => {
|
|
|
3545
3544
|
},
|
|
3546
3545
|
async invokeAndTransfer(method, ...params) {
|
|
3547
3546
|
const ipc = await getOrCreate$2(fn);
|
|
3548
|
-
return invokeAndTransfer$
|
|
3547
|
+
return invokeAndTransfer$d(ipc, method, ...params);
|
|
3549
3548
|
},
|
|
3550
3549
|
async dispose() {
|
|
3551
3550
|
const promise = workers.get(fn);
|
|
@@ -3592,7 +3591,7 @@ const getModule$8 = method => {
|
|
|
3592
3591
|
}
|
|
3593
3592
|
};
|
|
3594
3593
|
|
|
3595
|
-
const create$
|
|
3594
|
+
const create$11 = async ({
|
|
3596
3595
|
method,
|
|
3597
3596
|
...options
|
|
3598
3597
|
}) => {
|
|
@@ -3678,7 +3677,7 @@ const getTransferrables = value => {
|
|
|
3678
3677
|
return transferrables;
|
|
3679
3678
|
};
|
|
3680
3679
|
|
|
3681
|
-
const create$
|
|
3680
|
+
const create$10 = async ({
|
|
3682
3681
|
url,
|
|
3683
3682
|
name,
|
|
3684
3683
|
port,
|
|
@@ -3690,7 +3689,7 @@ const create$11 = async ({
|
|
|
3690
3689
|
port1,
|
|
3691
3690
|
port2
|
|
3692
3691
|
} = getPortTuple(port);
|
|
3693
|
-
await invokeAndTransfer$
|
|
3692
|
+
await invokeAndTransfer$c('IpcParent.create', {
|
|
3694
3693
|
method: ModuleWorkerWithMessagePort,
|
|
3695
3694
|
url,
|
|
3696
3695
|
name,
|
|
@@ -3750,7 +3749,7 @@ const wrap$7 = port => {
|
|
|
3750
3749
|
|
|
3751
3750
|
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
3752
3751
|
__proto__: null,
|
|
3753
|
-
create: create$
|
|
3752
|
+
create: create$10,
|
|
3754
3753
|
wrap: wrap$7
|
|
3755
3754
|
};
|
|
3756
3755
|
|
|
@@ -3766,7 +3765,7 @@ const getConfig = () => {
|
|
|
3766
3765
|
|
|
3767
3766
|
const objects = Object.create(null);
|
|
3768
3767
|
const transferToRendererProcess = async (objectId, transferable) => {
|
|
3769
|
-
await invokeAndTransfer$
|
|
3768
|
+
await invokeAndTransfer$c('Transferrable.transfer', transferable, objectId);
|
|
3770
3769
|
};
|
|
3771
3770
|
const transfer = (objectId, transferable) => {
|
|
3772
3771
|
number$1(objectId);
|
|
@@ -3785,8 +3784,8 @@ const acquire = objectId => {
|
|
|
3785
3784
|
|
|
3786
3785
|
const launchExtensionHostWorker = async () => {
|
|
3787
3786
|
const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
|
|
3788
|
-
const id = create$
|
|
3789
|
-
let ipc = await create$
|
|
3787
|
+
const id = create$12();
|
|
3788
|
+
let ipc = await create$11({
|
|
3790
3789
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3791
3790
|
name,
|
|
3792
3791
|
url: extensionHostWorkerUrl,
|
|
@@ -3807,7 +3806,7 @@ const launchExtensionHostWorker = async () => {
|
|
|
3807
3806
|
|
|
3808
3807
|
const {
|
|
3809
3808
|
invoke: invoke$e,
|
|
3810
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
3809
|
+
invokeAndTransfer: invokeAndTransfer$a
|
|
3811
3810
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
3812
3811
|
|
|
3813
3812
|
const ActivityBar$6 = 'ActivityBar';
|
|
@@ -4106,7 +4105,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
4106
4105
|
if (oldState === newState) {
|
|
4107
4106
|
return;
|
|
4108
4107
|
}
|
|
4109
|
-
const commands = render$
|
|
4108
|
+
const commands = render$H(instance.factory, oldState, newState, newState.uid || id);
|
|
4110
4109
|
setRenderedState(id, newState);
|
|
4111
4110
|
await invoke$g(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4112
4111
|
} else {
|
|
@@ -4127,7 +4126,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
4127
4126
|
object(newState);
|
|
4128
4127
|
const renderedState = instance.renderedState;
|
|
4129
4128
|
if (oldState !== newState) {
|
|
4130
|
-
commands.push(...render$
|
|
4129
|
+
commands.push(...render$H(instance.factory, renderedState, newState));
|
|
4131
4130
|
setRenderedState(id, newState);
|
|
4132
4131
|
}
|
|
4133
4132
|
if (commands.length === 0) {
|
|
@@ -4193,7 +4192,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
|
|
|
4193
4192
|
* @param {()=>any} getModule
|
|
4194
4193
|
* @returns
|
|
4195
4194
|
*/
|
|
4196
|
-
const create
|
|
4195
|
+
const create$$ = (getModule, id, parentUid, uri, x, y, width, height) => {
|
|
4197
4196
|
fn(getModule);
|
|
4198
4197
|
string(id);
|
|
4199
4198
|
number$1(parentUid);
|
|
@@ -4330,7 +4329,7 @@ const maybeRegisterEvents = module => {
|
|
|
4330
4329
|
}
|
|
4331
4330
|
const uid = instance.uid || instance.state.uid;
|
|
4332
4331
|
number$1(uid);
|
|
4333
|
-
const commands = render$
|
|
4332
|
+
const commands = render$H(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
4334
4333
|
instance.state = newState;
|
|
4335
4334
|
instance.renderedState = newState;
|
|
4336
4335
|
await invoke$g(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
@@ -4406,7 +4405,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4406
4405
|
}
|
|
4407
4406
|
let state = ViewletState.Default;
|
|
4408
4407
|
// @ts-ignore
|
|
4409
|
-
const viewletUid = viewlet.uid || create$
|
|
4408
|
+
const viewletUid = viewlet.uid || create$12();
|
|
4410
4409
|
let module;
|
|
4411
4410
|
try {
|
|
4412
4411
|
viewlet.type = 1;
|
|
@@ -4458,7 +4457,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4458
4457
|
if (module.getChildren) {
|
|
4459
4458
|
const children = module.getChildren(newState);
|
|
4460
4459
|
for (const child of children) {
|
|
4461
|
-
const childUid = child.uid || create$
|
|
4460
|
+
const childUid = child.uid || create$12();
|
|
4462
4461
|
const childId = child.id;
|
|
4463
4462
|
const childViewlet = {
|
|
4464
4463
|
x: child.x,
|
|
@@ -4622,7 +4621,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4622
4621
|
}
|
|
4623
4622
|
// console.timeEnd(`load/${viewlet.id}`)
|
|
4624
4623
|
};
|
|
4625
|
-
const render$
|
|
4624
|
+
const render$H = (module, oldState, newState, uid = newState.uid || module.name, parentUid = newState.parentUid) => {
|
|
4626
4625
|
return getRenderCommands(module, oldState, newState, uid, parentUid);
|
|
4627
4626
|
};
|
|
4628
4627
|
|
|
@@ -4678,7 +4677,7 @@ const reload$3 = forward$2('ElectronWindow.reload');
|
|
|
4678
4677
|
const minimize$2 = forward$2('ElectronWindow.minimize');
|
|
4679
4678
|
const unmaximize$1 = forward$2('ElectronWindow.unmaximize');
|
|
4680
4679
|
const maximize$2 = forward$2('ElectronWindow.maximize');
|
|
4681
|
-
const close$
|
|
4680
|
+
const close$5 = forward$2('ElectronWindow.close');
|
|
4682
4681
|
const openNew$1 = forward$2('ElectronWindow.openNew');
|
|
4683
4682
|
const toggleDevtools = forward$2('ElectronWindow.toggleDevtools');
|
|
4684
4683
|
const zoomIn$1 = forward$2('ElectronWindow.zoomIn');
|
|
@@ -4730,7 +4729,7 @@ const focus$9 = async id => {
|
|
|
4730
4729
|
if (instance && instance.factory.focus) {
|
|
4731
4730
|
const oldState = instance.state;
|
|
4732
4731
|
const newState = instance.factory.focus(oldState);
|
|
4733
|
-
commands.push(...render$
|
|
4732
|
+
commands.push(...render$H(instance.factory, oldState, newState));
|
|
4734
4733
|
}
|
|
4735
4734
|
setFocusedInstance(instance);
|
|
4736
4735
|
await invoke$g('Viewlet.sendMultiple', commands);
|
|
@@ -4758,7 +4757,7 @@ const send = (id, method, ...args) => {
|
|
|
4758
4757
|
/**
|
|
4759
4758
|
* @deprecated
|
|
4760
4759
|
*/
|
|
4761
|
-
const dispose$
|
|
4760
|
+
const dispose$u = async id => {
|
|
4762
4761
|
if (!id) {
|
|
4763
4762
|
console.warn('no instance to dispose');
|
|
4764
4763
|
return;
|
|
@@ -4836,7 +4835,7 @@ const showFunctional = id => {
|
|
|
4836
4835
|
const instance = getInstance(id);
|
|
4837
4836
|
const initialState = instance.factory.create();
|
|
4838
4837
|
// TODO resize
|
|
4839
|
-
const commands = render$
|
|
4838
|
+
const commands = render$H(instance.factory, initialState, instance.state);
|
|
4840
4839
|
// TODO avoid side effect, instead return an array of
|
|
4841
4840
|
// commands to send to shared process
|
|
4842
4841
|
// @ts-ignore
|
|
@@ -4914,7 +4913,7 @@ const resize$o = (id, dimensions) => {
|
|
|
4914
4913
|
// TODO handle promise rejection gracefully
|
|
4915
4914
|
instance.factory.resizeEffect(newState);
|
|
4916
4915
|
}
|
|
4917
|
-
commands = render$
|
|
4916
|
+
commands = render$H(instance.factory, instance.state, newState);
|
|
4918
4917
|
} else {
|
|
4919
4918
|
const result = instance.factory.resize(oldState, dimensions);
|
|
4920
4919
|
newState = result.newState;
|
|
@@ -4932,7 +4931,7 @@ const handleFocusChange$3 = (id, isFocused) => {
|
|
|
4932
4931
|
}
|
|
4933
4932
|
const oldState = instance.state;
|
|
4934
4933
|
const newState = instance.factory.handleFocusChange(oldState, isFocused);
|
|
4935
|
-
const commands = render$
|
|
4934
|
+
const commands = render$H(instance.factory, instance.state, newState);
|
|
4936
4935
|
object(newState);
|
|
4937
4936
|
array(commands);
|
|
4938
4937
|
setState$1(id, newState);
|
|
@@ -4946,7 +4945,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4946
4945
|
const instance = getInstance(id);
|
|
4947
4946
|
if (instance && instance.factory && instance.factory.hasFunctionalRender) {
|
|
4948
4947
|
const oldState = instance.state;
|
|
4949
|
-
const commands = render$
|
|
4948
|
+
const commands = render$H(instance.factory, oldState, newState);
|
|
4950
4949
|
instance.state = newState;
|
|
4951
4950
|
return commands;
|
|
4952
4951
|
}
|
|
@@ -4968,7 +4967,7 @@ const getAllStates = () => {
|
|
|
4968
4967
|
const openWidget = async (moduleId, ...args) => {
|
|
4969
4968
|
const hasInstance$1 = hasInstance(moduleId);
|
|
4970
4969
|
const type = args[0];
|
|
4971
|
-
const childUid = create$
|
|
4970
|
+
const childUid = create$12();
|
|
4972
4971
|
const commands = await load$7({
|
|
4973
4972
|
getModule: load$5,
|
|
4974
4973
|
id: moduleId,
|
|
@@ -5058,7 +5057,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
5058
5057
|
if (!hasInstance(uid)) {
|
|
5059
5058
|
return;
|
|
5060
5059
|
}
|
|
5061
|
-
const commands = render$
|
|
5060
|
+
const commands = render$H(instance.factory, instance.renderedState, actualNewState);
|
|
5062
5061
|
if ('newState' in newState) {
|
|
5063
5062
|
commands.push(...newState.commands);
|
|
5064
5063
|
}
|
|
@@ -5314,7 +5313,7 @@ const getInitData = async () => {
|
|
|
5314
5313
|
const RendererWorker = 108;
|
|
5315
5314
|
|
|
5316
5315
|
const listen = method => {
|
|
5317
|
-
return create$
|
|
5316
|
+
return create$11({
|
|
5318
5317
|
method,
|
|
5319
5318
|
type: 'shared-process',
|
|
5320
5319
|
name: 'Shared Process',
|
|
@@ -5421,8 +5420,6 @@ const load$4 = moduleId => {
|
|
|
5421
5420
|
return Promise.resolve().then(function () { return Audio_ipc; });
|
|
5422
5421
|
case AutoUpdater:
|
|
5423
5422
|
return Promise.resolve().then(function () { return AutoUpdater_ipc; });
|
|
5424
|
-
case Base64:
|
|
5425
|
-
return Promise.resolve().then(function () { return Base64_ipc; });
|
|
5426
5423
|
case GetEditorSourceActions:
|
|
5427
5424
|
return Promise.resolve().then(function () { return GetEditorSourceActions_ipc; });
|
|
5428
5425
|
case Blob$2:
|
|
@@ -5437,8 +5434,6 @@ const load$4 = moduleId => {
|
|
|
5437
5434
|
return Promise.resolve().then(function () { return Chrome_ipc; });
|
|
5438
5435
|
case ClipBoard:
|
|
5439
5436
|
return Promise.resolve().then(function () { return ClipBoard_ipc; });
|
|
5440
|
-
case ColorPicker$1:
|
|
5441
|
-
return Promise.resolve().then(function () { return ColorPicker_ipc; });
|
|
5442
5437
|
case ColorTheme$1:
|
|
5443
5438
|
return Promise.resolve().then(function () { return ColorTheme_ipc; });
|
|
5444
5439
|
case ColorThemeFromJson:
|
|
@@ -6095,7 +6090,6 @@ const map = {
|
|
|
6095
6090
|
[DiffEditor$1]: () => Promise.resolve().then(function () { return ViewletDiffEditor_ipc; }),
|
|
6096
6091
|
[E2eTest]: () => Promise.resolve().then(function () { return ViewletE2eTest_ipc; }),
|
|
6097
6092
|
[E2eTests$1]: () => Promise.resolve().then(function () { return ViewletE2eTests_ipc; }),
|
|
6098
|
-
[EditorPlainText]: () => Promise.resolve().then(function () { return ViewletEditorPlainText_ipc; }),
|
|
6099
6093
|
[EditorText]: () => Promise.resolve().then(function () { return ViewletEditorText_ipc; }),
|
|
6100
6094
|
[EditorWidgetError]: () => Promise.resolve().then(function () { return ViewletEditorWidgetError_ipc; }),
|
|
6101
6095
|
[EmptyEditor]: () => Promise.resolve().then(function () { return ViewletEmptyEditor_ipc; }),
|
|
@@ -6228,8 +6222,8 @@ const startup = async () => {
|
|
|
6228
6222
|
mark(DidLoadColorTheme);
|
|
6229
6223
|
mark$1(Four);
|
|
6230
6224
|
mark(WillShowLayout);
|
|
6231
|
-
const layout = create
|
|
6232
|
-
layout.uid = create$
|
|
6225
|
+
const layout = create$$(load$5, Layout, 0, '', 0, 0, 0, 0);
|
|
6226
|
+
layout.uid = create$12();
|
|
6233
6227
|
const layoutState = await getSavedViewletState(Layout);
|
|
6234
6228
|
const commands = await load$7({
|
|
6235
6229
|
getModule: load$5,
|
|
@@ -6494,7 +6488,7 @@ const execute$3 = async ({
|
|
|
6494
6488
|
|
|
6495
6489
|
const readFile$d = uri => {
|
|
6496
6490
|
const protocol = getProtocol(uri);
|
|
6497
|
-
const path = getPath(protocol, uri);
|
|
6491
|
+
const path = getPath$1(protocol, uri);
|
|
6498
6492
|
// TODO there shouldn't be multiple file system providers for the same protocol
|
|
6499
6493
|
return executeProvider({
|
|
6500
6494
|
event: `onFileSystem:${protocol}`,
|
|
@@ -6505,7 +6499,7 @@ const readFile$d = uri => {
|
|
|
6505
6499
|
};
|
|
6506
6500
|
const remove$6 = uri => {
|
|
6507
6501
|
const protocol = getProtocol(uri);
|
|
6508
|
-
const path = getPath(protocol, uri);
|
|
6502
|
+
const path = getPath$1(protocol, uri);
|
|
6509
6503
|
return executeProvider({
|
|
6510
6504
|
event: `onFileSystem:${protocol}`,
|
|
6511
6505
|
method: FileSystemRemove,
|
|
@@ -6521,8 +6515,8 @@ const remove$6 = uri => {
|
|
|
6521
6515
|
*/
|
|
6522
6516
|
const rename$5 = (oldUri, newUri) => {
|
|
6523
6517
|
const protocol = getProtocol(oldUri);
|
|
6524
|
-
const oldPath = getPath(protocol, oldUri);
|
|
6525
|
-
const newPath = getPath(protocol, newUri);
|
|
6518
|
+
const oldPath = getPath$1(protocol, oldUri);
|
|
6519
|
+
const newPath = getPath$1(protocol, newUri);
|
|
6526
6520
|
return executeProvider({
|
|
6527
6521
|
event: `onFileSystem:${protocol}`,
|
|
6528
6522
|
method: FileSystemRename,
|
|
@@ -6532,7 +6526,7 @@ const rename$5 = (oldUri, newUri) => {
|
|
|
6532
6526
|
};
|
|
6533
6527
|
const mkdir$6 = uri => {
|
|
6534
6528
|
const protocol = getProtocol(uri);
|
|
6535
|
-
const path = getPath(protocol, uri);
|
|
6529
|
+
const path = getPath$1(protocol, uri);
|
|
6536
6530
|
return executeProvider({
|
|
6537
6531
|
event: `onFileSystem:${protocol}`,
|
|
6538
6532
|
method: FileSystemMkdir,
|
|
@@ -6542,7 +6536,7 @@ const mkdir$6 = uri => {
|
|
|
6542
6536
|
};
|
|
6543
6537
|
const createFile$1 = uri => {
|
|
6544
6538
|
const protocol = getProtocol(uri);
|
|
6545
|
-
const path = getPath(protocol, uri);
|
|
6539
|
+
const path = getPath$1(protocol, uri);
|
|
6546
6540
|
return executeProvider({
|
|
6547
6541
|
event: `onFileSystem:${protocol}`,
|
|
6548
6542
|
method: FileSystemWriteFile,
|
|
@@ -6552,7 +6546,7 @@ const createFile$1 = uri => {
|
|
|
6552
6546
|
};
|
|
6553
6547
|
const createFolder$1 = uri => {
|
|
6554
6548
|
const protocol = getProtocol(uri);
|
|
6555
|
-
const path = getPath(protocol, uri);
|
|
6549
|
+
const path = getPath$1(protocol, uri);
|
|
6556
6550
|
return executeProvider({
|
|
6557
6551
|
event: `onFileSystem:${protocol}`,
|
|
6558
6552
|
method: FileSystemCreateFolder,
|
|
@@ -6562,7 +6556,7 @@ const createFolder$1 = uri => {
|
|
|
6562
6556
|
};
|
|
6563
6557
|
const writeFile$d = (uri, content) => {
|
|
6564
6558
|
const protocol = getProtocol(uri);
|
|
6565
|
-
const path = getPath(protocol, uri);
|
|
6559
|
+
const path = getPath$1(protocol, uri);
|
|
6566
6560
|
return executeProvider({
|
|
6567
6561
|
event: `onFileSystem:${protocol}`,
|
|
6568
6562
|
method: FileSystemWriteFile,
|
|
@@ -6572,7 +6566,7 @@ const writeFile$d = (uri, content) => {
|
|
|
6572
6566
|
};
|
|
6573
6567
|
const readDirWithFileTypes$7 = uri => {
|
|
6574
6568
|
const protocol = getProtocol(uri);
|
|
6575
|
-
const path = getPath(protocol, uri);
|
|
6569
|
+
const path = getPath$1(protocol, uri);
|
|
6576
6570
|
return executeProvider({
|
|
6577
6571
|
event: `onFileSystem:${protocol}`,
|
|
6578
6572
|
method: FileSystemReadDirWithFileTypes,
|
|
@@ -6605,7 +6599,7 @@ const ExtensionHostFileSystem = {
|
|
|
6605
6599
|
writeFile: writeFile$d
|
|
6606
6600
|
};
|
|
6607
6601
|
|
|
6608
|
-
const name$
|
|
6602
|
+
const name$2n = 'App';
|
|
6609
6603
|
const getModule$7 = uri => {
|
|
6610
6604
|
switch (uri) {
|
|
6611
6605
|
case 'startup-performance':
|
|
@@ -6654,7 +6648,7 @@ const FileSystemApp = {
|
|
|
6654
6648
|
canBeRestored: canBeRestored$5,
|
|
6655
6649
|
getPathSeparator: getPathSeparator$7,
|
|
6656
6650
|
mkdir: mkdir$5,
|
|
6657
|
-
name: name$
|
|
6651
|
+
name: name$2n,
|
|
6658
6652
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6659
6653
|
readFile: readFile$c,
|
|
6660
6654
|
remove: remove$5,
|
|
@@ -6662,8 +6656,8 @@ const FileSystemApp = {
|
|
|
6662
6656
|
writeFile: writeFile$c
|
|
6663
6657
|
};
|
|
6664
6658
|
|
|
6665
|
-
const name$
|
|
6666
|
-
const copy$
|
|
6659
|
+
const name$2m = 'Data';
|
|
6660
|
+
const copy$6 = (source, target) => {
|
|
6667
6661
|
throw new Error('not implemented');
|
|
6668
6662
|
};
|
|
6669
6663
|
const readFile$b = path => {
|
|
@@ -6694,12 +6688,12 @@ const getPathSeparator$6 = () => {
|
|
|
6694
6688
|
|
|
6695
6689
|
const FileSystemData = {
|
|
6696
6690
|
__proto__: null,
|
|
6697
|
-
copy: copy$
|
|
6691
|
+
copy: copy$6,
|
|
6698
6692
|
ensureFile: ensureFile$1,
|
|
6699
6693
|
getBlobUrl: getBlobUrl$2,
|
|
6700
6694
|
getPathSeparator: getPathSeparator$6,
|
|
6701
6695
|
mkdir: mkdir$4,
|
|
6702
|
-
name: name$
|
|
6696
|
+
name: name$2m,
|
|
6703
6697
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
6704
6698
|
readFile: readFile$b,
|
|
6705
6699
|
remove: remove$4,
|
|
@@ -6722,7 +6716,7 @@ const getConfiguredWorkerUrl$8 = () => {
|
|
|
6722
6716
|
};
|
|
6723
6717
|
const launchFileSearchWorker = async () => {
|
|
6724
6718
|
const name = 'File Search Worker';
|
|
6725
|
-
const ipc = await create$
|
|
6719
|
+
const ipc = await create$11({
|
|
6726
6720
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
6727
6721
|
name,
|
|
6728
6722
|
url: getConfiguredWorkerUrl$8()
|
|
@@ -6733,10 +6727,10 @@ const launchFileSearchWorker = async () => {
|
|
|
6733
6727
|
|
|
6734
6728
|
const {
|
|
6735
6729
|
invoke: invoke$d,
|
|
6736
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
6730
|
+
invokeAndTransfer: invokeAndTransfer$9
|
|
6737
6731
|
} = getOrCreateWorker(launchFileSearchWorker);
|
|
6738
6732
|
|
|
6739
|
-
const name$
|
|
6733
|
+
const name$2l = 'Memory';
|
|
6740
6734
|
const readFile$a = uri => {
|
|
6741
6735
|
return invoke$d('FileSystemMemory.readFile', uri);
|
|
6742
6736
|
};
|
|
@@ -6776,7 +6770,7 @@ const FileSystemMemory = {
|
|
|
6776
6770
|
getFiles,
|
|
6777
6771
|
getPathSeparator: getPathSeparator$5,
|
|
6778
6772
|
mkdir: mkdir$3,
|
|
6779
|
-
name: name$
|
|
6773
|
+
name: name$2l,
|
|
6780
6774
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
6781
6775
|
readFile: readFile$a,
|
|
6782
6776
|
remove: remove$3,
|
|
@@ -6786,7 +6780,7 @@ const FileSystemMemory = {
|
|
|
6786
6780
|
// TODO when it rejects, it should throw a custom error,
|
|
6787
6781
|
// FileSystemError
|
|
6788
6782
|
|
|
6789
|
-
const name$
|
|
6783
|
+
const name$2k = 'Web';
|
|
6790
6784
|
const state$l = {
|
|
6791
6785
|
watchers: Object.create(null),
|
|
6792
6786
|
saveListeners: [],
|
|
@@ -7068,7 +7062,7 @@ const FileSystemWeb = {
|
|
|
7068
7062
|
createFolder,
|
|
7069
7063
|
getPathSeparator: getPathSeparator$4,
|
|
7070
7064
|
mkdir: mkdir$2,
|
|
7071
|
-
name: name$
|
|
7065
|
+
name: name$2k,
|
|
7072
7066
|
onDidSave,
|
|
7073
7067
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7074
7068
|
readFile: readFile$9,
|
|
@@ -7084,7 +7078,7 @@ const FileSystemWeb = {
|
|
|
7084
7078
|
// TODO move all of this to an extension
|
|
7085
7079
|
|
|
7086
7080
|
const canBeRestored$3 = true;
|
|
7087
|
-
const name$
|
|
7081
|
+
const name$2j = 'Fetch';
|
|
7088
7082
|
const state$k = {
|
|
7089
7083
|
files: Object.create(null)
|
|
7090
7084
|
};
|
|
@@ -7120,7 +7114,7 @@ const FileSystemFetch = {
|
|
|
7120
7114
|
getBlob: getBlob$2,
|
|
7121
7115
|
getPathSeparator: getPathSeparator$3,
|
|
7122
7116
|
mkdir: mkdir$1,
|
|
7123
|
-
name: name$
|
|
7117
|
+
name: name$2j,
|
|
7124
7118
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
7125
7119
|
readFile: readFile$8,
|
|
7126
7120
|
remove: remove$1,
|
|
@@ -7133,14 +7127,14 @@ const getRemoteSrc = uri => {
|
|
|
7133
7127
|
return src;
|
|
7134
7128
|
};
|
|
7135
7129
|
|
|
7136
|
-
const name$
|
|
7130
|
+
const name$2i = 'Disk';
|
|
7137
7131
|
const toUri = item => {
|
|
7138
7132
|
if (item.startsWith('file://')) {
|
|
7139
7133
|
return item;
|
|
7140
7134
|
}
|
|
7141
7135
|
return `file://${item}`;
|
|
7142
7136
|
};
|
|
7143
|
-
const copy$
|
|
7137
|
+
const copy$5 = (source, target) => {
|
|
7144
7138
|
source = toUri(source);
|
|
7145
7139
|
target = toUri(target);
|
|
7146
7140
|
return invoke$f(FileSystemCopy, /* source */source, /* target */target);
|
|
@@ -7210,14 +7204,14 @@ const FileSystemDisk = {
|
|
|
7210
7204
|
__proto__: null,
|
|
7211
7205
|
canBeRestored: canBeRestored$2,
|
|
7212
7206
|
chmod,
|
|
7213
|
-
copy: copy$
|
|
7207
|
+
copy: copy$5,
|
|
7214
7208
|
ensureFile,
|
|
7215
7209
|
getBlob: getBlob$1,
|
|
7216
7210
|
getBlobUrl,
|
|
7217
7211
|
getPathSeparator: getPathSeparator$2,
|
|
7218
7212
|
getRealPath,
|
|
7219
7213
|
mkdir,
|
|
7220
|
-
name: name$
|
|
7214
|
+
name: name$2i,
|
|
7221
7215
|
readDirWithFileTypes: readDirWithFileTypes$1,
|
|
7222
7216
|
readFile: readFile$7,
|
|
7223
7217
|
readJson: readJson$2,
|
|
@@ -7646,7 +7640,7 @@ const getPort = async ipcId => {
|
|
|
7646
7640
|
port2
|
|
7647
7641
|
} = getPortTuple();
|
|
7648
7642
|
// TODO call sendMessagePortToElectron function
|
|
7649
|
-
const webContentsId = await invokeAndTransfer$
|
|
7643
|
+
const webContentsId = await invokeAndTransfer$c('IpcParent.create', {
|
|
7650
7644
|
method: Electron,
|
|
7651
7645
|
port: port1,
|
|
7652
7646
|
ipcId
|
|
@@ -7655,7 +7649,7 @@ const getPort = async ipcId => {
|
|
|
7655
7649
|
set$9(webContentsId);
|
|
7656
7650
|
return port2;
|
|
7657
7651
|
};
|
|
7658
|
-
const create
|
|
7652
|
+
const create$_ = async options => {
|
|
7659
7653
|
const type = options.type;
|
|
7660
7654
|
const name = options.name || 'electron ipc';
|
|
7661
7655
|
const ipcId = options.ipcId;
|
|
@@ -7701,7 +7695,7 @@ const wrap$6 = port => {
|
|
|
7701
7695
|
|
|
7702
7696
|
const IpcParentWithElectronMessagePort = {
|
|
7703
7697
|
__proto__: null,
|
|
7704
|
-
create: create
|
|
7698
|
+
create: create$_,
|
|
7705
7699
|
wrap: wrap$6
|
|
7706
7700
|
};
|
|
7707
7701
|
|
|
@@ -7716,7 +7710,7 @@ const isMessagePort = value => {
|
|
|
7716
7710
|
return value instanceof MessagePort;
|
|
7717
7711
|
};
|
|
7718
7712
|
|
|
7719
|
-
const create$
|
|
7713
|
+
const create$Z = async ({
|
|
7720
7714
|
url
|
|
7721
7715
|
}) => {
|
|
7722
7716
|
string(url);
|
|
@@ -7766,7 +7760,7 @@ const wrap$5 = port => {
|
|
|
7766
7760
|
|
|
7767
7761
|
const IpcParentWithMessagePort = {
|
|
7768
7762
|
__proto__: null,
|
|
7769
|
-
create: create$
|
|
7763
|
+
create: create$Z,
|
|
7770
7764
|
wrap: wrap$5
|
|
7771
7765
|
};
|
|
7772
7766
|
|
|
@@ -7842,7 +7836,7 @@ const tryToGetActualErrorMessage$1 = async ({
|
|
|
7842
7836
|
|
|
7843
7837
|
const Module$2 = 'module';
|
|
7844
7838
|
|
|
7845
|
-
const create$
|
|
7839
|
+
const create$Y = async ({
|
|
7846
7840
|
url,
|
|
7847
7841
|
name
|
|
7848
7842
|
}) => {
|
|
@@ -7904,11 +7898,11 @@ const wrap$4 = worker => {
|
|
|
7904
7898
|
|
|
7905
7899
|
const IpcParentWithModuleWorker = {
|
|
7906
7900
|
__proto__: null,
|
|
7907
|
-
create: create$
|
|
7901
|
+
create: create$Y,
|
|
7908
7902
|
wrap: wrap$4
|
|
7909
7903
|
};
|
|
7910
7904
|
|
|
7911
|
-
const create$
|
|
7905
|
+
const create$X = async ({
|
|
7912
7906
|
url
|
|
7913
7907
|
}) => {
|
|
7914
7908
|
const referencePort = await new Promise(resolve => {
|
|
@@ -7951,7 +7945,7 @@ const wrap$3 = referencePort => {
|
|
|
7951
7945
|
|
|
7952
7946
|
const IpcParentWithReferencePort = {
|
|
7953
7947
|
__proto__: null,
|
|
7954
|
-
create: create$
|
|
7948
|
+
create: create$X,
|
|
7955
7949
|
wrap: wrap$3
|
|
7956
7950
|
};
|
|
7957
7951
|
|
|
@@ -7972,7 +7966,7 @@ const getWebSocketUrl = (type, host) => {
|
|
|
7972
7966
|
return `${wsProtocol}//${host}/websocket/${type}`;
|
|
7973
7967
|
};
|
|
7974
7968
|
|
|
7975
|
-
const create$
|
|
7969
|
+
const create$W = (url, args) => {
|
|
7976
7970
|
const webSocket = new WebSocket(url, args);
|
|
7977
7971
|
const reconnect = () => {
|
|
7978
7972
|
const originalOnMessage = context.webSocket.onmessage;
|
|
@@ -8037,13 +8031,13 @@ const waitForWebSocketToBeOpen = webSocket => {
|
|
|
8037
8031
|
});
|
|
8038
8032
|
};
|
|
8039
8033
|
|
|
8040
|
-
const create$
|
|
8034
|
+
const create$V = async ({
|
|
8041
8035
|
type
|
|
8042
8036
|
}) => {
|
|
8043
8037
|
string(type);
|
|
8044
8038
|
const host = getHost();
|
|
8045
8039
|
const wsUrl = getWebSocketUrl(type, host);
|
|
8046
|
-
const webSocket = create$
|
|
8040
|
+
const webSocket = create$W(wsUrl);
|
|
8047
8041
|
const firstWebSocketEvent = await waitForWebSocketToBeOpen(webSocket);
|
|
8048
8042
|
if (firstWebSocketEvent.type === Close) {
|
|
8049
8043
|
throw new IpcError('Websocket connection was immediately closed');
|
|
@@ -8084,7 +8078,7 @@ const wrap$2 = webSocket => {
|
|
|
8084
8078
|
|
|
8085
8079
|
const IpcParentWithWebSocket = {
|
|
8086
8080
|
__proto__: null,
|
|
8087
|
-
create: create$
|
|
8081
|
+
create: create$V,
|
|
8088
8082
|
wrap: wrap$2
|
|
8089
8083
|
};
|
|
8090
8084
|
|
|
@@ -8099,7 +8093,7 @@ const getModule$6 = () => {
|
|
|
8099
8093
|
throw new Error('unsupported platform');
|
|
8100
8094
|
}
|
|
8101
8095
|
};
|
|
8102
|
-
const create$
|
|
8096
|
+
const create$U = async options => {
|
|
8103
8097
|
const module = await getModule$6();
|
|
8104
8098
|
const rawIpc = await module.create(options);
|
|
8105
8099
|
if (options.raw) {
|
|
@@ -8119,17 +8113,17 @@ const wrap$1 = ({
|
|
|
8119
8113
|
|
|
8120
8114
|
const IpcParentWithNode = {
|
|
8121
8115
|
__proto__: null,
|
|
8122
|
-
create: create$
|
|
8116
|
+
create: create$U,
|
|
8123
8117
|
wrap: wrap$1
|
|
8124
8118
|
};
|
|
8125
8119
|
|
|
8126
8120
|
const sendMessagePortToElectron = async (port, initialCommand, ipcId) => {
|
|
8127
8121
|
object(port);
|
|
8128
8122
|
string(initialCommand);
|
|
8129
|
-
await invokeAndTransfer$
|
|
8123
|
+
await invokeAndTransfer$b(initialCommand, port, ipcId);
|
|
8130
8124
|
};
|
|
8131
8125
|
|
|
8132
|
-
const create$
|
|
8126
|
+
const create$T = async options => {
|
|
8133
8127
|
switch (platform) {
|
|
8134
8128
|
case Web$1:
|
|
8135
8129
|
case Remote:
|
|
@@ -8189,7 +8183,7 @@ const wrap = port => {
|
|
|
8189
8183
|
|
|
8190
8184
|
const IpcParentWithNodeAlternate = {
|
|
8191
8185
|
__proto__: null,
|
|
8192
|
-
create: create$
|
|
8186
|
+
create: create$T,
|
|
8193
8187
|
wrap
|
|
8194
8188
|
};
|
|
8195
8189
|
|
|
@@ -8542,7 +8536,7 @@ const getConfiguredWorkerUrl$7 = () => {
|
|
|
8542
8536
|
};
|
|
8543
8537
|
const launchAboutViewWorker = async () => {
|
|
8544
8538
|
const name = 'About View Worker';
|
|
8545
|
-
const ipc = await create$
|
|
8539
|
+
const ipc = await create$11({
|
|
8546
8540
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8547
8541
|
name,
|
|
8548
8542
|
url: getConfiguredWorkerUrl$7()
|
|
@@ -8575,21 +8569,21 @@ const showAbout = async () => {
|
|
|
8575
8569
|
await fn();
|
|
8576
8570
|
};
|
|
8577
8571
|
|
|
8578
|
-
const name$
|
|
8579
|
-
const Commands$
|
|
8572
|
+
const name$2h = 'About';
|
|
8573
|
+
const Commands$28 = {
|
|
8580
8574
|
showAbout: showAbout
|
|
8581
8575
|
};
|
|
8582
8576
|
|
|
8583
8577
|
const About_ipc = {
|
|
8584
8578
|
__proto__: null,
|
|
8585
|
-
Commands: Commands$
|
|
8586
|
-
name: name$
|
|
8579
|
+
Commands: Commands$28,
|
|
8580
|
+
name: name$2h
|
|
8587
8581
|
};
|
|
8588
8582
|
|
|
8589
8583
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8590
8584
|
|
|
8591
|
-
const name$
|
|
8592
|
-
const Commands$
|
|
8585
|
+
const name$2g = 'Ajax';
|
|
8586
|
+
const Commands$27 = {
|
|
8593
8587
|
getBlob: getBlob$5,
|
|
8594
8588
|
getJson: getJson$6,
|
|
8595
8589
|
getText: getText$2
|
|
@@ -8597,8 +8591,8 @@ const Commands$29 = {
|
|
|
8597
8591
|
|
|
8598
8592
|
const Ajax_ipc = {
|
|
8599
8593
|
__proto__: null,
|
|
8600
|
-
Commands: Commands$
|
|
8601
|
-
name: name$
|
|
8594
|
+
Commands: Commands$27,
|
|
8595
|
+
name: name$2g
|
|
8602
8596
|
};
|
|
8603
8597
|
|
|
8604
8598
|
const playBell = async () => {
|
|
@@ -8606,15 +8600,15 @@ const playBell = async () => {
|
|
|
8606
8600
|
await invoke$g(/* Audio.play */3211, /* src */src);
|
|
8607
8601
|
};
|
|
8608
8602
|
|
|
8609
|
-
const name$
|
|
8610
|
-
const Commands$
|
|
8603
|
+
const name$2f = 'Audio';
|
|
8604
|
+
const Commands$26 = {
|
|
8611
8605
|
playBell: playBell
|
|
8612
8606
|
};
|
|
8613
8607
|
|
|
8614
8608
|
const Audio_ipc = {
|
|
8615
8609
|
__proto__: null,
|
|
8616
|
-
Commands: Commands$
|
|
8617
|
-
name: name$
|
|
8610
|
+
Commands: Commands$26,
|
|
8611
|
+
name: name$2f
|
|
8618
8612
|
};
|
|
8619
8613
|
|
|
8620
8614
|
const AppImage = 'AppImage';
|
|
@@ -8656,17 +8650,17 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
8656
8650
|
/**
|
|
8657
8651
|
* @enum {string}
|
|
8658
8652
|
*/
|
|
8659
|
-
const UiStrings$
|
|
8653
|
+
const UiStrings$o = {
|
|
8660
8654
|
DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
|
|
8661
8655
|
DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
|
|
8662
8656
|
};
|
|
8663
8657
|
const promptMessage = version => {
|
|
8664
|
-
return i18nString(UiStrings$
|
|
8658
|
+
return i18nString(UiStrings$o.DoYouWantToUpdate, {
|
|
8665
8659
|
PH1: version
|
|
8666
8660
|
});
|
|
8667
8661
|
};
|
|
8668
8662
|
const promptRestart = () => {
|
|
8669
|
-
return i18nString(UiStrings$
|
|
8663
|
+
return i18nString(UiStrings$o.DoYouWantToRestart);
|
|
8670
8664
|
};
|
|
8671
8665
|
|
|
8672
8666
|
const getAutoUpdateType = () => {
|
|
@@ -8704,45 +8698,15 @@ const checkForUpdates$1 = async () => {
|
|
|
8704
8698
|
});
|
|
8705
8699
|
};
|
|
8706
8700
|
|
|
8707
|
-
const name$
|
|
8708
|
-
const Commands$
|
|
8701
|
+
const name$2e = 'AutoUpdater';
|
|
8702
|
+
const Commands$25 = {
|
|
8709
8703
|
checkForUpdates: checkForUpdates$1
|
|
8710
8704
|
};
|
|
8711
8705
|
|
|
8712
8706
|
const AutoUpdater_ipc = {
|
|
8713
8707
|
__proto__: null,
|
|
8714
|
-
Commands: Commands$
|
|
8715
|
-
name: name$
|
|
8716
|
-
};
|
|
8717
|
-
|
|
8718
|
-
const loadJsBase64 = () => {
|
|
8719
|
-
const url = `${assetDir}/js/js-base64.js`;
|
|
8720
|
-
return import(url);
|
|
8721
|
-
};
|
|
8722
|
-
|
|
8723
|
-
const decode = async encoded => {
|
|
8724
|
-
const JsBase64 = await loadJsBase64();
|
|
8725
|
-
const decoded = JsBase64.decode(encoded);
|
|
8726
|
-
return decoded;
|
|
8727
|
-
};
|
|
8728
|
-
|
|
8729
|
-
// TODO figure out if btoa could be a faster alternative to this
|
|
8730
|
-
const encode = async content => {
|
|
8731
|
-
const JsBase64 = await loadJsBase64();
|
|
8732
|
-
const encoded = JsBase64.encode(content);
|
|
8733
|
-
return encoded;
|
|
8734
|
-
};
|
|
8735
|
-
|
|
8736
|
-
const name$2g = 'Base64';
|
|
8737
|
-
const Commands$26 = {
|
|
8738
|
-
decode: decode,
|
|
8739
|
-
encode: encode
|
|
8740
|
-
};
|
|
8741
|
-
|
|
8742
|
-
const Base64_ipc = {
|
|
8743
|
-
__proto__: null,
|
|
8744
|
-
Commands: Commands$26,
|
|
8745
|
-
name: name$2g
|
|
8708
|
+
Commands: Commands$25,
|
|
8709
|
+
name: name$2e
|
|
8746
8710
|
};
|
|
8747
8711
|
|
|
8748
8712
|
const getCodeActionsFromExtension = extension => {
|
|
@@ -8761,15 +8725,15 @@ const getEditorSourceActions = async () => {
|
|
|
8761
8725
|
return codeActions;
|
|
8762
8726
|
};
|
|
8763
8727
|
|
|
8764
|
-
const name$
|
|
8765
|
-
const Commands$
|
|
8728
|
+
const name$2d = 'GetEditorSourceActions';
|
|
8729
|
+
const Commands$24 = {
|
|
8766
8730
|
getEditorSourceActions: getEditorSourceActions
|
|
8767
8731
|
};
|
|
8768
8732
|
|
|
8769
8733
|
const GetEditorSourceActions_ipc = {
|
|
8770
8734
|
__proto__: null,
|
|
8771
|
-
Commands: Commands$
|
|
8772
|
-
name: name$
|
|
8735
|
+
Commands: Commands$24,
|
|
8736
|
+
name: name$2d
|
|
8773
8737
|
};
|
|
8774
8738
|
|
|
8775
8739
|
function createBlob(parts, properties) {
|
|
@@ -8890,8 +8854,8 @@ const disposeSrc = async src => {
|
|
|
8890
8854
|
}
|
|
8891
8855
|
};
|
|
8892
8856
|
|
|
8893
|
-
const name$
|
|
8894
|
-
const Commands$
|
|
8857
|
+
const name$2c = 'Blob';
|
|
8858
|
+
const Commands$23 = {
|
|
8895
8859
|
base64StringToBlob: base64StringToBlob,
|
|
8896
8860
|
binaryStringToBlob: binaryStringToBlob,
|
|
8897
8861
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -8900,8 +8864,8 @@ const Commands$24 = {
|
|
|
8900
8864
|
|
|
8901
8865
|
const Blob_ipc = {
|
|
8902
8866
|
__proto__: null,
|
|
8903
|
-
Commands: Commands$
|
|
8904
|
-
name: name$
|
|
8867
|
+
Commands: Commands$23,
|
|
8868
|
+
name: name$2c
|
|
8905
8869
|
};
|
|
8906
8870
|
|
|
8907
8871
|
const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
@@ -8911,15 +8875,15 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8911
8875
|
await invoke$f('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8912
8876
|
};
|
|
8913
8877
|
|
|
8914
|
-
const name$
|
|
8915
|
-
const Commands$
|
|
8878
|
+
const name$2b = 'BulkReplacement';
|
|
8879
|
+
const Commands$22 = {
|
|
8916
8880
|
applyBulkReplacement: applyBulkReplacement
|
|
8917
8881
|
};
|
|
8918
8882
|
|
|
8919
8883
|
const BulkReplacement_ipc = {
|
|
8920
8884
|
__proto__: null,
|
|
8921
|
-
Commands: Commands$
|
|
8922
|
-
name: name$
|
|
8885
|
+
Commands: Commands$22,
|
|
8886
|
+
name: name$2b
|
|
8923
8887
|
};
|
|
8924
8888
|
|
|
8925
8889
|
const ApplicationJson = 'aplication/json';
|
|
@@ -8978,7 +8942,7 @@ const setResponse = async (key, value, contentType) => {
|
|
|
8978
8942
|
}
|
|
8979
8943
|
const cacheName = getCacheName();
|
|
8980
8944
|
const cache = await caches.open(cacheName);
|
|
8981
|
-
await cache.put(key, create$
|
|
8945
|
+
await cache.put(key, create$14(value, {
|
|
8982
8946
|
headers: new Headers({
|
|
8983
8947
|
'Content-Type': contentType,
|
|
8984
8948
|
'Content-Length': `${value.length}`
|
|
@@ -9012,8 +8976,8 @@ const clearCache$1 = async () => {
|
|
|
9012
8976
|
|
|
9013
8977
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
9014
8978
|
|
|
9015
|
-
const name$
|
|
9016
|
-
const Commands$
|
|
8979
|
+
const name$2a = 'CacheStorage';
|
|
8980
|
+
const Commands$21 = {
|
|
9017
8981
|
clearCache: clearCache$1,
|
|
9018
8982
|
getJson: getJson,
|
|
9019
8983
|
setJson: setJson
|
|
@@ -9021,19 +8985,19 @@ const Commands$22 = {
|
|
|
9021
8985
|
|
|
9022
8986
|
const CacheStorage_ipc = {
|
|
9023
8987
|
__proto__: null,
|
|
9024
|
-
Commands: Commands$
|
|
9025
|
-
name: name$
|
|
8988
|
+
Commands: Commands$21,
|
|
8989
|
+
name: name$2a
|
|
9026
8990
|
};
|
|
9027
8991
|
|
|
9028
|
-
const name$
|
|
9029
|
-
const Commands$
|
|
8992
|
+
const name$29 = 'Callback';
|
|
8993
|
+
const Commands$20 = {
|
|
9030
8994
|
resolve: resolve
|
|
9031
8995
|
};
|
|
9032
8996
|
|
|
9033
8997
|
const Callback_ipc = {
|
|
9034
8998
|
__proto__: null,
|
|
9035
|
-
Commands: Commands$
|
|
9036
|
-
name: name$
|
|
8999
|
+
Commands: Commands$20,
|
|
9000
|
+
name: name$29
|
|
9037
9001
|
};
|
|
9038
9002
|
|
|
9039
9003
|
const minimize$1 = () => {
|
|
@@ -9060,7 +9024,7 @@ const unmaximize = () => {
|
|
|
9060
9024
|
throw new Error('not implemented');
|
|
9061
9025
|
}
|
|
9062
9026
|
};
|
|
9063
|
-
const close$
|
|
9027
|
+
const close$4 = () => {
|
|
9064
9028
|
switch (platform) {
|
|
9065
9029
|
case Electron$1:
|
|
9066
9030
|
return execute$4('ElectronWindow.close');
|
|
@@ -9109,9 +9073,9 @@ const zoomReset = () => {
|
|
|
9109
9073
|
}
|
|
9110
9074
|
};
|
|
9111
9075
|
|
|
9112
|
-
const name$
|
|
9113
|
-
const Commands$
|
|
9114
|
-
close: close$
|
|
9076
|
+
const name$28 = 'Chrome';
|
|
9077
|
+
const Commands$1$ = {
|
|
9078
|
+
close: close$4,
|
|
9115
9079
|
exit: exit$2,
|
|
9116
9080
|
maximize: maximize$1,
|
|
9117
9081
|
minimize: minimize$1,
|
|
@@ -9120,8 +9084,8 @@ const Commands$20 = {
|
|
|
9120
9084
|
|
|
9121
9085
|
const Chrome_ipc = {
|
|
9122
9086
|
__proto__: null,
|
|
9123
|
-
Commands: Commands$
|
|
9124
|
-
name: name$
|
|
9087
|
+
Commands: Commands$1$,
|
|
9088
|
+
name: name$28
|
|
9125
9089
|
};
|
|
9126
9090
|
|
|
9127
9091
|
const readText = async () => {
|
|
@@ -9183,8 +9147,8 @@ const execCopy = async () => {
|
|
|
9183
9147
|
}
|
|
9184
9148
|
};
|
|
9185
9149
|
|
|
9186
|
-
const name$
|
|
9187
|
-
const Commands$
|
|
9150
|
+
const name$27 = 'ClipBoard';
|
|
9151
|
+
const Commands$1_ = {
|
|
9188
9152
|
execCopy: execCopy,
|
|
9189
9153
|
readNativeFiles: readNativeFiles,
|
|
9190
9154
|
readText: readText,
|
|
@@ -9194,31 +9158,12 @@ const Commands$1$ = {
|
|
|
9194
9158
|
};
|
|
9195
9159
|
|
|
9196
9160
|
const ClipBoard_ipc = {
|
|
9197
|
-
__proto__: null,
|
|
9198
|
-
Commands: Commands$1$,
|
|
9199
|
-
name: name$29
|
|
9200
|
-
};
|
|
9201
|
-
|
|
9202
|
-
const open$6 = () => {
|
|
9203
|
-
console.log('TODO open color picker');
|
|
9204
|
-
};
|
|
9205
|
-
const close$4 = () => {
|
|
9206
|
-
console.log('TODO close color picker');
|
|
9207
|
-
};
|
|
9208
|
-
|
|
9209
|
-
const name$28 = 'ColorPicker';
|
|
9210
|
-
const Commands$1_ = {
|
|
9211
|
-
close: close$4,
|
|
9212
|
-
open: open$6
|
|
9213
|
-
};
|
|
9214
|
-
|
|
9215
|
-
const ColorPicker_ipc = {
|
|
9216
9161
|
__proto__: null,
|
|
9217
9162
|
Commands: Commands$1_,
|
|
9218
|
-
name: name$
|
|
9163
|
+
name: name$27
|
|
9219
9164
|
};
|
|
9220
9165
|
|
|
9221
|
-
const name$
|
|
9166
|
+
const name$26 = 'ColorTheme';
|
|
9222
9167
|
const Commands$1Z = {
|
|
9223
9168
|
hydrate: hydrate$a,
|
|
9224
9169
|
reload: reload$4,
|
|
@@ -9228,7 +9173,7 @@ const Commands$1Z = {
|
|
|
9228
9173
|
const ColorTheme_ipc = {
|
|
9229
9174
|
__proto__: null,
|
|
9230
9175
|
Commands: Commands$1Z,
|
|
9231
|
-
name: name$
|
|
9176
|
+
name: name$26
|
|
9232
9177
|
};
|
|
9233
9178
|
|
|
9234
9179
|
const transparent = (color, factor) => {
|
|
@@ -9329,7 +9274,7 @@ const createColorThemeFromJson = (colorThemeId, colorThemeJson) => {
|
|
|
9329
9274
|
// }) //?.
|
|
9330
9275
|
// }
|
|
9331
9276
|
|
|
9332
|
-
const name$
|
|
9277
|
+
const name$25 = 'ColorThemeFromJson';
|
|
9333
9278
|
|
|
9334
9279
|
// prettier-ignore
|
|
9335
9280
|
const Commands$1Y = {
|
|
@@ -9339,7 +9284,7 @@ const Commands$1Y = {
|
|
|
9339
9284
|
const ColorThemeFromJson_ipc = {
|
|
9340
9285
|
__proto__: null,
|
|
9341
9286
|
Commands: Commands$1Y,
|
|
9342
|
-
name: name$
|
|
9287
|
+
name: name$25
|
|
9343
9288
|
};
|
|
9344
9289
|
|
|
9345
9290
|
const productNameLong = 'Lvce Editor - OSS';
|
|
@@ -9384,15 +9329,15 @@ const prompt$2 = async (message, confirmMessage, title) => {
|
|
|
9384
9329
|
/**
|
|
9385
9330
|
* @enum {string}
|
|
9386
9331
|
*/
|
|
9387
|
-
const UiStrings$
|
|
9332
|
+
const UiStrings$n = {
|
|
9388
9333
|
Cancel: 'Cancel',
|
|
9389
9334
|
Ok: 'Ok'
|
|
9390
9335
|
};
|
|
9391
9336
|
const cancel = () => {
|
|
9392
|
-
return i18nString(UiStrings$
|
|
9337
|
+
return i18nString(UiStrings$n.Cancel);
|
|
9393
9338
|
};
|
|
9394
9339
|
const ok = () => {
|
|
9395
|
-
return i18nString(UiStrings$
|
|
9340
|
+
return i18nString(UiStrings$n.Ok);
|
|
9396
9341
|
};
|
|
9397
9342
|
|
|
9398
9343
|
const prompt$1 = async (message, {
|
|
@@ -9409,7 +9354,7 @@ const prompt$1 = async (message, {
|
|
|
9409
9354
|
return prompt$2(message);
|
|
9410
9355
|
};
|
|
9411
9356
|
|
|
9412
|
-
const name$
|
|
9357
|
+
const name$24 = 'ConfirmPrompt';
|
|
9413
9358
|
const Commands$1X = {
|
|
9414
9359
|
prompt: prompt$1
|
|
9415
9360
|
};
|
|
@@ -9417,7 +9362,7 @@ const Commands$1X = {
|
|
|
9417
9362
|
const ConfirmPrompt_ipc = {
|
|
9418
9363
|
__proto__: null,
|
|
9419
9364
|
Commands: Commands$1X,
|
|
9420
|
-
name: name$
|
|
9365
|
+
name: name$24
|
|
9421
9366
|
};
|
|
9422
9367
|
|
|
9423
9368
|
const startRecording = options => {
|
|
@@ -9479,7 +9424,7 @@ const stop$1 = async () => {
|
|
|
9479
9424
|
// console.log({ path })
|
|
9480
9425
|
};
|
|
9481
9426
|
|
|
9482
|
-
const name$
|
|
9427
|
+
const name$23 = 'ContentTracing';
|
|
9483
9428
|
const Commands$1W = {
|
|
9484
9429
|
start: start$2,
|
|
9485
9430
|
stop: stop$1
|
|
@@ -9488,7 +9433,7 @@ const Commands$1W = {
|
|
|
9488
9433
|
const ContentTracing_ipc = {
|
|
9489
9434
|
__proto__: null,
|
|
9490
9435
|
Commands: Commands$1W,
|
|
9491
|
-
name: name$
|
|
9436
|
+
name: name$23
|
|
9492
9437
|
};
|
|
9493
9438
|
|
|
9494
9439
|
const hasContextMenuNativePreference = () => {
|
|
@@ -9509,7 +9454,7 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9509
9454
|
return module.show(x, y, id, ...args);
|
|
9510
9455
|
};
|
|
9511
9456
|
|
|
9512
|
-
const name$
|
|
9457
|
+
const name$22 = 'ContextMenu';
|
|
9513
9458
|
const Commands$1V = {
|
|
9514
9459
|
show: show$a
|
|
9515
9460
|
};
|
|
@@ -9517,7 +9462,7 @@ const Commands$1V = {
|
|
|
9517
9462
|
const ContextMenu_ipc = {
|
|
9518
9463
|
__proto__: null,
|
|
9519
9464
|
Commands: Commands$1V,
|
|
9520
|
-
name: name$
|
|
9465
|
+
name: name$22
|
|
9521
9466
|
};
|
|
9522
9467
|
|
|
9523
9468
|
const resume$3 = debugId => {
|
|
@@ -9630,7 +9575,7 @@ const resumed = params => {
|
|
|
9630
9575
|
emitEvent('Debug.resumed', params);
|
|
9631
9576
|
};
|
|
9632
9577
|
|
|
9633
|
-
const name$
|
|
9578
|
+
const name$21 = 'Debug';
|
|
9634
9579
|
const Commands$1U = {
|
|
9635
9580
|
scriptParsed: scriptParsed,
|
|
9636
9581
|
paused: paused,
|
|
@@ -9640,7 +9585,7 @@ const Commands$1U = {
|
|
|
9640
9585
|
const Debug_ipc = {
|
|
9641
9586
|
__proto__: null,
|
|
9642
9587
|
Commands: Commands$1U,
|
|
9643
|
-
name: name$
|
|
9588
|
+
name: name$21
|
|
9644
9589
|
};
|
|
9645
9590
|
|
|
9646
9591
|
const attachDebugger = async pid => {
|
|
@@ -9669,7 +9614,7 @@ const debugSharedProcess = async () => {
|
|
|
9669
9614
|
await attachDebugger(pid);
|
|
9670
9615
|
};
|
|
9671
9616
|
|
|
9672
|
-
const name$
|
|
9617
|
+
const name$20 = 'DebugSharedProcess';
|
|
9673
9618
|
const Commands$1T = {
|
|
9674
9619
|
debugSharedProcess: debugSharedProcess
|
|
9675
9620
|
};
|
|
@@ -9677,7 +9622,7 @@ const Commands$1T = {
|
|
|
9677
9622
|
const DebugSharedProcess_ipc = {
|
|
9678
9623
|
__proto__: null,
|
|
9679
9624
|
Commands: Commands$1T,
|
|
9680
|
-
name: name$
|
|
9625
|
+
name: name$20
|
|
9681
9626
|
};
|
|
9682
9627
|
|
|
9683
9628
|
const crashSharedProcess = () => {
|
|
@@ -10140,7 +10085,7 @@ const openScreenCastView = async () => {
|
|
|
10140
10085
|
await openUri$1('screen-cast://');
|
|
10141
10086
|
};
|
|
10142
10087
|
|
|
10143
|
-
const name$
|
|
10088
|
+
const name$1$ = 'Developer';
|
|
10144
10089
|
|
|
10145
10090
|
// prettier-ignore
|
|
10146
10091
|
const Commands$1S = {
|
|
@@ -10174,7 +10119,7 @@ const Commands$1S = {
|
|
|
10174
10119
|
const Developer_ipc = {
|
|
10175
10120
|
__proto__: null,
|
|
10176
10121
|
Commands: Commands$1S,
|
|
10177
|
-
name: name$
|
|
10122
|
+
name: name$1$
|
|
10178
10123
|
};
|
|
10179
10124
|
|
|
10180
10125
|
const load$3 = () => {
|
|
@@ -10262,7 +10207,7 @@ const showMessage = async (message, options) => {
|
|
|
10262
10207
|
}
|
|
10263
10208
|
};
|
|
10264
10209
|
|
|
10265
|
-
const name$
|
|
10210
|
+
const name$1_ = 'Dialog';
|
|
10266
10211
|
const Commands$1R = {
|
|
10267
10212
|
// @ts-ignore
|
|
10268
10213
|
close: undefined,
|
|
@@ -10275,7 +10220,7 @@ const Commands$1R = {
|
|
|
10275
10220
|
const Dialog_ipc = {
|
|
10276
10221
|
__proto__: null,
|
|
10277
10222
|
Commands: Commands$1R,
|
|
10278
|
-
name: name$
|
|
10223
|
+
name: name$1_
|
|
10279
10224
|
};
|
|
10280
10225
|
|
|
10281
10226
|
const downloadFile = async (fileName, url) => {
|
|
@@ -10310,7 +10255,7 @@ const downloadUrl = (url, outFile) => {
|
|
|
10310
10255
|
return invoke$f('Download.download', url, outFile);
|
|
10311
10256
|
};
|
|
10312
10257
|
|
|
10313
|
-
const name$
|
|
10258
|
+
const name$1Z = 'Download';
|
|
10314
10259
|
const Commands$1Q = {
|
|
10315
10260
|
downloadFile: downloadFile,
|
|
10316
10261
|
downloadJson: downloadJson,
|
|
@@ -10320,7 +10265,7 @@ const Commands$1Q = {
|
|
|
10320
10265
|
const Download_ipc = {
|
|
10321
10266
|
__proto__: null,
|
|
10322
10267
|
Commands: Commands$1Q,
|
|
10323
|
-
name: name$
|
|
10268
|
+
name: name$1Z
|
|
10324
10269
|
};
|
|
10325
10270
|
|
|
10326
10271
|
const hydrate$1 = () => {
|
|
@@ -10344,7 +10289,7 @@ const hydrate$1 = () => {
|
|
|
10344
10289
|
|
|
10345
10290
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
10346
10291
|
|
|
10347
|
-
const name$
|
|
10292
|
+
const name$1Y = 'EditorDiagnostics';
|
|
10348
10293
|
const Commands$1P = {
|
|
10349
10294
|
hydrate: hydrate$1
|
|
10350
10295
|
};
|
|
@@ -10352,7 +10297,7 @@ const Commands$1P = {
|
|
|
10352
10297
|
const EditorDiagnostics_ipc = {
|
|
10353
10298
|
__proto__: null,
|
|
10354
10299
|
Commands: Commands$1P,
|
|
10355
|
-
name: name$
|
|
10300
|
+
name: name$1Y
|
|
10356
10301
|
};
|
|
10357
10302
|
|
|
10358
10303
|
/**
|
|
@@ -10400,7 +10345,7 @@ const EditorError_ipc = {
|
|
|
10400
10345
|
/**
|
|
10401
10346
|
* @enum {string}
|
|
10402
10347
|
*/
|
|
10403
|
-
const UiStrings$
|
|
10348
|
+
const UiStrings$m = {
|
|
10404
10349
|
OrganizeImports: 'Organize Imports',
|
|
10405
10350
|
Copy: 'Copy',
|
|
10406
10351
|
CopyLineDown: 'Copy Line Down',
|
|
@@ -10449,58 +10394,58 @@ const UiStrings$n = {
|
|
|
10449
10394
|
SortImports: 'Sort Imports'
|
|
10450
10395
|
};
|
|
10451
10396
|
const goToDefinition = () => {
|
|
10452
|
-
return i18nString(UiStrings$
|
|
10397
|
+
return i18nString(UiStrings$m.GoToDefinition);
|
|
10453
10398
|
};
|
|
10454
10399
|
const goToTypeDefinition = () => {
|
|
10455
|
-
return i18nString(UiStrings$
|
|
10400
|
+
return i18nString(UiStrings$m.GoToTypeDefinition);
|
|
10456
10401
|
};
|
|
10457
10402
|
const findAllReferences = () => {
|
|
10458
|
-
return i18nString(UiStrings$
|
|
10403
|
+
return i18nString(UiStrings$m.FindAllReferences);
|
|
10459
10404
|
};
|
|
10460
10405
|
const findAllImplementations = () => {
|
|
10461
|
-
return i18nString(UiStrings$
|
|
10406
|
+
return i18nString(UiStrings$m.FindAllImplementations);
|
|
10462
10407
|
};
|
|
10463
10408
|
const cut$1 = () => {
|
|
10464
|
-
return i18nString(UiStrings$
|
|
10409
|
+
return i18nString(UiStrings$m.Cut);
|
|
10465
10410
|
};
|
|
10466
|
-
const copy$
|
|
10467
|
-
return i18nString(UiStrings$
|
|
10411
|
+
const copy$4 = () => {
|
|
10412
|
+
return i18nString(UiStrings$m.Copy);
|
|
10468
10413
|
};
|
|
10469
10414
|
const paste$1 = () => {
|
|
10470
|
-
return i18nString(UiStrings$
|
|
10415
|
+
return i18nString(UiStrings$m.Paste);
|
|
10471
10416
|
};
|
|
10472
10417
|
const undo = () => {
|
|
10473
|
-
return i18nString(UiStrings$
|
|
10418
|
+
return i18nString(UiStrings$m.Undo);
|
|
10474
10419
|
};
|
|
10475
10420
|
const redo = () => {
|
|
10476
|
-
return i18nString(UiStrings$
|
|
10421
|
+
return i18nString(UiStrings$m.Redo);
|
|
10477
10422
|
};
|
|
10478
10423
|
const toggleLineComment = () => {
|
|
10479
|
-
return i18nString(UiStrings$
|
|
10424
|
+
return i18nString(UiStrings$m.ToggleLineComment);
|
|
10480
10425
|
};
|
|
10481
10426
|
const toggleBlockComment = () => {
|
|
10482
|
-
return i18nString(UiStrings$
|
|
10427
|
+
return i18nString(UiStrings$m.ToggleBlockComment);
|
|
10483
10428
|
};
|
|
10484
10429
|
const selectAll = () => {
|
|
10485
|
-
return i18nString(UiStrings$
|
|
10430
|
+
return i18nString(UiStrings$m.SelectAll);
|
|
10486
10431
|
};
|
|
10487
10432
|
const copyLineUp = () => {
|
|
10488
|
-
return i18nString(UiStrings$
|
|
10433
|
+
return i18nString(UiStrings$m.CopyLineUp);
|
|
10489
10434
|
};
|
|
10490
10435
|
const copyLineDown = () => {
|
|
10491
|
-
return i18nString(UiStrings$
|
|
10436
|
+
return i18nString(UiStrings$m.CopyLineDown);
|
|
10492
10437
|
};
|
|
10493
10438
|
const moveLineUp = () => {
|
|
10494
|
-
return i18nString(UiStrings$
|
|
10439
|
+
return i18nString(UiStrings$m.MoveLineUp);
|
|
10495
10440
|
};
|
|
10496
10441
|
const moveLineDown = () => {
|
|
10497
|
-
return i18nString(UiStrings$
|
|
10442
|
+
return i18nString(UiStrings$m.MoveLineDown);
|
|
10498
10443
|
};
|
|
10499
10444
|
const formatDocument = () => {
|
|
10500
|
-
return i18nString(UiStrings$
|
|
10445
|
+
return i18nString(UiStrings$m.FormatDocument);
|
|
10501
10446
|
};
|
|
10502
10447
|
const sourceAction = () => {
|
|
10503
|
-
return i18nString(UiStrings$
|
|
10448
|
+
return i18nString(UiStrings$m.SourceActions);
|
|
10504
10449
|
};
|
|
10505
10450
|
|
|
10506
10451
|
const Separator$3 = 1;
|
|
@@ -10565,7 +10510,7 @@ const getMenuEntries$s = () => {
|
|
|
10565
10510
|
command: /* Editor.cut */'Editor.cut'
|
|
10566
10511
|
}, {
|
|
10567
10512
|
id: 'copy',
|
|
10568
|
-
label: copy$
|
|
10513
|
+
label: copy$4(),
|
|
10569
10514
|
flags: None$i,
|
|
10570
10515
|
command: /* Editor.copy */'Editor.copy'
|
|
10571
10516
|
}, {
|
|
@@ -10595,7 +10540,7 @@ const MenuEntriesEdit = {
|
|
|
10595
10540
|
/**
|
|
10596
10541
|
* @enum {string}
|
|
10597
10542
|
*/
|
|
10598
|
-
const UiStrings$
|
|
10543
|
+
const UiStrings$l = {
|
|
10599
10544
|
NewFile: 'New File',
|
|
10600
10545
|
NewWindow: 'New Window',
|
|
10601
10546
|
Separator: 'Separator',
|
|
@@ -10607,28 +10552,28 @@ const UiStrings$m = {
|
|
|
10607
10552
|
SaveAll: 'Save All'
|
|
10608
10553
|
};
|
|
10609
10554
|
const newFile$2 = () => {
|
|
10610
|
-
return i18nString(UiStrings$
|
|
10555
|
+
return i18nString(UiStrings$l.NewFile);
|
|
10611
10556
|
};
|
|
10612
10557
|
const newWindow$1 = () => {
|
|
10613
|
-
return i18nString(UiStrings$
|
|
10558
|
+
return i18nString(UiStrings$l.NewWindow);
|
|
10614
10559
|
};
|
|
10615
10560
|
const openFile$2 = () => {
|
|
10616
|
-
return i18nString(UiStrings$
|
|
10561
|
+
return i18nString(UiStrings$l.OpenFile);
|
|
10617
10562
|
};
|
|
10618
10563
|
const openFolder$4 = () => {
|
|
10619
|
-
return i18nString(UiStrings$
|
|
10564
|
+
return i18nString(UiStrings$l.OpenFolder);
|
|
10620
10565
|
};
|
|
10621
10566
|
const openRecent$1 = () => {
|
|
10622
|
-
return i18nString(UiStrings$
|
|
10567
|
+
return i18nString(UiStrings$l.OpenRecent);
|
|
10623
10568
|
};
|
|
10624
10569
|
const save$1 = () => {
|
|
10625
|
-
return i18nString(UiStrings$
|
|
10570
|
+
return i18nString(UiStrings$l.Save);
|
|
10626
10571
|
};
|
|
10627
10572
|
const saveAll = () => {
|
|
10628
|
-
return i18nString(UiStrings$
|
|
10573
|
+
return i18nString(UiStrings$l.SaveAll);
|
|
10629
10574
|
};
|
|
10630
10575
|
const exit$1 = () => {
|
|
10631
|
-
return i18nString(UiStrings$
|
|
10576
|
+
return i18nString(UiStrings$l.Exit);
|
|
10632
10577
|
};
|
|
10633
10578
|
|
|
10634
10579
|
const id$m = File$1;
|
|
@@ -10700,7 +10645,7 @@ const MenuEntriesGo = {
|
|
|
10700
10645
|
/**
|
|
10701
10646
|
* @enum {string}
|
|
10702
10647
|
*/
|
|
10703
|
-
const UiStrings$
|
|
10648
|
+
const UiStrings$k = {
|
|
10704
10649
|
About: 'About',
|
|
10705
10650
|
CheckForUpdates: 'Check For Updates',
|
|
10706
10651
|
ColorTheme: 'Color Theme',
|
|
@@ -10711,28 +10656,28 @@ const UiStrings$l = {
|
|
|
10711
10656
|
ToggleDeveloperTools: 'Toggle Developer Tools'
|
|
10712
10657
|
};
|
|
10713
10658
|
const toggleDeveloperTools = () => {
|
|
10714
|
-
return i18nString(UiStrings$
|
|
10659
|
+
return i18nString(UiStrings$k.ToggleDeveloperTools);
|
|
10715
10660
|
};
|
|
10716
10661
|
const openProcessExplorer = () => {
|
|
10717
|
-
return i18nString(UiStrings$
|
|
10662
|
+
return i18nString(UiStrings$k.OpenProcessExplorer);
|
|
10718
10663
|
};
|
|
10719
10664
|
const checkForUpdates = () => {
|
|
10720
|
-
return i18nString(UiStrings$
|
|
10665
|
+
return i18nString(UiStrings$k.CheckForUpdates);
|
|
10721
10666
|
};
|
|
10722
10667
|
const about = () => {
|
|
10723
|
-
return i18nString(UiStrings$
|
|
10668
|
+
return i18nString(UiStrings$k.About);
|
|
10724
10669
|
};
|
|
10725
10670
|
const commandPalette = () => {
|
|
10726
|
-
return i18nString(UiStrings$
|
|
10671
|
+
return i18nString(UiStrings$k.CommandPalette);
|
|
10727
10672
|
};
|
|
10728
10673
|
const settings$1 = () => {
|
|
10729
|
-
return i18nString(UiStrings$
|
|
10674
|
+
return i18nString(UiStrings$k.Settings);
|
|
10730
10675
|
};
|
|
10731
10676
|
const keyboardShortcuts = () => {
|
|
10732
|
-
return i18nString(UiStrings$
|
|
10677
|
+
return i18nString(UiStrings$k.KeyboardShortcuts);
|
|
10733
10678
|
};
|
|
10734
10679
|
const colorTheme = () => {
|
|
10735
|
-
return i18nString(UiStrings$
|
|
10680
|
+
return i18nString(UiStrings$k.ColorTheme);
|
|
10736
10681
|
};
|
|
10737
10682
|
|
|
10738
10683
|
const isAutoUpdateSupported = () => {
|
|
@@ -10847,19 +10792,19 @@ const getFileIcon$1 = uri => {
|
|
|
10847
10792
|
/**
|
|
10848
10793
|
* @enum {string}
|
|
10849
10794
|
*/
|
|
10850
|
-
const UiStrings$
|
|
10795
|
+
const UiStrings$j = {
|
|
10851
10796
|
More: 'more',
|
|
10852
10797
|
MoreDot: 'More ...',
|
|
10853
10798
|
ClearRecentlyOpened: 'Clear Recently Opened'
|
|
10854
10799
|
};
|
|
10855
10800
|
const more = () => {
|
|
10856
|
-
return i18nString(UiStrings$
|
|
10801
|
+
return i18nString(UiStrings$j.More);
|
|
10857
10802
|
};
|
|
10858
10803
|
const moreDot = () => {
|
|
10859
|
-
return i18nString(UiStrings$
|
|
10804
|
+
return i18nString(UiStrings$j.MoreDot);
|
|
10860
10805
|
};
|
|
10861
10806
|
const clearRecentlyOpened = () => {
|
|
10862
|
-
return i18nString(UiStrings$
|
|
10807
|
+
return i18nString(UiStrings$j.ClearRecentlyOpened);
|
|
10863
10808
|
};
|
|
10864
10809
|
|
|
10865
10810
|
const MAX_MENU_RECENT_ENTRIES = 10;
|
|
@@ -10942,19 +10887,19 @@ const MenuEntriesSelection = {
|
|
|
10942
10887
|
/**
|
|
10943
10888
|
* @enum {string}
|
|
10944
10889
|
*/
|
|
10945
|
-
const UiStrings$
|
|
10890
|
+
const UiStrings$i = {
|
|
10946
10891
|
SplitTerminal: 'Split Terminal',
|
|
10947
10892
|
KillTerminal: 'Kill Terminal',
|
|
10948
10893
|
NewTerminal: 'New Terminal'
|
|
10949
10894
|
};
|
|
10950
10895
|
const splitTerminal = () => {
|
|
10951
|
-
return i18nString(UiStrings$
|
|
10896
|
+
return i18nString(UiStrings$i.SplitTerminal);
|
|
10952
10897
|
};
|
|
10953
10898
|
const killTerminal = () => {
|
|
10954
|
-
return i18nString(UiStrings$
|
|
10899
|
+
return i18nString(UiStrings$i.KillTerminal);
|
|
10955
10900
|
};
|
|
10956
10901
|
const newTerminal = () => {
|
|
10957
|
-
return i18nString(UiStrings$
|
|
10902
|
+
return i18nString(UiStrings$i.NewTerminal);
|
|
10958
10903
|
};
|
|
10959
10904
|
|
|
10960
10905
|
const id$g = Terminal;
|
|
@@ -11026,7 +10971,7 @@ const SubMenu = 'submenu';
|
|
|
11026
10971
|
/**
|
|
11027
10972
|
* @enum {string}
|
|
11028
10973
|
*/
|
|
11029
|
-
const UiStrings$
|
|
10974
|
+
const UiStrings$h = {
|
|
11030
10975
|
Help: 'Help',
|
|
11031
10976
|
File: 'File',
|
|
11032
10977
|
Edit: 'Edit',
|
|
@@ -11042,60 +10987,60 @@ const UiStrings$i = {
|
|
|
11042
10987
|
};
|
|
11043
10988
|
const toElectronMenuItem = entry => {
|
|
11044
10989
|
switch (entry.label) {
|
|
11045
|
-
case UiStrings$
|
|
10990
|
+
case UiStrings$h.Help:
|
|
11046
10991
|
return {
|
|
11047
10992
|
label: entry.label,
|
|
11048
10993
|
role: Help,
|
|
11049
10994
|
submenu: []
|
|
11050
10995
|
};
|
|
11051
|
-
case UiStrings$
|
|
10996
|
+
case UiStrings$h.File:
|
|
11052
10997
|
return {
|
|
11053
10998
|
label: entry.label,
|
|
11054
10999
|
role: FileMenu,
|
|
11055
11000
|
submenu: []
|
|
11056
11001
|
};
|
|
11057
|
-
case UiStrings$
|
|
11002
|
+
case UiStrings$h.Edit:
|
|
11058
11003
|
return {
|
|
11059
11004
|
label: entry.label,
|
|
11060
11005
|
role: EditMenu,
|
|
11061
11006
|
submenu: []
|
|
11062
11007
|
};
|
|
11063
|
-
case UiStrings$
|
|
11008
|
+
case UiStrings$h.Exit:
|
|
11064
11009
|
return {
|
|
11065
11010
|
label: entry.label,
|
|
11066
11011
|
role: Quit
|
|
11067
11012
|
};
|
|
11068
|
-
case UiStrings$
|
|
11013
|
+
case UiStrings$h.Undo:
|
|
11069
11014
|
return {
|
|
11070
11015
|
label: entry.label,
|
|
11071
11016
|
role: Undo
|
|
11072
11017
|
};
|
|
11073
|
-
case UiStrings$
|
|
11018
|
+
case UiStrings$h.Redo:
|
|
11074
11019
|
return {
|
|
11075
11020
|
label: entry.label,
|
|
11076
11021
|
role: Redo
|
|
11077
11022
|
};
|
|
11078
|
-
case UiStrings$
|
|
11023
|
+
case UiStrings$h.Cut:
|
|
11079
11024
|
return {
|
|
11080
11025
|
label: entry.label,
|
|
11081
11026
|
role: Cut$1
|
|
11082
11027
|
};
|
|
11083
|
-
case UiStrings$
|
|
11028
|
+
case UiStrings$h.Copy:
|
|
11084
11029
|
return {
|
|
11085
11030
|
label: entry.label,
|
|
11086
11031
|
role: Copy$1
|
|
11087
11032
|
};
|
|
11088
|
-
case UiStrings$
|
|
11033
|
+
case UiStrings$h.Paste:
|
|
11089
11034
|
return {
|
|
11090
11035
|
label: entry.label,
|
|
11091
11036
|
role: Paste
|
|
11092
11037
|
};
|
|
11093
|
-
case UiStrings$
|
|
11038
|
+
case UiStrings$h.SelectAll:
|
|
11094
11039
|
return {
|
|
11095
11040
|
label: entry.label,
|
|
11096
11041
|
role: SelectAll
|
|
11097
11042
|
};
|
|
11098
|
-
case UiStrings$
|
|
11043
|
+
case UiStrings$h.ToggleDeveloperTools:
|
|
11099
11044
|
return {
|
|
11100
11045
|
label: entry.label,
|
|
11101
11046
|
role: ToggleDevTools
|
|
@@ -11196,7 +11141,7 @@ const handleClick$a = async label => {
|
|
|
11196
11141
|
await execute$4(command, ...args);
|
|
11197
11142
|
};
|
|
11198
11143
|
|
|
11199
|
-
const name$
|
|
11144
|
+
const name$1X = 'ElectronApplicationMenu';
|
|
11200
11145
|
|
|
11201
11146
|
// prettier-ignore
|
|
11202
11147
|
const Commands$1N = {
|
|
@@ -11207,10 +11152,10 @@ const Commands$1N = {
|
|
|
11207
11152
|
const ElectronApplicationMenu_ipc = {
|
|
11208
11153
|
__proto__: null,
|
|
11209
11154
|
Commands: Commands$1N,
|
|
11210
|
-
name: name$
|
|
11155
|
+
name: name$1X
|
|
11211
11156
|
};
|
|
11212
11157
|
|
|
11213
|
-
const name$
|
|
11158
|
+
const name$1W = 'ElectronBrowserView';
|
|
11214
11159
|
const Commands$1M = {
|
|
11215
11160
|
handleDidNavigate: handleDidNavigate$1,
|
|
11216
11161
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
@@ -11220,14 +11165,14 @@ const Commands$1M = {
|
|
|
11220
11165
|
const ElectronBrowserView_ipc = {
|
|
11221
11166
|
__proto__: null,
|
|
11222
11167
|
Commands: Commands$1M,
|
|
11223
|
-
name: name$
|
|
11168
|
+
name: name$1W
|
|
11224
11169
|
};
|
|
11225
11170
|
|
|
11226
11171
|
const writeText = text => {
|
|
11227
11172
|
return invoke$f('ElectronClipBoard.writeText', text);
|
|
11228
11173
|
};
|
|
11229
11174
|
|
|
11230
|
-
const name$
|
|
11175
|
+
const name$1V = 'ElectronClipBoard';
|
|
11231
11176
|
|
|
11232
11177
|
// prettier-ignore
|
|
11233
11178
|
const Commands$1L = {
|
|
@@ -11237,10 +11182,10 @@ const Commands$1L = {
|
|
|
11237
11182
|
const ElectronClipBoard_ipc = {
|
|
11238
11183
|
__proto__: null,
|
|
11239
11184
|
Commands: Commands$1L,
|
|
11240
|
-
name: name$
|
|
11185
|
+
name: name$1V
|
|
11241
11186
|
};
|
|
11242
11187
|
|
|
11243
|
-
const name$
|
|
11188
|
+
const name$1U = 'ElectronContextMenu';
|
|
11244
11189
|
|
|
11245
11190
|
// prettier-ignore
|
|
11246
11191
|
const Commands$1K = {};
|
|
@@ -11248,12 +11193,12 @@ const Commands$1K = {};
|
|
|
11248
11193
|
const ElectronContextMenu_ipc = {
|
|
11249
11194
|
__proto__: null,
|
|
11250
11195
|
Commands: Commands$1K,
|
|
11251
|
-
name: name$
|
|
11196
|
+
name: name$1U
|
|
11252
11197
|
};
|
|
11253
11198
|
|
|
11254
|
-
const name$
|
|
11199
|
+
const name$1T = 'ElectronWindow';
|
|
11255
11200
|
const Commands$1J = {
|
|
11256
|
-
close: close$
|
|
11201
|
+
close: close$5,
|
|
11257
11202
|
maximize: maximize$2,
|
|
11258
11203
|
minimize: minimize$2,
|
|
11259
11204
|
openNew: openNew$1,
|
|
@@ -11267,10 +11212,10 @@ const Commands$1J = {
|
|
|
11267
11212
|
const ElectronWindow_ipc = {
|
|
11268
11213
|
__proto__: null,
|
|
11269
11214
|
Commands: Commands$1J,
|
|
11270
|
-
name: name$
|
|
11215
|
+
name: name$1T
|
|
11271
11216
|
};
|
|
11272
11217
|
|
|
11273
|
-
const name$
|
|
11218
|
+
const name$1S = 'ErrorHandling';
|
|
11274
11219
|
const Commands$1I = {
|
|
11275
11220
|
handleError: handleError$2
|
|
11276
11221
|
};
|
|
@@ -11278,14 +11223,14 @@ const Commands$1I = {
|
|
|
11278
11223
|
const ErrorHandling_ipc = {
|
|
11279
11224
|
__proto__: null,
|
|
11280
11225
|
Commands: Commands$1I,
|
|
11281
|
-
name: name$
|
|
11226
|
+
name: name$1S
|
|
11282
11227
|
};
|
|
11283
11228
|
|
|
11284
11229
|
const exit = () => {
|
|
11285
11230
|
return invoke$f('Exit.exit');
|
|
11286
11231
|
};
|
|
11287
11232
|
|
|
11288
|
-
const name$
|
|
11233
|
+
const name$1R = 'Exit';
|
|
11289
11234
|
const Commands$1H = {
|
|
11290
11235
|
exit: exit
|
|
11291
11236
|
};
|
|
@@ -11293,7 +11238,7 @@ const Commands$1H = {
|
|
|
11293
11238
|
const Exit_ipc = {
|
|
11294
11239
|
__proto__: null,
|
|
11295
11240
|
Commands: Commands$1H,
|
|
11296
|
-
name: name$
|
|
11241
|
+
name: name$1R
|
|
11297
11242
|
};
|
|
11298
11243
|
|
|
11299
11244
|
const STATUS_OFF = 0;
|
|
@@ -11342,7 +11287,7 @@ const loadWebExtension = async path => {
|
|
|
11342
11287
|
// })
|
|
11343
11288
|
};
|
|
11344
11289
|
|
|
11345
|
-
const name$
|
|
11290
|
+
const name$1Q = 'ExtensionHost';
|
|
11346
11291
|
|
|
11347
11292
|
// prettier-ignore
|
|
11348
11293
|
const Commands$1G = {
|
|
@@ -11352,10 +11297,10 @@ const Commands$1G = {
|
|
|
11352
11297
|
const ExtensionHostCore_ipc = {
|
|
11353
11298
|
__proto__: null,
|
|
11354
11299
|
Commands: Commands$1G,
|
|
11355
|
-
name: name$
|
|
11300
|
+
name: name$1Q
|
|
11356
11301
|
};
|
|
11357
11302
|
|
|
11358
|
-
const name$
|
|
11303
|
+
const name$1P = 'ExtensionMeta';
|
|
11359
11304
|
|
|
11360
11305
|
// prettier-ignore
|
|
11361
11306
|
const Commands$1F = {
|
|
@@ -11366,7 +11311,7 @@ const Commands$1F = {
|
|
|
11366
11311
|
const ExtensionMeta_ipc = {
|
|
11367
11312
|
__proto__: null,
|
|
11368
11313
|
Commands: Commands$1F,
|
|
11369
|
-
name: name$
|
|
11314
|
+
name: name$1P
|
|
11370
11315
|
};
|
|
11371
11316
|
|
|
11372
11317
|
const openExtensionsFolder = async () => {
|
|
@@ -11378,7 +11323,7 @@ const openCachedExtensionsFolder = async () => {
|
|
|
11378
11323
|
await openNativeFolder(cachedExtensionsFolder);
|
|
11379
11324
|
};
|
|
11380
11325
|
|
|
11381
|
-
const name$
|
|
11326
|
+
const name$1O = 'Extensions';
|
|
11382
11327
|
|
|
11383
11328
|
// prettier-ignore
|
|
11384
11329
|
const Commands$1E = {
|
|
@@ -11389,7 +11334,7 @@ const Commands$1E = {
|
|
|
11389
11334
|
const Extensions_ipc = {
|
|
11390
11335
|
__proto__: null,
|
|
11391
11336
|
Commands: Commands$1E,
|
|
11392
|
-
name: name$
|
|
11337
|
+
name: name$1O
|
|
11393
11338
|
};
|
|
11394
11339
|
|
|
11395
11340
|
const showDirectoryPicker = async options => {
|
|
@@ -11420,7 +11365,7 @@ const showSaveFilePicker = async options => {
|
|
|
11420
11365
|
}
|
|
11421
11366
|
};
|
|
11422
11367
|
|
|
11423
|
-
const name$
|
|
11368
|
+
const name$1N = 'FilePicker';
|
|
11424
11369
|
const Commands$1D = {
|
|
11425
11370
|
showDirectoryPicker: showDirectoryPicker,
|
|
11426
11371
|
showFilePicker: showFilePicker,
|
|
@@ -11430,10 +11375,10 @@ const Commands$1D = {
|
|
|
11430
11375
|
const FilePicker_ipc = {
|
|
11431
11376
|
__proto__: null,
|
|
11432
11377
|
Commands: Commands$1D,
|
|
11433
|
-
name: name$
|
|
11378
|
+
name: name$1N
|
|
11434
11379
|
};
|
|
11435
11380
|
|
|
11436
|
-
const name$
|
|
11381
|
+
const name$1M = 'FileSystem';
|
|
11437
11382
|
const Commands$1C = {
|
|
11438
11383
|
chmod: chmod$3,
|
|
11439
11384
|
getBlob: getBlob$4,
|
|
@@ -11448,23 +11393,24 @@ const Commands$1C = {
|
|
|
11448
11393
|
const FileSystem_ipc = {
|
|
11449
11394
|
__proto__: null,
|
|
11450
11395
|
Commands: Commands$1C,
|
|
11451
|
-
name: name$
|
|
11396
|
+
name: name$1M
|
|
11452
11397
|
};
|
|
11453
11398
|
|
|
11454
|
-
const name$
|
|
11399
|
+
const name$1L = 'IconTheme';
|
|
11455
11400
|
const Commands$1B = {
|
|
11456
11401
|
// TODO command necessary?
|
|
11457
11402
|
// TODO hydrate should be an alias for reload/load
|
|
11458
11403
|
hydrate: hydrate$4,
|
|
11459
11404
|
setIconTheme: setIconTheme,
|
|
11460
11405
|
getFileIcon: getFileIcon$2,
|
|
11406
|
+
getFolderIcon: getFolderIcon,
|
|
11461
11407
|
getIcon: getIcon$1
|
|
11462
11408
|
};
|
|
11463
11409
|
|
|
11464
11410
|
const IconTheme_ipc = {
|
|
11465
11411
|
__proto__: null,
|
|
11466
11412
|
Commands: Commands$1B,
|
|
11467
|
-
name: name$
|
|
11413
|
+
name: name$1L
|
|
11468
11414
|
};
|
|
11469
11415
|
|
|
11470
11416
|
const state$f = {
|
|
@@ -11499,7 +11445,7 @@ const hide$4 = async () => {
|
|
|
11499
11445
|
|
|
11500
11446
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11501
11447
|
|
|
11502
|
-
const name$
|
|
11448
|
+
const name$1K = 'ImagePreview';
|
|
11503
11449
|
const Commands$1A = {
|
|
11504
11450
|
hide: hide$4,
|
|
11505
11451
|
show: show$8
|
|
@@ -11508,10 +11454,10 @@ const Commands$1A = {
|
|
|
11508
11454
|
const ImagePreview_ipc = {
|
|
11509
11455
|
__proto__: null,
|
|
11510
11456
|
Commands: Commands$1A,
|
|
11511
|
-
name: name$
|
|
11457
|
+
name: name$1K
|
|
11512
11458
|
};
|
|
11513
11459
|
|
|
11514
|
-
const name$
|
|
11460
|
+
const name$1J = 'Focus';
|
|
11515
11461
|
const Commands$1z = {
|
|
11516
11462
|
setFocus: setFocus,
|
|
11517
11463
|
setAdditionalFocus: setAdditionalFocus
|
|
@@ -11520,7 +11466,7 @@ const Commands$1z = {
|
|
|
11520
11466
|
const Focus_ipc = {
|
|
11521
11467
|
__proto__: null,
|
|
11522
11468
|
Commands: Commands$1z,
|
|
11523
|
-
name: name$
|
|
11469
|
+
name: name$1J
|
|
11524
11470
|
};
|
|
11525
11471
|
|
|
11526
11472
|
const state$e = {
|
|
@@ -11572,7 +11518,7 @@ const handleError$1 = (id, error) => {
|
|
|
11572
11518
|
search.dispatchEvent(new Event('error', {}));
|
|
11573
11519
|
};
|
|
11574
11520
|
|
|
11575
|
-
const name$
|
|
11521
|
+
const name$1I = 'IncrementalTextSearch';
|
|
11576
11522
|
const Commands$1y = {
|
|
11577
11523
|
handleCanceled: handleCanceled,
|
|
11578
11524
|
handleData: handleData$2,
|
|
@@ -11584,10 +11530,10 @@ const Commands$1y = {
|
|
|
11584
11530
|
const IncrementalTextSearch_ipc = {
|
|
11585
11531
|
__proto__: null,
|
|
11586
11532
|
Commands: Commands$1y,
|
|
11587
|
-
name: name$
|
|
11533
|
+
name: name$1I
|
|
11588
11534
|
};
|
|
11589
11535
|
|
|
11590
|
-
const name$
|
|
11536
|
+
const name$1H = 'IndexedDb';
|
|
11591
11537
|
const Commands$1x = {
|
|
11592
11538
|
addHandle: addHandle$1,
|
|
11593
11539
|
getHandle: getHandle$1
|
|
@@ -11596,21 +11542,21 @@ const Commands$1x = {
|
|
|
11596
11542
|
const IndexedDb_ipc = {
|
|
11597
11543
|
__proto__: null,
|
|
11598
11544
|
Commands: Commands$1x,
|
|
11599
|
-
name: name$
|
|
11545
|
+
name: name$1H
|
|
11600
11546
|
};
|
|
11601
11547
|
|
|
11602
|
-
const name$
|
|
11548
|
+
const name$1G = 'IpcParent';
|
|
11603
11549
|
const Commands$1w = {
|
|
11604
|
-
create: create$
|
|
11550
|
+
create: create$11
|
|
11605
11551
|
};
|
|
11606
11552
|
|
|
11607
11553
|
const IpcParent_ipc = {
|
|
11608
11554
|
__proto__: null,
|
|
11609
11555
|
Commands: Commands$1w,
|
|
11610
|
-
name: name$
|
|
11556
|
+
name: name$1G
|
|
11611
11557
|
};
|
|
11612
11558
|
|
|
11613
|
-
const name$
|
|
11559
|
+
const name$1F = 'KeyBindings';
|
|
11614
11560
|
const Commands$1v = {
|
|
11615
11561
|
handleKeyBinding: handleKeyBinding$1,
|
|
11616
11562
|
// @ts-ignore
|
|
@@ -11622,7 +11568,7 @@ const Commands$1v = {
|
|
|
11622
11568
|
const KeyBindings_ipc = {
|
|
11623
11569
|
__proto__: null,
|
|
11624
11570
|
Commands: Commands$1v,
|
|
11625
|
-
name: name$
|
|
11571
|
+
name: name$1F
|
|
11626
11572
|
};
|
|
11627
11573
|
|
|
11628
11574
|
// TODO extension key bindings
|
|
@@ -11648,7 +11594,7 @@ const getKeyBindings$i = async () => {
|
|
|
11648
11594
|
return keybindings;
|
|
11649
11595
|
};
|
|
11650
11596
|
|
|
11651
|
-
const name$
|
|
11597
|
+
const name$1E = 'KeyBindingsInitial';
|
|
11652
11598
|
|
|
11653
11599
|
// prettier-ignore
|
|
11654
11600
|
const Commands$1u = {
|
|
@@ -11658,12 +11604,12 @@ const Commands$1u = {
|
|
|
11658
11604
|
const KeyBindingsInitial_ipc = {
|
|
11659
11605
|
__proto__: null,
|
|
11660
11606
|
Commands: Commands$1u,
|
|
11661
|
-
name: name$
|
|
11607
|
+
name: name$1E
|
|
11662
11608
|
};
|
|
11663
11609
|
|
|
11664
11610
|
const state$d = Object.create(null);
|
|
11665
11611
|
const register = listener => {
|
|
11666
|
-
const id = create$
|
|
11612
|
+
const id = create$12();
|
|
11667
11613
|
state$d[id] = listener;
|
|
11668
11614
|
return id;
|
|
11669
11615
|
};
|
|
@@ -11688,7 +11634,7 @@ const Listener_ipc = {
|
|
|
11688
11634
|
|
|
11689
11635
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
11690
11636
|
|
|
11691
|
-
const name$
|
|
11637
|
+
const name$1D = 'LocalStorage';
|
|
11692
11638
|
const Commands$1s = {
|
|
11693
11639
|
clear: clear$4,
|
|
11694
11640
|
getJson: getJson$4,
|
|
@@ -11700,7 +11646,7 @@ const Commands$1s = {
|
|
|
11700
11646
|
const LocalStorage_ipc = {
|
|
11701
11647
|
__proto__: null,
|
|
11702
11648
|
Commands: Commands$1s,
|
|
11703
|
-
name: name$
|
|
11649
|
+
name: name$1D
|
|
11704
11650
|
};
|
|
11705
11651
|
|
|
11706
11652
|
const executeMenuItemCommand = async item => {
|
|
@@ -12768,7 +12714,7 @@ const focusNext$b = async () => {
|
|
|
12768
12714
|
|
|
12769
12715
|
// TODO more tests
|
|
12770
12716
|
|
|
12771
|
-
const name$
|
|
12717
|
+
const name$1C = 'Menu';
|
|
12772
12718
|
const Commands$1r = {
|
|
12773
12719
|
focusFirst: focusFirst$8,
|
|
12774
12720
|
focusIndex: focusIndex$9,
|
|
@@ -12786,7 +12732,7 @@ const Commands$1r = {
|
|
|
12786
12732
|
const Menu_ipc = {
|
|
12787
12733
|
__proto__: null,
|
|
12788
12734
|
Commands: Commands$1r,
|
|
12789
|
-
name: name$
|
|
12735
|
+
name: name$1C
|
|
12790
12736
|
};
|
|
12791
12737
|
|
|
12792
12738
|
// based on https://github.com/microsoft/vscode/blob/bd782eb059e133d3a20fdb446b8feb0010a278ad/src/vs/base/common/mime.ts (License MIT)
|
|
@@ -12865,7 +12811,7 @@ const getMediaMimeType = uri => {
|
|
|
12865
12811
|
return mapExtToMediaMimes[extension] || defaultMimeType;
|
|
12866
12812
|
};
|
|
12867
12813
|
|
|
12868
|
-
const name$
|
|
12814
|
+
const name$1B = 'Mime';
|
|
12869
12815
|
const Commands$1q = {
|
|
12870
12816
|
getMediaMimeType: getMediaMimeType,
|
|
12871
12817
|
getTextMime: getTextMime
|
|
@@ -12874,7 +12820,7 @@ const Commands$1q = {
|
|
|
12874
12820
|
const Mime_ipc = {
|
|
12875
12821
|
__proto__: null,
|
|
12876
12822
|
Commands: Commands$1q,
|
|
12877
|
-
name: name$
|
|
12823
|
+
name: name$1B
|
|
12878
12824
|
};
|
|
12879
12825
|
|
|
12880
12826
|
const HandleMaximized = 'handleMaximized';
|
|
@@ -12908,7 +12854,7 @@ const handleMinimized = () => {
|
|
|
12908
12854
|
emitEvent(HandleMinimized);
|
|
12909
12855
|
};
|
|
12910
12856
|
|
|
12911
|
-
const name$
|
|
12857
|
+
const name$1A = 'NativeHost';
|
|
12912
12858
|
const Commands$1p = {
|
|
12913
12859
|
handleMaximized: handleMaximized,
|
|
12914
12860
|
handleMinimized: handleMinimized,
|
|
@@ -12918,7 +12864,7 @@ const Commands$1p = {
|
|
|
12918
12864
|
const NativeHost_ipc = {
|
|
12919
12865
|
__proto__: null,
|
|
12920
12866
|
Commands: Commands$1p,
|
|
12921
|
-
name: name$
|
|
12867
|
+
name: name$1A
|
|
12922
12868
|
};
|
|
12923
12869
|
|
|
12924
12870
|
// TODO maybe rename this module to Focus
|
|
@@ -13032,7 +12978,7 @@ const focusPreviousPart = async () => {
|
|
|
13032
12978
|
await focusPart(previousPart);
|
|
13033
12979
|
};
|
|
13034
12980
|
|
|
13035
|
-
const name$
|
|
12981
|
+
const name$1z = 'Navigation';
|
|
13036
12982
|
const Commands$1o = {
|
|
13037
12983
|
focusActivityBar: focusActivityBar,
|
|
13038
12984
|
focusMain: focusMain,
|
|
@@ -13047,13 +12993,13 @@ const Commands$1o = {
|
|
|
13047
12993
|
const Navigation_ipc = {
|
|
13048
12994
|
__proto__: null,
|
|
13049
12995
|
Commands: Commands$1o,
|
|
13050
|
-
name: name$
|
|
12996
|
+
name: name$1z
|
|
13051
12997
|
};
|
|
13052
12998
|
|
|
13053
12999
|
const state$9 = {
|
|
13054
13000
|
notifications: []
|
|
13055
13001
|
};
|
|
13056
|
-
const create$
|
|
13002
|
+
const create$S = async (type, text) => {
|
|
13057
13003
|
// @ts-ignore
|
|
13058
13004
|
state$9.notifications.push({
|
|
13059
13005
|
type,
|
|
@@ -13083,14 +13029,14 @@ const handleClick$9 = index => {
|
|
|
13083
13029
|
option
|
|
13084
13030
|
});
|
|
13085
13031
|
};
|
|
13086
|
-
const dispose$
|
|
13032
|
+
const dispose$t = async id => {
|
|
13087
13033
|
await invoke$g(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
13088
13034
|
};
|
|
13089
13035
|
|
|
13090
|
-
const name$
|
|
13036
|
+
const name$1y = 'Notification';
|
|
13091
13037
|
const Commands$1n = {
|
|
13092
|
-
create: create$
|
|
13093
|
-
dispose: dispose$
|
|
13038
|
+
create: create$S,
|
|
13039
|
+
dispose: dispose$t,
|
|
13094
13040
|
handleClick: handleClick$9,
|
|
13095
13041
|
showWithOptions: showWithOptions
|
|
13096
13042
|
};
|
|
@@ -13098,7 +13044,7 @@ const Commands$1n = {
|
|
|
13098
13044
|
const Notification_ipc = {
|
|
13099
13045
|
__proto__: null,
|
|
13100
13046
|
Commands: Commands$1n,
|
|
13101
|
-
name: name$
|
|
13047
|
+
name: name$1y
|
|
13102
13048
|
};
|
|
13103
13049
|
|
|
13104
13050
|
const openUrlWeb = async url => {
|
|
@@ -13121,7 +13067,7 @@ const openUrl = async url => {
|
|
|
13121
13067
|
};
|
|
13122
13068
|
const openExternal$1 = openExternal$2;
|
|
13123
13069
|
|
|
13124
|
-
const name$
|
|
13070
|
+
const name$1x = 'Open';
|
|
13125
13071
|
const Commands$1m = {
|
|
13126
13072
|
openExternal: openExternal$1,
|
|
13127
13073
|
openUrl: openUrl
|
|
@@ -13130,10 +13076,10 @@ const Commands$1m = {
|
|
|
13130
13076
|
const Open_ipc = {
|
|
13131
13077
|
__proto__: null,
|
|
13132
13078
|
Commands: Commands$1m,
|
|
13133
|
-
name: name$
|
|
13079
|
+
name: name$1x
|
|
13134
13080
|
};
|
|
13135
13081
|
|
|
13136
|
-
const name$
|
|
13082
|
+
const name$1w = 'OpenNativeFolder';
|
|
13137
13083
|
const Commands$1l = {
|
|
13138
13084
|
openNativeFolder: openNativeFolder
|
|
13139
13085
|
};
|
|
@@ -13141,10 +13087,10 @@ const Commands$1l = {
|
|
|
13141
13087
|
const OpenNativeFolder_ipc = {
|
|
13142
13088
|
__proto__: null,
|
|
13143
13089
|
Commands: Commands$1l,
|
|
13144
|
-
name: name$
|
|
13090
|
+
name: name$1w
|
|
13145
13091
|
};
|
|
13146
13092
|
|
|
13147
|
-
const name$
|
|
13093
|
+
const name$1v = 'PersistentFileHandle';
|
|
13148
13094
|
const Commands$1k = {
|
|
13149
13095
|
addHandle: addHandle,
|
|
13150
13096
|
getHandle: getHandle,
|
|
@@ -13154,10 +13100,10 @@ const Commands$1k = {
|
|
|
13154
13100
|
const PersistentFileHandle_ipc = {
|
|
13155
13101
|
__proto__: null,
|
|
13156
13102
|
Commands: Commands$1k,
|
|
13157
|
-
name: name$
|
|
13103
|
+
name: name$1v
|
|
13158
13104
|
};
|
|
13159
13105
|
|
|
13160
|
-
const name$
|
|
13106
|
+
const name$1u = 'Preferences';
|
|
13161
13107
|
|
|
13162
13108
|
// prettier-ignore
|
|
13163
13109
|
const Commands$1j = {
|
|
@@ -13171,14 +13117,14 @@ const Commands$1j = {
|
|
|
13171
13117
|
const Preferences_ipc = {
|
|
13172
13118
|
__proto__: null,
|
|
13173
13119
|
Commands: Commands$1j,
|
|
13174
|
-
name: name$
|
|
13120
|
+
name: name$1u
|
|
13175
13121
|
};
|
|
13176
13122
|
|
|
13177
13123
|
const prompt = (message, defaultValue) => {
|
|
13178
13124
|
return invoke$g('Prompt.prompt', message, defaultValue);
|
|
13179
13125
|
};
|
|
13180
13126
|
|
|
13181
|
-
const name$
|
|
13127
|
+
const name$1t = 'Prompt';
|
|
13182
13128
|
const Commands$1i = {
|
|
13183
13129
|
prompt: prompt
|
|
13184
13130
|
};
|
|
@@ -13186,14 +13132,14 @@ const Commands$1i = {
|
|
|
13186
13132
|
const Prompt_ipc = {
|
|
13187
13133
|
__proto__: null,
|
|
13188
13134
|
Commands: Commands$1i,
|
|
13189
|
-
name: name$
|
|
13135
|
+
name: name$1t
|
|
13190
13136
|
};
|
|
13191
13137
|
|
|
13192
13138
|
const rebuildNodePty = async () => {
|
|
13193
13139
|
await invoke$f('RebuildNodePty.rebuildNodePty');
|
|
13194
13140
|
};
|
|
13195
13141
|
|
|
13196
|
-
const name$
|
|
13142
|
+
const name$1s = 'RebuildNodePty';
|
|
13197
13143
|
const Commands$1h = {
|
|
13198
13144
|
rebuildNodePty: rebuildNodePty
|
|
13199
13145
|
};
|
|
@@ -13201,10 +13147,10 @@ const Commands$1h = {
|
|
|
13201
13147
|
const RebuildNodePty_ipc = {
|
|
13202
13148
|
__proto__: null,
|
|
13203
13149
|
Commands: Commands$1h,
|
|
13204
|
-
name: name$
|
|
13150
|
+
name: name$1s
|
|
13205
13151
|
};
|
|
13206
13152
|
|
|
13207
|
-
const name$
|
|
13153
|
+
const name$1r = 'RecentlyOpened';
|
|
13208
13154
|
|
|
13209
13155
|
// prettier-ignore
|
|
13210
13156
|
const Commands$1g = {
|
|
@@ -13217,10 +13163,10 @@ const Commands$1g = {
|
|
|
13217
13163
|
const RecentlyOpened_ipc = {
|
|
13218
13164
|
__proto__: null,
|
|
13219
13165
|
Commands: Commands$1g,
|
|
13220
|
-
name: name$
|
|
13166
|
+
name: name$1r
|
|
13221
13167
|
};
|
|
13222
13168
|
|
|
13223
|
-
const name$
|
|
13169
|
+
const name$1q = 'Reload';
|
|
13224
13170
|
const Commands$1f = {
|
|
13225
13171
|
reload: reload$2
|
|
13226
13172
|
};
|
|
@@ -13228,7 +13174,7 @@ const Commands$1f = {
|
|
|
13228
13174
|
const Reload_ipc = {
|
|
13229
13175
|
__proto__: null,
|
|
13230
13176
|
Commands: Commands$1f,
|
|
13231
|
-
name: name$
|
|
13177
|
+
name: name$1q
|
|
13232
13178
|
};
|
|
13233
13179
|
|
|
13234
13180
|
const isAbortError = error => {
|
|
@@ -13259,7 +13205,7 @@ const saveFileAs = async (fileName, url) => {
|
|
|
13259
13205
|
}
|
|
13260
13206
|
};
|
|
13261
13207
|
|
|
13262
|
-
const name$
|
|
13208
|
+
const name$1p = 'SaveFileAs';
|
|
13263
13209
|
|
|
13264
13210
|
// prettier-ignore
|
|
13265
13211
|
const Commands$1e = {
|
|
@@ -13269,10 +13215,10 @@ const Commands$1e = {
|
|
|
13269
13215
|
const SaveFileAs_ipc = {
|
|
13270
13216
|
__proto__: null,
|
|
13271
13217
|
Commands: Commands$1e,
|
|
13272
|
-
name: name$
|
|
13218
|
+
name: name$1p
|
|
13273
13219
|
};
|
|
13274
13220
|
|
|
13275
|
-
const name$
|
|
13221
|
+
const name$1o = 'SaveState';
|
|
13276
13222
|
|
|
13277
13223
|
// prettier-ignore
|
|
13278
13224
|
const Commands$1d = {
|
|
@@ -13283,10 +13229,10 @@ const Commands$1d = {
|
|
|
13283
13229
|
const SaveState_ipc = {
|
|
13284
13230
|
__proto__: null,
|
|
13285
13231
|
Commands: Commands$1d,
|
|
13286
|
-
name: name$
|
|
13232
|
+
name: name$1o
|
|
13287
13233
|
};
|
|
13288
13234
|
|
|
13289
|
-
const name$
|
|
13235
|
+
const name$1n = 'SessionReplay';
|
|
13290
13236
|
const Commands$1c = {
|
|
13291
13237
|
downloadSession: downloadSession,
|
|
13292
13238
|
openSession: openSession,
|
|
@@ -13297,12 +13243,12 @@ const Commands$1c = {
|
|
|
13297
13243
|
const SessionReplay_ipc = {
|
|
13298
13244
|
__proto__: null,
|
|
13299
13245
|
Commands: Commands$1c,
|
|
13300
|
-
name: name$
|
|
13246
|
+
name: name$1n
|
|
13301
13247
|
};
|
|
13302
13248
|
|
|
13303
13249
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
13304
13250
|
|
|
13305
|
-
const name$
|
|
13251
|
+
const name$1m = 'SessionStorage';
|
|
13306
13252
|
const Commands$1b = {
|
|
13307
13253
|
clear: clear$3,
|
|
13308
13254
|
getJson: getJson$2
|
|
@@ -13311,7 +13257,7 @@ const Commands$1b = {
|
|
|
13311
13257
|
const SessionStorage_ipc = {
|
|
13312
13258
|
__proto__: null,
|
|
13313
13259
|
Commands: Commands$1b,
|
|
13314
|
-
name: name$
|
|
13260
|
+
name: name$1m
|
|
13315
13261
|
};
|
|
13316
13262
|
|
|
13317
13263
|
const getConfiguredWorkerUrl$6 = (preferenceKey, fallback) => {
|
|
@@ -13330,7 +13276,7 @@ const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
|
13330
13276
|
|
|
13331
13277
|
const launchTestWorker = async () => {
|
|
13332
13278
|
const configuredWorkerUrl = getConfiguredWorkerUrl$6('develop.testWorkerPath', testWorkerUrl);
|
|
13333
|
-
const ipc = await create$
|
|
13279
|
+
const ipc = await create$11({
|
|
13334
13280
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13335
13281
|
url: configuredWorkerUrl,
|
|
13336
13282
|
name: 'Test Worker'
|
|
@@ -13344,7 +13290,7 @@ const execute$1 = async href => {
|
|
|
13344
13290
|
await invoke$h(ipc, 'Test.execute', href);
|
|
13345
13291
|
};
|
|
13346
13292
|
|
|
13347
|
-
const name$
|
|
13293
|
+
const name$1l = 'Test';
|
|
13348
13294
|
const Commands$1a = {
|
|
13349
13295
|
execute: execute$1
|
|
13350
13296
|
};
|
|
@@ -13352,7 +13298,7 @@ const Commands$1a = {
|
|
|
13352
13298
|
const Test_ipc = {
|
|
13353
13299
|
__proto__: null,
|
|
13354
13300
|
Commands: Commands$1a,
|
|
13355
|
-
name: name$
|
|
13301
|
+
name: name$1l
|
|
13356
13302
|
};
|
|
13357
13303
|
|
|
13358
13304
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
@@ -13368,7 +13314,7 @@ const performAction = (...args) => {
|
|
|
13368
13314
|
return invoke$g('TestFrameWork.performAction', ...args);
|
|
13369
13315
|
};
|
|
13370
13316
|
|
|
13371
|
-
const name$
|
|
13317
|
+
const name$1k = 'TestFrameWork';
|
|
13372
13318
|
const Commands$19 = {
|
|
13373
13319
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
13374
13320
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
@@ -13379,10 +13325,10 @@ const Commands$19 = {
|
|
|
13379
13325
|
const TestFrameWork_ipc = {
|
|
13380
13326
|
__proto__: null,
|
|
13381
13327
|
Commands: Commands$19,
|
|
13382
|
-
name: name$
|
|
13328
|
+
name: name$1k
|
|
13383
13329
|
};
|
|
13384
13330
|
|
|
13385
|
-
const name$
|
|
13331
|
+
const name$1j = 'Url';
|
|
13386
13332
|
const Commands$18 = {
|
|
13387
13333
|
createObjectUrl: createObjectUrl,
|
|
13388
13334
|
revokeObjectUrl: revokeObjectUrl
|
|
@@ -13391,10 +13337,10 @@ const Commands$18 = {
|
|
|
13391
13337
|
const Url_ipc = {
|
|
13392
13338
|
__proto__: null,
|
|
13393
13339
|
Commands: Commands$18,
|
|
13394
|
-
name: name$
|
|
13340
|
+
name: name$1j
|
|
13395
13341
|
};
|
|
13396
13342
|
|
|
13397
|
-
const name$
|
|
13343
|
+
const name$1i = 'Viewlet';
|
|
13398
13344
|
const Commands$17 = {
|
|
13399
13345
|
2133: send,
|
|
13400
13346
|
closeWidget: closeWidget,
|
|
@@ -13403,18 +13349,18 @@ const Commands$17 = {
|
|
|
13403
13349
|
getAllStates: getAllStates,
|
|
13404
13350
|
openWidget: openWidget,
|
|
13405
13351
|
send: send,
|
|
13406
|
-
dispose: dispose$
|
|
13352
|
+
dispose: dispose$u
|
|
13407
13353
|
};
|
|
13408
13354
|
|
|
13409
13355
|
const Viewlet_ipc = {
|
|
13410
13356
|
__proto__: null,
|
|
13411
13357
|
Commands: Commands$17,
|
|
13412
|
-
name: name$
|
|
13358
|
+
name: name$1i
|
|
13413
13359
|
};
|
|
13414
13360
|
|
|
13415
|
-
const name$
|
|
13361
|
+
const name$1h = 'Window';
|
|
13416
13362
|
const Commands$16 = {
|
|
13417
|
-
close: close$
|
|
13363
|
+
close: close$4,
|
|
13418
13364
|
exit: exit$2,
|
|
13419
13365
|
maximize: maximize$1,
|
|
13420
13366
|
minimize: minimize$1,
|
|
@@ -13428,24 +13374,26 @@ const Commands$16 = {
|
|
|
13428
13374
|
const Window_ipc = {
|
|
13429
13375
|
__proto__: null,
|
|
13430
13376
|
Commands: Commands$16,
|
|
13431
|
-
name: name$
|
|
13377
|
+
name: name$1h
|
|
13432
13378
|
};
|
|
13433
13379
|
|
|
13434
|
-
const name$
|
|
13380
|
+
const name$1g = 'Workspace';
|
|
13435
13381
|
const Commands$15 = {
|
|
13382
|
+
close: close$6,
|
|
13383
|
+
getPath: getPath,
|
|
13384
|
+
getUri: getUri$1,
|
|
13436
13385
|
hydrate: hydrate$6,
|
|
13437
13386
|
setPath: setPath,
|
|
13438
|
-
setUri: setUri
|
|
13439
|
-
close: close$7
|
|
13387
|
+
setUri: setUri
|
|
13440
13388
|
};
|
|
13441
13389
|
|
|
13442
13390
|
const Workspace_ipc = {
|
|
13443
13391
|
__proto__: null,
|
|
13444
13392
|
Commands: Commands$15,
|
|
13445
|
-
name: name$
|
|
13393
|
+
name: name$1g
|
|
13446
13394
|
};
|
|
13447
13395
|
|
|
13448
|
-
const name$
|
|
13396
|
+
const name$1f = 'WindowTitle';
|
|
13449
13397
|
const Commands$14 = {
|
|
13450
13398
|
set: set$a
|
|
13451
13399
|
};
|
|
@@ -13453,7 +13401,7 @@ const Commands$14 = {
|
|
|
13453
13401
|
const WindowTitle_ipc = {
|
|
13454
13402
|
__proto__: null,
|
|
13455
13403
|
Commands: Commands$14,
|
|
13456
|
-
name: name$
|
|
13404
|
+
name: name$1f
|
|
13457
13405
|
};
|
|
13458
13406
|
|
|
13459
13407
|
const mock = () => {
|
|
@@ -13463,7 +13411,7 @@ const unmock = () => {
|
|
|
13463
13411
|
return invoke$g('PointerCapture.unmock');
|
|
13464
13412
|
};
|
|
13465
13413
|
|
|
13466
|
-
const name$
|
|
13414
|
+
const name$1e = 'PointerCapture';
|
|
13467
13415
|
const Commands$13 = {
|
|
13468
13416
|
mock: mock,
|
|
13469
13417
|
unmock: unmock
|
|
@@ -13472,7 +13420,7 @@ const Commands$13 = {
|
|
|
13472
13420
|
const PointerCapture_ipc = {
|
|
13473
13421
|
__proto__: null,
|
|
13474
13422
|
Commands: Commands$13,
|
|
13475
|
-
name: name$
|
|
13423
|
+
name: name$1e
|
|
13476
13424
|
};
|
|
13477
13425
|
|
|
13478
13426
|
const show$6 = async (...args) => {
|
|
@@ -13499,7 +13447,7 @@ const showCustom = (picks, resolve) => {
|
|
|
13499
13447
|
return show$6('custom', picks, resolve);
|
|
13500
13448
|
};
|
|
13501
13449
|
|
|
13502
|
-
const name$
|
|
13450
|
+
const name$1d = 'QuickPick';
|
|
13503
13451
|
const Commands$12 = {
|
|
13504
13452
|
show: show$6,
|
|
13505
13453
|
showColorTheme: showColorTheme,
|
|
@@ -13513,7 +13461,7 @@ const Commands$12 = {
|
|
|
13513
13461
|
const QuickPick_ipc = {
|
|
13514
13462
|
__proto__: null,
|
|
13515
13463
|
Commands: Commands$12,
|
|
13516
|
-
name: name$
|
|
13464
|
+
name: name$1d
|
|
13517
13465
|
};
|
|
13518
13466
|
|
|
13519
13467
|
const show$5 = async picks => {
|
|
@@ -13525,7 +13473,7 @@ const show$5 = async picks => {
|
|
|
13525
13473
|
return promise;
|
|
13526
13474
|
};
|
|
13527
13475
|
|
|
13528
|
-
const name$
|
|
13476
|
+
const name$1c = 'ExtensionHostQuickPick';
|
|
13529
13477
|
|
|
13530
13478
|
// prettier-ignore
|
|
13531
13479
|
const Commands$11 = {
|
|
@@ -13535,7 +13483,7 @@ const Commands$11 = {
|
|
|
13535
13483
|
const ExtensionHostQuickPick_ipc = {
|
|
13536
13484
|
__proto__: null,
|
|
13537
13485
|
Commands: Commands$11,
|
|
13538
|
-
name: name$
|
|
13486
|
+
name: name$1c
|
|
13539
13487
|
};
|
|
13540
13488
|
|
|
13541
13489
|
const showInformationMessage = async message => {
|
|
@@ -13544,7 +13492,7 @@ const showInformationMessage = async message => {
|
|
|
13544
13492
|
return result;
|
|
13545
13493
|
};
|
|
13546
13494
|
|
|
13547
|
-
const name$
|
|
13495
|
+
const name$1b = 'ExtensionHostDialog';
|
|
13548
13496
|
|
|
13549
13497
|
// prettier-ignore
|
|
13550
13498
|
const Commands$10 = {
|
|
@@ -13554,7 +13502,7 @@ const Commands$10 = {
|
|
|
13554
13502
|
const ExtensionHostDialog_ipc = {
|
|
13555
13503
|
__proto__: null,
|
|
13556
13504
|
Commands: Commands$10,
|
|
13557
|
-
name: name$
|
|
13505
|
+
name: name$1b
|
|
13558
13506
|
};
|
|
13559
13507
|
|
|
13560
13508
|
const set$4 = async (url, contentSecurityPolicy) => {
|
|
@@ -13570,7 +13518,7 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13570
13518
|
await set$4(url, contentSecurityPolicy);
|
|
13571
13519
|
};
|
|
13572
13520
|
|
|
13573
|
-
const name$
|
|
13521
|
+
const name$1a = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13574
13522
|
const Commands$$ = {
|
|
13575
13523
|
set: set$3
|
|
13576
13524
|
};
|
|
@@ -13578,10 +13526,10 @@ const Commands$$ = {
|
|
|
13578
13526
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13579
13527
|
__proto__: null,
|
|
13580
13528
|
Commands: Commands$$,
|
|
13581
|
-
name: name$
|
|
13529
|
+
name: name$1a
|
|
13582
13530
|
};
|
|
13583
13531
|
|
|
13584
|
-
const name$
|
|
13532
|
+
const name$19 = 'SendMessagePortToElectron';
|
|
13585
13533
|
const Commands$_ = {
|
|
13586
13534
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13587
13535
|
};
|
|
@@ -13589,14 +13537,14 @@ const Commands$_ = {
|
|
|
13589
13537
|
const SendMessagePortToElectron_ipc = {
|
|
13590
13538
|
__proto__: null,
|
|
13591
13539
|
Commands: Commands$_,
|
|
13592
|
-
name: name$
|
|
13540
|
+
name: name$19
|
|
13593
13541
|
};
|
|
13594
13542
|
|
|
13595
13543
|
const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWorkerMain.js`;
|
|
13596
13544
|
|
|
13597
13545
|
const launchTerminalWorker = async () => {
|
|
13598
13546
|
const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
|
|
13599
|
-
const ipc = await create$
|
|
13547
|
+
const ipc = await create$11({
|
|
13600
13548
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13601
13549
|
name,
|
|
13602
13550
|
url: terminalWorkerUrl
|
|
@@ -13607,34 +13555,34 @@ const launchTerminalWorker = async () => {
|
|
|
13607
13555
|
|
|
13608
13556
|
const {
|
|
13609
13557
|
invoke: invoke$b,
|
|
13610
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
13558
|
+
invokeAndTransfer: invokeAndTransfer$8
|
|
13611
13559
|
} = getOrCreateWorker(launchTerminalWorker);
|
|
13612
13560
|
|
|
13613
|
-
const create$
|
|
13561
|
+
const create$R = async canvasId => {
|
|
13614
13562
|
number$1(canvasId);
|
|
13615
|
-
const id = create$
|
|
13563
|
+
const id = create$12();
|
|
13616
13564
|
await invoke$g('OffscreenCanvas.create', canvasId, id);
|
|
13617
13565
|
const canvas = acquire(id);
|
|
13618
13566
|
return canvas;
|
|
13619
13567
|
};
|
|
13620
13568
|
const createForTerminal = async (canvasId, callbackId) => {
|
|
13621
|
-
const canvas = await create$
|
|
13622
|
-
await invokeAndTransfer$
|
|
13569
|
+
const canvas = await create$R(canvasId);
|
|
13570
|
+
await invokeAndTransfer$8('OffscreenCanvas.handleResult', callbackId, canvas);
|
|
13623
13571
|
};
|
|
13624
13572
|
|
|
13625
|
-
const name$
|
|
13573
|
+
const name$18 = 'OffscreenCanvas';
|
|
13626
13574
|
const Commands$Z = {
|
|
13627
|
-
create: create$
|
|
13575
|
+
create: create$R,
|
|
13628
13576
|
createForTerminal: createForTerminal
|
|
13629
13577
|
};
|
|
13630
13578
|
|
|
13631
13579
|
const OffscreenCanvas_ipc = {
|
|
13632
13580
|
__proto__: null,
|
|
13633
13581
|
Commands: Commands$Z,
|
|
13634
|
-
name: name$
|
|
13582
|
+
name: name$18
|
|
13635
13583
|
};
|
|
13636
13584
|
|
|
13637
|
-
const name$
|
|
13585
|
+
const name$17 = 'Languages';
|
|
13638
13586
|
const Commands$Y = {
|
|
13639
13587
|
getLanguageConfiguration: getLanguageConfiguration
|
|
13640
13588
|
};
|
|
@@ -13642,10 +13590,10 @@ const Commands$Y = {
|
|
|
13642
13590
|
const Languages_ipc = {
|
|
13643
13591
|
__proto__: null,
|
|
13644
13592
|
Commands: Commands$Y,
|
|
13645
|
-
name: name$
|
|
13593
|
+
name: name$17
|
|
13646
13594
|
};
|
|
13647
13595
|
|
|
13648
|
-
const name$
|
|
13596
|
+
const name$16 = 'FileWatcher';
|
|
13649
13597
|
const Commands$X = {
|
|
13650
13598
|
handleEvent: handleEvent
|
|
13651
13599
|
};
|
|
@@ -13653,7 +13601,7 @@ const Commands$X = {
|
|
|
13653
13601
|
const FileWatcher_ipc = {
|
|
13654
13602
|
__proto__: null,
|
|
13655
13603
|
Commands: Commands$X,
|
|
13656
|
-
name: name$
|
|
13604
|
+
name: name$16
|
|
13657
13605
|
};
|
|
13658
13606
|
|
|
13659
13607
|
const OnBraceCompletion = 'onBraceCompletion';
|
|
@@ -13706,7 +13654,7 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
13706
13654
|
});
|
|
13707
13655
|
};
|
|
13708
13656
|
|
|
13709
|
-
const name$
|
|
13657
|
+
const name$15 = 'ExtensionHostSelection';
|
|
13710
13658
|
const Commands$W = {
|
|
13711
13659
|
executeGrowSelection: executeGrowSelection
|
|
13712
13660
|
};
|
|
@@ -13714,7 +13662,7 @@ const Commands$W = {
|
|
|
13714
13662
|
const ExtensionHostSelection_ipc = {
|
|
13715
13663
|
__proto__: null,
|
|
13716
13664
|
Commands: Commands$W,
|
|
13717
|
-
name: name$
|
|
13665
|
+
name: name$15
|
|
13718
13666
|
};
|
|
13719
13667
|
|
|
13720
13668
|
const combineResults$b = results => {
|
|
@@ -13735,7 +13683,7 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
13735
13683
|
});
|
|
13736
13684
|
};
|
|
13737
13685
|
|
|
13738
|
-
const name$
|
|
13686
|
+
const name$14 = 'ExtensionHostBraceCompletion';
|
|
13739
13687
|
const Commands$V = {
|
|
13740
13688
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
13741
13689
|
};
|
|
@@ -13743,7 +13691,7 @@ const Commands$V = {
|
|
|
13743
13691
|
const ExtensionHostBraceCompletion_ipc = {
|
|
13744
13692
|
__proto__: null,
|
|
13745
13693
|
Commands: Commands$V,
|
|
13746
|
-
name: name$
|
|
13694
|
+
name: name$14
|
|
13747
13695
|
};
|
|
13748
13696
|
|
|
13749
13697
|
const combineResults$a = results => {
|
|
@@ -13760,7 +13708,7 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
13760
13708
|
});
|
|
13761
13709
|
};
|
|
13762
13710
|
|
|
13763
|
-
const name$
|
|
13711
|
+
const name$13 = 'ExtensionHostDefinition';
|
|
13764
13712
|
const Commands$U = {
|
|
13765
13713
|
executeDefinitionProvider: executeDefinitionProvider
|
|
13766
13714
|
};
|
|
@@ -13768,7 +13716,7 @@ const Commands$U = {
|
|
|
13768
13716
|
const ExtensionHostDefinition_ipc = {
|
|
13769
13717
|
__proto__: null,
|
|
13770
13718
|
Commands: Commands$U,
|
|
13771
|
-
name: name$
|
|
13719
|
+
name: name$13
|
|
13772
13720
|
};
|
|
13773
13721
|
|
|
13774
13722
|
const combineResults$9 = results => {
|
|
@@ -13786,7 +13734,7 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
13786
13734
|
});
|
|
13787
13735
|
};
|
|
13788
13736
|
|
|
13789
|
-
const name$
|
|
13737
|
+
const name$12 = 'ExtensionHostTypeDefinition';
|
|
13790
13738
|
const Commands$T = {
|
|
13791
13739
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
13792
13740
|
};
|
|
@@ -13794,7 +13742,7 @@ const Commands$T = {
|
|
|
13794
13742
|
const ExtensionHostTypeDefinition_ipc = {
|
|
13795
13743
|
__proto__: null,
|
|
13796
13744
|
Commands: Commands$T,
|
|
13797
|
-
name: name$
|
|
13745
|
+
name: name$12
|
|
13798
13746
|
};
|
|
13799
13747
|
|
|
13800
13748
|
const combineResults$8 = results => {
|
|
@@ -13812,7 +13760,7 @@ const executeOrganizeImports = editor => {
|
|
|
13812
13760
|
});
|
|
13813
13761
|
};
|
|
13814
13762
|
|
|
13815
|
-
const name$
|
|
13763
|
+
const name$11 = 'ExtensionHostOrganizeImports';
|
|
13816
13764
|
const Commands$S = {
|
|
13817
13765
|
organizeImports: executeOrganizeImports
|
|
13818
13766
|
};
|
|
@@ -13820,7 +13768,7 @@ const Commands$S = {
|
|
|
13820
13768
|
const ExtensionHostOrganizeImports_ipc = {
|
|
13821
13769
|
__proto__: null,
|
|
13822
13770
|
Commands: Commands$S,
|
|
13823
|
-
name: name$
|
|
13771
|
+
name: name$11
|
|
13824
13772
|
};
|
|
13825
13773
|
|
|
13826
13774
|
const combineResults$7 = results => {
|
|
@@ -13838,7 +13786,7 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
13838
13786
|
});
|
|
13839
13787
|
};
|
|
13840
13788
|
|
|
13841
|
-
const name$
|
|
13789
|
+
const name$10 = 'ExtensionHostTabCompletion';
|
|
13842
13790
|
const Commands$R = {
|
|
13843
13791
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
13844
13792
|
};
|
|
@@ -13846,7 +13794,7 @@ const Commands$R = {
|
|
|
13846
13794
|
const ExtensionHostTabCompletion_ipc = {
|
|
13847
13795
|
__proto__: null,
|
|
13848
13796
|
Commands: Commands$R,
|
|
13849
|
-
name: name$
|
|
13797
|
+
name: name$10
|
|
13850
13798
|
};
|
|
13851
13799
|
|
|
13852
13800
|
const combineResults$6 = results => {
|
|
@@ -13863,7 +13811,7 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
13863
13811
|
});
|
|
13864
13812
|
};
|
|
13865
13813
|
|
|
13866
|
-
const name
|
|
13814
|
+
const name$$ = 'ExtensionHostClosingTagCompletion';
|
|
13867
13815
|
const Commands$Q = {
|
|
13868
13816
|
executeClosingTagProvider: executeClosingTagProvider
|
|
13869
13817
|
};
|
|
@@ -13871,16 +13819,16 @@ const Commands$Q = {
|
|
|
13871
13819
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
13872
13820
|
__proto__: null,
|
|
13873
13821
|
Commands: Commands$Q,
|
|
13874
|
-
name: name
|
|
13822
|
+
name: name$$
|
|
13875
13823
|
};
|
|
13876
13824
|
|
|
13877
13825
|
const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
13878
13826
|
object(port);
|
|
13879
13827
|
string(initialCommand);
|
|
13880
|
-
await invokeAndTransfer$
|
|
13828
|
+
await invokeAndTransfer$c(initialCommand, port);
|
|
13881
13829
|
};
|
|
13882
13830
|
|
|
13883
|
-
const name
|
|
13831
|
+
const name$_ = 'SendMessagePortToRendererProcess';
|
|
13884
13832
|
const Commands$P = {
|
|
13885
13833
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
13886
13834
|
};
|
|
@@ -13888,7 +13836,7 @@ const Commands$P = {
|
|
|
13888
13836
|
const SendMessagePortToRendererProcess_ipc = {
|
|
13889
13837
|
__proto__: null,
|
|
13890
13838
|
Commands: Commands$P,
|
|
13891
|
-
name: name
|
|
13839
|
+
name: name$_
|
|
13892
13840
|
};
|
|
13893
13841
|
|
|
13894
13842
|
const combineResults$5 = results => {
|
|
@@ -13907,7 +13855,7 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
13907
13855
|
});
|
|
13908
13856
|
};
|
|
13909
13857
|
|
|
13910
|
-
const name$
|
|
13858
|
+
const name$Z = 'ExtensionHostHover';
|
|
13911
13859
|
const Commands$O = {
|
|
13912
13860
|
executeHoverProvider: executeHoverProvider
|
|
13913
13861
|
};
|
|
@@ -13915,16 +13863,16 @@ const Commands$O = {
|
|
|
13915
13863
|
const ExtensionHostHover_ipc = {
|
|
13916
13864
|
__proto__: null,
|
|
13917
13865
|
Commands: Commands$O,
|
|
13918
|
-
name: name$
|
|
13866
|
+
name: name$Z
|
|
13919
13867
|
};
|
|
13920
13868
|
|
|
13921
13869
|
const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
|
|
13922
13870
|
object(port);
|
|
13923
13871
|
string(initialCommand);
|
|
13924
|
-
await invokeAndTransfer$
|
|
13872
|
+
await invokeAndTransfer$a(initialCommand, port);
|
|
13925
13873
|
};
|
|
13926
13874
|
|
|
13927
|
-
const name$
|
|
13875
|
+
const name$Y = 'SendMessagePortToExtensionHostWorker';
|
|
13928
13876
|
const Commands$N = {
|
|
13929
13877
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker
|
|
13930
13878
|
};
|
|
@@ -13932,10 +13880,10 @@ const Commands$N = {
|
|
|
13932
13880
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
13933
13881
|
__proto__: null,
|
|
13934
13882
|
Commands: Commands$N,
|
|
13935
|
-
name: name$
|
|
13883
|
+
name: name$Y
|
|
13936
13884
|
};
|
|
13937
13885
|
|
|
13938
|
-
const name$
|
|
13886
|
+
const name$X = 'ExtensionHostManagement';
|
|
13939
13887
|
const Commands$M = {
|
|
13940
13888
|
activateByEvent: activateByEvent
|
|
13941
13889
|
};
|
|
@@ -13943,7 +13891,7 @@ const Commands$M = {
|
|
|
13943
13891
|
const ExtensionHostManagement_ipc = {
|
|
13944
13892
|
__proto__: null,
|
|
13945
13893
|
Commands: Commands$M,
|
|
13946
|
-
name: name$
|
|
13894
|
+
name: name$X
|
|
13947
13895
|
};
|
|
13948
13896
|
|
|
13949
13897
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
@@ -13962,8 +13910,8 @@ const getConfiguredWorkerUrl$5 = () => {
|
|
|
13962
13910
|
const launchSyntaxHighlightingWorker = async () => {
|
|
13963
13911
|
const configuredWorkerUrl = getConfiguredWorkerUrl$5();
|
|
13964
13912
|
const name = 'Syntax Highlighting Worker';
|
|
13965
|
-
const id = create$
|
|
13966
|
-
let ipc = await create$
|
|
13913
|
+
const id = create$12();
|
|
13914
|
+
let ipc = await create$11({
|
|
13967
13915
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13968
13916
|
name,
|
|
13969
13917
|
url: configuredWorkerUrl,
|
|
@@ -13980,16 +13928,16 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
13980
13928
|
|
|
13981
13929
|
const {
|
|
13982
13930
|
invoke: invoke$a,
|
|
13983
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
13931
|
+
invokeAndTransfer: invokeAndTransfer$7
|
|
13984
13932
|
} = getOrCreateWorker(launchSyntaxHighlightingWorker);
|
|
13985
13933
|
|
|
13986
13934
|
const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) => {
|
|
13987
13935
|
object(port);
|
|
13988
13936
|
string(initialCommand);
|
|
13989
|
-
await invokeAndTransfer$
|
|
13937
|
+
await invokeAndTransfer$7(initialCommand, port);
|
|
13990
13938
|
};
|
|
13991
13939
|
|
|
13992
|
-
const name$
|
|
13940
|
+
const name$W = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
13993
13941
|
const Commands$L = {
|
|
13994
13942
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
13995
13943
|
};
|
|
@@ -13997,10 +13945,10 @@ const Commands$L = {
|
|
|
13997
13945
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
13998
13946
|
__proto__: null,
|
|
13999
13947
|
Commands: Commands$L,
|
|
14000
|
-
name: name$
|
|
13948
|
+
name: name$W
|
|
14001
13949
|
};
|
|
14002
13950
|
|
|
14003
|
-
const name$
|
|
13951
|
+
const name$V = 'Transferrable';
|
|
14004
13952
|
const Commands$K = {
|
|
14005
13953
|
transferToRendererProcess: transferToRendererProcess,
|
|
14006
13954
|
transfer: transfer,
|
|
@@ -14010,7 +13958,7 @@ const Commands$K = {
|
|
|
14010
13958
|
const Transferrable_ipc = {
|
|
14011
13959
|
__proto__: null,
|
|
14012
13960
|
Commands: Commands$K,
|
|
14013
|
-
name: name$
|
|
13961
|
+
name: name$V
|
|
14014
13962
|
};
|
|
14015
13963
|
|
|
14016
13964
|
const getWebViewsNode = async () => {
|
|
@@ -14058,8 +14006,8 @@ const getConfiguredWorkerUrl$4 = () => {
|
|
|
14058
14006
|
const launchIframeWorker = async () => {
|
|
14059
14007
|
const configuredWorkerUrl = getConfiguredWorkerUrl$4();
|
|
14060
14008
|
const name = 'Iframe Worker';
|
|
14061
|
-
const id = create$
|
|
14062
|
-
let ipc = await create$
|
|
14009
|
+
const id = create$12();
|
|
14010
|
+
let ipc = await create$11({
|
|
14063
14011
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
14064
14012
|
name,
|
|
14065
14013
|
url: configuredWorkerUrl,
|
|
@@ -14070,14 +14018,13 @@ const launchIframeWorker = async () => {
|
|
|
14070
14018
|
};
|
|
14071
14019
|
|
|
14072
14020
|
const {
|
|
14073
|
-
invoke: invoke$9
|
|
14074
|
-
invokeAndTransfer: invokeAndTransfer$7
|
|
14021
|
+
invoke: invoke$9
|
|
14075
14022
|
} = getOrCreateWorker(launchIframeWorker);
|
|
14076
14023
|
|
|
14077
14024
|
const setPort = async (uid, port, origin, portType) => {
|
|
14078
|
-
await invokeAndTransfer$
|
|
14025
|
+
await invokeAndTransfer$c('WebView.setPort', uid, port, origin, portType);
|
|
14079
14026
|
};
|
|
14080
|
-
const create$
|
|
14027
|
+
const create$Q = async (id, webViewPort, webViewId, previewServerId, uri) => {
|
|
14081
14028
|
return invoke$9('WebView.create2', {
|
|
14082
14029
|
id,
|
|
14083
14030
|
webViewPort,
|
|
@@ -14096,10 +14043,10 @@ const compat = {
|
|
|
14096
14043
|
return invoke$g(...args);
|
|
14097
14044
|
},
|
|
14098
14045
|
rendererProcessInvokeAndTransfer(...args) {
|
|
14099
|
-
return invokeAndTransfer$
|
|
14046
|
+
return invokeAndTransfer$c(...args);
|
|
14100
14047
|
},
|
|
14101
14048
|
extensionHostWorkerInvokeAndTransfer(...args) {
|
|
14102
|
-
return invokeAndTransfer$
|
|
14049
|
+
return invokeAndTransfer$a(...args);
|
|
14103
14050
|
},
|
|
14104
14051
|
extensionHostWorkerInvoke(...args) {
|
|
14105
14052
|
return invoke$e(...args);
|
|
@@ -14112,7 +14059,7 @@ const compat = {
|
|
|
14112
14059
|
}
|
|
14113
14060
|
};
|
|
14114
14061
|
|
|
14115
|
-
const name$
|
|
14062
|
+
const name$U = 'WebView';
|
|
14116
14063
|
const Commands$J = {
|
|
14117
14064
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
14118
14065
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
@@ -14127,11 +14074,11 @@ const Commands$J = {
|
|
|
14127
14074
|
const WebView_ipc = {
|
|
14128
14075
|
__proto__: null,
|
|
14129
14076
|
Commands: Commands$J,
|
|
14130
|
-
name: name$
|
|
14077
|
+
name: name$U
|
|
14131
14078
|
};
|
|
14132
14079
|
|
|
14133
14080
|
const launchSearchProcess = async () => {
|
|
14134
|
-
const ipc = await create$
|
|
14081
|
+
const ipc = await create$11({
|
|
14135
14082
|
method: NodeAlternate,
|
|
14136
14083
|
type: 'search-process',
|
|
14137
14084
|
name: 'Search Process',
|
|
@@ -14159,7 +14106,7 @@ const invoke$8 = async (method, ...params) => {
|
|
|
14159
14106
|
return invoke$h(ipc, method, ...params);
|
|
14160
14107
|
};
|
|
14161
14108
|
|
|
14162
|
-
const name$
|
|
14109
|
+
const name$T = 'SearchProcess';
|
|
14163
14110
|
const Commands$I = {
|
|
14164
14111
|
invoke: invoke$8
|
|
14165
14112
|
};
|
|
@@ -14167,7 +14114,7 @@ const Commands$I = {
|
|
|
14167
14114
|
const SearchProcess_ipc = {
|
|
14168
14115
|
__proto__: null,
|
|
14169
14116
|
Commands: Commands$I,
|
|
14170
|
-
name: name$
|
|
14117
|
+
name: name$T
|
|
14171
14118
|
};
|
|
14172
14119
|
|
|
14173
14120
|
const combineResults$4 = results => {
|
|
@@ -14185,7 +14132,7 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14185
14132
|
return result;
|
|
14186
14133
|
};
|
|
14187
14134
|
|
|
14188
|
-
const name$
|
|
14135
|
+
const name$S = 'ExtensionHostTextSearch';
|
|
14189
14136
|
const Commands$H = {
|
|
14190
14137
|
executeTextSearchProvider: executeTextSearchProvider
|
|
14191
14138
|
};
|
|
@@ -14193,10 +14140,10 @@ const Commands$H = {
|
|
|
14193
14140
|
const ExtensionHostTextSearch_ipc = {
|
|
14194
14141
|
__proto__: null,
|
|
14195
14142
|
Commands: Commands$H,
|
|
14196
|
-
name: name$
|
|
14143
|
+
name: name$S
|
|
14197
14144
|
};
|
|
14198
14145
|
|
|
14199
|
-
const name$
|
|
14146
|
+
const name$R = 'GetWindowId';
|
|
14200
14147
|
const Commands$G = {
|
|
14201
14148
|
getWindowId: getWindowId
|
|
14202
14149
|
};
|
|
@@ -14204,10 +14151,10 @@ const Commands$G = {
|
|
|
14204
14151
|
const GetWindowId_ipc = {
|
|
14205
14152
|
__proto__: null,
|
|
14206
14153
|
Commands: Commands$G,
|
|
14207
|
-
name: name$
|
|
14154
|
+
name: name$R
|
|
14208
14155
|
};
|
|
14209
14156
|
|
|
14210
|
-
const name$
|
|
14157
|
+
const name$Q = 'ElectronDialog';
|
|
14211
14158
|
const Commands$F = {
|
|
14212
14159
|
showMessageBox: showMessageBox
|
|
14213
14160
|
};
|
|
@@ -14215,10 +14162,10 @@ const Commands$F = {
|
|
|
14215
14162
|
const ElectronDialog_ipc = {
|
|
14216
14163
|
__proto__: null,
|
|
14217
14164
|
Commands: Commands$F,
|
|
14218
|
-
name: name$
|
|
14165
|
+
name: name$Q
|
|
14219
14166
|
};
|
|
14220
14167
|
|
|
14221
|
-
const name$
|
|
14168
|
+
const name$P = 'Process';
|
|
14222
14169
|
const Commands$E = {
|
|
14223
14170
|
getNodeVersion: getNodeVersion,
|
|
14224
14171
|
getElectronVersion: getElectronVersion,
|
|
@@ -14228,7 +14175,7 @@ const Commands$E = {
|
|
|
14228
14175
|
const Process_ipc = {
|
|
14229
14176
|
__proto__: null,
|
|
14230
14177
|
Commands: Commands$E,
|
|
14231
|
-
name: name$
|
|
14178
|
+
name: name$P
|
|
14232
14179
|
};
|
|
14233
14180
|
|
|
14234
14181
|
const install$1 = id => {
|
|
@@ -14254,7 +14201,7 @@ const getAllExtensions = async () => {
|
|
|
14254
14201
|
return invoke$f(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
14255
14202
|
};
|
|
14256
14203
|
|
|
14257
|
-
const name$
|
|
14204
|
+
const name$O = 'ExtensionManagement';
|
|
14258
14205
|
const Commands$D = {
|
|
14259
14206
|
getAllExtensions: getAllExtensions
|
|
14260
14207
|
};
|
|
@@ -14262,11 +14209,10 @@ const Commands$D = {
|
|
|
14262
14209
|
const ExtensionManagement_ipc = {
|
|
14263
14210
|
__proto__: null,
|
|
14264
14211
|
Commands: Commands$D,
|
|
14265
|
-
name: name$
|
|
14212
|
+
name: name$O
|
|
14266
14213
|
};
|
|
14267
14214
|
|
|
14268
14215
|
const None$f = 0;
|
|
14269
|
-
const Ok = 1;
|
|
14270
14216
|
|
|
14271
14217
|
// TODO remove this file and merge with whenExpressions
|
|
14272
14218
|
const About = FocusAbout;
|
|
@@ -14279,7 +14225,7 @@ const Problems = FocusProblems;
|
|
|
14279
14225
|
const SourceControlInput = FocusSourceControlInput;
|
|
14280
14226
|
const TitleBarMenuBar = FocusTitleBarMenuBar;
|
|
14281
14227
|
|
|
14282
|
-
const create$
|
|
14228
|
+
const create$P = () => {
|
|
14283
14229
|
return {
|
|
14284
14230
|
productName: '',
|
|
14285
14231
|
lines: [],
|
|
@@ -14287,32 +14233,22 @@ const create$Q = () => {
|
|
|
14287
14233
|
commands: []
|
|
14288
14234
|
};
|
|
14289
14235
|
};
|
|
14290
|
-
const loadContent$
|
|
14291
|
-
const
|
|
14292
|
-
const newState = {
|
|
14293
|
-
...state,
|
|
14294
|
-
productName: productNameLong,
|
|
14295
|
-
lines,
|
|
14296
|
-
focusId: Ok
|
|
14297
|
-
};
|
|
14236
|
+
const loadContent$K = async state => {
|
|
14237
|
+
const newState = await invoke$c('About.loadContent', state);
|
|
14298
14238
|
const commands = await invoke$c('About.render', state, newState);
|
|
14299
14239
|
newState.commands = commands;
|
|
14300
14240
|
return newState;
|
|
14301
14241
|
};
|
|
14302
14242
|
const handleClickOk$1 = async state => {
|
|
14303
|
-
await
|
|
14243
|
+
await invoke$c('About.handleClickOk');
|
|
14304
14244
|
return state;
|
|
14305
14245
|
};
|
|
14306
14246
|
const handleClickCopy = async state => {
|
|
14307
|
-
|
|
14308
|
-
lines
|
|
14309
|
-
} = state;
|
|
14310
|
-
const message = joinLines(lines);
|
|
14311
|
-
await execute$4('ClipBoard.writeText', message);
|
|
14247
|
+
await invoke$c('About.handleClickCopy');
|
|
14312
14248
|
return state;
|
|
14313
14249
|
};
|
|
14314
14250
|
const handleClickClose$3 = async state => {
|
|
14315
|
-
await
|
|
14251
|
+
await invoke$c('About.handleClickClose');
|
|
14316
14252
|
return state;
|
|
14317
14253
|
};
|
|
14318
14254
|
const handleFocusIn$1 = state => {
|
|
@@ -14332,15 +14268,13 @@ const focusPrevious$a = async state => {
|
|
|
14332
14268
|
return newState;
|
|
14333
14269
|
};
|
|
14334
14270
|
|
|
14335
|
-
const
|
|
14336
|
-
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
focusPrevious: focusPrevious$a
|
|
14343
|
-
};
|
|
14271
|
+
const Commands$C = {
|
|
14272
|
+
handleClickClose: handleClickClose$3,
|
|
14273
|
+
handleClickCopy: handleClickCopy,
|
|
14274
|
+
handleClickOk: handleClickOk$1,
|
|
14275
|
+
handleFocusIn: handleFocusIn$1,
|
|
14276
|
+
focusNext: focusNext$a,
|
|
14277
|
+
focusPrevious: focusPrevious$a
|
|
14344
14278
|
};
|
|
14345
14279
|
|
|
14346
14280
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
@@ -14349,7 +14283,7 @@ const getKeyBindings$h = () => {
|
|
|
14349
14283
|
return invoke$c('About.getKeyBindings');
|
|
14350
14284
|
};
|
|
14351
14285
|
|
|
14352
|
-
const name$
|
|
14286
|
+
const name$N = 'About';
|
|
14353
14287
|
|
|
14354
14288
|
const apply = (oldState, newState) => {
|
|
14355
14289
|
const commands = newState.commands;
|
|
@@ -14372,7 +14306,7 @@ const apply = (oldState, newState) => {
|
|
|
14372
14306
|
return adjustedCommands;
|
|
14373
14307
|
};
|
|
14374
14308
|
|
|
14375
|
-
const hasFunctionalRender$
|
|
14309
|
+
const hasFunctionalRender$D = true;
|
|
14376
14310
|
const hasFunctionalRootRender$m = true;
|
|
14377
14311
|
const hasFunctionalEvents$1 = true;
|
|
14378
14312
|
const renderDialog$2 = {
|
|
@@ -14382,7 +14316,7 @@ const renderDialog$2 = {
|
|
|
14382
14316
|
apply: apply,
|
|
14383
14317
|
multiple: true
|
|
14384
14318
|
};
|
|
14385
|
-
const render$
|
|
14319
|
+
const render$G = [renderDialog$2];
|
|
14386
14320
|
const renderEventListeners$1 = async () => {
|
|
14387
14321
|
const listeners = await invoke$c('About.renderEventListeners');
|
|
14388
14322
|
return listeners;
|
|
@@ -14390,22 +14324,22 @@ const renderEventListeners$1 = async () => {
|
|
|
14390
14324
|
|
|
14391
14325
|
const ViewletAbout_ipc = {
|
|
14392
14326
|
__proto__: null,
|
|
14327
|
+
Commands: Commands$C,
|
|
14393
14328
|
Css: Css$F,
|
|
14394
|
-
create: create$
|
|
14329
|
+
create: create$P,
|
|
14395
14330
|
focusNext: focusNext$a,
|
|
14396
14331
|
focusPrevious: focusPrevious$a,
|
|
14397
|
-
getCommands: getCommands$1,
|
|
14398
14332
|
getKeyBindings: getKeyBindings$h,
|
|
14399
14333
|
handleClickClose: handleClickClose$3,
|
|
14400
14334
|
handleClickCopy,
|
|
14401
14335
|
handleClickOk: handleClickOk$1,
|
|
14402
14336
|
handleFocusIn: handleFocusIn$1,
|
|
14403
14337
|
hasFunctionalEvents: hasFunctionalEvents$1,
|
|
14404
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
14338
|
+
hasFunctionalRender: hasFunctionalRender$D,
|
|
14405
14339
|
hasFunctionalRootRender: hasFunctionalRootRender$m,
|
|
14406
|
-
loadContent: loadContent$
|
|
14407
|
-
name: name$
|
|
14408
|
-
render: render$
|
|
14340
|
+
loadContent: loadContent$K,
|
|
14341
|
+
name: name$N,
|
|
14342
|
+
render: render$G,
|
|
14409
14343
|
renderDialog: renderDialog$2,
|
|
14410
14344
|
renderEventListeners: renderEventListeners$1
|
|
14411
14345
|
};
|
|
@@ -14421,7 +14355,7 @@ const MarginTop = 1 << 6;
|
|
|
14421
14355
|
/**
|
|
14422
14356
|
* @enum {string}
|
|
14423
14357
|
*/
|
|
14424
|
-
const UiStrings$
|
|
14358
|
+
const UiStrings$g = {
|
|
14425
14359
|
Explorer: 'Explorer',
|
|
14426
14360
|
Search: 'Search',
|
|
14427
14361
|
SourceControl: 'Source Control',
|
|
@@ -14435,37 +14369,37 @@ const UiStrings$h = {
|
|
|
14435
14369
|
HideActivityBar: 'Hide Activity Bar'
|
|
14436
14370
|
};
|
|
14437
14371
|
const explorer$1 = () => {
|
|
14438
|
-
return i18nString(UiStrings$
|
|
14372
|
+
return i18nString(UiStrings$g.Explorer);
|
|
14439
14373
|
};
|
|
14440
14374
|
const search = () => {
|
|
14441
|
-
return i18nString(UiStrings$
|
|
14375
|
+
return i18nString(UiStrings$g.Search);
|
|
14442
14376
|
};
|
|
14443
14377
|
const sourceControl = () => {
|
|
14444
|
-
return i18nString(UiStrings$
|
|
14378
|
+
return i18nString(UiStrings$g.SourceControl);
|
|
14445
14379
|
};
|
|
14446
14380
|
const runAndDebug = () => {
|
|
14447
|
-
return i18nString(UiStrings$
|
|
14381
|
+
return i18nString(UiStrings$g.RunAndDebug);
|
|
14448
14382
|
};
|
|
14449
14383
|
const extensions = () => {
|
|
14450
|
-
return i18nString(UiStrings$
|
|
14384
|
+
return i18nString(UiStrings$g.Extensions);
|
|
14451
14385
|
};
|
|
14452
14386
|
const settings = () => {
|
|
14453
|
-
return i18nString(UiStrings$
|
|
14387
|
+
return i18nString(UiStrings$g.Settings);
|
|
14454
14388
|
};
|
|
14455
14389
|
const additionalViews = () => {
|
|
14456
|
-
return i18nString(UiStrings$
|
|
14390
|
+
return i18nString(UiStrings$g.AdditionalViews);
|
|
14457
14391
|
};
|
|
14458
14392
|
const activityBar = () => {
|
|
14459
|
-
return i18nString(UiStrings$
|
|
14393
|
+
return i18nString(UiStrings$g.ActivityBar);
|
|
14460
14394
|
};
|
|
14461
14395
|
const moveSideBarRight$1 = () => {
|
|
14462
|
-
return i18nString(UiStrings$
|
|
14396
|
+
return i18nString(UiStrings$g.MoveSideBarRight);
|
|
14463
14397
|
};
|
|
14464
14398
|
const moveSideBarLeft$1 = () => {
|
|
14465
|
-
return i18nString(UiStrings$
|
|
14399
|
+
return i18nString(UiStrings$g.MoveSideBarLeft);
|
|
14466
14400
|
};
|
|
14467
14401
|
const hideActivityBar$1 = () => {
|
|
14468
|
-
return i18nString(UiStrings$
|
|
14402
|
+
return i18nString(UiStrings$g.HideActivityBar);
|
|
14469
14403
|
};
|
|
14470
14404
|
|
|
14471
14405
|
const getActivityBarItems = () => {
|
|
@@ -14577,7 +14511,7 @@ const ViewletActivityBarFocusIndex = {
|
|
|
14577
14511
|
// TODO this should be create
|
|
14578
14512
|
// TODO unregister listeners when hidden
|
|
14579
14513
|
|
|
14580
|
-
const create$
|
|
14514
|
+
const create$O = (id, uri, x, y, width, height) => {
|
|
14581
14515
|
return {
|
|
14582
14516
|
uid: id,
|
|
14583
14517
|
// TODO declarative event api is good, but need to bind
|
|
@@ -14601,7 +14535,7 @@ const create$P = (id, uri, x, y, width, height) => {
|
|
|
14601
14535
|
itemHeight: ActivityBarItem
|
|
14602
14536
|
};
|
|
14603
14537
|
};
|
|
14604
|
-
const loadContent$
|
|
14538
|
+
const loadContent$J = async state => {
|
|
14605
14539
|
const activityBarItems = getActivityBarItems();
|
|
14606
14540
|
const sideBar = getInstance(SideBar$2);
|
|
14607
14541
|
const viewletId = sideBar && sideBar.state ? sideBar.state.currentViewletId : '';
|
|
@@ -14683,7 +14617,7 @@ const focus$8 = state => {
|
|
|
14683
14617
|
};
|
|
14684
14618
|
|
|
14685
14619
|
// prettier-ignore
|
|
14686
|
-
const Commands$
|
|
14620
|
+
const Commands$B = {
|
|
14687
14621
|
handleBlur: handleBlur$7,
|
|
14688
14622
|
handleSideBarHidden: handleSideBarHidden,
|
|
14689
14623
|
handleSideBarViewletChange: handleSideBarViewletChange,
|
|
@@ -14870,7 +14804,7 @@ const MenuEntriesActivityBar = {
|
|
|
14870
14804
|
|
|
14871
14805
|
const menus$b = [MenuEntriesSettings, MenuEntriesActivityBarAdditionalViews, MenuEntriesActivityBar];
|
|
14872
14806
|
|
|
14873
|
-
const name$
|
|
14807
|
+
const name$M = 'ActivityBar';
|
|
14874
14808
|
const getDisplayName$2 = () => {
|
|
14875
14809
|
return activityBar();
|
|
14876
14810
|
};
|
|
@@ -15066,7 +15000,7 @@ const getVisibleActivityBarItems = state => {
|
|
|
15066
15000
|
return toVisibleItems(filteredItems, selectedIndex, focusedIndex);
|
|
15067
15001
|
};
|
|
15068
15002
|
|
|
15069
|
-
const hasFunctionalRender$
|
|
15003
|
+
const hasFunctionalRender$C = true;
|
|
15070
15004
|
const hasFunctionalRootRender$l = true;
|
|
15071
15005
|
const renderItems$4 = {
|
|
15072
15006
|
isEqual(oldState, newState) {
|
|
@@ -15078,7 +15012,7 @@ const renderItems$4 = {
|
|
|
15078
15012
|
return ['Viewlet.setDom2', dom];
|
|
15079
15013
|
}
|
|
15080
15014
|
};
|
|
15081
|
-
const render$
|
|
15015
|
+
const render$F = [renderItems$4];
|
|
15082
15016
|
|
|
15083
15017
|
const getFilteredActivityBarItems = (items, height, itemHeight) => {
|
|
15084
15018
|
const numberOfVisibleItems = getNumberOfVisibleItems$1({
|
|
@@ -15118,12 +15052,12 @@ const Events$6 = {
|
|
|
15118
15052
|
const ViewletActivityBar_ipc = {
|
|
15119
15053
|
__proto__: null,
|
|
15120
15054
|
ActivityBar: ActivityBar$6,
|
|
15121
|
-
Commands: Commands$
|
|
15055
|
+
Commands: Commands$B,
|
|
15122
15056
|
Css: Css$E,
|
|
15123
15057
|
Events: Events$6,
|
|
15124
15058
|
LazyCommands: LazyCommands$d,
|
|
15125
15059
|
Variables: Variables$8,
|
|
15126
|
-
create: create$
|
|
15060
|
+
create: create$O,
|
|
15127
15061
|
focus: focus$8,
|
|
15128
15062
|
getDisplayName: getDisplayName$2,
|
|
15129
15063
|
getKeyBindings: getKeyBindings$g,
|
|
@@ -15131,13 +15065,13 @@ const ViewletActivityBar_ipc = {
|
|
|
15131
15065
|
handleBlur: handleBlur$7,
|
|
15132
15066
|
handleSideBarHidden,
|
|
15133
15067
|
handleSideBarViewletChange,
|
|
15134
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15068
|
+
hasFunctionalRender: hasFunctionalRender$C,
|
|
15135
15069
|
hasFunctionalResize: hasFunctionalResize$i,
|
|
15136
15070
|
hasFunctionalRootRender: hasFunctionalRootRender$l,
|
|
15137
|
-
loadContent: loadContent$
|
|
15071
|
+
loadContent: loadContent$J,
|
|
15138
15072
|
menus: menus$b,
|
|
15139
|
-
name: name$
|
|
15140
|
-
render: render$
|
|
15073
|
+
name: name$M,
|
|
15074
|
+
render: render$F,
|
|
15141
15075
|
resize: resize$n,
|
|
15142
15076
|
saveState: saveState$d,
|
|
15143
15077
|
toggleActivityBarItem,
|
|
@@ -15148,23 +15082,23 @@ const ViewletActivityBar_ipc = {
|
|
|
15148
15082
|
/**
|
|
15149
15083
|
* @enum {string}
|
|
15150
15084
|
*/
|
|
15151
|
-
const UiStrings$
|
|
15085
|
+
const UiStrings$f = {
|
|
15152
15086
|
FailedToLoadAudio: 'Failed to load audio: {PH1}'
|
|
15153
15087
|
};
|
|
15154
15088
|
const getImprovedErrorMessage = message => {
|
|
15155
|
-
return i18nString(UiStrings$
|
|
15089
|
+
return i18nString(UiStrings$f.FailedToLoadAudio, {
|
|
15156
15090
|
PH1: message
|
|
15157
15091
|
});
|
|
15158
15092
|
};
|
|
15159
15093
|
|
|
15160
|
-
const create$
|
|
15094
|
+
const create$N = (id, uri) => {
|
|
15161
15095
|
return {
|
|
15162
15096
|
uri,
|
|
15163
15097
|
src: '',
|
|
15164
15098
|
audioErrorMessage: ''
|
|
15165
15099
|
};
|
|
15166
15100
|
};
|
|
15167
|
-
const loadContent$
|
|
15101
|
+
const loadContent$I = async state => {
|
|
15168
15102
|
const {
|
|
15169
15103
|
uri
|
|
15170
15104
|
} = state;
|
|
@@ -15181,7 +15115,7 @@ const handleAudioError = (state, code, message) => {
|
|
|
15181
15115
|
audioErrorMessage: improvedMessage
|
|
15182
15116
|
};
|
|
15183
15117
|
};
|
|
15184
|
-
const dispose$
|
|
15118
|
+
const dispose$s = async state => {
|
|
15185
15119
|
const {
|
|
15186
15120
|
src
|
|
15187
15121
|
} = state;
|
|
@@ -15189,7 +15123,7 @@ const dispose$t = async state => {
|
|
|
15189
15123
|
return state;
|
|
15190
15124
|
};
|
|
15191
15125
|
|
|
15192
|
-
const Commands$
|
|
15126
|
+
const Commands$A = {
|
|
15193
15127
|
handleAudioError: handleAudioError
|
|
15194
15128
|
};
|
|
15195
15129
|
|
|
@@ -15230,7 +15164,7 @@ const getAudioVirtualDom = (src, errorMessage) => {
|
|
|
15230
15164
|
}, ...getMediaVirtualDom(Audio, src, errorMessage)];
|
|
15231
15165
|
};
|
|
15232
15166
|
|
|
15233
|
-
const hasFunctionalRender$
|
|
15167
|
+
const hasFunctionalRender$B = true;
|
|
15234
15168
|
const hasFunctionalRootRender$k = true;
|
|
15235
15169
|
const renderAudio = {
|
|
15236
15170
|
isEqual(oldState, newState) {
|
|
@@ -15241,25 +15175,25 @@ const renderAudio = {
|
|
|
15241
15175
|
return ['Viewlet.setDom2', dom];
|
|
15242
15176
|
}
|
|
15243
15177
|
};
|
|
15244
|
-
const render$
|
|
15178
|
+
const render$E = [renderAudio];
|
|
15245
15179
|
|
|
15246
|
-
const name$
|
|
15180
|
+
const name$L = 'Audio';
|
|
15247
15181
|
|
|
15248
15182
|
const ViewletAudio_ipc = {
|
|
15249
15183
|
__proto__: null,
|
|
15250
|
-
Commands: Commands$
|
|
15184
|
+
Commands: Commands$A,
|
|
15251
15185
|
Css: Css$D,
|
|
15252
|
-
create: create$
|
|
15253
|
-
dispose: dispose$
|
|
15186
|
+
create: create$N,
|
|
15187
|
+
dispose: dispose$s,
|
|
15254
15188
|
handleAudioError,
|
|
15255
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15189
|
+
hasFunctionalRender: hasFunctionalRender$B,
|
|
15256
15190
|
hasFunctionalRootRender: hasFunctionalRootRender$k,
|
|
15257
|
-
loadContent: loadContent$
|
|
15258
|
-
name: name$
|
|
15259
|
-
render: render$
|
|
15191
|
+
loadContent: loadContent$I,
|
|
15192
|
+
name: name$L,
|
|
15193
|
+
render: render$E
|
|
15260
15194
|
};
|
|
15261
15195
|
|
|
15262
|
-
const create$
|
|
15196
|
+
const create$M = (id, uri, x, y, width, height) => {
|
|
15263
15197
|
return {
|
|
15264
15198
|
browserViewMap: {},
|
|
15265
15199
|
x,
|
|
@@ -15268,7 +15202,7 @@ const create$N = (id, uri, x, y, width, height) => {
|
|
|
15268
15202
|
height
|
|
15269
15203
|
};
|
|
15270
15204
|
};
|
|
15271
|
-
const loadContent$
|
|
15205
|
+
const loadContent$H = async state => {
|
|
15272
15206
|
const browserViewMap = await invoke$f('ElectronBrowserView.getAll');
|
|
15273
15207
|
console.log({
|
|
15274
15208
|
browserViewMap
|
|
@@ -15289,7 +15223,7 @@ const getDom = overview => {
|
|
|
15289
15223
|
return dom;
|
|
15290
15224
|
};
|
|
15291
15225
|
|
|
15292
|
-
const hasFunctionalRender$
|
|
15226
|
+
const hasFunctionalRender$A = true;
|
|
15293
15227
|
const renderOverview = {
|
|
15294
15228
|
isEqual(oldState, newState) {
|
|
15295
15229
|
return oldState.browserViewMap === newState.browserViewMap;
|
|
@@ -15300,27 +15234,27 @@ const renderOverview = {
|
|
|
15300
15234
|
return ['setDom', dom];
|
|
15301
15235
|
}
|
|
15302
15236
|
};
|
|
15303
|
-
const render$
|
|
15237
|
+
const render$D = [renderOverview];
|
|
15304
15238
|
|
|
15305
15239
|
const Css$C = ["/css/parts/ViewletBrowserViewOverview.css"];
|
|
15306
15240
|
|
|
15307
15241
|
const ViewletBrowserViewOverview_ipc = {
|
|
15308
15242
|
__proto__: null,
|
|
15309
15243
|
Css: Css$C,
|
|
15310
|
-
create: create$
|
|
15311
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15312
|
-
loadContent: loadContent$
|
|
15313
|
-
render: render$
|
|
15244
|
+
create: create$M,
|
|
15245
|
+
hasFunctionalRender: hasFunctionalRender$A,
|
|
15246
|
+
loadContent: loadContent$H,
|
|
15247
|
+
render: render$D
|
|
15314
15248
|
};
|
|
15315
15249
|
|
|
15316
|
-
const create$
|
|
15250
|
+
const create$L = (id, uri, x, y, width, height) => {
|
|
15317
15251
|
return {
|
|
15318
15252
|
id,
|
|
15319
15253
|
interval: -1,
|
|
15320
15254
|
disposed: false
|
|
15321
15255
|
};
|
|
15322
15256
|
};
|
|
15323
|
-
const loadContent$
|
|
15257
|
+
const loadContent$G = state => {
|
|
15324
15258
|
const update = async () => {
|
|
15325
15259
|
await invoke$g(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15326
15260
|
};
|
|
@@ -15332,30 +15266,30 @@ const loadContent$H = state => {
|
|
|
15332
15266
|
|
|
15333
15267
|
// TODO use contentLoadedEffects
|
|
15334
15268
|
|
|
15335
|
-
const dispose$
|
|
15269
|
+
const dispose$r = state => {
|
|
15336
15270
|
clearInterval(state.interval);
|
|
15337
15271
|
state.interval = -1;
|
|
15338
15272
|
state.disposed = true;
|
|
15339
15273
|
};
|
|
15340
15274
|
|
|
15341
|
-
const name$
|
|
15342
|
-
const Commands$
|
|
15275
|
+
const name$K = 'Clock';
|
|
15276
|
+
const Commands$z = {};
|
|
15343
15277
|
|
|
15344
15278
|
const ViewletClock_ipc = {
|
|
15345
15279
|
__proto__: null,
|
|
15346
|
-
Commands: Commands$
|
|
15347
|
-
create: create$
|
|
15348
|
-
dispose: dispose$
|
|
15349
|
-
loadContent: loadContent$
|
|
15350
|
-
name: name$
|
|
15280
|
+
Commands: Commands$z,
|
|
15281
|
+
create: create$L,
|
|
15282
|
+
dispose: dispose$r,
|
|
15283
|
+
loadContent: loadContent$G,
|
|
15284
|
+
name: name$K
|
|
15351
15285
|
};
|
|
15352
15286
|
|
|
15353
|
-
const create$
|
|
15287
|
+
const create$K = () => {
|
|
15354
15288
|
return {
|
|
15355
15289
|
okCommand: ''
|
|
15356
15290
|
};
|
|
15357
15291
|
};
|
|
15358
|
-
const loadContent$
|
|
15292
|
+
const loadContent$F = async state => {
|
|
15359
15293
|
return {
|
|
15360
15294
|
...state,
|
|
15361
15295
|
okCommand: ''
|
|
@@ -15381,7 +15315,7 @@ const handleFocusIn = state => {
|
|
|
15381
15315
|
return state;
|
|
15382
15316
|
};
|
|
15383
15317
|
|
|
15384
|
-
const Commands$
|
|
15318
|
+
const Commands$y = {
|
|
15385
15319
|
handleClickClose: handleClickClose$2,
|
|
15386
15320
|
handleClickOk: handleClickOk,
|
|
15387
15321
|
handleFocusIn: handleFocusIn
|
|
@@ -15397,7 +15331,7 @@ const getKeyBindings$f = () => {
|
|
|
15397
15331
|
}];
|
|
15398
15332
|
};
|
|
15399
15333
|
|
|
15400
|
-
const hasFunctionalRender$
|
|
15334
|
+
const hasFunctionalRender$z = true;
|
|
15401
15335
|
const hasFunctionalRootRender$j = true;
|
|
15402
15336
|
const renderDialog$1 = {
|
|
15403
15337
|
isEqual(oldState, newState) {
|
|
@@ -15416,25 +15350,25 @@ const renderFocus$3 = {
|
|
|
15416
15350
|
return ['setFocused', newState.focused];
|
|
15417
15351
|
}
|
|
15418
15352
|
};
|
|
15419
|
-
const render$
|
|
15353
|
+
const render$C = [renderDialog$1, renderFocus$3];
|
|
15420
15354
|
|
|
15421
|
-
const name$
|
|
15355
|
+
const name$J = 'Confirm';
|
|
15422
15356
|
|
|
15423
15357
|
const ViewletConfirm_ipc = {
|
|
15424
15358
|
__proto__: null,
|
|
15425
|
-
Commands: Commands$
|
|
15359
|
+
Commands: Commands$y,
|
|
15426
15360
|
Css: Css$B,
|
|
15427
|
-
create: create$
|
|
15361
|
+
create: create$K,
|
|
15428
15362
|
getKeyBindings: getKeyBindings$f,
|
|
15429
15363
|
handleClickCancel,
|
|
15430
15364
|
handleClickClose: handleClickClose$2,
|
|
15431
15365
|
handleClickOk,
|
|
15432
15366
|
handleFocusIn,
|
|
15433
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15367
|
+
hasFunctionalRender: hasFunctionalRender$z,
|
|
15434
15368
|
hasFunctionalRootRender: hasFunctionalRootRender$j,
|
|
15435
|
-
loadContent: loadContent$
|
|
15436
|
-
name: name$
|
|
15437
|
-
render: render$
|
|
15369
|
+
loadContent: loadContent$F,
|
|
15370
|
+
name: name$J,
|
|
15371
|
+
render: render$C,
|
|
15438
15372
|
renderDialog: renderDialog$1,
|
|
15439
15373
|
renderFocus: renderFocus$3
|
|
15440
15374
|
};
|
|
@@ -15463,14 +15397,14 @@ const evaluate$1 = async inputValue => {
|
|
|
15463
15397
|
return preview;
|
|
15464
15398
|
};
|
|
15465
15399
|
|
|
15466
|
-
const create$
|
|
15400
|
+
const create$J = uid => {
|
|
15467
15401
|
return {
|
|
15468
15402
|
uid,
|
|
15469
15403
|
text: '-',
|
|
15470
15404
|
inputValue: ''
|
|
15471
15405
|
};
|
|
15472
15406
|
};
|
|
15473
|
-
const loadContent$
|
|
15407
|
+
const loadContent$E = async state => {
|
|
15474
15408
|
return {
|
|
15475
15409
|
...state,
|
|
15476
15410
|
text: ''
|
|
@@ -15503,7 +15437,7 @@ const clear$2 = state => {
|
|
|
15503
15437
|
};
|
|
15504
15438
|
};
|
|
15505
15439
|
|
|
15506
|
-
const Commands$
|
|
15440
|
+
const Commands$x = {
|
|
15507
15441
|
handleInput: handleInput$5,
|
|
15508
15442
|
handleFocus: handleFocus$6,
|
|
15509
15443
|
evaluate: evaluate,
|
|
@@ -15527,7 +15461,7 @@ const getQuickPickMenuEntries$3 = () => {
|
|
|
15527
15461
|
}];
|
|
15528
15462
|
};
|
|
15529
15463
|
|
|
15530
|
-
const name$
|
|
15464
|
+
const name$I = 'DebugConsole';
|
|
15531
15465
|
|
|
15532
15466
|
const getVirtualDom$1 = textContent => {
|
|
15533
15467
|
const dom = [];
|
|
@@ -15549,7 +15483,7 @@ const getVirtualDom$1 = textContent => {
|
|
|
15549
15483
|
return dom;
|
|
15550
15484
|
};
|
|
15551
15485
|
|
|
15552
|
-
const hasFunctionalRender$
|
|
15486
|
+
const hasFunctionalRender$y = true;
|
|
15553
15487
|
const renderText$1 = {
|
|
15554
15488
|
isEqual(oldState, newState) {
|
|
15555
15489
|
return oldState.text === newState.text;
|
|
@@ -15559,7 +15493,7 @@ const renderText$1 = {
|
|
|
15559
15493
|
return ['setDom', dom];
|
|
15560
15494
|
}
|
|
15561
15495
|
};
|
|
15562
|
-
const render$
|
|
15496
|
+
const render$B = [renderText$1];
|
|
15563
15497
|
|
|
15564
15498
|
const Button = 1;
|
|
15565
15499
|
const Select = 2;
|
|
@@ -15729,19 +15663,19 @@ const renderActions$a = {
|
|
|
15729
15663
|
|
|
15730
15664
|
const ViewletDebugConsole_ipc = {
|
|
15731
15665
|
__proto__: null,
|
|
15732
|
-
Commands: Commands$
|
|
15666
|
+
Commands: Commands$x,
|
|
15733
15667
|
Css: Css$A,
|
|
15734
15668
|
clear: clear$2,
|
|
15735
|
-
create: create$
|
|
15669
|
+
create: create$J,
|
|
15736
15670
|
evaluate,
|
|
15737
15671
|
getKeyBindings: getKeyBindings$e,
|
|
15738
15672
|
getQuickPickMenuEntries: getQuickPickMenuEntries$3,
|
|
15739
15673
|
handleFocus: handleFocus$6,
|
|
15740
15674
|
handleInput: handleInput$5,
|
|
15741
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15742
|
-
loadContent: loadContent$
|
|
15743
|
-
name: name$
|
|
15744
|
-
render: render$
|
|
15675
|
+
hasFunctionalRender: hasFunctionalRender$y,
|
|
15676
|
+
loadContent: loadContent$E,
|
|
15677
|
+
name: name$I,
|
|
15678
|
+
render: render$B,
|
|
15745
15679
|
renderActions: renderActions$a
|
|
15746
15680
|
};
|
|
15747
15681
|
|
|
@@ -15754,7 +15688,7 @@ const Escape = 'Escape';
|
|
|
15754
15688
|
/**
|
|
15755
15689
|
* @enum {string}
|
|
15756
15690
|
*/
|
|
15757
|
-
const UiStrings$
|
|
15691
|
+
const UiStrings$e = {
|
|
15758
15692
|
KeyBindings: 'KeyBindings',
|
|
15759
15693
|
Command: 'Command',
|
|
15760
15694
|
When: 'When',
|
|
@@ -15774,37 +15708,37 @@ const UiStrings$f = {
|
|
|
15774
15708
|
ShowSameKeyBindings: 'Show Same Keybindings'
|
|
15775
15709
|
};
|
|
15776
15710
|
const pressDesiredKeyCombinationThenPressEnter = () => {
|
|
15777
|
-
return i18nString(UiStrings$
|
|
15711
|
+
return i18nString(UiStrings$e.PressDesiredKeyCombinationThenPressEnter);
|
|
15778
15712
|
};
|
|
15779
|
-
const copy$
|
|
15780
|
-
return i18nString(UiStrings$
|
|
15713
|
+
const copy$3 = () => {
|
|
15714
|
+
return i18nString(UiStrings$e.Copy);
|
|
15781
15715
|
};
|
|
15782
15716
|
const copyCommandId = () => {
|
|
15783
|
-
return i18nString(UiStrings$
|
|
15717
|
+
return i18nString(UiStrings$e.CopyCommandId);
|
|
15784
15718
|
};
|
|
15785
15719
|
const copyCommandTitle = () => {
|
|
15786
|
-
return i18nString(UiStrings$
|
|
15720
|
+
return i18nString(UiStrings$e.CopyCommandTitle);
|
|
15787
15721
|
};
|
|
15788
15722
|
const changeKeyBinding = () => {
|
|
15789
|
-
return i18nString(UiStrings$
|
|
15723
|
+
return i18nString(UiStrings$e.ChangeKeyBinding);
|
|
15790
15724
|
};
|
|
15791
15725
|
const addKeyBinding = () => {
|
|
15792
|
-
return i18nString(UiStrings$
|
|
15726
|
+
return i18nString(UiStrings$e.AddKeyBinding);
|
|
15793
15727
|
};
|
|
15794
15728
|
const removeKeyBinding = () => {
|
|
15795
|
-
return i18nString(UiStrings$
|
|
15729
|
+
return i18nString(UiStrings$e.RemoveKeyBinding);
|
|
15796
15730
|
};
|
|
15797
15731
|
const resetKeyBinding = () => {
|
|
15798
|
-
return i18nString(UiStrings$
|
|
15732
|
+
return i18nString(UiStrings$e.ResetKeyBinding);
|
|
15799
15733
|
};
|
|
15800
15734
|
const changeWhenExpression = () => {
|
|
15801
|
-
return i18nString(UiStrings$
|
|
15735
|
+
return i18nString(UiStrings$e.ChangeWhenExpression);
|
|
15802
15736
|
};
|
|
15803
15737
|
const showSameKeyBindings = () => {
|
|
15804
|
-
return i18nString(UiStrings$
|
|
15738
|
+
return i18nString(UiStrings$e.ShowSameKeyBindings);
|
|
15805
15739
|
};
|
|
15806
15740
|
|
|
15807
|
-
const create$
|
|
15741
|
+
const create$I = (id, uri, x, y, width, height) => {
|
|
15808
15742
|
return {
|
|
15809
15743
|
id,
|
|
15810
15744
|
uri,
|
|
@@ -15813,14 +15747,14 @@ const create$J = (id, uri, x, y, width, height) => {
|
|
|
15813
15747
|
message: ''
|
|
15814
15748
|
};
|
|
15815
15749
|
};
|
|
15816
|
-
const loadContent$
|
|
15750
|
+
const loadContent$D = state => {
|
|
15817
15751
|
return {
|
|
15818
15752
|
...state,
|
|
15819
15753
|
focused: true,
|
|
15820
15754
|
message: pressDesiredKeyCombinationThenPressEnter()
|
|
15821
15755
|
};
|
|
15822
15756
|
};
|
|
15823
|
-
const dispose$
|
|
15757
|
+
const dispose$q = (state, value) => {
|
|
15824
15758
|
const {
|
|
15825
15759
|
uid
|
|
15826
15760
|
} = state;
|
|
@@ -15828,7 +15762,7 @@ const dispose$r = (state, value) => {
|
|
|
15828
15762
|
return state;
|
|
15829
15763
|
};
|
|
15830
15764
|
const handleBlur$6 = state => {
|
|
15831
|
-
return dispose$
|
|
15765
|
+
return dispose$q(state, '');
|
|
15832
15766
|
};
|
|
15833
15767
|
const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
15834
15768
|
// TODO handle with keybindings?
|
|
@@ -15836,10 +15770,10 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
|
15836
15770
|
return state;
|
|
15837
15771
|
}
|
|
15838
15772
|
if (key === Enter) {
|
|
15839
|
-
return dispose$
|
|
15773
|
+
return dispose$q(state, key);
|
|
15840
15774
|
}
|
|
15841
15775
|
if (key === Escape) {
|
|
15842
|
-
return dispose$
|
|
15776
|
+
return dispose$q(state, '');
|
|
15843
15777
|
}
|
|
15844
15778
|
const keyBindingString = getKeyBindingString(key, altKey, ctrlKey, shiftKey);
|
|
15845
15779
|
return {
|
|
@@ -15848,7 +15782,7 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
|
15848
15782
|
};
|
|
15849
15783
|
};
|
|
15850
15784
|
|
|
15851
|
-
const Commands$
|
|
15785
|
+
const Commands$w = {
|
|
15852
15786
|
handleKeyDown: handleKeyDown$1,
|
|
15853
15787
|
handleBlur: handleBlur$6
|
|
15854
15788
|
};
|
|
@@ -15877,7 +15811,7 @@ const getDefineKeyBindingsVirtualDom = message => {
|
|
|
15877
15811
|
}];
|
|
15878
15812
|
};
|
|
15879
15813
|
|
|
15880
|
-
const hasFunctionalRender$
|
|
15814
|
+
const hasFunctionalRender$x = true;
|
|
15881
15815
|
const hasFunctionalRootRender$i = true;
|
|
15882
15816
|
const renderValue$3 = {
|
|
15883
15817
|
isEqual(oldState, newState) {
|
|
@@ -15904,22 +15838,22 @@ const renderDom$2 = {
|
|
|
15904
15838
|
return ['Viewlet.setDom2', dom];
|
|
15905
15839
|
}
|
|
15906
15840
|
};
|
|
15907
|
-
const render$
|
|
15841
|
+
const render$A = [renderDom$2, renderValue$3, renderFocus$2];
|
|
15908
15842
|
|
|
15909
15843
|
const ViewletDefineKeyBinding_ipc = {
|
|
15910
15844
|
__proto__: null,
|
|
15911
|
-
Commands: Commands$
|
|
15845
|
+
Commands: Commands$w,
|
|
15912
15846
|
Css: Css$z,
|
|
15913
|
-
create: create$
|
|
15847
|
+
create: create$I,
|
|
15914
15848
|
handleBlur: handleBlur$6,
|
|
15915
15849
|
handleKeyDown: handleKeyDown$1,
|
|
15916
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
15850
|
+
hasFunctionalRender: hasFunctionalRender$x,
|
|
15917
15851
|
hasFunctionalRootRender: hasFunctionalRootRender$i,
|
|
15918
|
-
loadContent: loadContent$
|
|
15919
|
-
render: render$
|
|
15852
|
+
loadContent: loadContent$D,
|
|
15853
|
+
render: render$A
|
|
15920
15854
|
};
|
|
15921
15855
|
|
|
15922
|
-
const create$
|
|
15856
|
+
const create$H = () => {
|
|
15923
15857
|
return {
|
|
15924
15858
|
message: '',
|
|
15925
15859
|
codeFrame: '',
|
|
@@ -15938,7 +15872,7 @@ const getErrorMessage = (type, message) => {
|
|
|
15938
15872
|
}
|
|
15939
15873
|
return `${message}`;
|
|
15940
15874
|
};
|
|
15941
|
-
const loadContent$
|
|
15875
|
+
const loadContent$C = (state, savedState, ...args) => {
|
|
15942
15876
|
const [options, buttons] = args;
|
|
15943
15877
|
const {
|
|
15944
15878
|
message,
|
|
@@ -15957,7 +15891,7 @@ const loadContent$D = (state, savedState, ...args) => {
|
|
|
15957
15891
|
buttons
|
|
15958
15892
|
};
|
|
15959
15893
|
};
|
|
15960
|
-
const dispose$
|
|
15894
|
+
const dispose$p = async state => {};
|
|
15961
15895
|
const handleClick$8 = async (state, index) => {
|
|
15962
15896
|
const {
|
|
15963
15897
|
options
|
|
@@ -15966,7 +15900,7 @@ const handleClick$8 = async (state, index) => {
|
|
|
15966
15900
|
// TODO handle case when index is out of bounds
|
|
15967
15901
|
switch (option) {
|
|
15968
15902
|
case 'Show Command Output':
|
|
15969
|
-
await dispose$
|
|
15903
|
+
await dispose$p();
|
|
15970
15904
|
const uri = 'data://';
|
|
15971
15905
|
await execute$4(/* Main.openUri */'Main.openUri', uri);
|
|
15972
15906
|
// TODO show stderr in editor
|
|
@@ -15975,14 +15909,14 @@ const handleClick$8 = async (state, index) => {
|
|
|
15975
15909
|
}
|
|
15976
15910
|
};
|
|
15977
15911
|
|
|
15978
|
-
const Commands$
|
|
15979
|
-
close: dispose$
|
|
15912
|
+
const Commands$v = {
|
|
15913
|
+
close: dispose$p,
|
|
15980
15914
|
handleClick: handleClick$8
|
|
15981
15915
|
};
|
|
15982
15916
|
|
|
15983
15917
|
const Css$y = ["/css/parts/ViewletDialog.css"];
|
|
15984
15918
|
|
|
15985
|
-
const hasFunctionalRender$
|
|
15919
|
+
const hasFunctionalRender$w = true;
|
|
15986
15920
|
const renderHeader = {
|
|
15987
15921
|
isEqual(oldState, newState) {
|
|
15988
15922
|
return oldState.header === newState.header;
|
|
@@ -16023,27 +15957,27 @@ const renderStack = {
|
|
|
16023
15957
|
return [/* method */'setErrorStack', newState.stack];
|
|
16024
15958
|
}
|
|
16025
15959
|
};
|
|
16026
|
-
const render$
|
|
15960
|
+
const render$z = [renderHeader, renderButtons, renderCodeFrame, renderMessage$3, renderStack];
|
|
16027
15961
|
|
|
16028
|
-
const name$
|
|
15962
|
+
const name$H = 'Dialog';
|
|
16029
15963
|
|
|
16030
15964
|
const ViewletDialog_ipc = {
|
|
16031
15965
|
__proto__: null,
|
|
16032
|
-
Commands: Commands$
|
|
15966
|
+
Commands: Commands$v,
|
|
16033
15967
|
Css: Css$y,
|
|
16034
|
-
create: create$
|
|
16035
|
-
dispose: dispose$
|
|
15968
|
+
create: create$H,
|
|
15969
|
+
dispose: dispose$p,
|
|
16036
15970
|
handleClick: handleClick$8,
|
|
16037
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
16038
|
-
loadContent: loadContent$
|
|
16039
|
-
name: name$
|
|
16040
|
-
render: render$
|
|
15971
|
+
hasFunctionalRender: hasFunctionalRender$w,
|
|
15972
|
+
loadContent: loadContent$C,
|
|
15973
|
+
name: name$H,
|
|
15974
|
+
render: render$z
|
|
16041
15975
|
};
|
|
16042
15976
|
|
|
16043
15977
|
const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
|
|
16044
15978
|
|
|
16045
15979
|
const launchDiffWorker = async () => {
|
|
16046
|
-
const ipc = await create$
|
|
15980
|
+
const ipc = await create$11({
|
|
16047
15981
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
16048
15982
|
url: diffWorkerUrl,
|
|
16049
15983
|
name: 'Diff Worker'
|
|
@@ -16173,7 +16107,7 @@ const handleTokenizeChange$1 = async () => {
|
|
|
16173
16107
|
if (!isConnectedEditor(state.id)) {
|
|
16174
16108
|
return;
|
|
16175
16109
|
}
|
|
16176
|
-
const tokenizerId = create$
|
|
16110
|
+
const tokenizerId = create$12();
|
|
16177
16111
|
const tokenizer = getTokenizer(state.languageId);
|
|
16178
16112
|
set$1(tokenizerId, tokenizer);
|
|
16179
16113
|
const newState = {
|
|
@@ -16276,7 +16210,7 @@ const getNewDeltaPercent = (height, scrollBarHeight, relativeY) => {
|
|
|
16276
16210
|
};
|
|
16277
16211
|
};
|
|
16278
16212
|
|
|
16279
|
-
const create$
|
|
16213
|
+
const create$G = ({
|
|
16280
16214
|
itemHeight,
|
|
16281
16215
|
headerHeight = 0,
|
|
16282
16216
|
minimumSliderSize = 20
|
|
@@ -16342,7 +16276,7 @@ const handleWheel$3 = (state, deltaMode, deltaY) => {
|
|
|
16342
16276
|
return setDeltaY$4(state, state.deltaY + deltaY);
|
|
16343
16277
|
};
|
|
16344
16278
|
|
|
16345
|
-
const create$
|
|
16279
|
+
const create$F = (id, uri, x, y, width, height) => {
|
|
16346
16280
|
return {
|
|
16347
16281
|
uri,
|
|
16348
16282
|
linesLeft: [],
|
|
@@ -16354,7 +16288,7 @@ const create$G = (id, uri, x, y, width, height) => {
|
|
|
16354
16288
|
height,
|
|
16355
16289
|
languageLeft: '',
|
|
16356
16290
|
languageRight: '',
|
|
16357
|
-
...create$
|
|
16291
|
+
...create$G({
|
|
16358
16292
|
itemHeight: 20
|
|
16359
16293
|
})
|
|
16360
16294
|
};
|
|
@@ -16365,7 +16299,7 @@ const getMinLineY$1 = savedState => {
|
|
|
16365
16299
|
}
|
|
16366
16300
|
return 0;
|
|
16367
16301
|
};
|
|
16368
|
-
const loadContent$
|
|
16302
|
+
const loadContent$B = async (state, savedState) => {
|
|
16369
16303
|
// @ts-ignore
|
|
16370
16304
|
const {
|
|
16371
16305
|
uri,
|
|
@@ -16414,7 +16348,7 @@ const loadContent$C = async (state, savedState) => {
|
|
|
16414
16348
|
};
|
|
16415
16349
|
|
|
16416
16350
|
// prettier-ignore
|
|
16417
|
-
const Commands$
|
|
16351
|
+
const Commands$u = {};
|
|
16418
16352
|
|
|
16419
16353
|
// prettier-ignore
|
|
16420
16354
|
const LazyCommands$c = {
|
|
@@ -16422,11 +16356,11 @@ const LazyCommands$c = {
|
|
|
16422
16356
|
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
|
|
16423
16357
|
};
|
|
16424
16358
|
|
|
16425
|
-
const create$
|
|
16359
|
+
const create$E = (key, value) => {
|
|
16426
16360
|
return `--${key}: ${value}px;`;
|
|
16427
16361
|
};
|
|
16428
16362
|
|
|
16429
|
-
const create$
|
|
16363
|
+
const create$D = (key, value, unit = '') => {
|
|
16430
16364
|
return `--${key}: ${value}${unit};`;
|
|
16431
16365
|
};
|
|
16432
16366
|
|
|
@@ -16435,33 +16369,33 @@ const getDynamicCss = preferences => {
|
|
|
16435
16369
|
const styles = [];
|
|
16436
16370
|
const fontSize = preferences['editor.fontSize'];
|
|
16437
16371
|
if (fontSize) {
|
|
16438
|
-
styles.push(create$
|
|
16372
|
+
styles.push(create$E('EditorFontSize', fontSize));
|
|
16439
16373
|
}
|
|
16440
16374
|
const fontWeight = preferences['editor.fontWeight'] ?? 400;
|
|
16441
16375
|
if (fontWeight) {
|
|
16442
|
-
styles.push(create$
|
|
16376
|
+
styles.push(create$D('EditorFontWeight', fontWeight));
|
|
16443
16377
|
}
|
|
16444
16378
|
const fontFamily = preferences['editor.fontFamily'];
|
|
16445
16379
|
if (fontFamily) {
|
|
16446
|
-
styles.push(create$
|
|
16380
|
+
styles.push(create$D('EditorFontFamily', fontFamily));
|
|
16447
16381
|
}
|
|
16448
16382
|
const lineHeight = preferences['editor.lineHeight'];
|
|
16449
16383
|
if (lineHeight) {
|
|
16450
|
-
styles.push(create$
|
|
16384
|
+
styles.push(create$E('EditorLineHeight', lineHeight));
|
|
16451
16385
|
}
|
|
16452
16386
|
const letterSpacing = preferences['editor.letterSpacing'];
|
|
16453
16387
|
if (typeof letterSpacing === 'number') {
|
|
16454
16388
|
{
|
|
16455
|
-
styles.push(create$
|
|
16389
|
+
styles.push(create$E('EditorLetterSpacing', letterSpacing));
|
|
16456
16390
|
}
|
|
16457
16391
|
}
|
|
16458
16392
|
const fontLigatures = preferences['editor.fontLigatures'];
|
|
16459
16393
|
if (fontLigatures) {
|
|
16460
|
-
styles.push(create$
|
|
16394
|
+
styles.push(create$D('EditorFontFeatureSettings', '"liga" 1, "calt" 1'));
|
|
16461
16395
|
}
|
|
16462
16396
|
const tabSize = preferences['editor.tabSize'];
|
|
16463
16397
|
if (tabSize) {
|
|
16464
|
-
styles.push(create$
|
|
16398
|
+
styles.push(create$D('EditorTabSize', tabSize));
|
|
16465
16399
|
}
|
|
16466
16400
|
const css = `:root {
|
|
16467
16401
|
${joinLines(styles)}
|
|
@@ -16471,7 +16405,7 @@ ${joinLines(styles)}
|
|
|
16471
16405
|
|
|
16472
16406
|
const Css$w = ["/css/parts/ViewletDiffEditor.css"];
|
|
16473
16407
|
|
|
16474
|
-
const name$
|
|
16408
|
+
const name$G = 'DiffEditor';
|
|
16475
16409
|
|
|
16476
16410
|
const None$e = 0;
|
|
16477
16411
|
const Insertion = 1;
|
|
@@ -16823,7 +16757,7 @@ const SetTitle = 'setTitle';
|
|
|
16823
16757
|
const SetValue = 'setValue';
|
|
16824
16758
|
const SetInputValue = 'setInputValue';
|
|
16825
16759
|
|
|
16826
|
-
const hasFunctionalRender$
|
|
16760
|
+
const hasFunctionalRender$v = true;
|
|
16827
16761
|
const hasFunctionalRootRender$h = true;
|
|
16828
16762
|
const renderChanges$1 = {
|
|
16829
16763
|
isEqual(oldState, newState) {
|
|
@@ -16845,7 +16779,7 @@ const renderScrollBar = {
|
|
|
16845
16779
|
return [/* method */SetScrollBar, /* scrollBarY */scrollBarY, /* scrollBarHeight */newState.scrollBarHeight];
|
|
16846
16780
|
}
|
|
16847
16781
|
};
|
|
16848
|
-
const render$
|
|
16782
|
+
const render$y = [renderChanges$1, renderScrollBar];
|
|
16849
16783
|
|
|
16850
16784
|
const saveState$c = state => {
|
|
16851
16785
|
return {
|
|
@@ -16856,16 +16790,16 @@ const saveState$c = state => {
|
|
|
16856
16790
|
|
|
16857
16791
|
const ViewletDiffEditor_ipc = {
|
|
16858
16792
|
__proto__: null,
|
|
16859
|
-
Commands: Commands$
|
|
16793
|
+
Commands: Commands$u,
|
|
16860
16794
|
Css: Css$w,
|
|
16861
16795
|
LazyCommands: LazyCommands$c,
|
|
16862
|
-
create: create$
|
|
16796
|
+
create: create$F,
|
|
16863
16797
|
getDynamicCss,
|
|
16864
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
16798
|
+
hasFunctionalRender: hasFunctionalRender$v,
|
|
16865
16799
|
hasFunctionalRootRender: hasFunctionalRootRender$h,
|
|
16866
|
-
loadContent: loadContent$
|
|
16867
|
-
name: name$
|
|
16868
|
-
render: render$
|
|
16800
|
+
loadContent: loadContent$B,
|
|
16801
|
+
name: name$G,
|
|
16802
|
+
render: render$y,
|
|
16869
16803
|
saveState: saveState$c
|
|
16870
16804
|
};
|
|
16871
16805
|
|
|
@@ -16879,7 +16813,7 @@ const SideBar$1 = 'SideBar';
|
|
|
16879
16813
|
const Preview$2 = 'Preview';
|
|
16880
16814
|
const None$d = '';
|
|
16881
16815
|
|
|
16882
|
-
const create$
|
|
16816
|
+
const create$C = (id, uri, x, y, width, height) => {
|
|
16883
16817
|
return {
|
|
16884
16818
|
x,
|
|
16885
16819
|
y,
|
|
@@ -16908,7 +16842,7 @@ const getPreviewTransform = (width, height) => {
|
|
|
16908
16842
|
const previewTransform = `scale(${scale})`;
|
|
16909
16843
|
return previewTransform;
|
|
16910
16844
|
};
|
|
16911
|
-
const loadContent$
|
|
16845
|
+
const loadContent$A = async state => {
|
|
16912
16846
|
const sandbox = getE2eTestsSandbox();
|
|
16913
16847
|
// const root = await SharedProcess.invoke('Platform.getRoot')
|
|
16914
16848
|
// const testPath = await SharedProcess.invoke('Platform.getTestPath')
|
|
@@ -16935,7 +16869,7 @@ const executeTest$1 = async state => {
|
|
|
16935
16869
|
};
|
|
16936
16870
|
};
|
|
16937
16871
|
const handleLoad$1 = async state => {
|
|
16938
|
-
const messagePortId = create$
|
|
16872
|
+
const messagePortId = create$12();
|
|
16939
16873
|
const {
|
|
16940
16874
|
port1,
|
|
16941
16875
|
port2
|
|
@@ -16978,7 +16912,7 @@ const resize$m = (state, dimensions) => {
|
|
|
16978
16912
|
};
|
|
16979
16913
|
};
|
|
16980
16914
|
|
|
16981
|
-
const Commands$
|
|
16915
|
+
const Commands$t = {
|
|
16982
16916
|
handleClickAt: handleClickAt$5,
|
|
16983
16917
|
handleSashCornerPointerDown: handleSashCornerPointerDown,
|
|
16984
16918
|
handleSashCornerPointerMove: handleSashCornerPointerMove,
|
|
@@ -17009,7 +16943,7 @@ const MenuEntriesE2eTests = {
|
|
|
17009
16943
|
|
|
17010
16944
|
const menus$a = [MenuEntriesE2eTests];
|
|
17011
16945
|
|
|
17012
|
-
const name$
|
|
16946
|
+
const name$F = 'E2e Test';
|
|
17013
16947
|
|
|
17014
16948
|
const getE2eTestVirtualDom = content => {
|
|
17015
16949
|
return [{
|
|
@@ -17032,7 +16966,7 @@ const getE2eTestVirtualDom = content => {
|
|
|
17032
16966
|
}];
|
|
17033
16967
|
};
|
|
17034
16968
|
|
|
17035
|
-
const hasFunctionalRender$
|
|
16969
|
+
const hasFunctionalRender$u = true;
|
|
17036
16970
|
const hasFunctionalRootRender$g = true;
|
|
17037
16971
|
const renderElements = {
|
|
17038
16972
|
isEqual(oldState, newState) {
|
|
@@ -17059,7 +16993,7 @@ const renderPreviewTransform = {
|
|
|
17059
16993
|
return ['setPreviewTransform', newState.previewTransform];
|
|
17060
16994
|
}
|
|
17061
16995
|
};
|
|
17062
|
-
const render$
|
|
16996
|
+
const render$x = [renderElements, renderIframe$2, renderPreviewTransform];
|
|
17063
16997
|
|
|
17064
16998
|
const getActions$8 = () => {
|
|
17065
16999
|
return [];
|
|
@@ -17078,9 +17012,9 @@ const renderActions$9 = {
|
|
|
17078
17012
|
|
|
17079
17013
|
const ViewletE2eTest_ipc = {
|
|
17080
17014
|
__proto__: null,
|
|
17081
|
-
Commands: Commands$
|
|
17015
|
+
Commands: Commands$t,
|
|
17082
17016
|
Css: Css$v,
|
|
17083
|
-
create: create$
|
|
17017
|
+
create: create$C,
|
|
17084
17018
|
executeTest: executeTest$1,
|
|
17085
17019
|
getKeyBindings: getKeyBindings$d,
|
|
17086
17020
|
handleClickAt: handleClickAt$5,
|
|
@@ -17088,18 +17022,18 @@ const ViewletE2eTest_ipc = {
|
|
|
17088
17022
|
handleSashCornerPointerDown,
|
|
17089
17023
|
handleSashCornerPointerMove,
|
|
17090
17024
|
handleSashCornerPointerUp,
|
|
17091
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
17025
|
+
hasFunctionalRender: hasFunctionalRender$u,
|
|
17092
17026
|
hasFunctionalResize: hasFunctionalResize$h,
|
|
17093
17027
|
hasFunctionalRootRender: hasFunctionalRootRender$g,
|
|
17094
|
-
loadContent: loadContent$
|
|
17028
|
+
loadContent: loadContent$A,
|
|
17095
17029
|
menus: menus$a,
|
|
17096
|
-
name: name$
|
|
17097
|
-
render: render$
|
|
17030
|
+
name: name$F,
|
|
17031
|
+
render: render$x,
|
|
17098
17032
|
renderActions: renderActions$9,
|
|
17099
17033
|
resize: resize$m
|
|
17100
17034
|
};
|
|
17101
17035
|
|
|
17102
|
-
const create$
|
|
17036
|
+
const create$B = (id, uri, x, y, width, height) => {
|
|
17103
17037
|
return {
|
|
17104
17038
|
x,
|
|
17105
17039
|
y,
|
|
@@ -17125,7 +17059,7 @@ const getTests = async () => {
|
|
|
17125
17059
|
const tests = filteredDirents.map(dirent => dirent.name);
|
|
17126
17060
|
return tests;
|
|
17127
17061
|
};
|
|
17128
|
-
const loadContent$
|
|
17062
|
+
const loadContent$z = async state => {
|
|
17129
17063
|
const tests = await getTests();
|
|
17130
17064
|
const sandbox = getE2eTestsSandbox();
|
|
17131
17065
|
return {
|
|
@@ -17148,7 +17082,7 @@ const executeTest = async (state, index) => {
|
|
|
17148
17082
|
};
|
|
17149
17083
|
};
|
|
17150
17084
|
const handleLoad = async state => {
|
|
17151
|
-
const messagePortId = create$
|
|
17085
|
+
const messagePortId = create$12();
|
|
17152
17086
|
const {
|
|
17153
17087
|
port1,
|
|
17154
17088
|
port2
|
|
@@ -17205,7 +17139,7 @@ const openInNewTab = async state => {
|
|
|
17205
17139
|
return state;
|
|
17206
17140
|
};
|
|
17207
17141
|
|
|
17208
|
-
const Commands$
|
|
17142
|
+
const Commands$s = {
|
|
17209
17143
|
handleClickAt: handleClickAt$4,
|
|
17210
17144
|
handleLoad: handleLoad,
|
|
17211
17145
|
runAll: runAll,
|
|
@@ -17221,7 +17155,7 @@ const getKeyBindings$c = () => {
|
|
|
17221
17155
|
|
|
17222
17156
|
const menus$9 = [MenuEntriesE2eTests];
|
|
17223
17157
|
|
|
17224
|
-
const name$
|
|
17158
|
+
const name$E = 'E2e Tests';
|
|
17225
17159
|
|
|
17226
17160
|
const getTreeItemClassName = isActive => {
|
|
17227
17161
|
if (isActive) {
|
|
@@ -17284,7 +17218,7 @@ const getVisibleE2eTests = (tests, index) => {
|
|
|
17284
17218
|
return visible;
|
|
17285
17219
|
};
|
|
17286
17220
|
|
|
17287
|
-
const hasFunctionalRender$
|
|
17221
|
+
const hasFunctionalRender$t = true;
|
|
17288
17222
|
const hasFunctionalRootRender$f = true;
|
|
17289
17223
|
const renderTests = {
|
|
17290
17224
|
isEqual(oldState, newState) {
|
|
@@ -17312,7 +17246,7 @@ const renderMessagePort = {
|
|
|
17312
17246
|
return ['setPort', newState.portId, newState.iframeOrigin];
|
|
17313
17247
|
}
|
|
17314
17248
|
};
|
|
17315
|
-
const render$
|
|
17249
|
+
const render$w = [renderTests, renderIframe$1, renderMessagePort];
|
|
17316
17250
|
|
|
17317
17251
|
const getActions$7 = () => {
|
|
17318
17252
|
return [{
|
|
@@ -17336,70 +17270,25 @@ const renderActions$8 = {
|
|
|
17336
17270
|
|
|
17337
17271
|
const ViewletE2eTests_ipc = {
|
|
17338
17272
|
__proto__: null,
|
|
17339
|
-
Commands: Commands$
|
|
17273
|
+
Commands: Commands$s,
|
|
17340
17274
|
Css: Css$u,
|
|
17341
|
-
create: create$
|
|
17275
|
+
create: create$B,
|
|
17342
17276
|
executeTest,
|
|
17343
17277
|
getKeyBindings: getKeyBindings$c,
|
|
17344
17278
|
handleClickAt: handleClickAt$4,
|
|
17345
17279
|
handleContextMenu: handleContextMenu$9,
|
|
17346
17280
|
handleLoad,
|
|
17347
|
-
hasFunctionalRender: hasFunctionalRender$
|
|
17281
|
+
hasFunctionalRender: hasFunctionalRender$t,
|
|
17348
17282
|
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
17349
|
-
loadContent: loadContent$
|
|
17283
|
+
loadContent: loadContent$z,
|
|
17350
17284
|
menus: menus$9,
|
|
17351
|
-
name: name$
|
|
17285
|
+
name: name$E,
|
|
17352
17286
|
openInNewTab,
|
|
17353
|
-
render: render$
|
|
17287
|
+
render: render$w,
|
|
17354
17288
|
renderActions: renderActions$8,
|
|
17355
17289
|
runAll
|
|
17356
17290
|
};
|
|
17357
17291
|
|
|
17358
|
-
const create$B = (id, uri, x, y, width, height) => {
|
|
17359
|
-
return {
|
|
17360
|
-
content: 'abc',
|
|
17361
|
-
uri,
|
|
17362
|
-
disposed: false
|
|
17363
|
-
};
|
|
17364
|
-
};
|
|
17365
|
-
const loadContent$z = async state => {
|
|
17366
|
-
const content = await readFile$e(state.uri);
|
|
17367
|
-
return {
|
|
17368
|
-
...state,
|
|
17369
|
-
content
|
|
17370
|
-
};
|
|
17371
|
-
};
|
|
17372
|
-
const dispose$p = state => {
|
|
17373
|
-
return {
|
|
17374
|
-
...state,
|
|
17375
|
-
disposed: true
|
|
17376
|
-
};
|
|
17377
|
-
};
|
|
17378
|
-
const hasFunctionalRender$t = true;
|
|
17379
|
-
const renderContent = {
|
|
17380
|
-
isEqual(oldState, newState) {
|
|
17381
|
-
return oldState.content === newState.content;
|
|
17382
|
-
},
|
|
17383
|
-
apply(oldState, newState) {
|
|
17384
|
-
return [/* method */'setContent', /* content */newState.content];
|
|
17385
|
-
}
|
|
17386
|
-
};
|
|
17387
|
-
const render$w = [renderContent];
|
|
17388
|
-
|
|
17389
|
-
const name$E = 'EditorPlainText';
|
|
17390
|
-
const Commands$s = {};
|
|
17391
|
-
|
|
17392
|
-
const ViewletEditorPlainText_ipc = {
|
|
17393
|
-
__proto__: null,
|
|
17394
|
-
Commands: Commands$s,
|
|
17395
|
-
create: create$B,
|
|
17396
|
-
dispose: dispose$p,
|
|
17397
|
-
hasFunctionalRender: hasFunctionalRender$t,
|
|
17398
|
-
loadContent: loadContent$z,
|
|
17399
|
-
name: name$E,
|
|
17400
|
-
render: render$w
|
|
17401
|
-
};
|
|
17402
|
-
|
|
17403
17292
|
const None$c = 1;
|
|
17404
17293
|
|
|
17405
17294
|
const minimumSliderSize = 20;
|
|
@@ -17621,8 +17510,8 @@ const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMai
|
|
|
17621
17510
|
|
|
17622
17511
|
const launchEditorWorker = async () => {
|
|
17623
17512
|
const configuredWorkerUrl = getConfiguredWorkerUrl$6('developer.editorWorkerPath', editorWorkerUrl);
|
|
17624
|
-
const id = create$
|
|
17625
|
-
let ipc = await create$
|
|
17513
|
+
const id = create$12();
|
|
17514
|
+
let ipc = await create$11({
|
|
17626
17515
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17627
17516
|
url: configuredWorkerUrl,
|
|
17628
17517
|
name: 'Editor Worker',
|
|
@@ -17697,7 +17586,7 @@ const handleTokenizeChange = () => {
|
|
|
17697
17586
|
}
|
|
17698
17587
|
const state = instance.state;
|
|
17699
17588
|
const tokenizer = getTokenizer(state.languageId);
|
|
17700
|
-
const tokenizerId = create$
|
|
17589
|
+
const tokenizerId = create$12();
|
|
17701
17590
|
set$1(tokenizerId, tokenizer);
|
|
17702
17591
|
const newState = {
|
|
17703
17592
|
...instance.state,
|
|
@@ -17771,7 +17660,7 @@ const loadContent$y = async (state, savedState, context) => {
|
|
|
17771
17660
|
const content = await getTextEditorContent(uri);
|
|
17772
17661
|
const languageId = getLanguageId(state);
|
|
17773
17662
|
const tokenizer = getTokenizer(languageId);
|
|
17774
|
-
const tokenizerId = create$
|
|
17663
|
+
const tokenizerId = create$12();
|
|
17775
17664
|
set$1(tokenizerId, tokenizer);
|
|
17776
17665
|
let savedSelections = getSavedSelections(savedState);
|
|
17777
17666
|
const savedDeltaY = getSavedDeltaY(savedState);
|
|
@@ -18171,7 +18060,7 @@ const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerVie
|
|
|
18171
18060
|
|
|
18172
18061
|
const launchExplorerWorker = async () => {
|
|
18173
18062
|
const configuredWorkerUrl = getConfiguredWorkerUrl$6('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
18174
|
-
const ipc = await create$
|
|
18063
|
+
const ipc = await create$11({
|
|
18175
18064
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18176
18065
|
url: configuredWorkerUrl,
|
|
18177
18066
|
name: 'Explorer Worker'
|
|
@@ -19512,7 +19401,7 @@ const getKeyBindings$a = () => {
|
|
|
19512
19401
|
/**
|
|
19513
19402
|
* @enum {string}
|
|
19514
19403
|
*/
|
|
19515
|
-
const UiStrings$
|
|
19404
|
+
const UiStrings$d = {
|
|
19516
19405
|
NewFile: 'New File...',
|
|
19517
19406
|
NewFolder: 'New Folder...',
|
|
19518
19407
|
OpenContainingFolder: 'Open Containing Folder',
|
|
@@ -19533,58 +19422,58 @@ const UiStrings$e = {
|
|
|
19533
19422
|
NoFolderOpen: 'No Folder Open'
|
|
19534
19423
|
};
|
|
19535
19424
|
const newFile = () => {
|
|
19536
|
-
return i18nString(UiStrings$
|
|
19425
|
+
return i18nString(UiStrings$d.NewFile);
|
|
19537
19426
|
};
|
|
19538
19427
|
const newFolder = () => {
|
|
19539
|
-
return i18nString(UiStrings$
|
|
19428
|
+
return i18nString(UiStrings$d.NewFolder);
|
|
19540
19429
|
};
|
|
19541
19430
|
const openContainingFolder$1 = () => {
|
|
19542
|
-
return i18nString(UiStrings$
|
|
19431
|
+
return i18nString(UiStrings$d.OpenContainingFolder);
|
|
19543
19432
|
};
|
|
19544
19433
|
const openInIntegratedTerminal = () => {
|
|
19545
|
-
return i18nString(UiStrings$
|
|
19434
|
+
return i18nString(UiStrings$d.OpenInIntegratedTerminal);
|
|
19546
19435
|
};
|
|
19547
19436
|
const cut = () => {
|
|
19548
|
-
return i18nString(UiStrings$
|
|
19437
|
+
return i18nString(UiStrings$d.Cut);
|
|
19549
19438
|
};
|
|
19550
|
-
const copy$
|
|
19551
|
-
return i18nString(UiStrings$
|
|
19439
|
+
const copy$2 = () => {
|
|
19440
|
+
return i18nString(UiStrings$d.Copy);
|
|
19552
19441
|
};
|
|
19553
19442
|
const paste = () => {
|
|
19554
|
-
return i18nString(UiStrings$
|
|
19443
|
+
return i18nString(UiStrings$d.Paste);
|
|
19555
19444
|
};
|
|
19556
19445
|
const copyPath = () => {
|
|
19557
|
-
return i18nString(UiStrings$
|
|
19446
|
+
return i18nString(UiStrings$d.CopyPath);
|
|
19558
19447
|
};
|
|
19559
19448
|
const copyRelativePath = () => {
|
|
19560
|
-
return i18nString(UiStrings$
|
|
19449
|
+
return i18nString(UiStrings$d.CopyRelativePath);
|
|
19561
19450
|
};
|
|
19562
19451
|
const rename = () => {
|
|
19563
|
-
return i18nString(UiStrings$
|
|
19452
|
+
return i18nString(UiStrings$d.Rename);
|
|
19564
19453
|
};
|
|
19565
19454
|
const deleteItem = () => {
|
|
19566
|
-
return i18nString(UiStrings$
|
|
19455
|
+
return i18nString(UiStrings$d.Delete);
|
|
19567
19456
|
};
|
|
19568
19457
|
const refresh$3 = () => {
|
|
19569
|
-
return i18nString(UiStrings$
|
|
19458
|
+
return i18nString(UiStrings$d.RefreshExplorer);
|
|
19570
19459
|
};
|
|
19571
19460
|
const collapseAll$3 = () => {
|
|
19572
|
-
return i18nString(UiStrings$
|
|
19461
|
+
return i18nString(UiStrings$d.CollapseAllFoldersInExplorer);
|
|
19573
19462
|
};
|
|
19574
19463
|
const explorer = () => {
|
|
19575
|
-
return i18nString(UiStrings$
|
|
19464
|
+
return i18nString(UiStrings$d.Explorer);
|
|
19576
19465
|
};
|
|
19577
19466
|
const filesExplorer = () => {
|
|
19578
|
-
return i18nString(UiStrings$
|
|
19467
|
+
return i18nString(UiStrings$d.FilesExplorer);
|
|
19579
19468
|
};
|
|
19580
19469
|
const youHaveNotYetOpenedAFolder = () => {
|
|
19581
|
-
return i18nString(UiStrings$
|
|
19470
|
+
return i18nString(UiStrings$d.YouHaveNotYetOpenedAFolder);
|
|
19582
19471
|
};
|
|
19583
19472
|
const openFolder$3 = () => {
|
|
19584
|
-
return i18nString(UiStrings$
|
|
19473
|
+
return i18nString(UiStrings$d.OpenFolder);
|
|
19585
19474
|
};
|
|
19586
19475
|
const noFolderOpen = () => {
|
|
19587
|
-
return i18nString(UiStrings$
|
|
19476
|
+
return i18nString(UiStrings$d.NoFolderOpen);
|
|
19588
19477
|
};
|
|
19589
19478
|
|
|
19590
19479
|
const id$9 = Explorer$2;
|
|
@@ -19620,7 +19509,7 @@ const menuEntryCut = {
|
|
|
19620
19509
|
};
|
|
19621
19510
|
const menuEntryCopy = {
|
|
19622
19511
|
id: 'copy',
|
|
19623
|
-
label: copy$
|
|
19512
|
+
label: copy$2(),
|
|
19624
19513
|
flags: RestoreFocus,
|
|
19625
19514
|
command: 'Explorer.handleCopy'
|
|
19626
19515
|
};
|
|
@@ -20142,7 +20031,7 @@ const getConfiguredWorkerUrl$3 = () => {
|
|
|
20142
20031
|
};
|
|
20143
20032
|
const launchExtensionDetailViewWorker = async () => {
|
|
20144
20033
|
const name = 'Extension Detail View Worker';
|
|
20145
|
-
const ipc = await create$
|
|
20034
|
+
const ipc = await create$11({
|
|
20146
20035
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
20147
20036
|
name,
|
|
20148
20037
|
url: getConfiguredWorkerUrl$3()
|
|
@@ -20234,57 +20123,9 @@ const LazyCommands$a = {
|
|
|
20234
20123
|
|
|
20235
20124
|
const Css$r = ["/css/parts/ViewletExtensionDetail.css", "/css/parts/Markdown.css"];
|
|
20236
20125
|
|
|
20237
|
-
/**
|
|
20238
|
-
* @enum {string}
|
|
20239
|
-
*/
|
|
20240
|
-
const UiStrings$d = {
|
|
20241
|
-
Copy: 'Copy',
|
|
20242
|
-
OpenInNewTab: 'Open in New Tab',
|
|
20243
|
-
OpenImageInNewTab: 'Open Image in New Tab',
|
|
20244
|
-
SaveImageAs: 'Save Image as'
|
|
20245
|
-
};
|
|
20246
|
-
const copy$2 = () => {
|
|
20247
|
-
return i18nString(UiStrings$d.Copy);
|
|
20248
|
-
};
|
|
20249
|
-
const openImageInNewTab = () => {
|
|
20250
|
-
return i18nString(UiStrings$d.OpenImageInNewTab);
|
|
20251
|
-
};
|
|
20252
|
-
const saveImageAs$1 = () => {
|
|
20253
|
-
return i18nString(UiStrings$d.SaveImageAs);
|
|
20254
|
-
};
|
|
20255
|
-
|
|
20256
20126
|
const id$8 = ExtensionDetailReadme;
|
|
20257
|
-
const getMenuEntries$c = props => {
|
|
20258
|
-
const menuEntries =
|
|
20259
|
-
if (props.isLink) {
|
|
20260
|
-
menuEntries.push({
|
|
20261
|
-
id: 'openInNewTab',
|
|
20262
|
-
label: openImageInNewTab(),
|
|
20263
|
-
flags: None$i,
|
|
20264
|
-
command: 'Open.openUrl',
|
|
20265
|
-
args: [props.url]
|
|
20266
|
-
});
|
|
20267
|
-
} else if (props.isImage) {
|
|
20268
|
-
menuEntries.push({
|
|
20269
|
-
id: 'openImageInNewTab',
|
|
20270
|
-
label: openImageInNewTab(),
|
|
20271
|
-
flags: None$i,
|
|
20272
|
-
command: 'Open.openUrl',
|
|
20273
|
-
args: [props.url]
|
|
20274
|
-
}, {
|
|
20275
|
-
id: 'saveImageAs',
|
|
20276
|
-
label: saveImageAs$1(),
|
|
20277
|
-
flags: None$i,
|
|
20278
|
-
command: 'SaveFileAs.saveFileAs',
|
|
20279
|
-
args: ['image.png', props.url]
|
|
20280
|
-
});
|
|
20281
|
-
}
|
|
20282
|
-
menuEntries.push({
|
|
20283
|
-
id: 'copy',
|
|
20284
|
-
label: copy$2(),
|
|
20285
|
-
flags: None$i,
|
|
20286
|
-
command: 'ClipBoard.execCopy'
|
|
20287
|
-
});
|
|
20127
|
+
const getMenuEntries$c = async props => {
|
|
20128
|
+
const menuEntries = await invoke$4('ExtensionDetail.getMenuEntries', props);
|
|
20288
20129
|
return menuEntries;
|
|
20289
20130
|
};
|
|
20290
20131
|
|
|
@@ -20353,7 +20194,7 @@ const getConfiguredWorkerUrl$2 = () => {
|
|
|
20353
20194
|
};
|
|
20354
20195
|
const launchExtensionSearchViewWorker = async () => {
|
|
20355
20196
|
const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
|
|
20356
|
-
const ipc = await create$
|
|
20197
|
+
const ipc = await create$11({
|
|
20357
20198
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
20358
20199
|
name,
|
|
20359
20200
|
url: getConfiguredWorkerUrl$2()
|
|
@@ -20519,7 +20360,7 @@ const create$u = (id, uri, x, y, width, height) => {
|
|
|
20519
20360
|
message: '',
|
|
20520
20361
|
focused: false,
|
|
20521
20362
|
size: None$a,
|
|
20522
|
-
...create$
|
|
20363
|
+
...create$G({
|
|
20523
20364
|
itemHeight: ExtensionListItemHeight,
|
|
20524
20365
|
minimumSliderSize: minimumSliderSize,
|
|
20525
20366
|
headerHeight: 41
|
|
@@ -21349,7 +21190,7 @@ const create$r = (id, uri, x, y, width, height) => {
|
|
|
21349
21190
|
height,
|
|
21350
21191
|
languageLeft: '',
|
|
21351
21192
|
languageRight: '',
|
|
21352
|
-
...create$
|
|
21193
|
+
...create$G({
|
|
21353
21194
|
itemHeight: 20
|
|
21354
21195
|
}),
|
|
21355
21196
|
lineNumbers: false,
|
|
@@ -21605,7 +21446,7 @@ const getConfiguredWorkerUrl$1 = () => {
|
|
|
21605
21446
|
};
|
|
21606
21447
|
const launchKeyBindingsViewWorker = async () => {
|
|
21607
21448
|
const name = 'KeyBindings View Worker';
|
|
21608
|
-
const ipc = await create$
|
|
21449
|
+
const ipc = await create$11({
|
|
21609
21450
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
21610
21451
|
name,
|
|
21611
21452
|
url: getConfiguredWorkerUrl$1()
|
|
@@ -21922,7 +21763,7 @@ const id$7 = KeyBindingsTable;
|
|
|
21922
21763
|
const getMenuEntries$a = () => {
|
|
21923
21764
|
return [{
|
|
21924
21765
|
id: 'copy',
|
|
21925
|
-
label: copy$
|
|
21766
|
+
label: copy$3(),
|
|
21926
21767
|
flags: None$i,
|
|
21927
21768
|
command: 'KeyBindings.copy'
|
|
21928
21769
|
}, {
|
|
@@ -22421,7 +22262,7 @@ const show$4 = async (state, module, currentViewletId) => {
|
|
|
22421
22262
|
const width = newPoints[kWidth];
|
|
22422
22263
|
const height = newPoints[kHeight];
|
|
22423
22264
|
const uid = state.uid;
|
|
22424
|
-
const childUid = create$
|
|
22265
|
+
const childUid = create$12();
|
|
22425
22266
|
const commands = await load$7({
|
|
22426
22267
|
getModule: load$5,
|
|
22427
22268
|
id: moduleId,
|
|
@@ -22579,7 +22420,7 @@ const loadIfVisible = async (state, module) => {
|
|
|
22579
22420
|
let commands = [];
|
|
22580
22421
|
const parentUid = state.uid;
|
|
22581
22422
|
if (visible) {
|
|
22582
|
-
const childUid = create$
|
|
22423
|
+
const childUid = create$12();
|
|
22583
22424
|
commands = await load$7({
|
|
22584
22425
|
getModule: load$5,
|
|
22585
22426
|
id: moduleId,
|
|
@@ -22779,7 +22620,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
22779
22620
|
kWidth,
|
|
22780
22621
|
kHeight
|
|
22781
22622
|
} = module;
|
|
22782
|
-
const viewletUid = create$
|
|
22623
|
+
const viewletUid = create$12();
|
|
22783
22624
|
const commands = await load$7({
|
|
22784
22625
|
getModule: load$5,
|
|
22785
22626
|
id: moduleId,
|
|
@@ -23724,13 +23565,13 @@ const deserializeEditorGroups = (savedState, state) => {
|
|
|
23724
23565
|
}
|
|
23725
23566
|
const restoredEditors = group.editors.filter(canBeRestored);
|
|
23726
23567
|
for (const editor of restoredEditors) {
|
|
23727
|
-
editor.uid = create$
|
|
23568
|
+
editor.uid = create$12();
|
|
23728
23569
|
const label = editor.label;
|
|
23729
23570
|
editor.tabWidth = measureTabWidth(label, tabFontWeight, tabFontSize, tabFontFamily, tabLetterSpacing);
|
|
23730
23571
|
}
|
|
23731
23572
|
const restoredGroup = {
|
|
23732
23573
|
...group,
|
|
23733
|
-
tabsUid: create$
|
|
23574
|
+
tabsUid: create$12()
|
|
23734
23575
|
};
|
|
23735
23576
|
restoredGroups.push(restoredGroup);
|
|
23736
23577
|
}
|
|
@@ -24142,8 +23983,8 @@ const focusIndex$5 = async (state, index) => {
|
|
|
24142
23983
|
commands: allCommands
|
|
24143
23984
|
};
|
|
24144
23985
|
}
|
|
24145
|
-
const instanceUid = create$
|
|
24146
|
-
const instance = create
|
|
23986
|
+
const instanceUid = create$12();
|
|
23987
|
+
const instance = create$$(load$5, id, uid, editor.uri, x, y, width, contentHeight);
|
|
24147
23988
|
instance.show = false;
|
|
24148
23989
|
instance.setBounds = false;
|
|
24149
23990
|
instance.uid = instanceUid;
|
|
@@ -24277,11 +24118,11 @@ const openUri = async (state, uri, focus = true, {
|
|
|
24277
24118
|
const moduleId = await getModuleId(uri, context.opener);
|
|
24278
24119
|
let activeGroup = groups[activeGroupIndex];
|
|
24279
24120
|
activeGroup ||= {
|
|
24280
|
-
uid: create$
|
|
24121
|
+
uid: create$12(),
|
|
24281
24122
|
editors: [],
|
|
24282
24123
|
activeIndex: -1,
|
|
24283
24124
|
focusedIndex: -1,
|
|
24284
|
-
tabsUid: create$
|
|
24125
|
+
tabsUid: create$12(),
|
|
24285
24126
|
x,
|
|
24286
24127
|
y: 0,
|
|
24287
24128
|
width,
|
|
@@ -24315,8 +24156,8 @@ const openUri = async (state, uri, focus = true, {
|
|
|
24315
24156
|
const previousUid = previousEditor.uid;
|
|
24316
24157
|
disposeCommands = hideFunctional(previousUid);
|
|
24317
24158
|
}
|
|
24318
|
-
const instanceUid = create$
|
|
24319
|
-
const instance = create
|
|
24159
|
+
const instanceUid = create$12();
|
|
24160
|
+
const instance = create$$(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
24320
24161
|
instance.uid = instanceUid;
|
|
24321
24162
|
// const oldActiveIndex = state.activeIndex
|
|
24322
24163
|
const tabLabel = getLabel$6(uri);
|
|
@@ -24358,7 +24199,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
24358
24199
|
commands.push(['Viewlet.setBounds', instanceUid, x, state.tabHeight, width, contentHeight]);
|
|
24359
24200
|
let tabsUid = state.tabsUid;
|
|
24360
24201
|
if (tabsUid === -1) {
|
|
24361
|
-
tabsUid = create$
|
|
24202
|
+
tabsUid = create$12();
|
|
24362
24203
|
}
|
|
24363
24204
|
if (disposeCommands) {
|
|
24364
24205
|
commands.push(...disposeCommands);
|
|
@@ -24477,7 +24318,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
24477
24318
|
height,
|
|
24478
24319
|
editors: [],
|
|
24479
24320
|
tabsUid: 0,
|
|
24480
|
-
uid: create$
|
|
24321
|
+
uid: create$12()
|
|
24481
24322
|
}],
|
|
24482
24323
|
activeGroupIndex: 0
|
|
24483
24324
|
};
|
|
@@ -24492,7 +24333,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
24492
24333
|
height,
|
|
24493
24334
|
editors: [],
|
|
24494
24335
|
tabsUid: 0,
|
|
24495
|
-
uid: create$
|
|
24336
|
+
uid: create$12()
|
|
24496
24337
|
}],
|
|
24497
24338
|
activeGroupIndex: 0
|
|
24498
24339
|
};
|
|
@@ -24507,7 +24348,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
24507
24348
|
height,
|
|
24508
24349
|
editors: [],
|
|
24509
24350
|
tabsUid: 0,
|
|
24510
|
-
uid: create$
|
|
24351
|
+
uid: create$12()
|
|
24511
24352
|
}],
|
|
24512
24353
|
activeGroupIndex: 0
|
|
24513
24354
|
};
|
|
@@ -24676,7 +24517,7 @@ const contentLoaded$5 = async state => {
|
|
|
24676
24517
|
editor.title = tabTitle;
|
|
24677
24518
|
const childUid = editor.uid;
|
|
24678
24519
|
commands.push(['Viewlet.setBounds', childUid, editorX, state.tabHeight, editorWidth, editorHeight]);
|
|
24679
|
-
const tabsUid = create$
|
|
24520
|
+
const tabsUid = create$12();
|
|
24680
24521
|
state.tabsUid = tabsUid;
|
|
24681
24522
|
// commands.push(['Viewlet.create', ViewletModuleId.MainTabs, tabsUid])
|
|
24682
24523
|
// commands.push(['Viewlet.send', tabsUid, 'setTabs', state.editors])
|
|
@@ -27557,7 +27398,7 @@ const create$i = (id, uri, x, y, width, height, args) => {
|
|
|
27557
27398
|
height: 300,
|
|
27558
27399
|
top: 50,
|
|
27559
27400
|
width: 600,
|
|
27560
|
-
...create$
|
|
27401
|
+
...create$G({
|
|
27561
27402
|
itemHeight: ListItem,
|
|
27562
27403
|
headerHeight: 30,
|
|
27563
27404
|
minimumSliderSize: minimumSliderSize
|
|
@@ -27736,32 +27577,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
27736
27577
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
27737
27578
|
|
|
27738
27579
|
const getKeyBindings$4 = () => {
|
|
27739
|
-
return
|
|
27740
|
-
key: Escape$2,
|
|
27741
|
-
command: 'Viewlet.closeWidget',
|
|
27742
|
-
args: ['QuickPick'],
|
|
27743
|
-
when: FocusQuickPickInput
|
|
27744
|
-
}, {
|
|
27745
|
-
key: UpArrow$1,
|
|
27746
|
-
command: 'QuickPick.focusPrevious',
|
|
27747
|
-
when: FocusQuickPickInput
|
|
27748
|
-
}, {
|
|
27749
|
-
key: DownArrow$1,
|
|
27750
|
-
command: 'QuickPick.focusNext',
|
|
27751
|
-
when: FocusQuickPickInput
|
|
27752
|
-
}, {
|
|
27753
|
-
key: PageUp$1,
|
|
27754
|
-
command: 'QuickPick.focusFirst',
|
|
27755
|
-
when: FocusQuickPickInput
|
|
27756
|
-
}, {
|
|
27757
|
-
key: PageDown$1,
|
|
27758
|
-
command: 'QuickPick.focusLast',
|
|
27759
|
-
when: FocusQuickPickInput
|
|
27760
|
-
}, {
|
|
27761
|
-
key: Enter$2,
|
|
27762
|
-
command: 'QuickPick.selectCurrentIndex',
|
|
27763
|
-
when: FocusQuickPickInput
|
|
27764
|
-
}];
|
|
27580
|
+
return invoke$d('QuickPick.getKeyBindings');
|
|
27765
27581
|
};
|
|
27766
27582
|
|
|
27767
27583
|
const quickPickHighlight = {
|
|
@@ -29730,7 +29546,7 @@ const create$f = (id, uri) => {
|
|
|
29730
29546
|
};
|
|
29731
29547
|
};
|
|
29732
29548
|
const loadContent$f = async state => {
|
|
29733
|
-
const captureId = create$
|
|
29549
|
+
const captureId = create$12();
|
|
29734
29550
|
await createScreenCaptureStream(captureId);
|
|
29735
29551
|
return {
|
|
29736
29552
|
...state,
|
|
@@ -29783,7 +29599,7 @@ const getConfiguredWorkerUrl = () => {
|
|
|
29783
29599
|
};
|
|
29784
29600
|
const launchTextSearchWorker = async () => {
|
|
29785
29601
|
const name = 'Text Search Worker';
|
|
29786
|
-
const ipc = await create$
|
|
29602
|
+
const ipc = await create$11({
|
|
29787
29603
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
29788
29604
|
name,
|
|
29789
29605
|
url: getConfiguredWorkerUrl()
|
|
@@ -30063,7 +29879,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
30063
29879
|
if (activityBar) {
|
|
30064
29880
|
const oldState = activityBar.state;
|
|
30065
29881
|
const newState = activityBar.factory.handleSideBarViewletChange(oldState, moduleId);
|
|
30066
|
-
const extraCommands = render$
|
|
29882
|
+
const extraCommands = render$H(activityBar.factory, oldState, newState, newState.uid);
|
|
30067
29883
|
activityBar.state = newState;
|
|
30068
29884
|
commands.push(...extraCommands);
|
|
30069
29885
|
}
|
|
@@ -30098,7 +29914,7 @@ const openDefaultViewlet = async state => {
|
|
|
30098
29914
|
};
|
|
30099
29915
|
const close$2 = state => {
|
|
30100
29916
|
if (state.currentViewletId) {
|
|
30101
|
-
dispose$
|
|
29917
|
+
dispose$u(state.currentViewletId);
|
|
30102
29918
|
}
|
|
30103
29919
|
state.currentViewletId = undefined;
|
|
30104
29920
|
// RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
|
|
@@ -30197,7 +30013,7 @@ const ViewletSideBar_ipc = {
|
|
|
30197
30013
|
const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
|
|
30198
30014
|
|
|
30199
30015
|
const launchEmbedsWorker = async () => {
|
|
30200
|
-
const ipc = await create$
|
|
30016
|
+
const ipc = await create$11({
|
|
30201
30017
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
30202
30018
|
url: embedsWorkerUrl,
|
|
30203
30019
|
name: 'Embeds Worker'
|
|
@@ -31107,7 +30923,7 @@ const create$b = (id, uri, x, y, width, height) => {
|
|
|
31107
30923
|
buttons: [],
|
|
31108
30924
|
providerId: '',
|
|
31109
30925
|
splitButtonEnabled: false,
|
|
31110
|
-
...create$
|
|
30926
|
+
...create$G({
|
|
31111
30927
|
itemHeight: 20,
|
|
31112
30928
|
headerHeight: 60,
|
|
31113
30929
|
minimumSliderSize: 20
|
|
@@ -31988,8 +31804,8 @@ const loadContent$8 = async state => {
|
|
|
31988
31804
|
command,
|
|
31989
31805
|
args
|
|
31990
31806
|
} = await getTerminalSpawnOptions();
|
|
31991
|
-
const canvasTextId = create$
|
|
31992
|
-
const canvasCursorId = create$
|
|
31807
|
+
const canvasTextId = create$12();
|
|
31808
|
+
const canvasCursorId = create$12();
|
|
31993
31809
|
await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$w.workspacePath, command, args);
|
|
31994
31810
|
const terminal = {
|
|
31995
31811
|
handleBlur() {
|
|
@@ -32007,7 +31823,7 @@ const loadContent$8 = async state => {
|
|
|
32007
31823
|
};
|
|
32008
31824
|
return {
|
|
32009
31825
|
...state,
|
|
32010
|
-
id: create$
|
|
31826
|
+
id: create$12(),
|
|
32011
31827
|
command,
|
|
32012
31828
|
args,
|
|
32013
31829
|
canvasCursorId,
|
|
@@ -32184,7 +32000,7 @@ const loadContent$7 = async state => {
|
|
|
32184
32000
|
tabs: [{
|
|
32185
32001
|
label: 'tab 1',
|
|
32186
32002
|
icon: 'Terminal',
|
|
32187
|
-
uid: create$
|
|
32003
|
+
uid: create$12()
|
|
32188
32004
|
}],
|
|
32189
32005
|
selectedIndex: 0,
|
|
32190
32006
|
terminalTabsEnabled
|
|
@@ -32200,7 +32016,7 @@ const addTerminal = async state => {
|
|
|
32200
32016
|
uid,
|
|
32201
32017
|
selectedIndex
|
|
32202
32018
|
} = state;
|
|
32203
|
-
const childUid = create$
|
|
32019
|
+
const childUid = create$12();
|
|
32204
32020
|
const newTab = {
|
|
32205
32021
|
label: `tab ${tabs.length + 1}`,
|
|
32206
32022
|
icon: 'Terminal',
|
|
@@ -32246,7 +32062,7 @@ const focusIndex$3 = async (state, index) => {
|
|
|
32246
32062
|
uid,
|
|
32247
32063
|
selectedIndex
|
|
32248
32064
|
} = state;
|
|
32249
|
-
const childUid = create$
|
|
32065
|
+
const childUid = create$12();
|
|
32250
32066
|
const newTab = tabs[index];
|
|
32251
32067
|
newTab.uid = childUid;
|
|
32252
32068
|
const commands = await load$7({
|
|
@@ -33221,7 +33037,7 @@ const loadContent$1 = async state => {
|
|
|
33221
33037
|
} = state;
|
|
33222
33038
|
const webViewId = await getWebViewId(uri);
|
|
33223
33039
|
const webViewPort = getWebViewPort();
|
|
33224
|
-
const webViewResult = await create$
|
|
33040
|
+
const webViewResult = await create$Q(id, webViewPort, webViewId, previewServerId, uri);
|
|
33225
33041
|
if (!webViewResult) {
|
|
33226
33042
|
return state;
|
|
33227
33043
|
}
|
|
@@ -33923,7 +33739,7 @@ const getMenuEntries$2 = () => {
|
|
|
33923
33739
|
command: /* Editor.cut */'Editor.cut'
|
|
33924
33740
|
}, {
|
|
33925
33741
|
id: 'copy',
|
|
33926
|
-
label: copy$
|
|
33742
|
+
label: copy$4(),
|
|
33927
33743
|
flags: None$i,
|
|
33928
33744
|
command: /* Editor.copy */'Editor.copy'
|
|
33929
33745
|
}, {
|
|
@@ -34534,7 +34350,7 @@ const handleDropIntoFolder = async (state, dirent, index, files) => {
|
|
|
34534
34350
|
for (const file of files) {
|
|
34535
34351
|
const baseName = pathBaseName(file);
|
|
34536
34352
|
const to = dirent.path + pathSeparator + baseName;
|
|
34537
|
-
await copy$
|
|
34353
|
+
await copy$7(file, to);
|
|
34538
34354
|
}
|
|
34539
34355
|
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
34540
34356
|
const mergedDirents = getMergedDirents$2(items, index, dirent, childDirents);
|
|
@@ -34630,7 +34446,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
34630
34446
|
// TODO what if folder is big and it takes a long time
|
|
34631
34447
|
for (const source of nativeFiles.files) {
|
|
34632
34448
|
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
34633
|
-
await copy$
|
|
34449
|
+
await copy$7(source, target);
|
|
34634
34450
|
}
|
|
34635
34451
|
const stateNow = getState('Explorer');
|
|
34636
34452
|
if (stateNow.disposed) {
|
|
@@ -35220,7 +35036,7 @@ const closeTabsRight = async state => {
|
|
|
35220
35036
|
const uri = newActiveEditor.uri;
|
|
35221
35037
|
const moduleId = await getModuleId(uri);
|
|
35222
35038
|
const uid = newActiveEditor.uid;
|
|
35223
|
-
const instance = create
|
|
35039
|
+
const instance = create$$(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
35224
35040
|
// @ts-ignore
|
|
35225
35041
|
instance.show = false;
|
|
35226
35042
|
instance.setBounds = false;
|
|
@@ -35281,7 +35097,7 @@ const closeOthers = async state => {
|
|
|
35281
35097
|
newActiveIndex = 0;
|
|
35282
35098
|
const disposeCommands = disposeFunctional(activeEditor.uid);
|
|
35283
35099
|
commands.push(...disposeCommands);
|
|
35284
|
-
const instanceUid = create$
|
|
35100
|
+
const instanceUid = create$12();
|
|
35285
35101
|
const moduleId = await getModuleId(activeEditor.uri);
|
|
35286
35102
|
// @ts-ignore
|
|
35287
35103
|
const x = state.x;
|
|
@@ -35292,7 +35108,7 @@ const closeOthers = async state => {
|
|
|
35292
35108
|
// @ts-ignore
|
|
35293
35109
|
const contentHeight = state.height - state.tabHeight;
|
|
35294
35110
|
// @ts-ignore
|
|
35295
|
-
const instance = create
|
|
35111
|
+
const instance = create$$(load$5, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
|
|
35296
35112
|
instance.uid = instanceUid;
|
|
35297
35113
|
instance.show = false;
|
|
35298
35114
|
instance.setBounds = false;
|
|
@@ -35567,10 +35383,10 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
35567
35383
|
}];
|
|
35568
35384
|
const uri = filePath;
|
|
35569
35385
|
const id = EditorText;
|
|
35570
|
-
create$
|
|
35386
|
+
create$12();
|
|
35571
35387
|
// @ts-ignore
|
|
35572
|
-
create$
|
|
35573
|
-
create
|
|
35388
|
+
create$12();
|
|
35389
|
+
create$$(load$5, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
|
|
35574
35390
|
// const sashGridItem = {
|
|
35575
35391
|
// x: sashX,
|
|
35576
35392
|
// y: sashY,
|
|
@@ -35601,12 +35417,12 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
35601
35417
|
label: pathBaseName(filePath),
|
|
35602
35418
|
tabWidth: 100,
|
|
35603
35419
|
title: pathBaseName(filePath),
|
|
35604
|
-
uid: create$
|
|
35420
|
+
uid: create$12(),
|
|
35605
35421
|
uri: filePath
|
|
35606
35422
|
}],
|
|
35607
35423
|
height: 530,
|
|
35608
|
-
tabsUid: create$
|
|
35609
|
-
uid: create$
|
|
35424
|
+
tabsUid: create$12(),
|
|
35425
|
+
uid: create$12(),
|
|
35610
35426
|
width: oldGroup.width / 2,
|
|
35611
35427
|
x: oldGroup.width / 2,
|
|
35612
35428
|
y: 0
|
|
@@ -35781,8 +35597,8 @@ const splitRight = async state => {
|
|
|
35781
35597
|
}
|
|
35782
35598
|
const realEditor = lastGroup.editors.at(-1);
|
|
35783
35599
|
const moduleId = await getModuleId(realEditor.uri);
|
|
35784
|
-
const instanceUid = create$
|
|
35785
|
-
const instance = create
|
|
35600
|
+
const instanceUid = create$12();
|
|
35601
|
+
const instance = create$$(load$5, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
|
|
35786
35602
|
// @ts-ignore
|
|
35787
35603
|
instance.show = false;
|
|
35788
35604
|
instance.setBounds = false;
|
|
@@ -38007,7 +37823,7 @@ const copyFilesElectron = async (root, pathSeparator, files) => {
|
|
|
38007
37823
|
const from = await getFilePathElectron(file);
|
|
38008
37824
|
// const from = file.path
|
|
38009
37825
|
const to = join(pathSeparator, root, file.name);
|
|
38010
|
-
await copy$
|
|
37826
|
+
await copy$7(from, to);
|
|
38011
37827
|
}
|
|
38012
37828
|
};
|
|
38013
37829
|
const getMergedDirents$1 = async (root, pathSeparator, dirents) => {
|