@lvce-editor/static-server 0.40.5 → 0.40.6
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 -4
- package/src/parts/Connection/Connection.js +1 -0
- package/src/parts/Files/Files.js +20 -0
- package/src/parts/GetHeaders/GetHeaders.js +36 -138
- package/src/parts/GetHeadersAboutWorker/GetHeadersAboutWorker.js +6 -0
- package/src/parts/GetHeadersDefault/GetHeadersDefault.js +13 -0
- package/src/parts/GetHeadersDocument/GetHeadersDocument.js +20 -0
- package/src/parts/GetHeadersEditorWorker/GetHeadersEditorWorker.js +6 -0
- package/src/parts/GetHeadersExplorerWorker/GetHeadersExplorerWorker.js +6 -0
- package/src/parts/GetHeadersExtensionDetailViewWorker/GetHeadersExtensionDetailViewWorker.js +6 -0
- package/src/parts/GetHeadersExtensionHostSubWorker/GetHeadersExtensionHostSubWorker.js +6 -0
- package/src/parts/GetHeadersExtensionHostWorker/GetHeadersExtensionHostWorker.js +6 -0
- package/src/parts/GetHeadersExtensionSearchViewWorker/GetHeadersExtensionSearchViewWorker.js +6 -0
- package/src/parts/GetHeadersFileSearchWorker/GetHeadersFileSearchWorker.js +6 -0
- package/src/parts/GetHeadersIframeWorker/GetHeadersIframeWorker.js +6 -0
- package/src/parts/GetHeadersKeyBindingsViewWorker/GetHeadersKeyBindingsViewWorker.js +6 -0
- package/src/parts/GetHeadersRendererWorker/GetHeadersRendererWorker.js +6 -0
- package/src/parts/GetHeadersSearchViewWorker/GetHeadersSearchViewWorker.js +6 -0
- package/src/parts/GetHeadersSyntaxHighlightingWorker/GetHeadersSyntaxHighlightingWorker.js +6 -0
- package/src/parts/GetHeadersTerminalWorker/GetHeadersTerminalWorker.js +6 -0
- package/src/parts/GetHeadersTestWorker/GetHeadersTestWorker.js +6 -0
- package/src/parts/GetHeadersTextSearchWorker/GetHeadersTextSearchWorker.js +6 -0
- package/src/parts/GetHeadersWorker/GetHeadersWorker.js +16 -0
- package/src/parts/GetResponseInfo/GetResponseInfo.js +6 -17
- package/src/parts/GetResponseInfoProduction/GetResponseInfoProduction.js +36 -0
- package/src/parts/HttpServerResponseStream/HttpServerResponseStream.js +8 -4
- package/src/parts/IsStreamPrematureCloseError/IsStreamPrematureCloseError.js +5 -0
- package/src/parts/MatchesEtag/MatchesEtag.js +5 -0
- package/src/parts/NotFoundResponse/NotFoundResponse.js +11 -0
- package/src/parts/NotModifiedResponse/NotModifiedResponse.js +11 -0
- package/static/{6da7451 → b9cfd3b}/css/App.css +82 -82
- package/static/{6da7451 → b9cfd3b}/manifest.json +2 -2
- package/static/{6da7451 → b9cfd3b}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{6da7451 → b9cfd3b}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +581 -165
- package/static/{6da7451 → b9cfd3b}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{6da7451 → b9cfd3b}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{6da7451 → b9cfd3b}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{6da7451 → b9cfd3b}/packages/renderer-worker/dist/rendererWorkerMain.js +432 -818
- package/static/index.html +4 -4
- package/src/parts/Assert/Assert.js +0 -1
- package/src/parts/HttpServerResponse/HttpServerResponse.js +0 -17
- package/src/parts/SetHeaders/SetHeaders.js +0 -5
- package/static/6da7451/js/idb/async-iterators.js +0 -56
- package/static/6da7451/js/idb/index.js +0 -99
- package/static/6da7451/js/idb/with-async-ittr.js +0 -4
- package/static/6da7451/js/idb/wrap-idb-value.js +0 -190
- /package/static/{6da7451 → b9cfd3b}/config/colorTheme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/config/defaultSettings.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/config/fileMap.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/config/webExtensions.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/Animation.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/DebugButtons.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/DebugValue.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/E2eTest.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/E2eTests.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/EditorHover.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/EditorMessage.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ImagePreview.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/Key.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/Markdown.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/Progress.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/Select.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletAbout.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletDialog.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletMedia.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletOutput.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletPanel.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletPdf.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletProblems.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletReferences.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletSearch.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletStorage.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/default_file.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/default_folder.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/default_root_folder.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_access.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_access2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ada.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ai.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_al.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_angular.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_apache.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_apex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_apib.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_apl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_asp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_astro.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_atom.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ats.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_audio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_avif.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_avro.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_awk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_aws.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_azure.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_babel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bat.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bats.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_biml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_binary.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_biome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_blade.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bower.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_buf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bun.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_c.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_c2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_c3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_casc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cert.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_chef.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_class.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_compass.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_composer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_conan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_conda.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_config.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_css.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_cython.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_db.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_debian.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_deno.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_diff.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_django.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_docker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_docz.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_drone.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_drools.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_edge.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_elm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ember.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eps.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_erb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_excel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_expo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fla.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_flash.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_flow.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_font.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_funding.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_galen.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_git.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_git2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_glide.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_godot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_grain.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_helix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_helm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_host.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_html.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_http.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_husky.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_icl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_idris.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_image.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_imba.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_inc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_informix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ini.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ink.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_io.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_janet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jar.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_java.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_json.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_json2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_json5.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_juice.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_julia.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_k.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_karma.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_key.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kite.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_knip.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kos.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_latino.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_layout.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_less.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_liara.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_license.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lime.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_locale.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_log.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lua.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_luau.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_lync.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_map.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_marko.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_maven.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_maya.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_meson.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_motif.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mson.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_next.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nim.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_noc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_node.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_node2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_npm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_org.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_package.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_paket.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_patch.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_perl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_php.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_php2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_php3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pine.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pip.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pony.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_postman.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_preact.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_progress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pug.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_python.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_q.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_qml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_r.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_racket.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rails.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_raku.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_raml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_razor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_reason.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_red.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_registry.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rego.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_remark.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_replit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_retext.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_riot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_robots.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rome.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ron.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rust.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sails.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_san.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sas.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sass.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_scala.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_script.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_scss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_shell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sino.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_slang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_slice.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_slim.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_slint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sln.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_snort.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_source.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_spin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sst.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stata.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_style.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_styled.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_svg.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_swc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_swift.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_swig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_teal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_templ.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tera.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_test.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_testts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_text.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_textile.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_todo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_toit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_toml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tox.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_travis.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tree.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tres.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_twig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_unison.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vala.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vash.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vba.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vento.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_video.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_view.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vim.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vite.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_volt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vue.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wally.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_windi.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_word.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_word2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xib.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yang.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_zig.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_zip.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_android.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_api.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_app.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_client.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_common.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_component.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_config.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_css.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_db.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_git.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_github.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_images.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_include.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_js.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_json.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_less.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_library.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_log.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_model.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_module.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_next.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_node.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_package.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_php.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_private.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_public.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_python.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_route.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_script.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_server.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_services.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_src.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_story.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_style.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_template.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_test.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_video.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_view.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_www.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/add.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/arrow-down.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/arrow-left.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/arrow-right.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/arrow-up.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/blank.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/book.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/case-sensitive.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/check.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chevron-down.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chevron-left.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chevron-right.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chevron-up.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chrome-close.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chrome-maximize.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chrome-minimize.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/chrome-restore.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/circle-filled.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/clear-all.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/close.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/cloud.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/collapse-all.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-all.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-alt-2.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-alt-small.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-alt.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-console.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-continue-small.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-continue.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-coverage.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-disconnect.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-line-by-line.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-pause.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-rerun.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-restart-frame.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-restart.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-stackframe.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-start.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-step-back.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-step-into.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-step-out.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-step-over.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug-stop.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/debug.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/discard.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/edit.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/ellipsis.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/error.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/exclude.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/extensions.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/files.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/filter.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/go-to-file.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/icon-close.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/icon-source-control.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/icon-sync.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/icon.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/icon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/info.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/language-icon.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/link-external.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/list-flat.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/list-tree.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/new-file.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/new-folder.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/newline.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/open-preview.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/play.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/preserve-case.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/progress.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/pwa-icon-192.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/pwa-icon-512.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/record-keys.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/refresh.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/regex.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/remove.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/replace-all.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/replace.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/run-all.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/search.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/settings-gear.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/source-control.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/split-horizontal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/squiggly-error.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/squiggly-warning.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-array.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-boolean.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-class.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-color.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-constant.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-enum-member.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-enum.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-event.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-field.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-file.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-interface.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-key.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-keyword.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-method.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-misc.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-namespace.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-numeric.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-operator.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-parameter.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-property.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-ruler.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-snippet.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-string.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-structure.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/symbol-variable.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/tag.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/terminal-bash.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/terminal.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/theme-icon.png +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/trash.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/triangle-down.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/triangle-left.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/triangle-right.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/triangle-up.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/warning.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/whole-word.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/zoom-in.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/icons/zoom-out.svg +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/babel-parser.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/blob-util.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/js-base64.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/ky.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/lvce-editor-import-script.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/lvce-editor-ipc.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/lvce-editor-verror.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/p-min-delay.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/pretty-bytes.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/preview-injected.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/js/yoctodelay.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/lib-css/termterm.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/renderer-process/LICENSE +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/renderer-process/README.md +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/renderer-process/package.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.cpp +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.css +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.csv +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.dart +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.env +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.ex +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.html +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.java +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.jl +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.js +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.kt +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.pl +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.py +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/index.ts +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/scrolling.txt +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/languages/tsconfig.json +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/sample-folder/a.txt +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/sample-folder/b.txt +0 -0
- /package/static/{6da7451 → b9cfd3b}/playground/sample-folder/c.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const state$
|
|
1
|
+
const state$N = {
|
|
2
2
|
width: 0,
|
|
3
3
|
height: 0
|
|
4
4
|
};
|
|
5
5
|
const get$h = () => {
|
|
6
6
|
return {
|
|
7
|
-
width: state$
|
|
8
|
-
height: state$
|
|
7
|
+
width: state$N.width,
|
|
8
|
+
height: state$N.height
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
const set$i = (width, height) => {
|
|
12
|
-
state$
|
|
12
|
+
state$N.width = width, state$N.height = height;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
let AssertionError$1 = class AssertionError extends Error {
|
|
@@ -86,17 +86,17 @@ const fn = value => {
|
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
const state$
|
|
89
|
+
const state$M = {
|
|
90
90
|
pending: Object.create(null)
|
|
91
91
|
};
|
|
92
92
|
const get$g = id => {
|
|
93
|
-
return state$
|
|
93
|
+
return state$M.pending[id];
|
|
94
94
|
};
|
|
95
95
|
const has$2 = id => {
|
|
96
|
-
return id in state$
|
|
96
|
+
return id in state$M.pending;
|
|
97
97
|
};
|
|
98
98
|
const set$h = (id, value) => {
|
|
99
|
-
state$
|
|
99
|
+
state$M.pending[id] = value;
|
|
100
100
|
};
|
|
101
101
|
|
|
102
102
|
const Web$1 = 1;
|
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/b9cfd3b';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -278,11 +278,11 @@ const get$f = id => {
|
|
|
278
278
|
const remove$a = id => {
|
|
279
279
|
delete state$1$1.callbacks[id];
|
|
280
280
|
};
|
|
281
|
-
const state$
|
|
281
|
+
const state$L = {
|
|
282
282
|
id: 0
|
|
283
283
|
};
|
|
284
284
|
const create$3$1 = () => {
|
|
285
|
-
return ++state$
|
|
285
|
+
return ++state$L.id;
|
|
286
286
|
};
|
|
287
287
|
const warn$2 = (...args) => {
|
|
288
288
|
console.warn(...args);
|
|
@@ -838,7 +838,7 @@ const getModuleId$1 = commandId => {
|
|
|
838
838
|
}
|
|
839
839
|
};
|
|
840
840
|
|
|
841
|
-
const state$
|
|
841
|
+
const state$K = {
|
|
842
842
|
commands: Object.create(null),
|
|
843
843
|
pendingModules: Object.create(null),
|
|
844
844
|
async load(moduleId) {
|
|
@@ -861,29 +861,29 @@ const initializeModule = module => {
|
|
|
861
861
|
};
|
|
862
862
|
const loadModule$4 = async moduleId => {
|
|
863
863
|
try {
|
|
864
|
-
const module = await state$
|
|
864
|
+
const module = await state$K.load(moduleId);
|
|
865
865
|
initializeModule(module);
|
|
866
866
|
} catch (error) {
|
|
867
867
|
throw new VError(error, `failed to load module ${moduleId}`);
|
|
868
868
|
}
|
|
869
869
|
};
|
|
870
870
|
const getOrLoadModule = moduleId => {
|
|
871
|
-
if (!state$
|
|
872
|
-
state$
|
|
871
|
+
if (!state$K.pendingModules[moduleId]) {
|
|
872
|
+
state$K.pendingModules[moduleId] = loadModule$4(moduleId);
|
|
873
873
|
}
|
|
874
|
-
return state$
|
|
874
|
+
return state$K.pendingModules[moduleId];
|
|
875
875
|
};
|
|
876
876
|
const loadCommand = command => getOrLoadModule(getModuleId$1(command));
|
|
877
877
|
const register$2 = (commandId, listener) => {
|
|
878
878
|
if (commandId.split('.').length >= 3) {
|
|
879
879
|
debugger;
|
|
880
880
|
}
|
|
881
|
-
state$
|
|
881
|
+
state$K.commands[commandId] = listener;
|
|
882
882
|
};
|
|
883
883
|
const hasThrown = new Set();
|
|
884
884
|
const execute$4 = (command, ...args) => {
|
|
885
|
-
if (command in state$
|
|
886
|
-
const fn = state$
|
|
885
|
+
if (command in state$K.commands) {
|
|
886
|
+
const fn = state$K.commands[command];
|
|
887
887
|
if (typeof fn !== 'function') {
|
|
888
888
|
throw new TypeError(`[renderer-worker] Command ${command} is not a function`);
|
|
889
889
|
}
|
|
@@ -892,7 +892,7 @@ const execute$4 = (command, ...args) => {
|
|
|
892
892
|
return loadCommand(command)
|
|
893
893
|
// TODO can skip then block in prod (only to prevent endless loop in dev)
|
|
894
894
|
.then(() => {
|
|
895
|
-
if (!(command in state$
|
|
895
|
+
if (!(command in state$K.commands)) {
|
|
896
896
|
if (hasThrown.has(command)) {
|
|
897
897
|
return;
|
|
898
898
|
}
|
|
@@ -903,7 +903,7 @@ const execute$4 = (command, ...args) => {
|
|
|
903
903
|
});
|
|
904
904
|
};
|
|
905
905
|
const setLoad = load => {
|
|
906
|
-
state$
|
|
906
|
+
state$K.load = load;
|
|
907
907
|
};
|
|
908
908
|
|
|
909
909
|
const handleJsonRpcMessage = async (ipc, message, execute, resolve, source) => {
|
|
@@ -1105,7 +1105,7 @@ const listen$2 = async ({
|
|
|
1105
1105
|
};
|
|
1106
1106
|
|
|
1107
1107
|
/* istanbul ignore file */
|
|
1108
|
-
const state$
|
|
1108
|
+
const state$J = {
|
|
1109
1109
|
pendingMessages: [],
|
|
1110
1110
|
/**
|
|
1111
1111
|
* @type {any}
|
|
@@ -1118,16 +1118,16 @@ const getIpc = () => {
|
|
|
1118
1118
|
});
|
|
1119
1119
|
};
|
|
1120
1120
|
const listen$1 = async () => {
|
|
1121
|
-
console.assert(state$
|
|
1121
|
+
console.assert(state$J.pendingMessages.length === 0);
|
|
1122
1122
|
const ipc = await getIpc();
|
|
1123
1123
|
handleIpc(ipc);
|
|
1124
|
-
state$
|
|
1124
|
+
state$J.ipc = ipc;
|
|
1125
1125
|
};
|
|
1126
1126
|
const invoke$g = (method, ...params) => {
|
|
1127
|
-
return invoke$h(state$
|
|
1127
|
+
return invoke$h(state$J.ipc, method, ...params);
|
|
1128
1128
|
};
|
|
1129
1129
|
const invokeAndTransfer$d = (method, ...params) => {
|
|
1130
|
-
return invokeAndTransfer$e(state$
|
|
1130
|
+
return invokeAndTransfer$e(state$J.ipc, method, ...params);
|
|
1131
1131
|
};
|
|
1132
1132
|
|
|
1133
1133
|
const actuallyLoadCssStyleSheet = async css => {
|
|
@@ -1794,7 +1794,7 @@ const getMessage$5 = error => {
|
|
|
1794
1794
|
return `Error: ${error}`;
|
|
1795
1795
|
};
|
|
1796
1796
|
|
|
1797
|
-
const state$
|
|
1797
|
+
const state$I = {
|
|
1798
1798
|
/**
|
|
1799
1799
|
* @type {string[]}
|
|
1800
1800
|
*/
|
|
@@ -1827,14 +1827,14 @@ const showErrorDialog = async error => {
|
|
|
1827
1827
|
};
|
|
1828
1828
|
const warn = (...args) => {
|
|
1829
1829
|
const stringified = JSON.stringify(args);
|
|
1830
|
-
if (state$
|
|
1830
|
+
if (state$I.seenWarnings.includes(stringified)) {
|
|
1831
1831
|
return;
|
|
1832
1832
|
}
|
|
1833
|
-
state$
|
|
1833
|
+
state$I.seenWarnings.push(stringified);
|
|
1834
1834
|
console.warn(...args);
|
|
1835
1835
|
};
|
|
1836
1836
|
|
|
1837
|
-
const state$
|
|
1837
|
+
const state$H = {
|
|
1838
1838
|
/**
|
|
1839
1839
|
* @type {any}
|
|
1840
1840
|
*/
|
|
@@ -1845,14 +1845,14 @@ const state$J = {
|
|
|
1845
1845
|
const invoke$f = async (method, ...params) => {
|
|
1846
1846
|
const {
|
|
1847
1847
|
ipc
|
|
1848
|
-
} = state$
|
|
1848
|
+
} = state$H;
|
|
1849
1849
|
const result = await invoke$h(ipc, method, ...params);
|
|
1850
1850
|
return result;
|
|
1851
1851
|
};
|
|
1852
1852
|
const invokeAndTransfer$c = async (method, ...params) => {
|
|
1853
1853
|
const {
|
|
1854
1854
|
ipc
|
|
1855
|
-
} = state$
|
|
1855
|
+
} = state$H;
|
|
1856
1856
|
const result = await invokeAndTransfer$e(ipc, method, ...params);
|
|
1857
1857
|
return result;
|
|
1858
1858
|
};
|
|
@@ -2064,24 +2064,24 @@ const canBeRestored$6 = async uri => {
|
|
|
2064
2064
|
// 1. it decouples event emitter (e.g. Editor creation) from other module (Document syncing when editor was created)
|
|
2065
2065
|
|
|
2066
2066
|
// TODO use normal event target
|
|
2067
|
-
const state$
|
|
2067
|
+
const state$G = {
|
|
2068
2068
|
listenerMap: Object.create(null)
|
|
2069
2069
|
};
|
|
2070
2070
|
const emitEvent = async (event, ...args) => {
|
|
2071
|
-
const listeners = state$
|
|
2071
|
+
const listeners = state$G.listenerMap[event] || [];
|
|
2072
2072
|
for (const listener of listeners) {
|
|
2073
2073
|
await listener(...args);
|
|
2074
2074
|
}
|
|
2075
2075
|
};
|
|
2076
2076
|
const addListener = (event, fn, options = {}) => {
|
|
2077
|
-
state$
|
|
2078
|
-
if (state$
|
|
2077
|
+
state$G.listenerMap[event] ||= [];
|
|
2078
|
+
if (state$G.listenerMap[event].includes(fn)) {
|
|
2079
2079
|
return;
|
|
2080
2080
|
}
|
|
2081
2081
|
if (options.prepend) {
|
|
2082
|
-
state$
|
|
2082
|
+
state$G.listenerMap[event].unshift(fn);
|
|
2083
2083
|
} else {
|
|
2084
|
-
state$
|
|
2084
|
+
state$G.listenerMap[event].push(fn);
|
|
2085
2085
|
}
|
|
2086
2086
|
};
|
|
2087
2087
|
|
|
@@ -2127,7 +2127,7 @@ const openUri$1 = async (path, focus = true, props = {}) => {
|
|
|
2127
2127
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */path, /* focus */focus, props);
|
|
2128
2128
|
};
|
|
2129
2129
|
|
|
2130
|
-
const state$
|
|
2130
|
+
const state$F = Object.create(null);
|
|
2131
2131
|
const openSettingsJson = async () => {
|
|
2132
2132
|
await openUri$1('app://settings.json');
|
|
2133
2133
|
};
|
|
@@ -2158,25 +2158,25 @@ const hydrate$b = async () => {
|
|
|
2158
2158
|
// TODO should configuration be together with all other preferences (e.g. selecting color theme code is not needed on startup)
|
|
2159
2159
|
// TODO probably not all preferences need to be kept in memory
|
|
2160
2160
|
const preferences = await getPreferences();
|
|
2161
|
-
Object.assign(state$
|
|
2161
|
+
Object.assign(state$F, preferences);
|
|
2162
2162
|
} catch (error) {
|
|
2163
2163
|
logError(error);
|
|
2164
2164
|
}
|
|
2165
2165
|
};
|
|
2166
2166
|
const get$d = key => {
|
|
2167
|
-
return state$
|
|
2167
|
+
return state$F[key];
|
|
2168
2168
|
};
|
|
2169
2169
|
const set$f = async (key, value) => {
|
|
2170
|
-
state$
|
|
2170
|
+
state$F[key] = value;
|
|
2171
2171
|
if (platform === Web$1) {
|
|
2172
2172
|
const preferences = {
|
|
2173
|
-
...state$
|
|
2173
|
+
...state$F,
|
|
2174
2174
|
[key]: value
|
|
2175
2175
|
};
|
|
2176
2176
|
await execute$4(/* LocalStorage.setJson */'LocalStorage.setJson', /* key */'preferences', /* value */preferences);
|
|
2177
2177
|
return;
|
|
2178
2178
|
}
|
|
2179
|
-
const content = stringify(state$
|
|
2179
|
+
const content = stringify(state$F);
|
|
2180
2180
|
await writeFile$e('app://settings.json', content);
|
|
2181
2181
|
};
|
|
2182
2182
|
|
|
@@ -2230,7 +2230,7 @@ const setThemeColor = async themeColor => {
|
|
|
2230
2230
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
2231
2231
|
// actual color theme can be computed after workbench has loaded (most times will be the same and doesn't need to be computed)
|
|
2232
2232
|
|
|
2233
|
-
const state$
|
|
2233
|
+
const state$E = {
|
|
2234
2234
|
watchedTheme: ''
|
|
2235
2235
|
};
|
|
2236
2236
|
const FALLBACK_COLOR_THEME_ID = 'slime';
|
|
@@ -2241,7 +2241,7 @@ const FALLBACK_COLOR_THEME_ID = 'slime';
|
|
|
2241
2241
|
const applyColorTheme = async colorThemeId => {
|
|
2242
2242
|
try {
|
|
2243
2243
|
string(colorThemeId);
|
|
2244
|
-
state$
|
|
2244
|
+
state$E.colorTheme = colorThemeId;
|
|
2245
2245
|
const colorThemeCss = await getColorThemeCss(colorThemeId);
|
|
2246
2246
|
await addCssStyleSheet('ContributedColorTheme', colorThemeCss);
|
|
2247
2247
|
if (platform === Web$1) {
|
|
@@ -2261,10 +2261,10 @@ const setColorTheme$1 = async colorThemeId => {
|
|
|
2261
2261
|
await set$f('workbench.colorTheme', colorThemeId);
|
|
2262
2262
|
};
|
|
2263
2263
|
const watch$2 = async id => {
|
|
2264
|
-
if (state$
|
|
2264
|
+
if (state$E.watchedTheme === id) {
|
|
2265
2265
|
return;
|
|
2266
2266
|
}
|
|
2267
|
-
state$
|
|
2267
|
+
state$E.watchedTheme = id;
|
|
2268
2268
|
await invoke$f('ExtensionHost.watchColorTheme', id);
|
|
2269
2269
|
};
|
|
2270
2270
|
const getPreferredColorTheme = () => {
|
|
@@ -2349,18 +2349,18 @@ const remove$8 = key => {
|
|
|
2349
2349
|
delete contexts[key];
|
|
2350
2350
|
};
|
|
2351
2351
|
|
|
2352
|
-
const state$
|
|
2352
|
+
const state$D = {
|
|
2353
2353
|
// TODO use numeric focus key
|
|
2354
2354
|
currentFocus: ''
|
|
2355
2355
|
};
|
|
2356
2356
|
const get$b = () => {
|
|
2357
|
-
return state$
|
|
2357
|
+
return state$D.currentFocus;
|
|
2358
2358
|
};
|
|
2359
2359
|
const set$d = value => {
|
|
2360
|
-
state$
|
|
2360
|
+
state$D.currentFocus = value;
|
|
2361
2361
|
};
|
|
2362
2362
|
|
|
2363
|
-
const state$
|
|
2363
|
+
const state$C = {
|
|
2364
2364
|
keyBindings: [],
|
|
2365
2365
|
keyBindingSets: Object.create(null),
|
|
2366
2366
|
/**
|
|
@@ -2373,7 +2373,7 @@ const state$E = {
|
|
|
2373
2373
|
matchingKeyBindings: []
|
|
2374
2374
|
};
|
|
2375
2375
|
const getKeyBinding = identifier => {
|
|
2376
|
-
for (const keyBinding of state$
|
|
2376
|
+
for (const keyBinding of state$C.matchingKeyBindings) {
|
|
2377
2377
|
if (keyBinding.key === identifier) {
|
|
2378
2378
|
return keyBinding;
|
|
2379
2379
|
}
|
|
@@ -2396,26 +2396,26 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2396
2396
|
return new Uint32Array(keyBindings.map(getKey$1));
|
|
2397
2397
|
};
|
|
2398
2398
|
const update = () => {
|
|
2399
|
-
const matchingKeyBindings = getMatchingKeyBindings(state$
|
|
2399
|
+
const matchingKeyBindings = getMatchingKeyBindings(state$C.keyBindingSets);
|
|
2400
2400
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2401
2401
|
invoke$g('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2402
|
-
state$
|
|
2403
|
-
state$
|
|
2402
|
+
state$C.matchingKeyBindings = matchingKeyBindings;
|
|
2403
|
+
state$C.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2404
2404
|
};
|
|
2405
2405
|
const addKeyBindings$1 = (id, keyBindings) => {
|
|
2406
2406
|
string(id);
|
|
2407
2407
|
array(keyBindings);
|
|
2408
|
-
if (id in state$
|
|
2408
|
+
if (id in state$C.keyBindingSets) {
|
|
2409
2409
|
warn$1(`cannot add keybindings multiple times: ${id}`);
|
|
2410
2410
|
return;
|
|
2411
2411
|
}
|
|
2412
|
-
state$
|
|
2412
|
+
state$C.keyBindingSets[id] = keyBindings;
|
|
2413
2413
|
update();
|
|
2414
2414
|
};
|
|
2415
2415
|
const removeKeyBindings = id => {
|
|
2416
2416
|
const {
|
|
2417
2417
|
keyBindingSets
|
|
2418
|
-
} = state$
|
|
2418
|
+
} = state$C;
|
|
2419
2419
|
if (!(id in keyBindingSets)) {
|
|
2420
2420
|
warn$1(`cannot remove keybindings that are not registered: ${id}`);
|
|
2421
2421
|
return;
|
|
@@ -2491,7 +2491,7 @@ const hydrate$9 = async () => {
|
|
|
2491
2491
|
update();
|
|
2492
2492
|
};
|
|
2493
2493
|
|
|
2494
|
-
const state$
|
|
2494
|
+
const state$B = {
|
|
2495
2495
|
/**
|
|
2496
2496
|
* @type {any[]}
|
|
2497
2497
|
*/
|
|
@@ -2527,7 +2527,7 @@ const getStaticWebExtensions = () => {
|
|
|
2527
2527
|
};
|
|
2528
2528
|
const getWebExtensionsWeb = async () => {
|
|
2529
2529
|
const staticWebExtensions = await getStaticWebExtensions();
|
|
2530
|
-
return [...staticWebExtensions, ...state$
|
|
2530
|
+
return [...staticWebExtensions, ...state$B.webExtensions];
|
|
2531
2531
|
};
|
|
2532
2532
|
const isWebExtension = extension => {
|
|
2533
2533
|
return extension && typeof extension.browser === 'string';
|
|
@@ -2536,7 +2536,7 @@ const getWebExtensionsDefault = async () => {
|
|
|
2536
2536
|
const staticWebExtensions = await getStaticWebExtensions();
|
|
2537
2537
|
const sharedProcessExtensions = await getSharedProcessExtensions$1();
|
|
2538
2538
|
const sharedProcessWebExtensions = sharedProcessExtensions.filter(isWebExtension);
|
|
2539
|
-
return [...staticWebExtensions, sharedProcessWebExtensions, ...state$
|
|
2539
|
+
return [...staticWebExtensions, sharedProcessWebExtensions, ...state$B.webExtensions];
|
|
2540
2540
|
};
|
|
2541
2541
|
const getWebExtensions = async () => {
|
|
2542
2542
|
try {
|
|
@@ -2547,7 +2547,7 @@ const getWebExtensions = async () => {
|
|
|
2547
2547
|
return getWebExtensionsDefault();
|
|
2548
2548
|
}
|
|
2549
2549
|
} catch {
|
|
2550
|
-
return state$
|
|
2550
|
+
return state$B.webExtensions;
|
|
2551
2551
|
}
|
|
2552
2552
|
};
|
|
2553
2553
|
|
|
@@ -2576,7 +2576,7 @@ const getLanguageConfigurationPathFromExtensions = (extensions, languageId) => {
|
|
|
2576
2576
|
return '';
|
|
2577
2577
|
};
|
|
2578
2578
|
const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
2579
|
-
const languageConfigurationPath = getLanguageConfigurationPathFromExtensions(state$
|
|
2579
|
+
const languageConfigurationPath = getLanguageConfigurationPathFromExtensions(state$B.webExtensions, languageId);
|
|
2580
2580
|
if (!languageConfigurationPath) {
|
|
2581
2581
|
return undefined;
|
|
2582
2582
|
}
|
|
@@ -2636,7 +2636,7 @@ const getNthFileExtension = (file, startIndex) => {
|
|
|
2636
2636
|
|
|
2637
2637
|
// TODO merge all of this with extension host languages module
|
|
2638
2638
|
|
|
2639
|
-
const state$
|
|
2639
|
+
const state$A = {
|
|
2640
2640
|
loadState: false,
|
|
2641
2641
|
isHydrating: false,
|
|
2642
2642
|
fileNameMap: Object.create(null),
|
|
@@ -2652,53 +2652,53 @@ const state$C = {
|
|
|
2652
2652
|
hasWarned: []
|
|
2653
2653
|
};
|
|
2654
2654
|
const getFirstLines = () => {
|
|
2655
|
-
return state$
|
|
2655
|
+
return state$A.firstLines;
|
|
2656
2656
|
};
|
|
2657
2657
|
const hasLanguageByExtension = extension => {
|
|
2658
|
-
return extension in state$
|
|
2658
|
+
return extension in state$A.extensionMap;
|
|
2659
2659
|
};
|
|
2660
2660
|
const getLanguageByExtension = extension => {
|
|
2661
|
-
return state$
|
|
2661
|
+
return state$A.extensionMap[extension];
|
|
2662
2662
|
};
|
|
2663
2663
|
const hasLanguageByFileName = fileName => {
|
|
2664
|
-
return fileName in state$
|
|
2664
|
+
return fileName in state$A.fileNameMap;
|
|
2665
2665
|
};
|
|
2666
2666
|
const getLanguageByFileName = fileName => {
|
|
2667
|
-
return state$
|
|
2667
|
+
return state$A.fileNameMap[fileName];
|
|
2668
2668
|
};
|
|
2669
2669
|
const getTokenizeFunctionPath$1 = languageId => {
|
|
2670
2670
|
// TODO what if language.tokenize is not of type string? -> handle error gracefully
|
|
2671
|
-
return state$
|
|
2671
|
+
return state$A.tokenizerMap[languageId] || '';
|
|
2672
2672
|
};
|
|
2673
2673
|
const setHydrating = value => {
|
|
2674
|
-
state$
|
|
2674
|
+
state$A.isHydrating = value;
|
|
2675
2675
|
};
|
|
2676
2676
|
const setLoaded = value => {
|
|
2677
|
-
state$
|
|
2677
|
+
state$A.loaded = true;
|
|
2678
2678
|
};
|
|
2679
2679
|
const addExtension = (extension, languageId) => {
|
|
2680
|
-
state$
|
|
2680
|
+
state$A.extensionMap[extension] = languageId;
|
|
2681
2681
|
};
|
|
2682
2682
|
const addFirstLine = (regex, languageId) => {
|
|
2683
|
-
state$
|
|
2683
|
+
state$A.firstLines.push({
|
|
2684
2684
|
regex,
|
|
2685
2685
|
languageId
|
|
2686
2686
|
});
|
|
2687
2687
|
};
|
|
2688
2688
|
const hasWarned = languageId => {
|
|
2689
|
-
return state$
|
|
2689
|
+
return state$A.hasWarned.includes(languageId);
|
|
2690
2690
|
};
|
|
2691
2691
|
const addWarned = languageId => {
|
|
2692
|
-
return state$
|
|
2692
|
+
return state$A.hasWarned.push(languageId);
|
|
2693
2693
|
};
|
|
2694
2694
|
const addFileName = (fileName, languageId) => {
|
|
2695
|
-
state$
|
|
2695
|
+
state$A.fileNameMap[fileName] = languageId;
|
|
2696
2696
|
};
|
|
2697
2697
|
const addTokenizer = (languageId, tokenizer) => {
|
|
2698
|
-
state$
|
|
2698
|
+
state$A.tokenizerMap[languageId] = tokenizer;
|
|
2699
2699
|
};
|
|
2700
2700
|
const hasLoaded$1 = () => {
|
|
2701
|
-
return state$
|
|
2701
|
+
return state$A.loaded;
|
|
2702
2702
|
};
|
|
2703
2703
|
|
|
2704
2704
|
// TODO merge all of this with extension host languages module
|
|
@@ -2884,14 +2884,14 @@ const getLanguageConfiguration = async editor => {
|
|
|
2884
2884
|
}
|
|
2885
2885
|
};
|
|
2886
2886
|
|
|
2887
|
-
const state$
|
|
2887
|
+
const state$z = {
|
|
2888
2888
|
webViews: []
|
|
2889
2889
|
};
|
|
2890
2890
|
const addMany = webViews => {
|
|
2891
|
-
state$
|
|
2891
|
+
state$z.webViews = [...state$z.webViews, ...webViews];
|
|
2892
2892
|
};
|
|
2893
2893
|
const get$a = () => {
|
|
2894
|
-
return state$
|
|
2894
|
+
return state$z.webViews;
|
|
2895
2895
|
};
|
|
2896
2896
|
|
|
2897
2897
|
const getId$2 = path => {
|
|
@@ -2924,7 +2924,7 @@ const addWebExtension = async path => {
|
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
manifest.status = Resolved;
|
|
2927
|
-
state$
|
|
2927
|
+
state$B.webExtensions.push(manifest);
|
|
2928
2928
|
if (manifest.languages) {
|
|
2929
2929
|
// TODO handle case when languages is not of type array
|
|
2930
2930
|
await addLanguages(manifest.languages);
|
|
@@ -3077,7 +3077,7 @@ const getIconThemeJson = async iconThemeId => {
|
|
|
3077
3077
|
extensionPath: `${assetDir}/extensions/builtin.${iconThemeId}`
|
|
3078
3078
|
};
|
|
3079
3079
|
}
|
|
3080
|
-
for (const webExtension of state$
|
|
3080
|
+
for (const webExtension of state$B.webExtensions) {
|
|
3081
3081
|
if (webExtension.iconThemes) {
|
|
3082
3082
|
for (const iconTheme of webExtension.iconThemes) {
|
|
3083
3083
|
// TODO handle error when icon theme path is not of type string
|
|
@@ -3113,11 +3113,11 @@ const isOpen = () => {
|
|
|
3113
3113
|
return false;
|
|
3114
3114
|
};
|
|
3115
3115
|
|
|
3116
|
-
const state$
|
|
3116
|
+
const state$y = {
|
|
3117
3117
|
id: 0
|
|
3118
3118
|
};
|
|
3119
3119
|
const create$13 = () => {
|
|
3120
|
-
return ++state$
|
|
3120
|
+
return ++state$y.id;
|
|
3121
3121
|
};
|
|
3122
3122
|
|
|
3123
3123
|
class CancelationError extends Error {
|
|
@@ -3222,7 +3222,7 @@ const serializeInstances = async instances => {
|
|
|
3222
3222
|
return serialized;
|
|
3223
3223
|
};
|
|
3224
3224
|
|
|
3225
|
-
const state$
|
|
3225
|
+
const state$x = {
|
|
3226
3226
|
instances: Object.create(null),
|
|
3227
3227
|
/**
|
|
3228
3228
|
* @type {any}
|
|
@@ -3235,10 +3235,10 @@ const set$b = (key, value) => {
|
|
|
3235
3235
|
object(value.factory);
|
|
3236
3236
|
object(value.state);
|
|
3237
3237
|
object(value.renderedState);
|
|
3238
|
-
state$
|
|
3238
|
+
state$x.instances[key] = value;
|
|
3239
3239
|
};
|
|
3240
3240
|
const getInstance = key => {
|
|
3241
|
-
const fast = state$
|
|
3241
|
+
const fast = state$x.instances[key];
|
|
3242
3242
|
if (fast) {
|
|
3243
3243
|
return fast;
|
|
3244
3244
|
}
|
|
@@ -3251,7 +3251,7 @@ const getInstance = key => {
|
|
|
3251
3251
|
if (key === 'EditorCompletion') {
|
|
3252
3252
|
key = 'Editor';
|
|
3253
3253
|
}
|
|
3254
|
-
for (const value of Object.values(state$
|
|
3254
|
+
for (const value of Object.values(state$x.instances)) {
|
|
3255
3255
|
if (value.moduleId === key) {
|
|
3256
3256
|
return value;
|
|
3257
3257
|
}
|
|
@@ -3259,16 +3259,16 @@ const getInstance = key => {
|
|
|
3259
3259
|
return undefined;
|
|
3260
3260
|
};
|
|
3261
3261
|
const hasInstance = key => {
|
|
3262
|
-
return key in state$
|
|
3262
|
+
return key in state$x.instances;
|
|
3263
3263
|
};
|
|
3264
3264
|
const remove$7 = key => {
|
|
3265
|
-
delete state$
|
|
3265
|
+
delete state$x.instances[key];
|
|
3266
3266
|
};
|
|
3267
3267
|
const getAllInstances = () => {
|
|
3268
|
-
return state$
|
|
3268
|
+
return state$x.instances;
|
|
3269
3269
|
};
|
|
3270
3270
|
const getValues = () => {
|
|
3271
|
-
return Object.values(state$
|
|
3271
|
+
return Object.values(state$x.instances);
|
|
3272
3272
|
};
|
|
3273
3273
|
const getState$1 = key => {
|
|
3274
3274
|
const instance = getInstance(key);
|
|
@@ -3300,7 +3300,7 @@ const setFocusedInstance = (state, instance) => {
|
|
|
3300
3300
|
|
|
3301
3301
|
const Slash = Slash$1;
|
|
3302
3302
|
|
|
3303
|
-
const state$
|
|
3303
|
+
const state$w = {
|
|
3304
3304
|
workspacePath: '',
|
|
3305
3305
|
homeDir: '',
|
|
3306
3306
|
pathSeparator: '',
|
|
@@ -3327,7 +3327,7 @@ const getResolveRootFromSessionStorage = async () => {
|
|
|
3327
3327
|
const getResolvedRootFromRendererProcess = async href => {
|
|
3328
3328
|
const url = new URL(href);
|
|
3329
3329
|
if (href.includes('tests/')) {
|
|
3330
|
-
state$
|
|
3330
|
+
state$w.isTest = true;
|
|
3331
3331
|
return {
|
|
3332
3332
|
path: href,
|
|
3333
3333
|
homeDir: '',
|
|
@@ -3404,26 +3404,26 @@ const setPath = async path => {
|
|
|
3404
3404
|
// TODO not in electron
|
|
3405
3405
|
const pathSeparator = await getPathSeparator$9(path);
|
|
3406
3406
|
// @ts-ignore
|
|
3407
|
-
state$
|
|
3407
|
+
state$w.workspacePath = path;
|
|
3408
3408
|
// @ts-ignore
|
|
3409
|
-
state$
|
|
3410
|
-
state$
|
|
3409
|
+
state$w.workspaceUri = path;
|
|
3410
|
+
state$w.pathSeparator = pathSeparator;
|
|
3411
3411
|
await onWorkspaceChange();
|
|
3412
3412
|
};
|
|
3413
3413
|
const setUri = async uri => {
|
|
3414
3414
|
const path = uri.slice('file://'.length);
|
|
3415
|
-
state$
|
|
3416
|
-
state$
|
|
3415
|
+
state$w.workspacePath = path;
|
|
3416
|
+
state$w.workspaceUri = uri;
|
|
3417
3417
|
await onWorkspaceChange();
|
|
3418
3418
|
};
|
|
3419
3419
|
const close$7 = () => {
|
|
3420
3420
|
return setPath('');
|
|
3421
3421
|
};
|
|
3422
3422
|
const isTest = () => {
|
|
3423
|
-
return state$
|
|
3423
|
+
return state$w.isTest;
|
|
3424
3424
|
};
|
|
3425
3425
|
const getTitle$1 = workspacePath => {
|
|
3426
|
-
const pathSeparator = state$
|
|
3426
|
+
const pathSeparator = state$w.pathSeparator;
|
|
3427
3427
|
return workspacePath.slice(workspacePath.lastIndexOf(pathSeparator) + 1);
|
|
3428
3428
|
};
|
|
3429
3429
|
const getPathName = workspacePath => {
|
|
@@ -3433,43 +3433,43 @@ const getPathName = workspacePath => {
|
|
|
3433
3433
|
return '';
|
|
3434
3434
|
};
|
|
3435
3435
|
const onWorkspaceChange = async () => {
|
|
3436
|
-
const title = getTitle$1(state$
|
|
3436
|
+
const title = getTitle$1(state$w.workspacePath);
|
|
3437
3437
|
await set$a(title);
|
|
3438
3438
|
if (platform === Web$1 || platform === Remote) {
|
|
3439
|
-
const pathName = getPathName(state$
|
|
3439
|
+
const pathName = getPathName(state$w.workspacePath);
|
|
3440
3440
|
await setPathName(pathName);
|
|
3441
3441
|
}
|
|
3442
|
-
await emitEvent('workspace.change', state$
|
|
3442
|
+
await emitEvent('workspace.change', state$w.workspacePath);
|
|
3443
3443
|
};
|
|
3444
3444
|
const hydrate$6 = async ({
|
|
3445
3445
|
href
|
|
3446
3446
|
}) => {
|
|
3447
|
-
if (state$
|
|
3447
|
+
if (state$w.workspacePath) {
|
|
3448
3448
|
return;
|
|
3449
3449
|
}
|
|
3450
3450
|
const resolvedRoot = await getResolvedRoot(href);
|
|
3451
|
-
if (state$
|
|
3451
|
+
if (state$w.isTest) {
|
|
3452
3452
|
return;
|
|
3453
3453
|
}
|
|
3454
|
-
if (state$
|
|
3454
|
+
if (state$w.workspacePath) {
|
|
3455
3455
|
return;
|
|
3456
3456
|
}
|
|
3457
3457
|
// TODO why is this if statement here?
|
|
3458
|
-
if (state$
|
|
3459
|
-
state$
|
|
3458
|
+
if (state$w.homeDir !== resolvedRoot.homeDir) {
|
|
3459
|
+
state$w.homeDir = resolvedRoot.homeDir;
|
|
3460
3460
|
}
|
|
3461
3461
|
if (!canBeRestored$6(resolvedRoot.path)) {
|
|
3462
3462
|
return;
|
|
3463
3463
|
}
|
|
3464
3464
|
// TODO how to check that path from renderer process is valid?
|
|
3465
3465
|
// TODO also need to check whether it is a folder or file
|
|
3466
|
-
state$
|
|
3467
|
-
state$
|
|
3468
|
-
state$
|
|
3469
|
-
state$
|
|
3470
|
-
state$
|
|
3471
|
-
if (state$
|
|
3472
|
-
state$
|
|
3466
|
+
state$w.workspacePath = resolvedRoot.path;
|
|
3467
|
+
state$w.homeDir = resolvedRoot.homeDir;
|
|
3468
|
+
state$w.pathSeparator = resolvedRoot.pathSeparator;
|
|
3469
|
+
state$w.workspaceUri = resolvedRoot.uri;
|
|
3470
|
+
state$w.source = resolvedRoot.source;
|
|
3471
|
+
if (state$w.workspaceUri && state$w.workspaceUri.startsWith('/')) {
|
|
3472
|
+
state$w.workspaceUri = `file://${state$w.workspaceUri}`;
|
|
3473
3473
|
}
|
|
3474
3474
|
await onWorkspaceChange();
|
|
3475
3475
|
};
|
|
@@ -3479,10 +3479,10 @@ const hydrate$6 = async ({
|
|
|
3479
3479
|
* @returns
|
|
3480
3480
|
*/
|
|
3481
3481
|
const getWorkspacePath = () => {
|
|
3482
|
-
return state$
|
|
3482
|
+
return state$w.workspacePath;
|
|
3483
3483
|
};
|
|
3484
3484
|
const getHomeDir = () => {
|
|
3485
|
-
return state$
|
|
3485
|
+
return state$w.homeDir;
|
|
3486
3486
|
};
|
|
3487
3487
|
|
|
3488
3488
|
// TODO this should be in FileSystem module
|
|
@@ -3492,7 +3492,7 @@ const pathBaseName = path => {
|
|
|
3492
3492
|
|
|
3493
3493
|
// TODO this should be in FileSystem module
|
|
3494
3494
|
const pathDirName = path => {
|
|
3495
|
-
const pathSeparator = state$
|
|
3495
|
+
const pathSeparator = state$w.pathSeparator || '/';
|
|
3496
3496
|
const index = path.lastIndexOf(pathSeparator);
|
|
3497
3497
|
if (index === -1) {
|
|
3498
3498
|
return EmptyString;
|
|
@@ -3507,10 +3507,10 @@ const getStateToSave = async () => {
|
|
|
3507
3507
|
instances: savedInstances,
|
|
3508
3508
|
mainEditors: [],
|
|
3509
3509
|
workspace: {
|
|
3510
|
-
path: state$
|
|
3511
|
-
homeDir: state$
|
|
3512
|
-
pathSeparator: state$
|
|
3513
|
-
uri: state$
|
|
3510
|
+
path: state$w.workspacePath,
|
|
3511
|
+
homeDir: state$w.homeDir,
|
|
3512
|
+
pathSeparator: state$w.pathSeparator,
|
|
3513
|
+
uri: state$w.workspaceUri
|
|
3514
3514
|
}
|
|
3515
3515
|
};
|
|
3516
3516
|
};
|
|
@@ -3709,7 +3709,7 @@ const getData$1 = event => {
|
|
|
3709
3709
|
}
|
|
3710
3710
|
return event;
|
|
3711
3711
|
};
|
|
3712
|
-
const wrap$
|
|
3712
|
+
const wrap$7 = port => {
|
|
3713
3713
|
return {
|
|
3714
3714
|
port,
|
|
3715
3715
|
/**
|
|
@@ -3751,17 +3751,17 @@ const wrap$8 = port => {
|
|
|
3751
3751
|
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
3752
3752
|
__proto__: null,
|
|
3753
3753
|
create: create$11,
|
|
3754
|
-
wrap: wrap$
|
|
3754
|
+
wrap: wrap$7
|
|
3755
3755
|
};
|
|
3756
3756
|
|
|
3757
|
-
const state$
|
|
3757
|
+
const state$v = {
|
|
3758
3758
|
shouldLaunchMultipleWorkers: false
|
|
3759
3759
|
};
|
|
3760
3760
|
const setConfig = shouldLaunchMultipleWorkers => {
|
|
3761
|
-
state$
|
|
3761
|
+
state$v.shouldLaunchMultipleWorkers = shouldLaunchMultipleWorkers;
|
|
3762
3762
|
};
|
|
3763
3763
|
const getConfig = () => {
|
|
3764
|
-
return state$
|
|
3764
|
+
return state$v.shouldLaunchMultipleWorkers;
|
|
3765
3765
|
};
|
|
3766
3766
|
|
|
3767
3767
|
const objects = Object.create(null);
|
|
@@ -3795,12 +3795,12 @@ const launchExtensionHostWorker = async () => {
|
|
|
3795
3795
|
if (getConfig()) {
|
|
3796
3796
|
// TODO should renderer process send port to renderer worker or vice versa?
|
|
3797
3797
|
const port = acquire(id);
|
|
3798
|
-
ipc = wrap$
|
|
3798
|
+
ipc = wrap$7(port);
|
|
3799
3799
|
}
|
|
3800
3800
|
handleIpc(ipc);
|
|
3801
|
-
await invoke$h(ipc, 'Workspace.setWorkspacePath', state$
|
|
3801
|
+
await invoke$h(ipc, 'Workspace.setWorkspacePath', state$w.workspacePath);
|
|
3802
3802
|
addListener('workspace.change', async () => {
|
|
3803
|
-
await invoke$h(ipc, 'Workspace.setWorkspacePath', state$
|
|
3803
|
+
await invoke$h(ipc, 'Workspace.setWorkspacePath', state$w.workspacePath);
|
|
3804
3804
|
});
|
|
3805
3805
|
return ipc;
|
|
3806
3806
|
};
|
|
@@ -3888,14 +3888,14 @@ const getSavedViewletState = viewletId => {
|
|
|
3888
3888
|
return getJson$3(viewletId);
|
|
3889
3889
|
};
|
|
3890
3890
|
|
|
3891
|
-
const state$
|
|
3891
|
+
const state$u = {
|
|
3892
3892
|
idMap: Object.create(null)
|
|
3893
3893
|
};
|
|
3894
3894
|
const register$1 = (id, module) => {
|
|
3895
|
-
state$
|
|
3895
|
+
state$u.idMap[id] = module;
|
|
3896
3896
|
};
|
|
3897
3897
|
const get$8 = id => {
|
|
3898
|
-
return state$
|
|
3898
|
+
return state$u.idMap[id];
|
|
3899
3899
|
};
|
|
3900
3900
|
|
|
3901
3901
|
const loadModule$3 = async (id, module) => {
|
|
@@ -3905,7 +3905,7 @@ const loadModule$3 = async (id, module) => {
|
|
|
3905
3905
|
await (Array.isArray(module.Css) ? loadCssStyleSheets(module.Css) : loadCssStyleSheet(module.Css));
|
|
3906
3906
|
}
|
|
3907
3907
|
if (module.getDynamicCss) {
|
|
3908
|
-
await addDynamicCss(id, module.getDynamicCss, state$
|
|
3908
|
+
await addDynamicCss(id, module.getDynamicCss, state$F);
|
|
3909
3909
|
}
|
|
3910
3910
|
};
|
|
3911
3911
|
|
|
@@ -3914,17 +3914,17 @@ const ViewletManagerVisitorCss = {
|
|
|
3914
3914
|
loadModule: loadModule$3
|
|
3915
3915
|
};
|
|
3916
3916
|
|
|
3917
|
-
const state$
|
|
3917
|
+
const state$t = {
|
|
3918
3918
|
/**
|
|
3919
3919
|
* @type {any[]}
|
|
3920
3920
|
*/
|
|
3921
3921
|
menuEntries: []
|
|
3922
3922
|
};
|
|
3923
3923
|
const getAll = () => {
|
|
3924
|
-
return state$
|
|
3924
|
+
return state$t.menuEntries;
|
|
3925
3925
|
};
|
|
3926
3926
|
const add$1 = menuEntries => {
|
|
3927
|
-
state$
|
|
3927
|
+
state$t.menuEntries = [...state$t.menuEntries, ...menuEntries];
|
|
3928
3928
|
};
|
|
3929
3929
|
|
|
3930
3930
|
const loadModule$2 = async (id, module) => {
|
|
@@ -4070,7 +4070,7 @@ const ViewletModuleId = {
|
|
|
4070
4070
|
};
|
|
4071
4071
|
|
|
4072
4072
|
// @ts-nocheck
|
|
4073
|
-
const state$
|
|
4073
|
+
const state$s = {
|
|
4074
4074
|
pendingModules: Object.create(null)
|
|
4075
4075
|
};
|
|
4076
4076
|
const ViewletState = {
|
|
@@ -4293,10 +4293,14 @@ const registerWrappedCommands = (object, id, wrapFn) => {
|
|
|
4293
4293
|
registerWrappedCommand(id, key, wrappedCommand);
|
|
4294
4294
|
}
|
|
4295
4295
|
};
|
|
4296
|
-
const maybeRegisterWrappedCommands = (id, module) => {
|
|
4296
|
+
const maybeRegisterWrappedCommands = async (id, module) => {
|
|
4297
4297
|
if (module.Commands) {
|
|
4298
4298
|
registerWrappedCommands(module.Commands, id, wrapViewletCommand);
|
|
4299
4299
|
}
|
|
4300
|
+
if (module.getCommands) {
|
|
4301
|
+
const commands = await module.getCommands();
|
|
4302
|
+
registerWrappedCommands(commands, id, wrapViewletCommand);
|
|
4303
|
+
}
|
|
4300
4304
|
if (module.CommandsWithSideEffects) {
|
|
4301
4305
|
registerWrappedCommands(module.CommandsWithSideEffects, id, wrapViewletCommandWithSideEffect);
|
|
4302
4306
|
}
|
|
@@ -4351,16 +4355,16 @@ const actuallyLoadModule = async (getModule, id) => {
|
|
|
4351
4355
|
await invoke$g(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
4352
4356
|
}
|
|
4353
4357
|
await loadModule$1(id, module);
|
|
4354
|
-
maybeRegisterWrappedCommands(id, module);
|
|
4358
|
+
await maybeRegisterWrappedCommands(id, module);
|
|
4355
4359
|
maybeRegisterEvents(module);
|
|
4356
4360
|
maybeRegisterMenuEntries(module);
|
|
4357
4361
|
return module;
|
|
4358
4362
|
};
|
|
4359
4363
|
const loadModule = (getModule, id) => {
|
|
4360
|
-
if (!(id in state$
|
|
4361
|
-
state$
|
|
4364
|
+
if (!(id in state$s.pendingModules)) {
|
|
4365
|
+
state$s.pendingModules[id] = actuallyLoadModule(getModule, id);
|
|
4362
4366
|
}
|
|
4363
|
-
return state$
|
|
4367
|
+
return state$s.pendingModules[id];
|
|
4364
4368
|
};
|
|
4365
4369
|
|
|
4366
4370
|
// TODO add lots of unit tests for this
|
|
@@ -4648,14 +4652,14 @@ const disposeBrowserViewQuickPick = () => {
|
|
|
4648
4652
|
return invoke$f('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
4649
4653
|
};
|
|
4650
4654
|
|
|
4651
|
-
const state$
|
|
4655
|
+
const state$r = {
|
|
4652
4656
|
id: 0
|
|
4653
4657
|
};
|
|
4654
4658
|
const set$9 = value => {
|
|
4655
|
-
state$
|
|
4659
|
+
state$r.id = value;
|
|
4656
4660
|
};
|
|
4657
4661
|
const get$7 = () => {
|
|
4658
|
-
return state$
|
|
4662
|
+
return state$r.id;
|
|
4659
4663
|
};
|
|
4660
4664
|
|
|
4661
4665
|
// TODO cache window id
|
|
@@ -4702,15 +4706,15 @@ const handleKeyBinding$1 = async identifier => {
|
|
|
4702
4706
|
// }
|
|
4703
4707
|
};
|
|
4704
4708
|
|
|
4705
|
-
const state$
|
|
4709
|
+
const state$q = {
|
|
4706
4710
|
isQuickPickOpen: false
|
|
4707
4711
|
};
|
|
4708
4712
|
const isQuickPickOpen = () => {
|
|
4709
|
-
return state$
|
|
4713
|
+
return state$q.isQuickPickOpen;
|
|
4710
4714
|
};
|
|
4711
4715
|
const closeWidgetElectronQuickPick = async () => {
|
|
4712
4716
|
const id = QuickPick;
|
|
4713
|
-
state$
|
|
4717
|
+
state$q.isQuickPickOpen = false;
|
|
4714
4718
|
remove$7(id);
|
|
4715
4719
|
await disposeBrowserViewQuickPick();
|
|
4716
4720
|
// TODO restore focus to previously focused element
|
|
@@ -5138,7 +5142,7 @@ const handleIconThemeChange$3 = async () => {
|
|
|
5138
5142
|
|
|
5139
5143
|
const initialIconTheme = undefined;
|
|
5140
5144
|
|
|
5141
|
-
const state$
|
|
5145
|
+
const state$p = {
|
|
5142
5146
|
seenFiles: [],
|
|
5143
5147
|
seenFolders: [],
|
|
5144
5148
|
hasWarned: [],
|
|
@@ -5149,11 +5153,11 @@ const state$r = {
|
|
|
5149
5153
|
extensionPath: ''
|
|
5150
5154
|
};
|
|
5151
5155
|
const setTheme = iconTheme => {
|
|
5152
|
-
state$
|
|
5153
|
-
state$
|
|
5156
|
+
state$p.iconTheme = iconTheme.json;
|
|
5157
|
+
state$p.extensionPath = iconTheme.extensionPath;
|
|
5154
5158
|
};
|
|
5155
5159
|
const getIconTheme = () => {
|
|
5156
|
-
return state$
|
|
5160
|
+
return state$p.iconTheme;
|
|
5157
5161
|
};
|
|
5158
5162
|
|
|
5159
5163
|
const File$5 = '_file';
|
|
@@ -5321,7 +5325,7 @@ const listen = method => {
|
|
|
5321
5325
|
const launchSharedProcess = async () => {
|
|
5322
5326
|
const ipc = await listen(Node);
|
|
5323
5327
|
handleIpc(ipc);
|
|
5324
|
-
state$
|
|
5328
|
+
state$H.ipc = ipc;
|
|
5325
5329
|
};
|
|
5326
5330
|
|
|
5327
5331
|
const map$1 = Object.create(null);
|
|
@@ -5383,27 +5387,27 @@ const Fourteen = 14;
|
|
|
5383
5387
|
const Fifteen = 15;
|
|
5384
5388
|
const Sixteen = 16;
|
|
5385
5389
|
|
|
5386
|
-
const state$
|
|
5390
|
+
const state$o = {
|
|
5387
5391
|
listenerMap: Object.create(null),
|
|
5388
5392
|
phase: Zero
|
|
5389
5393
|
};
|
|
5390
5394
|
const once = (event, listener) => {
|
|
5391
|
-
if (state$
|
|
5395
|
+
if (state$o.phase >= event) {
|
|
5392
5396
|
listener();
|
|
5393
5397
|
} else {
|
|
5394
5398
|
// TODO could also statically allocate listenermap at start as array[13]
|
|
5395
|
-
state$
|
|
5396
|
-
state$
|
|
5399
|
+
state$o.listenerMap[event] ||= [];
|
|
5400
|
+
state$o.listenerMap[event].push(listener);
|
|
5397
5401
|
}
|
|
5398
5402
|
};
|
|
5399
5403
|
const mark$1 = event => {
|
|
5400
|
-
const listeners = state$
|
|
5404
|
+
const listeners = state$o.listenerMap[event] || [];
|
|
5401
5405
|
for (const listener of listeners) {
|
|
5402
5406
|
listener();
|
|
5403
5407
|
}
|
|
5404
|
-
state$
|
|
5408
|
+
state$o.phase = event;
|
|
5405
5409
|
if (event === Twelve) {
|
|
5406
|
-
state$
|
|
5410
|
+
state$o.listenerMap = Object.create(null);
|
|
5407
5411
|
}
|
|
5408
5412
|
};
|
|
5409
5413
|
|
|
@@ -5824,372 +5828,19 @@ const hydrate$2 = async () => {
|
|
|
5824
5828
|
addListener('workspace.change', addWorkspacePathToRecentlyOpened);
|
|
5825
5829
|
};
|
|
5826
5830
|
|
|
5827
|
-
const instanceOfAny = (object, constructors) => constructors.some(c => object instanceof c);
|
|
5828
|
-
let idbProxyableTypes;
|
|
5829
|
-
let cursorAdvanceMethods;
|
|
5830
|
-
// This is a function to prevent it throwing up in node environments.
|
|
5831
|
-
function getIdbProxyableTypes() {
|
|
5832
|
-
return idbProxyableTypes || (idbProxyableTypes = [IDBDatabase, IDBObjectStore, IDBIndex, IDBCursor, IDBTransaction]);
|
|
5833
|
-
}
|
|
5834
|
-
// This is a function to prevent it throwing up in node environments.
|
|
5835
|
-
function getCursorAdvanceMethods() {
|
|
5836
|
-
return cursorAdvanceMethods || (cursorAdvanceMethods = [IDBCursor.prototype.advance, IDBCursor.prototype.continue, IDBCursor.prototype.continuePrimaryKey]);
|
|
5837
|
-
}
|
|
5838
|
-
const cursorRequestMap = new WeakMap();
|
|
5839
|
-
const transactionDoneMap = new WeakMap();
|
|
5840
|
-
const transactionStoreNamesMap = new WeakMap();
|
|
5841
|
-
const transformCache = new WeakMap();
|
|
5842
|
-
const reverseTransformCache = new WeakMap();
|
|
5843
|
-
function promisifyRequest(request) {
|
|
5844
|
-
const promise = new Promise((resolve, reject) => {
|
|
5845
|
-
const unlisten = () => {
|
|
5846
|
-
request.removeEventListener('success', success);
|
|
5847
|
-
request.removeEventListener('error', error);
|
|
5848
|
-
};
|
|
5849
|
-
const success = () => {
|
|
5850
|
-
resolve(wrap$7(request.result));
|
|
5851
|
-
unlisten();
|
|
5852
|
-
};
|
|
5853
|
-
const error = () => {
|
|
5854
|
-
reject(request.error);
|
|
5855
|
-
unlisten();
|
|
5856
|
-
};
|
|
5857
|
-
request.addEventListener('success', success);
|
|
5858
|
-
request.addEventListener('error', error);
|
|
5859
|
-
});
|
|
5860
|
-
promise.then(value => {
|
|
5861
|
-
// Since cursoring reuses the IDBRequest (*sigh*), we cache it for later retrieval
|
|
5862
|
-
// (see wrapFunction).
|
|
5863
|
-
if (value instanceof IDBCursor) {
|
|
5864
|
-
cursorRequestMap.set(value, request);
|
|
5865
|
-
}
|
|
5866
|
-
// Catching to avoid "Uncaught Promise exceptions"
|
|
5867
|
-
}).catch(() => {});
|
|
5868
|
-
// This mapping exists in reverseTransformCache but doesn't doesn't exist in transformCache. This
|
|
5869
|
-
// is because we create many promises from a single IDBRequest.
|
|
5870
|
-
reverseTransformCache.set(promise, request);
|
|
5871
|
-
return promise;
|
|
5872
|
-
}
|
|
5873
|
-
function cacheDonePromiseForTransaction(tx) {
|
|
5874
|
-
// Early bail if we've already created a done promise for this transaction.
|
|
5875
|
-
if (transactionDoneMap.has(tx)) return;
|
|
5876
|
-
const done = new Promise((resolve, reject) => {
|
|
5877
|
-
const unlisten = () => {
|
|
5878
|
-
tx.removeEventListener('complete', complete);
|
|
5879
|
-
tx.removeEventListener('error', error);
|
|
5880
|
-
tx.removeEventListener('abort', error);
|
|
5881
|
-
};
|
|
5882
|
-
const complete = () => {
|
|
5883
|
-
// @ts-ignore
|
|
5884
|
-
resolve();
|
|
5885
|
-
unlisten();
|
|
5886
|
-
};
|
|
5887
|
-
const error = () => {
|
|
5888
|
-
reject(tx.error || new DOMException('AbortError', 'AbortError'));
|
|
5889
|
-
unlisten();
|
|
5890
|
-
};
|
|
5891
|
-
tx.addEventListener('complete', complete);
|
|
5892
|
-
tx.addEventListener('error', error);
|
|
5893
|
-
tx.addEventListener('abort', error);
|
|
5894
|
-
});
|
|
5895
|
-
// Cache it for later retrieval.
|
|
5896
|
-
transactionDoneMap.set(tx, done);
|
|
5897
|
-
}
|
|
5898
|
-
let idbProxyTraps = {
|
|
5899
|
-
get(target, prop, receiver) {
|
|
5900
|
-
if (target instanceof IDBTransaction) {
|
|
5901
|
-
// Special handling for transaction.done.
|
|
5902
|
-
if (prop === 'done') return transactionDoneMap.get(target);
|
|
5903
|
-
// Polyfill for objectStoreNames because of Edge.
|
|
5904
|
-
if (prop === 'objectStoreNames') {
|
|
5905
|
-
return target.objectStoreNames || transactionStoreNamesMap.get(target);
|
|
5906
|
-
}
|
|
5907
|
-
// Make tx.store return the only store in the transaction, or undefined if there are many.
|
|
5908
|
-
if (prop === 'store') {
|
|
5909
|
-
return receiver.objectStoreNames[1] ? undefined : receiver.objectStore(receiver.objectStoreNames[0]);
|
|
5910
|
-
}
|
|
5911
|
-
}
|
|
5912
|
-
// Else transform whatever we get back.
|
|
5913
|
-
return wrap$7(target[prop]);
|
|
5914
|
-
},
|
|
5915
|
-
set(target, prop, value) {
|
|
5916
|
-
target[prop] = value;
|
|
5917
|
-
return true;
|
|
5918
|
-
},
|
|
5919
|
-
has(target, prop) {
|
|
5920
|
-
if (target instanceof IDBTransaction && (prop === 'done' || prop === 'store')) {
|
|
5921
|
-
return true;
|
|
5922
|
-
}
|
|
5923
|
-
return prop in target;
|
|
5924
|
-
}
|
|
5925
|
-
};
|
|
5926
|
-
function replaceTraps(callback) {
|
|
5927
|
-
idbProxyTraps = callback(idbProxyTraps);
|
|
5928
|
-
}
|
|
5929
|
-
function wrapFunction(func) {
|
|
5930
|
-
// Due to expected object equality (which is enforced by the caching in `wrap`), we
|
|
5931
|
-
// only create one new func per func.
|
|
5932
|
-
// Edge doesn't support objectStoreNames (booo), so we polyfill it here.
|
|
5933
|
-
if (func === IDBDatabase.prototype.transaction && !('objectStoreNames' in IDBTransaction.prototype)) {
|
|
5934
|
-
return function (storeNames, ...args) {
|
|
5935
|
-
// @ts-ignore
|
|
5936
|
-
const tx = func.call(unwrap(this), storeNames, ...args);
|
|
5937
|
-
transactionStoreNamesMap.set(tx, storeNames.sort ? storeNames.sort() : [storeNames]);
|
|
5938
|
-
return wrap$7(tx);
|
|
5939
|
-
};
|
|
5940
|
-
}
|
|
5941
|
-
// Cursor methods are special, as the behaviour is a little more different to standard IDB. In
|
|
5942
|
-
// IDB, you advance the cursor and wait for a new 'success' on the IDBRequest that gave you the
|
|
5943
|
-
// cursor. It's kinda like a promise that can resolve with many values. That doesn't make sense
|
|
5944
|
-
// with real promises, so each advance methods returns a new promise for the cursor object, or
|
|
5945
|
-
// undefined if the end of the cursor has been reached.
|
|
5946
|
-
if (getCursorAdvanceMethods().includes(func)) {
|
|
5947
|
-
return function (...args) {
|
|
5948
|
-
// Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
|
|
5949
|
-
// the original object.
|
|
5950
|
-
// @ts-ignore
|
|
5951
|
-
func.apply(unwrap(this), args);
|
|
5952
|
-
// @ts-ignore
|
|
5953
|
-
return wrap$7(cursorRequestMap.get(this));
|
|
5954
|
-
};
|
|
5955
|
-
}
|
|
5956
|
-
return function (...args) {
|
|
5957
|
-
// Calling the original function with the proxy as 'this' causes ILLEGAL INVOCATION, so we use
|
|
5958
|
-
// the original object.
|
|
5959
|
-
// @ts-ignore
|
|
5960
|
-
return wrap$7(func.apply(unwrap(this), args));
|
|
5961
|
-
};
|
|
5962
|
-
}
|
|
5963
|
-
function transformCachableValue(value) {
|
|
5964
|
-
if (typeof value === 'function') return wrapFunction(value);
|
|
5965
|
-
// This doesn't return, it just creates a 'done' promise for the transaction,
|
|
5966
|
-
// which is later returned for transaction.done (see idbObjectHandler).
|
|
5967
|
-
if (value instanceof IDBTransaction) cacheDonePromiseForTransaction(value);
|
|
5968
|
-
if (instanceOfAny(value, getIdbProxyableTypes())) return new Proxy(value, idbProxyTraps);
|
|
5969
|
-
// Return the same value back if we're not going to transform it.
|
|
5970
|
-
return value;
|
|
5971
|
-
}
|
|
5972
|
-
function wrap$7(value) {
|
|
5973
|
-
// We sometimes generate multiple promises from a single IDBRequest (eg when cursoring), because
|
|
5974
|
-
// IDB is weird and a single IDBRequest can yield many responses, so these can't be cached.
|
|
5975
|
-
if (value instanceof IDBRequest) return promisifyRequest(value);
|
|
5976
|
-
// If we've already transformed this value before, reuse the transformed value.
|
|
5977
|
-
// This is faster, but it also provides object equality.
|
|
5978
|
-
if (transformCache.has(value)) return transformCache.get(value);
|
|
5979
|
-
const newValue = transformCachableValue(value);
|
|
5980
|
-
// Not all types are transformed.
|
|
5981
|
-
// These may be primitive types, so they can't be WeakMap keys.
|
|
5982
|
-
if (newValue !== value) {
|
|
5983
|
-
transformCache.set(value, newValue);
|
|
5984
|
-
reverseTransformCache.set(newValue, value);
|
|
5985
|
-
}
|
|
5986
|
-
return newValue;
|
|
5987
|
-
}
|
|
5988
|
-
const unwrap = value => reverseTransformCache.get(value);
|
|
5989
|
-
|
|
5990
|
-
// @ts-ignore
|
|
5991
|
-
|
|
5992
|
-
/**
|
|
5993
|
-
* Open a database.
|
|
5994
|
-
*
|
|
5995
|
-
* @param name Name of the database.
|
|
5996
|
-
* @param version Schema version.
|
|
5997
|
-
* @param callbacks Additional callbacks.
|
|
5998
|
-
*/
|
|
5999
|
-
// @ts-ignore
|
|
6000
|
-
function openDB(name, version, {
|
|
6001
|
-
blocked,
|
|
6002
|
-
upgrade,
|
|
6003
|
-
blocking,
|
|
6004
|
-
terminated
|
|
6005
|
-
} = {}) {
|
|
6006
|
-
const request = indexedDB.open(name, version);
|
|
6007
|
-
const openPromise = wrap$7(request);
|
|
6008
|
-
if (upgrade) {
|
|
6009
|
-
request.addEventListener('upgradeneeded', event => {
|
|
6010
|
-
upgrade(wrap$7(request.result), event.oldVersion, event.newVersion, wrap$7(request.transaction), event);
|
|
6011
|
-
});
|
|
6012
|
-
}
|
|
6013
|
-
if (blocked) {
|
|
6014
|
-
request.addEventListener('blocked', event => blocked(
|
|
6015
|
-
// Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
|
|
6016
|
-
event.oldVersion, event.newVersion, event));
|
|
6017
|
-
}
|
|
6018
|
-
openPromise.then(db => {
|
|
6019
|
-
if (terminated) db.addEventListener('close', () => terminated());
|
|
6020
|
-
if (blocking) {
|
|
6021
|
-
db.addEventListener('versionchange', event => blocking(event.oldVersion, event.newVersion, event));
|
|
6022
|
-
}
|
|
6023
|
-
}).catch(() => {});
|
|
6024
|
-
return openPromise;
|
|
6025
|
-
}
|
|
6026
|
-
const readMethods = ['get', 'getKey', 'getAll', 'getAllKeys', 'count'];
|
|
6027
|
-
const writeMethods = ['put', 'add', 'delete', 'clear'];
|
|
6028
|
-
const cachedMethods = new Map();
|
|
6029
|
-
function getMethod(target, prop) {
|
|
6030
|
-
if (!(target instanceof IDBDatabase && !(prop in target) && typeof prop === 'string')) {
|
|
6031
|
-
return;
|
|
6032
|
-
}
|
|
6033
|
-
if (cachedMethods.get(prop)) return cachedMethods.get(prop);
|
|
6034
|
-
const targetFuncName = prop.replace(/FromIndex$/, '');
|
|
6035
|
-
const useIndex = prop !== targetFuncName;
|
|
6036
|
-
const isWrite = writeMethods.includes(targetFuncName);
|
|
6037
|
-
if (
|
|
6038
|
-
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
|
6039
|
-
!(targetFuncName in (useIndex ? IDBIndex : IDBObjectStore).prototype) || !(isWrite || readMethods.includes(targetFuncName))) {
|
|
6040
|
-
return;
|
|
6041
|
-
}
|
|
6042
|
-
const method = async function (storeName, ...args) {
|
|
6043
|
-
// isWrite ? 'readwrite' : undefined gzipps better, but fails in Edge :(
|
|
6044
|
-
// @ts-ignore
|
|
6045
|
-
const tx = this.transaction(storeName, isWrite ? 'readwrite' : 'readonly');
|
|
6046
|
-
let target = tx.store;
|
|
6047
|
-
if (useIndex) target = target.index(args.shift());
|
|
6048
|
-
// Must reject if op rejects.
|
|
6049
|
-
// If it's a write operation, must reject if tx.done rejects.
|
|
6050
|
-
// Must reject with op rejection first.
|
|
6051
|
-
// Must resolve with op value.
|
|
6052
|
-
// Must handle both promises (no unhandled rejections)
|
|
6053
|
-
return (await Promise.all([target[targetFuncName](...args), isWrite && tx.done]))[0];
|
|
6054
|
-
};
|
|
6055
|
-
cachedMethods.set(prop, method);
|
|
6056
|
-
return method;
|
|
6057
|
-
}
|
|
6058
|
-
replaceTraps(oldTraps => ({
|
|
6059
|
-
...oldTraps,
|
|
6060
|
-
get: (target, prop, receiver) => getMethod(target, prop) || oldTraps.get(target, prop, receiver),
|
|
6061
|
-
has: (target, prop) => !!getMethod(target, prop) || oldTraps.has(target, prop)
|
|
6062
|
-
}));
|
|
6063
|
-
|
|
6064
|
-
const advanceMethodProps = ['continue', 'continuePrimaryKey', 'advance'];
|
|
6065
|
-
const methodMap = {};
|
|
6066
|
-
const advanceResults = new WeakMap();
|
|
6067
|
-
const ittrProxiedCursorToOriginalProxy = new WeakMap();
|
|
6068
|
-
const cursorIteratorTraps = {
|
|
6069
|
-
get(target, prop) {
|
|
6070
|
-
if (!advanceMethodProps.includes(prop)) return target[prop];
|
|
6071
|
-
let cachedFunc = methodMap[prop];
|
|
6072
|
-
if (!cachedFunc) {
|
|
6073
|
-
cachedFunc = methodMap[prop] = function (...args) {
|
|
6074
|
-
advanceResults.set(this, ittrProxiedCursorToOriginalProxy.get(this)[prop](...args));
|
|
6075
|
-
};
|
|
6076
|
-
}
|
|
6077
|
-
return cachedFunc;
|
|
6078
|
-
}
|
|
6079
|
-
};
|
|
6080
|
-
async function* iterate(...args) {
|
|
6081
|
-
// tslint:disable-next-line:no-this-assignment
|
|
6082
|
-
// @ts-ignore
|
|
6083
|
-
let cursor = this;
|
|
6084
|
-
if (!(cursor instanceof IDBCursor)) {
|
|
6085
|
-
cursor = await cursor.openCursor(...args);
|
|
6086
|
-
}
|
|
6087
|
-
if (!cursor) return;
|
|
6088
|
-
cursor = cursor;
|
|
6089
|
-
const proxiedCursor = new Proxy(cursor, cursorIteratorTraps);
|
|
6090
|
-
ittrProxiedCursorToOriginalProxy.set(proxiedCursor, cursor);
|
|
6091
|
-
// Map this double-proxy back to the original, so other cursor methods work.
|
|
6092
|
-
reverseTransformCache.set(proxiedCursor, unwrap(cursor));
|
|
6093
|
-
while (cursor) {
|
|
6094
|
-
yield proxiedCursor;
|
|
6095
|
-
// If one of the advancing methods was not called, call continue().
|
|
6096
|
-
cursor = await (advanceResults.get(proxiedCursor) || cursor.continue());
|
|
6097
|
-
advanceResults.delete(proxiedCursor);
|
|
6098
|
-
}
|
|
6099
|
-
}
|
|
6100
|
-
function isIteratorProp(target, prop) {
|
|
6101
|
-
return prop === Symbol.asyncIterator && instanceOfAny(target, [IDBIndex, IDBObjectStore, IDBCursor]) || prop === 'iterate' && instanceOfAny(target, [IDBIndex, IDBObjectStore]);
|
|
6102
|
-
}
|
|
6103
|
-
replaceTraps(oldTraps => ({
|
|
6104
|
-
...oldTraps,
|
|
6105
|
-
get(target, prop, receiver) {
|
|
6106
|
-
if (isIteratorProp(target, prop)) return iterate;
|
|
6107
|
-
return oldTraps.get(target, prop, receiver);
|
|
6108
|
-
},
|
|
6109
|
-
has(target, prop) {
|
|
6110
|
-
return isIteratorProp(target, prop) || oldTraps.has(target, prop);
|
|
6111
|
-
}
|
|
6112
|
-
}));
|
|
6113
|
-
|
|
6114
|
-
const state$p = {
|
|
6115
|
-
databases: Object.create(null),
|
|
6116
|
-
eventId: 0,
|
|
6117
|
-
dbVersion: 1,
|
|
6118
|
-
/**
|
|
6119
|
-
* @type {any}
|
|
6120
|
-
*/
|
|
6121
|
-
cachedDb: undefined
|
|
6122
|
-
};
|
|
6123
|
-
|
|
6124
|
-
const isDataCloneError = error => {
|
|
6125
|
-
return error && error.name === 'DataCloneError';
|
|
6126
|
-
};
|
|
6127
|
-
|
|
6128
5831
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6129
5832
|
|
|
6130
|
-
const getDb$1 = async () => {
|
|
6131
|
-
// @ts-ignore
|
|
6132
|
-
const db = await openDB('session', state$p.dbVersion, {
|
|
6133
|
-
async upgrade(db, oldVersion) {
|
|
6134
|
-
if (!db.objectStoreNames.contains('session')) {
|
|
6135
|
-
const objectStore = await db.createObjectStore('session', {
|
|
6136
|
-
autoIncrement: true
|
|
6137
|
-
});
|
|
6138
|
-
objectStore.createIndex('sessionId', 'sessionId', {
|
|
6139
|
-
unique: false
|
|
6140
|
-
});
|
|
6141
|
-
}
|
|
6142
|
-
}
|
|
6143
|
-
});
|
|
6144
|
-
return db;
|
|
6145
|
-
};
|
|
6146
|
-
const getDbMemoized$1 = async () => {
|
|
6147
|
-
state$p.cachedDb ||= await getDb$1();
|
|
6148
|
-
return state$p.cachedDb;
|
|
6149
|
-
};
|
|
6150
5833
|
const saveValue$1 = async (storeId, value) => {
|
|
6151
|
-
|
|
6152
|
-
const db = await getDbMemoized$1();
|
|
6153
|
-
await db.add('session', value);
|
|
6154
|
-
} catch (error) {
|
|
6155
|
-
if (isDataCloneError(error)) {
|
|
6156
|
-
// TODO
|
|
6157
|
-
return;
|
|
6158
|
-
}
|
|
6159
|
-
throw new VError(error, 'Failed to save value to indexed db');
|
|
6160
|
-
}
|
|
5834
|
+
await invoke$e('IndexedDb.saveValue', storeId, value);
|
|
6161
5835
|
};
|
|
6162
5836
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
6163
|
-
|
|
6164
|
-
const transaction = db.transaction(storeId);
|
|
6165
|
-
const index = transaction.store.index(indexName);
|
|
6166
|
-
const iterator = index.iterate(only);
|
|
6167
|
-
const objects = [];
|
|
6168
|
-
for await (const cursor of iterator) {
|
|
6169
|
-
objects.push(cursor.value);
|
|
6170
|
-
}
|
|
6171
|
-
return objects;
|
|
6172
|
-
};
|
|
6173
|
-
const getHandleDb = async () => {
|
|
6174
|
-
// @ts-ignore
|
|
6175
|
-
const db = await openDB('handle', state$p.dbVersion, {
|
|
6176
|
-
async upgrade(db, oldVersion) {
|
|
6177
|
-
if (!db.objectStoreNames.contains('file-handles-store')) {
|
|
6178
|
-
// @ts-ignore
|
|
6179
|
-
await db.createObjectStore('file-handles-store', {});
|
|
6180
|
-
}
|
|
6181
|
-
}
|
|
6182
|
-
});
|
|
6183
|
-
return db;
|
|
5837
|
+
return invoke$e('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
6184
5838
|
};
|
|
6185
5839
|
const addHandle$1 = async (uri, handle) => {
|
|
6186
|
-
|
|
6187
|
-
await handleDb.put('file-handles-store', handle, uri);
|
|
5840
|
+
return invoke$e('IndexedDb.addHandle', uri, handle);
|
|
6188
5841
|
};
|
|
6189
5842
|
const getHandle$1 = async uri => {
|
|
6190
|
-
|
|
6191
|
-
const handle = await handleDb.get('file-handles-store', uri);
|
|
6192
|
-
return handle;
|
|
5843
|
+
return invoke$e('IndexedDb.getHandle', uri);
|
|
6193
5844
|
};
|
|
6194
5845
|
|
|
6195
5846
|
const saveValue = async (sessionId, value) => {
|
|
@@ -6213,12 +5864,12 @@ const creareSessionId = () => {
|
|
|
6213
5864
|
return `session-${new Date().toISOString()}`;
|
|
6214
5865
|
};
|
|
6215
5866
|
|
|
6216
|
-
const state$
|
|
5867
|
+
const state$n = {
|
|
6217
5868
|
sessionId: ''
|
|
6218
5869
|
};
|
|
6219
5870
|
const getSessionId = () => {
|
|
6220
|
-
state$
|
|
6221
|
-
return state$
|
|
5871
|
+
state$n.sessionId ||= creareSessionId();
|
|
5872
|
+
return state$n.sessionId;
|
|
6222
5873
|
};
|
|
6223
5874
|
|
|
6224
5875
|
const withResolvers = () => {
|
|
@@ -6275,7 +5926,7 @@ const addSearchParam = (href, key, value) => {
|
|
|
6275
5926
|
return parsedUrl.toString();
|
|
6276
5927
|
};
|
|
6277
5928
|
const replayCurrentSession = async () => {
|
|
6278
|
-
if (!state$
|
|
5929
|
+
if (!state$n.sessionId) {
|
|
6279
5930
|
throw new VError('session replay is disabled in settings');
|
|
6280
5931
|
}
|
|
6281
5932
|
// TODO
|
|
@@ -6295,7 +5946,7 @@ const getSessionContent = async () => {
|
|
|
6295
5946
|
const DONT_REPLAY = new Set(['Open.openUrl', 'Download.downloadFile']);
|
|
6296
5947
|
const replaySession = async sessionId => {
|
|
6297
5948
|
const events = await getSessionEvents(sessionId);
|
|
6298
|
-
const originalIpc = state$
|
|
5949
|
+
const originalIpc = state$J.ipc;
|
|
6299
5950
|
unhandleIpc(originalIpc);
|
|
6300
5951
|
const originalSend = originalIpc.send.bind(originalIpc);
|
|
6301
5952
|
const originalAddEventListsner = originalIpc.addEventListener.bind(originalIpc);
|
|
@@ -6310,33 +5961,33 @@ const replaySession = async sessionId => {
|
|
|
6310
5961
|
} else if ('method' in data) {
|
|
6311
5962
|
switch (data.method) {
|
|
6312
5963
|
case 'TitleBar.handleTitleBarButtonClickClose':
|
|
6313
|
-
state$
|
|
6314
|
-
state$
|
|
5964
|
+
state$J.ipc.onmessage = originalAddEventListsner;
|
|
5965
|
+
state$J.ipc.send = originalSend;
|
|
6315
5966
|
await execute$4('ElectronWindow.close');
|
|
6316
|
-
state$
|
|
6317
|
-
state$
|
|
5967
|
+
state$J.ipc.onmessage = wrappedOnMessage;
|
|
5968
|
+
state$J.ipc.send = wrappedSend;
|
|
6318
5969
|
break;
|
|
6319
5970
|
case 'TitleBar.handleTitleBarButtonClickMinimize':
|
|
6320
|
-
state$
|
|
6321
|
-
state$
|
|
5971
|
+
state$J.ipc.onmessage = originalAddEventListsner;
|
|
5972
|
+
state$J.ipc.send = originalSend;
|
|
6322
5973
|
await execute$4('ElectronWindow.minimize');
|
|
6323
|
-
state$
|
|
6324
|
-
state$
|
|
5974
|
+
state$J.ipc.onmessage = wrappedOnMessage;
|
|
5975
|
+
state$J.ipc.send = wrappedSend;
|
|
6325
5976
|
break;
|
|
6326
5977
|
case 'TitleBar.handleTitleBarButtonClickToggleMaximize':
|
|
6327
|
-
state$
|
|
6328
|
-
state$
|
|
5978
|
+
state$J.ipc.onmessage = originalAddEventListsner;
|
|
5979
|
+
state$J.ipc.send = originalSend;
|
|
6329
5980
|
await execute$4('ElectronWindow.maximize');
|
|
6330
|
-
state$
|
|
6331
|
-
state$
|
|
5981
|
+
state$J.ipc.onmessage = wrappedOnMessage;
|
|
5982
|
+
state$J.ipc.send = wrappedSend;
|
|
6332
5983
|
break;
|
|
6333
5984
|
}
|
|
6334
5985
|
} else {
|
|
6335
5986
|
throw new Error('unexpected message from renderer worker');
|
|
6336
5987
|
}
|
|
6337
5988
|
};
|
|
6338
|
-
state$
|
|
6339
|
-
state$
|
|
5989
|
+
state$J.ipc.send = wrappedSend;
|
|
5990
|
+
state$J.ipc.addEventListener('message', wrappedOnMessage);
|
|
6340
5991
|
const callbacks = Object.create(null);
|
|
6341
5992
|
const invoke = event => {
|
|
6342
5993
|
const {
|
|
@@ -6408,8 +6059,8 @@ const wrapIpc = (ipc, name, getData) => {
|
|
|
6408
6059
|
return wrappedIpc;
|
|
6409
6060
|
};
|
|
6410
6061
|
const startRecording$1 = () => {
|
|
6411
|
-
state$
|
|
6412
|
-
state$
|
|
6062
|
+
state$J.ipc = wrapIpc(state$J.ipc, 'renderer-process', event => event.data);
|
|
6063
|
+
state$H.ipc = wrapIpc(state$H.ipc, 'shared-process', event => event);
|
|
6413
6064
|
};
|
|
6414
6065
|
const openSession = async () => {
|
|
6415
6066
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */'app://session.json');
|
|
@@ -6544,6 +6195,7 @@ const startup = async () => {
|
|
|
6544
6195
|
}
|
|
6545
6196
|
mark$1(One);
|
|
6546
6197
|
const initData = await getInitData();
|
|
6198
|
+
setConfig(initData.Config?.shouldLaunchMultipleWorkers);
|
|
6547
6199
|
if (initData.Location.href.includes('?replayId')) {
|
|
6548
6200
|
const url = new URL(initData.Location.href);
|
|
6549
6201
|
const replayId = url.searchParams.get('replayId');
|
|
@@ -6551,7 +6203,6 @@ const startup = async () => {
|
|
|
6551
6203
|
return;
|
|
6552
6204
|
}
|
|
6553
6205
|
if (initData.Location.href.startsWith('http://localhost:3001/tests/')) ;
|
|
6554
|
-
setConfig(initData.Config?.shouldLaunchMultipleWorkers);
|
|
6555
6206
|
set$i(initData.Layout.bounds.windowWidth, initData.Layout.bounds.windowHeight);
|
|
6556
6207
|
mark(WillLoadPreferences);
|
|
6557
6208
|
await hydrate$b();
|
|
@@ -6667,48 +6318,11 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6667
6318
|
|
|
6668
6319
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6669
6320
|
|
|
6670
|
-
const state$n = {
|
|
6671
|
-
databases: Object.create(null),
|
|
6672
|
-
dbVersion: 2,
|
|
6673
|
-
/**
|
|
6674
|
-
* @type {any}
|
|
6675
|
-
*/
|
|
6676
|
-
cachedDb: undefined
|
|
6677
|
-
};
|
|
6678
|
-
const storeId = 'lvce-keyvalue';
|
|
6679
|
-
const getDb = async () => {
|
|
6680
|
-
// @ts-ignore
|
|
6681
|
-
const db = await openDB(storeId, state$n.dbVersion, {
|
|
6682
|
-
async upgrade(db, oldVersion) {
|
|
6683
|
-
if (!db.objectStoreNames.contains(storeId)) {
|
|
6684
|
-
await db.createObjectStore(storeId, {
|
|
6685
|
-
autoIncrement: true
|
|
6686
|
-
});
|
|
6687
|
-
}
|
|
6688
|
-
}
|
|
6689
|
-
});
|
|
6690
|
-
return db;
|
|
6691
|
-
};
|
|
6692
|
-
const getDbMemoized = async () => {
|
|
6693
|
-
state$n.cachedDb ||= await getDb();
|
|
6694
|
-
return state$n.cachedDb;
|
|
6695
|
-
};
|
|
6696
6321
|
const set$7 = async (key, value) => {
|
|
6697
|
-
|
|
6698
|
-
const db = await getDbMemoized();
|
|
6699
|
-
await db.put(storeId, value, key);
|
|
6700
|
-
} catch (error) {
|
|
6701
|
-
throw new VError(error, 'Failed to save value to indexed db');
|
|
6702
|
-
}
|
|
6322
|
+
await invoke$e('IndexedDb.set', key, value);
|
|
6703
6323
|
};
|
|
6704
6324
|
const get$5 = async key => {
|
|
6705
|
-
|
|
6706
|
-
const db = await getDbMemoized();
|
|
6707
|
-
const value = db.get(storeId, key);
|
|
6708
|
-
return value;
|
|
6709
|
-
} catch (error) {
|
|
6710
|
-
throw new VError(error, 'Failed to get value from indexed db');
|
|
6711
|
-
}
|
|
6325
|
+
return invoke$e('IndexedDb.get', key);
|
|
6712
6326
|
};
|
|
6713
6327
|
|
|
6714
6328
|
const getCacheKey = colorThemeId => {
|
|
@@ -6828,7 +6442,7 @@ const actuallyActivateByEvent = async event => {
|
|
|
6828
6442
|
for (const extension of extensionsToActivate) {
|
|
6829
6443
|
await actuallyActivateExtension(extension);
|
|
6830
6444
|
}
|
|
6831
|
-
const additionalExtensions = state$
|
|
6445
|
+
const additionalExtensions = state$B.webExtensions;
|
|
6832
6446
|
const additionalExtensionsToActivate = filterByMatchingEvent(additionalExtensions, event);
|
|
6833
6447
|
for (const extension of additionalExtensionsToActivate) {
|
|
6834
6448
|
await actuallyActivateExtension(extension);
|
|
@@ -8962,20 +8576,20 @@ const showAbout = async () => {
|
|
|
8962
8576
|
};
|
|
8963
8577
|
|
|
8964
8578
|
const name$2k = 'About';
|
|
8965
|
-
const Commands$
|
|
8579
|
+
const Commands$2a = {
|
|
8966
8580
|
showAbout: showAbout
|
|
8967
8581
|
};
|
|
8968
8582
|
|
|
8969
8583
|
const About_ipc = {
|
|
8970
8584
|
__proto__: null,
|
|
8971
|
-
Commands: Commands$
|
|
8585
|
+
Commands: Commands$2a,
|
|
8972
8586
|
name: name$2k
|
|
8973
8587
|
};
|
|
8974
8588
|
|
|
8975
8589
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8976
8590
|
|
|
8977
8591
|
const name$2j = 'Ajax';
|
|
8978
|
-
const Commands$
|
|
8592
|
+
const Commands$29 = {
|
|
8979
8593
|
getBlob: getBlob$5,
|
|
8980
8594
|
getJson: getJson$6,
|
|
8981
8595
|
getText: getText$2
|
|
@@ -8983,7 +8597,7 @@ const Commands$2a = {
|
|
|
8983
8597
|
|
|
8984
8598
|
const Ajax_ipc = {
|
|
8985
8599
|
__proto__: null,
|
|
8986
|
-
Commands: Commands$
|
|
8600
|
+
Commands: Commands$29,
|
|
8987
8601
|
name: name$2j
|
|
8988
8602
|
};
|
|
8989
8603
|
|
|
@@ -8993,13 +8607,13 @@ const playBell = async () => {
|
|
|
8993
8607
|
};
|
|
8994
8608
|
|
|
8995
8609
|
const name$2i = 'Audio';
|
|
8996
|
-
const Commands$
|
|
8610
|
+
const Commands$28 = {
|
|
8997
8611
|
playBell: playBell
|
|
8998
8612
|
};
|
|
8999
8613
|
|
|
9000
8614
|
const Audio_ipc = {
|
|
9001
8615
|
__proto__: null,
|
|
9002
|
-
Commands: Commands$
|
|
8616
|
+
Commands: Commands$28,
|
|
9003
8617
|
name: name$2i
|
|
9004
8618
|
};
|
|
9005
8619
|
|
|
@@ -9091,13 +8705,13 @@ const checkForUpdates$1 = async () => {
|
|
|
9091
8705
|
};
|
|
9092
8706
|
|
|
9093
8707
|
const name$2h = 'AutoUpdater';
|
|
9094
|
-
const Commands$
|
|
8708
|
+
const Commands$27 = {
|
|
9095
8709
|
checkForUpdates: checkForUpdates$1
|
|
9096
8710
|
};
|
|
9097
8711
|
|
|
9098
8712
|
const AutoUpdater_ipc = {
|
|
9099
8713
|
__proto__: null,
|
|
9100
|
-
Commands: Commands$
|
|
8714
|
+
Commands: Commands$27,
|
|
9101
8715
|
name: name$2h
|
|
9102
8716
|
};
|
|
9103
8717
|
|
|
@@ -9120,14 +8734,14 @@ const encode = async content => {
|
|
|
9120
8734
|
};
|
|
9121
8735
|
|
|
9122
8736
|
const name$2g = 'Base64';
|
|
9123
|
-
const Commands$
|
|
8737
|
+
const Commands$26 = {
|
|
9124
8738
|
decode: decode,
|
|
9125
8739
|
encode: encode
|
|
9126
8740
|
};
|
|
9127
8741
|
|
|
9128
8742
|
const Base64_ipc = {
|
|
9129
8743
|
__proto__: null,
|
|
9130
|
-
Commands: Commands$
|
|
8744
|
+
Commands: Commands$26,
|
|
9131
8745
|
name: name$2g
|
|
9132
8746
|
};
|
|
9133
8747
|
|
|
@@ -9148,13 +8762,13 @@ const getEditorSourceActions = async () => {
|
|
|
9148
8762
|
};
|
|
9149
8763
|
|
|
9150
8764
|
const name$2f = 'GetEditorSourceActions';
|
|
9151
|
-
const Commands$
|
|
8765
|
+
const Commands$25 = {
|
|
9152
8766
|
getEditorSourceActions: getEditorSourceActions
|
|
9153
8767
|
};
|
|
9154
8768
|
|
|
9155
8769
|
const GetEditorSourceActions_ipc = {
|
|
9156
8770
|
__proto__: null,
|
|
9157
|
-
Commands: Commands$
|
|
8771
|
+
Commands: Commands$25,
|
|
9158
8772
|
name: name$2f
|
|
9159
8773
|
};
|
|
9160
8774
|
|
|
@@ -9277,7 +8891,7 @@ const disposeSrc = async src => {
|
|
|
9277
8891
|
};
|
|
9278
8892
|
|
|
9279
8893
|
const name$2e = 'Blob';
|
|
9280
|
-
const Commands$
|
|
8894
|
+
const Commands$24 = {
|
|
9281
8895
|
base64StringToBlob: base64StringToBlob,
|
|
9282
8896
|
binaryStringToBlob: binaryStringToBlob,
|
|
9283
8897
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -9286,7 +8900,7 @@ const Commands$25 = {
|
|
|
9286
8900
|
|
|
9287
8901
|
const Blob_ipc = {
|
|
9288
8902
|
__proto__: null,
|
|
9289
|
-
Commands: Commands$
|
|
8903
|
+
Commands: Commands$24,
|
|
9290
8904
|
name: name$2e
|
|
9291
8905
|
};
|
|
9292
8906
|
|
|
@@ -9298,13 +8912,13 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
9298
8912
|
};
|
|
9299
8913
|
|
|
9300
8914
|
const name$2d = 'BulkReplacement';
|
|
9301
|
-
const Commands$
|
|
8915
|
+
const Commands$23 = {
|
|
9302
8916
|
applyBulkReplacement: applyBulkReplacement
|
|
9303
8917
|
};
|
|
9304
8918
|
|
|
9305
8919
|
const BulkReplacement_ipc = {
|
|
9306
8920
|
__proto__: null,
|
|
9307
|
-
Commands: Commands$
|
|
8921
|
+
Commands: Commands$23,
|
|
9308
8922
|
name: name$2d
|
|
9309
8923
|
};
|
|
9310
8924
|
|
|
@@ -9399,7 +9013,7 @@ const clearCache$1 = async () => {
|
|
|
9399
9013
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
9400
9014
|
|
|
9401
9015
|
const name$2c = 'CacheStorage';
|
|
9402
|
-
const Commands$
|
|
9016
|
+
const Commands$22 = {
|
|
9403
9017
|
clearCache: clearCache$1,
|
|
9404
9018
|
getJson: getJson,
|
|
9405
9019
|
setJson: setJson
|
|
@@ -9407,18 +9021,18 @@ const Commands$23 = {
|
|
|
9407
9021
|
|
|
9408
9022
|
const CacheStorage_ipc = {
|
|
9409
9023
|
__proto__: null,
|
|
9410
|
-
Commands: Commands$
|
|
9024
|
+
Commands: Commands$22,
|
|
9411
9025
|
name: name$2c
|
|
9412
9026
|
};
|
|
9413
9027
|
|
|
9414
9028
|
const name$2b = 'Callback';
|
|
9415
|
-
const Commands$
|
|
9029
|
+
const Commands$21 = {
|
|
9416
9030
|
resolve: resolve
|
|
9417
9031
|
};
|
|
9418
9032
|
|
|
9419
9033
|
const Callback_ipc = {
|
|
9420
9034
|
__proto__: null,
|
|
9421
|
-
Commands: Commands$
|
|
9035
|
+
Commands: Commands$21,
|
|
9422
9036
|
name: name$2b
|
|
9423
9037
|
};
|
|
9424
9038
|
|
|
@@ -9496,7 +9110,7 @@ const zoomReset = () => {
|
|
|
9496
9110
|
};
|
|
9497
9111
|
|
|
9498
9112
|
const name$2a = 'Chrome';
|
|
9499
|
-
const Commands$
|
|
9113
|
+
const Commands$20 = {
|
|
9500
9114
|
close: close$5,
|
|
9501
9115
|
exit: exit$2,
|
|
9502
9116
|
maximize: maximize$1,
|
|
@@ -9506,7 +9120,7 @@ const Commands$21 = {
|
|
|
9506
9120
|
|
|
9507
9121
|
const Chrome_ipc = {
|
|
9508
9122
|
__proto__: null,
|
|
9509
|
-
Commands: Commands$
|
|
9123
|
+
Commands: Commands$20,
|
|
9510
9124
|
name: name$2a
|
|
9511
9125
|
};
|
|
9512
9126
|
|
|
@@ -9570,7 +9184,7 @@ const execCopy = async () => {
|
|
|
9570
9184
|
};
|
|
9571
9185
|
|
|
9572
9186
|
const name$29 = 'ClipBoard';
|
|
9573
|
-
const Commands$
|
|
9187
|
+
const Commands$1$ = {
|
|
9574
9188
|
execCopy: execCopy,
|
|
9575
9189
|
readNativeFiles: readNativeFiles,
|
|
9576
9190
|
readText: readText,
|
|
@@ -9581,7 +9195,7 @@ const Commands$20 = {
|
|
|
9581
9195
|
|
|
9582
9196
|
const ClipBoard_ipc = {
|
|
9583
9197
|
__proto__: null,
|
|
9584
|
-
Commands: Commands$
|
|
9198
|
+
Commands: Commands$1$,
|
|
9585
9199
|
name: name$29
|
|
9586
9200
|
};
|
|
9587
9201
|
|
|
@@ -9593,19 +9207,19 @@ const close$4 = () => {
|
|
|
9593
9207
|
};
|
|
9594
9208
|
|
|
9595
9209
|
const name$28 = 'ColorPicker';
|
|
9596
|
-
const Commands$
|
|
9210
|
+
const Commands$1_ = {
|
|
9597
9211
|
close: close$4,
|
|
9598
9212
|
open: open$6
|
|
9599
9213
|
};
|
|
9600
9214
|
|
|
9601
9215
|
const ColorPicker_ipc = {
|
|
9602
9216
|
__proto__: null,
|
|
9603
|
-
Commands: Commands$
|
|
9217
|
+
Commands: Commands$1_,
|
|
9604
9218
|
name: name$28
|
|
9605
9219
|
};
|
|
9606
9220
|
|
|
9607
9221
|
const name$27 = 'ColorTheme';
|
|
9608
|
-
const Commands$
|
|
9222
|
+
const Commands$1Z = {
|
|
9609
9223
|
hydrate: hydrate$a,
|
|
9610
9224
|
reload: reload$4,
|
|
9611
9225
|
setColorTheme: setColorTheme$1
|
|
@@ -9613,7 +9227,7 @@ const Commands$1_ = {
|
|
|
9613
9227
|
|
|
9614
9228
|
const ColorTheme_ipc = {
|
|
9615
9229
|
__proto__: null,
|
|
9616
|
-
Commands: Commands$
|
|
9230
|
+
Commands: Commands$1Z,
|
|
9617
9231
|
name: name$27
|
|
9618
9232
|
};
|
|
9619
9233
|
|
|
@@ -9718,13 +9332,13 @@ const createColorThemeFromJson = (colorThemeId, colorThemeJson) => {
|
|
|
9718
9332
|
const name$26 = 'ColorThemeFromJson';
|
|
9719
9333
|
|
|
9720
9334
|
// prettier-ignore
|
|
9721
|
-
const Commands$
|
|
9335
|
+
const Commands$1Y = {
|
|
9722
9336
|
createColorThemeFromJson: createColorThemeFromJson
|
|
9723
9337
|
};
|
|
9724
9338
|
|
|
9725
9339
|
const ColorThemeFromJson_ipc = {
|
|
9726
9340
|
__proto__: null,
|
|
9727
|
-
Commands: Commands$
|
|
9341
|
+
Commands: Commands$1Y,
|
|
9728
9342
|
name: name$26
|
|
9729
9343
|
};
|
|
9730
9344
|
|
|
@@ -9796,13 +9410,13 @@ const prompt$1 = async (message, {
|
|
|
9796
9410
|
};
|
|
9797
9411
|
|
|
9798
9412
|
const name$25 = 'ConfirmPrompt';
|
|
9799
|
-
const Commands$
|
|
9413
|
+
const Commands$1X = {
|
|
9800
9414
|
prompt: prompt$1
|
|
9801
9415
|
};
|
|
9802
9416
|
|
|
9803
9417
|
const ConfirmPrompt_ipc = {
|
|
9804
9418
|
__proto__: null,
|
|
9805
|
-
Commands: Commands$
|
|
9419
|
+
Commands: Commands$1X,
|
|
9806
9420
|
name: name$25
|
|
9807
9421
|
};
|
|
9808
9422
|
|
|
@@ -9866,14 +9480,14 @@ const stop$1 = async () => {
|
|
|
9866
9480
|
};
|
|
9867
9481
|
|
|
9868
9482
|
const name$24 = 'ContentTracing';
|
|
9869
|
-
const Commands$
|
|
9483
|
+
const Commands$1W = {
|
|
9870
9484
|
start: start$2,
|
|
9871
9485
|
stop: stop$1
|
|
9872
9486
|
};
|
|
9873
9487
|
|
|
9874
9488
|
const ContentTracing_ipc = {
|
|
9875
9489
|
__proto__: null,
|
|
9876
|
-
Commands: Commands$
|
|
9490
|
+
Commands: Commands$1W,
|
|
9877
9491
|
name: name$24
|
|
9878
9492
|
};
|
|
9879
9493
|
|
|
@@ -9896,13 +9510,13 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9896
9510
|
};
|
|
9897
9511
|
|
|
9898
9512
|
const name$23 = 'ContextMenu';
|
|
9899
|
-
const Commands$
|
|
9513
|
+
const Commands$1V = {
|
|
9900
9514
|
show: show$a
|
|
9901
9515
|
};
|
|
9902
9516
|
|
|
9903
9517
|
const ContextMenu_ipc = {
|
|
9904
9518
|
__proto__: null,
|
|
9905
|
-
Commands: Commands$
|
|
9519
|
+
Commands: Commands$1V,
|
|
9906
9520
|
name: name$23
|
|
9907
9521
|
};
|
|
9908
9522
|
|
|
@@ -10017,7 +9631,7 @@ const resumed = params => {
|
|
|
10017
9631
|
};
|
|
10018
9632
|
|
|
10019
9633
|
const name$22 = 'Debug';
|
|
10020
|
-
const Commands$
|
|
9634
|
+
const Commands$1U = {
|
|
10021
9635
|
scriptParsed: scriptParsed,
|
|
10022
9636
|
paused: paused,
|
|
10023
9637
|
resumed: resumed
|
|
@@ -10025,7 +9639,7 @@ const Commands$1V = {
|
|
|
10025
9639
|
|
|
10026
9640
|
const Debug_ipc = {
|
|
10027
9641
|
__proto__: null,
|
|
10028
|
-
Commands: Commands$
|
|
9642
|
+
Commands: Commands$1U,
|
|
10029
9643
|
name: name$22
|
|
10030
9644
|
};
|
|
10031
9645
|
|
|
@@ -10056,13 +9670,13 @@ const debugSharedProcess = async () => {
|
|
|
10056
9670
|
};
|
|
10057
9671
|
|
|
10058
9672
|
const name$21 = 'DebugSharedProcess';
|
|
10059
|
-
const Commands$
|
|
9673
|
+
const Commands$1T = {
|
|
10060
9674
|
debugSharedProcess: debugSharedProcess
|
|
10061
9675
|
};
|
|
10062
9676
|
|
|
10063
9677
|
const DebugSharedProcess_ipc = {
|
|
10064
9678
|
__proto__: null,
|
|
10065
|
-
Commands: Commands$
|
|
9679
|
+
Commands: Commands$1T,
|
|
10066
9680
|
name: name$21
|
|
10067
9681
|
};
|
|
10068
9682
|
|
|
@@ -10529,7 +10143,7 @@ const openScreenCastView = async () => {
|
|
|
10529
10143
|
const name$20 = 'Developer';
|
|
10530
10144
|
|
|
10531
10145
|
// prettier-ignore
|
|
10532
|
-
const Commands$
|
|
10146
|
+
const Commands$1S = {
|
|
10533
10147
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
10534
10148
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
10535
10149
|
clearCache: clearCache,
|
|
@@ -10559,7 +10173,7 @@ const Commands$1T = {
|
|
|
10559
10173
|
|
|
10560
10174
|
const Developer_ipc = {
|
|
10561
10175
|
__proto__: null,
|
|
10562
|
-
Commands: Commands$
|
|
10176
|
+
Commands: Commands$1S,
|
|
10563
10177
|
name: name$20
|
|
10564
10178
|
};
|
|
10565
10179
|
|
|
@@ -10649,7 +10263,7 @@ const showMessage = async (message, options) => {
|
|
|
10649
10263
|
};
|
|
10650
10264
|
|
|
10651
10265
|
const name$1$ = 'Dialog';
|
|
10652
|
-
const Commands$
|
|
10266
|
+
const Commands$1R = {
|
|
10653
10267
|
// @ts-ignore
|
|
10654
10268
|
close: undefined,
|
|
10655
10269
|
handleClick: handleClick$b,
|
|
@@ -10660,7 +10274,7 @@ const Commands$1S = {
|
|
|
10660
10274
|
|
|
10661
10275
|
const Dialog_ipc = {
|
|
10662
10276
|
__proto__: null,
|
|
10663
|
-
Commands: Commands$
|
|
10277
|
+
Commands: Commands$1R,
|
|
10664
10278
|
name: name$1$
|
|
10665
10279
|
};
|
|
10666
10280
|
|
|
@@ -10697,7 +10311,7 @@ const downloadUrl = (url, outFile) => {
|
|
|
10697
10311
|
};
|
|
10698
10312
|
|
|
10699
10313
|
const name$1_ = 'Download';
|
|
10700
|
-
const Commands$
|
|
10314
|
+
const Commands$1Q = {
|
|
10701
10315
|
downloadFile: downloadFile,
|
|
10702
10316
|
downloadJson: downloadJson,
|
|
10703
10317
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -10705,7 +10319,7 @@ const Commands$1R = {
|
|
|
10705
10319
|
|
|
10706
10320
|
const Download_ipc = {
|
|
10707
10321
|
__proto__: null,
|
|
10708
|
-
Commands: Commands$
|
|
10322
|
+
Commands: Commands$1Q,
|
|
10709
10323
|
name: name$1_
|
|
10710
10324
|
};
|
|
10711
10325
|
|
|
@@ -10731,13 +10345,13 @@ const hydrate$1 = () => {
|
|
|
10731
10345
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
10732
10346
|
|
|
10733
10347
|
const name$1Z = 'EditorDiagnostics';
|
|
10734
|
-
const Commands$
|
|
10348
|
+
const Commands$1P = {
|
|
10735
10349
|
hydrate: hydrate$1
|
|
10736
10350
|
};
|
|
10737
10351
|
|
|
10738
10352
|
const EditorDiagnostics_ipc = {
|
|
10739
10353
|
__proto__: null,
|
|
10740
|
-
Commands: Commands$
|
|
10354
|
+
Commands: Commands$1P,
|
|
10741
10355
|
name: name$1Z
|
|
10742
10356
|
};
|
|
10743
10357
|
|
|
@@ -10774,13 +10388,13 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10774
10388
|
await invoke$g(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10775
10389
|
};
|
|
10776
10390
|
|
|
10777
|
-
const Commands$
|
|
10391
|
+
const Commands$1O = {
|
|
10778
10392
|
3900: show$9
|
|
10779
10393
|
};
|
|
10780
10394
|
|
|
10781
10395
|
const EditorError_ipc = {
|
|
10782
10396
|
__proto__: null,
|
|
10783
|
-
Commands: Commands$
|
|
10397
|
+
Commands: Commands$1O
|
|
10784
10398
|
};
|
|
10785
10399
|
|
|
10786
10400
|
/**
|
|
@@ -11585,19 +11199,19 @@ const handleClick$a = async label => {
|
|
|
11585
11199
|
const name$1Y = 'ElectronApplicationMenu';
|
|
11586
11200
|
|
|
11587
11201
|
// prettier-ignore
|
|
11588
|
-
const Commands$
|
|
11202
|
+
const Commands$1N = {
|
|
11589
11203
|
handleClick: handleClick$a,
|
|
11590
11204
|
hydrate: hydrate
|
|
11591
11205
|
};
|
|
11592
11206
|
|
|
11593
11207
|
const ElectronApplicationMenu_ipc = {
|
|
11594
11208
|
__proto__: null,
|
|
11595
|
-
Commands: Commands$
|
|
11209
|
+
Commands: Commands$1N,
|
|
11596
11210
|
name: name$1Y
|
|
11597
11211
|
};
|
|
11598
11212
|
|
|
11599
11213
|
const name$1X = 'ElectronBrowserView';
|
|
11600
|
-
const Commands$
|
|
11214
|
+
const Commands$1M = {
|
|
11601
11215
|
handleDidNavigate: handleDidNavigate$1,
|
|
11602
11216
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
11603
11217
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -11605,7 +11219,7 @@ const Commands$1N = {
|
|
|
11605
11219
|
|
|
11606
11220
|
const ElectronBrowserView_ipc = {
|
|
11607
11221
|
__proto__: null,
|
|
11608
|
-
Commands: Commands$
|
|
11222
|
+
Commands: Commands$1M,
|
|
11609
11223
|
name: name$1X
|
|
11610
11224
|
};
|
|
11611
11225
|
|
|
@@ -11616,29 +11230,29 @@ const writeText = text => {
|
|
|
11616
11230
|
const name$1W = 'ElectronClipBoard';
|
|
11617
11231
|
|
|
11618
11232
|
// prettier-ignore
|
|
11619
|
-
const Commands$
|
|
11233
|
+
const Commands$1L = {
|
|
11620
11234
|
writeText: writeText
|
|
11621
11235
|
};
|
|
11622
11236
|
|
|
11623
11237
|
const ElectronClipBoard_ipc = {
|
|
11624
11238
|
__proto__: null,
|
|
11625
|
-
Commands: Commands$
|
|
11239
|
+
Commands: Commands$1L,
|
|
11626
11240
|
name: name$1W
|
|
11627
11241
|
};
|
|
11628
11242
|
|
|
11629
11243
|
const name$1V = 'ElectronContextMenu';
|
|
11630
11244
|
|
|
11631
11245
|
// prettier-ignore
|
|
11632
|
-
const Commands$
|
|
11246
|
+
const Commands$1K = {};
|
|
11633
11247
|
|
|
11634
11248
|
const ElectronContextMenu_ipc = {
|
|
11635
11249
|
__proto__: null,
|
|
11636
|
-
Commands: Commands$
|
|
11250
|
+
Commands: Commands$1K,
|
|
11637
11251
|
name: name$1V
|
|
11638
11252
|
};
|
|
11639
11253
|
|
|
11640
11254
|
const name$1U = 'ElectronWindow';
|
|
11641
|
-
const Commands$
|
|
11255
|
+
const Commands$1J = {
|
|
11642
11256
|
close: close$6,
|
|
11643
11257
|
maximize: maximize$2,
|
|
11644
11258
|
minimize: minimize$2,
|
|
@@ -11652,18 +11266,18 @@ const Commands$1K = {
|
|
|
11652
11266
|
|
|
11653
11267
|
const ElectronWindow_ipc = {
|
|
11654
11268
|
__proto__: null,
|
|
11655
|
-
Commands: Commands$
|
|
11269
|
+
Commands: Commands$1J,
|
|
11656
11270
|
name: name$1U
|
|
11657
11271
|
};
|
|
11658
11272
|
|
|
11659
11273
|
const name$1T = 'ErrorHandling';
|
|
11660
|
-
const Commands$
|
|
11274
|
+
const Commands$1I = {
|
|
11661
11275
|
handleError: handleError$2
|
|
11662
11276
|
};
|
|
11663
11277
|
|
|
11664
11278
|
const ErrorHandling_ipc = {
|
|
11665
11279
|
__proto__: null,
|
|
11666
|
-
Commands: Commands$
|
|
11280
|
+
Commands: Commands$1I,
|
|
11667
11281
|
name: name$1T
|
|
11668
11282
|
};
|
|
11669
11283
|
|
|
@@ -11672,13 +11286,13 @@ const exit = () => {
|
|
|
11672
11286
|
};
|
|
11673
11287
|
|
|
11674
11288
|
const name$1S = 'Exit';
|
|
11675
|
-
const Commands$
|
|
11289
|
+
const Commands$1H = {
|
|
11676
11290
|
exit: exit
|
|
11677
11291
|
};
|
|
11678
11292
|
|
|
11679
11293
|
const Exit_ipc = {
|
|
11680
11294
|
__proto__: null,
|
|
11681
|
-
Commands: Commands$
|
|
11295
|
+
Commands: Commands$1H,
|
|
11682
11296
|
name: name$1S
|
|
11683
11297
|
};
|
|
11684
11298
|
|
|
@@ -11731,27 +11345,27 @@ const loadWebExtension = async path => {
|
|
|
11731
11345
|
const name$1R = 'ExtensionHost';
|
|
11732
11346
|
|
|
11733
11347
|
// prettier-ignore
|
|
11734
|
-
const Commands$
|
|
11348
|
+
const Commands$1G = {
|
|
11735
11349
|
loadWebExtension: loadWebExtension
|
|
11736
11350
|
};
|
|
11737
11351
|
|
|
11738
11352
|
const ExtensionHostCore_ipc = {
|
|
11739
11353
|
__proto__: null,
|
|
11740
|
-
Commands: Commands$
|
|
11354
|
+
Commands: Commands$1G,
|
|
11741
11355
|
name: name$1R
|
|
11742
11356
|
};
|
|
11743
11357
|
|
|
11744
11358
|
const name$1Q = 'ExtensionMeta';
|
|
11745
11359
|
|
|
11746
11360
|
// prettier-ignore
|
|
11747
|
-
const Commands$
|
|
11361
|
+
const Commands$1F = {
|
|
11748
11362
|
addNodeExtension: addNodeExtension,
|
|
11749
11363
|
addWebExtension: addWebExtension
|
|
11750
11364
|
};
|
|
11751
11365
|
|
|
11752
11366
|
const ExtensionMeta_ipc = {
|
|
11753
11367
|
__proto__: null,
|
|
11754
|
-
Commands: Commands$
|
|
11368
|
+
Commands: Commands$1F,
|
|
11755
11369
|
name: name$1Q
|
|
11756
11370
|
};
|
|
11757
11371
|
|
|
@@ -11767,14 +11381,14 @@ const openCachedExtensionsFolder = async () => {
|
|
|
11767
11381
|
const name$1P = 'Extensions';
|
|
11768
11382
|
|
|
11769
11383
|
// prettier-ignore
|
|
11770
|
-
const Commands$
|
|
11384
|
+
const Commands$1E = {
|
|
11771
11385
|
openCachedExtensionsFolder: openCachedExtensionsFolder,
|
|
11772
11386
|
openExtensionsFolder: openExtensionsFolder
|
|
11773
11387
|
};
|
|
11774
11388
|
|
|
11775
11389
|
const Extensions_ipc = {
|
|
11776
11390
|
__proto__: null,
|
|
11777
|
-
Commands: Commands$
|
|
11391
|
+
Commands: Commands$1E,
|
|
11778
11392
|
name: name$1P
|
|
11779
11393
|
};
|
|
11780
11394
|
|
|
@@ -11807,7 +11421,7 @@ const showSaveFilePicker = async options => {
|
|
|
11807
11421
|
};
|
|
11808
11422
|
|
|
11809
11423
|
const name$1O = 'FilePicker';
|
|
11810
|
-
const Commands$
|
|
11424
|
+
const Commands$1D = {
|
|
11811
11425
|
showDirectoryPicker: showDirectoryPicker,
|
|
11812
11426
|
showFilePicker: showFilePicker,
|
|
11813
11427
|
showSaveFilePicker: showSaveFilePicker
|
|
@@ -11815,12 +11429,12 @@ const Commands$1E = {
|
|
|
11815
11429
|
|
|
11816
11430
|
const FilePicker_ipc = {
|
|
11817
11431
|
__proto__: null,
|
|
11818
|
-
Commands: Commands$
|
|
11432
|
+
Commands: Commands$1D,
|
|
11819
11433
|
name: name$1O
|
|
11820
11434
|
};
|
|
11821
11435
|
|
|
11822
11436
|
const name$1N = 'FileSystem';
|
|
11823
|
-
const Commands$
|
|
11437
|
+
const Commands$1C = {
|
|
11824
11438
|
chmod: chmod$3,
|
|
11825
11439
|
getBlob: getBlob$4,
|
|
11826
11440
|
getPathSeparator: getPathSeparator$9,
|
|
@@ -11833,12 +11447,12 @@ const Commands$1D = {
|
|
|
11833
11447
|
|
|
11834
11448
|
const FileSystem_ipc = {
|
|
11835
11449
|
__proto__: null,
|
|
11836
|
-
Commands: Commands$
|
|
11450
|
+
Commands: Commands$1C,
|
|
11837
11451
|
name: name$1N
|
|
11838
11452
|
};
|
|
11839
11453
|
|
|
11840
11454
|
const name$1M = 'IconTheme';
|
|
11841
|
-
const Commands$
|
|
11455
|
+
const Commands$1B = {
|
|
11842
11456
|
// TODO command necessary?
|
|
11843
11457
|
// TODO hydrate should be an alias for reload/load
|
|
11844
11458
|
hydrate: hydrate$4,
|
|
@@ -11849,7 +11463,7 @@ const Commands$1C = {
|
|
|
11849
11463
|
|
|
11850
11464
|
const IconTheme_ipc = {
|
|
11851
11465
|
__proto__: null,
|
|
11852
|
-
Commands: Commands$
|
|
11466
|
+
Commands: Commands$1B,
|
|
11853
11467
|
name: name$1M
|
|
11854
11468
|
};
|
|
11855
11469
|
|
|
@@ -11886,26 +11500,26 @@ const hide$4 = async () => {
|
|
|
11886
11500
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11887
11501
|
|
|
11888
11502
|
const name$1L = 'ImagePreview';
|
|
11889
|
-
const Commands$
|
|
11503
|
+
const Commands$1A = {
|
|
11890
11504
|
hide: hide$4,
|
|
11891
11505
|
show: show$8
|
|
11892
11506
|
};
|
|
11893
11507
|
|
|
11894
11508
|
const ImagePreview_ipc = {
|
|
11895
11509
|
__proto__: null,
|
|
11896
|
-
Commands: Commands$
|
|
11510
|
+
Commands: Commands$1A,
|
|
11897
11511
|
name: name$1L
|
|
11898
11512
|
};
|
|
11899
11513
|
|
|
11900
11514
|
const name$1K = 'Focus';
|
|
11901
|
-
const Commands$
|
|
11515
|
+
const Commands$1z = {
|
|
11902
11516
|
setFocus: setFocus,
|
|
11903
11517
|
setAdditionalFocus: setAdditionalFocus
|
|
11904
11518
|
};
|
|
11905
11519
|
|
|
11906
11520
|
const Focus_ipc = {
|
|
11907
11521
|
__proto__: null,
|
|
11908
|
-
Commands: Commands$
|
|
11522
|
+
Commands: Commands$1z,
|
|
11909
11523
|
name: name$1K
|
|
11910
11524
|
};
|
|
11911
11525
|
|
|
@@ -11959,7 +11573,7 @@ const handleError$1 = (id, error) => {
|
|
|
11959
11573
|
};
|
|
11960
11574
|
|
|
11961
11575
|
const name$1J = 'IncrementalTextSearch';
|
|
11962
|
-
const Commands$
|
|
11576
|
+
const Commands$1y = {
|
|
11963
11577
|
handleCanceled: handleCanceled,
|
|
11964
11578
|
handleData: handleData$2,
|
|
11965
11579
|
handleError: handleError$1,
|
|
@@ -11969,35 +11583,35 @@ const Commands$1z = {
|
|
|
11969
11583
|
|
|
11970
11584
|
const IncrementalTextSearch_ipc = {
|
|
11971
11585
|
__proto__: null,
|
|
11972
|
-
Commands: Commands$
|
|
11586
|
+
Commands: Commands$1y,
|
|
11973
11587
|
name: name$1J
|
|
11974
11588
|
};
|
|
11975
11589
|
|
|
11976
11590
|
const name$1I = 'IndexedDb';
|
|
11977
|
-
const Commands$
|
|
11591
|
+
const Commands$1x = {
|
|
11978
11592
|
addHandle: addHandle$1,
|
|
11979
11593
|
getHandle: getHandle$1
|
|
11980
11594
|
};
|
|
11981
11595
|
|
|
11982
11596
|
const IndexedDb_ipc = {
|
|
11983
11597
|
__proto__: null,
|
|
11984
|
-
Commands: Commands$
|
|
11598
|
+
Commands: Commands$1x,
|
|
11985
11599
|
name: name$1I
|
|
11986
11600
|
};
|
|
11987
11601
|
|
|
11988
11602
|
const name$1H = 'IpcParent';
|
|
11989
|
-
const Commands$
|
|
11603
|
+
const Commands$1w = {
|
|
11990
11604
|
create: create$12
|
|
11991
11605
|
};
|
|
11992
11606
|
|
|
11993
11607
|
const IpcParent_ipc = {
|
|
11994
11608
|
__proto__: null,
|
|
11995
|
-
Commands: Commands$
|
|
11609
|
+
Commands: Commands$1w,
|
|
11996
11610
|
name: name$1H
|
|
11997
11611
|
};
|
|
11998
11612
|
|
|
11999
11613
|
const name$1G = 'KeyBindings';
|
|
12000
|
-
const Commands$
|
|
11614
|
+
const Commands$1v = {
|
|
12001
11615
|
handleKeyBinding: handleKeyBinding$1,
|
|
12002
11616
|
// @ts-ignore
|
|
12003
11617
|
setIdentifiers: undefined,
|
|
@@ -12007,7 +11621,7 @@ const Commands$1w = {
|
|
|
12007
11621
|
|
|
12008
11622
|
const KeyBindings_ipc = {
|
|
12009
11623
|
__proto__: null,
|
|
12010
|
-
Commands: Commands$
|
|
11624
|
+
Commands: Commands$1v,
|
|
12011
11625
|
name: name$1G
|
|
12012
11626
|
};
|
|
12013
11627
|
|
|
@@ -12037,13 +11651,13 @@ const getKeyBindings$i = async () => {
|
|
|
12037
11651
|
const name$1F = 'KeyBindingsInitial';
|
|
12038
11652
|
|
|
12039
11653
|
// prettier-ignore
|
|
12040
|
-
const Commands$
|
|
11654
|
+
const Commands$1u = {
|
|
12041
11655
|
getKeyBindings: getKeyBindings$i
|
|
12042
11656
|
};
|
|
12043
11657
|
|
|
12044
11658
|
const KeyBindingsInitial_ipc = {
|
|
12045
11659
|
__proto__: null,
|
|
12046
|
-
Commands: Commands$
|
|
11660
|
+
Commands: Commands$1u,
|
|
12047
11661
|
name: name$1F
|
|
12048
11662
|
};
|
|
12049
11663
|
|
|
@@ -12063,19 +11677,19 @@ const execute$2 = (id, ...args) => {
|
|
|
12063
11677
|
return listener(...args);
|
|
12064
11678
|
};
|
|
12065
11679
|
|
|
12066
|
-
const Commands$
|
|
11680
|
+
const Commands$1t = {
|
|
12067
11681
|
3444: execute$2
|
|
12068
11682
|
};
|
|
12069
11683
|
|
|
12070
11684
|
const Listener_ipc = {
|
|
12071
11685
|
__proto__: null,
|
|
12072
|
-
Commands: Commands$
|
|
11686
|
+
Commands: Commands$1t
|
|
12073
11687
|
};
|
|
12074
11688
|
|
|
12075
11689
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
12076
11690
|
|
|
12077
11691
|
const name$1E = 'LocalStorage';
|
|
12078
|
-
const Commands$
|
|
11692
|
+
const Commands$1s = {
|
|
12079
11693
|
clear: clear$4,
|
|
12080
11694
|
getJson: getJson$4,
|
|
12081
11695
|
getText: getText,
|
|
@@ -12085,7 +11699,7 @@ const Commands$1t = {
|
|
|
12085
11699
|
|
|
12086
11700
|
const LocalStorage_ipc = {
|
|
12087
11701
|
__proto__: null,
|
|
12088
|
-
Commands: Commands$
|
|
11702
|
+
Commands: Commands$1s,
|
|
12089
11703
|
name: name$1E
|
|
12090
11704
|
};
|
|
12091
11705
|
|
|
@@ -12159,7 +11773,7 @@ const getMenuEntries$i = async (id, ...args) => {
|
|
|
12159
11773
|
};
|
|
12160
11774
|
|
|
12161
11775
|
const addKeyBindings = menuEntries => {
|
|
12162
|
-
const keyBindings = state$
|
|
11776
|
+
const keyBindings = state$C.matchingKeyBindings;
|
|
12163
11777
|
const newMenuEntries = [];
|
|
12164
11778
|
for (const menuEntry of menuEntries) {
|
|
12165
11779
|
const keyBinding = getCommandKeyBinding(keyBindings, menuEntry.command, menuEntry.args);
|
|
@@ -13155,7 +12769,7 @@ const focusNext$b = async () => {
|
|
|
13155
12769
|
// TODO more tests
|
|
13156
12770
|
|
|
13157
12771
|
const name$1D = 'Menu';
|
|
13158
|
-
const Commands$
|
|
12772
|
+
const Commands$1r = {
|
|
13159
12773
|
focusFirst: focusFirst$8,
|
|
13160
12774
|
focusIndex: focusIndex$9,
|
|
13161
12775
|
focusLast: focusLast$8,
|
|
@@ -13171,7 +12785,7 @@ const Commands$1s = {
|
|
|
13171
12785
|
|
|
13172
12786
|
const Menu_ipc = {
|
|
13173
12787
|
__proto__: null,
|
|
13174
|
-
Commands: Commands$
|
|
12788
|
+
Commands: Commands$1r,
|
|
13175
12789
|
name: name$1D
|
|
13176
12790
|
};
|
|
13177
12791
|
|
|
@@ -13252,14 +12866,14 @@ const getMediaMimeType = uri => {
|
|
|
13252
12866
|
};
|
|
13253
12867
|
|
|
13254
12868
|
const name$1C = 'Mime';
|
|
13255
|
-
const Commands$
|
|
12869
|
+
const Commands$1q = {
|
|
13256
12870
|
getMediaMimeType: getMediaMimeType,
|
|
13257
12871
|
getTextMime: getTextMime
|
|
13258
12872
|
};
|
|
13259
12873
|
|
|
13260
12874
|
const Mime_ipc = {
|
|
13261
12875
|
__proto__: null,
|
|
13262
|
-
Commands: Commands$
|
|
12876
|
+
Commands: Commands$1q,
|
|
13263
12877
|
name: name$1C
|
|
13264
12878
|
};
|
|
13265
12879
|
|
|
@@ -13295,7 +12909,7 @@ const handleMinimized = () => {
|
|
|
13295
12909
|
};
|
|
13296
12910
|
|
|
13297
12911
|
const name$1B = 'NativeHost';
|
|
13298
|
-
const Commands$
|
|
12912
|
+
const Commands$1p = {
|
|
13299
12913
|
handleMaximized: handleMaximized,
|
|
13300
12914
|
handleMinimized: handleMinimized,
|
|
13301
12915
|
handleUnmaximized: handleUnmaximized
|
|
@@ -13303,7 +12917,7 @@ const Commands$1q = {
|
|
|
13303
12917
|
|
|
13304
12918
|
const NativeHost_ipc = {
|
|
13305
12919
|
__proto__: null,
|
|
13306
|
-
Commands: Commands$
|
|
12920
|
+
Commands: Commands$1p,
|
|
13307
12921
|
name: name$1B
|
|
13308
12922
|
};
|
|
13309
12923
|
|
|
@@ -13419,7 +13033,7 @@ const focusPreviousPart = async () => {
|
|
|
13419
13033
|
};
|
|
13420
13034
|
|
|
13421
13035
|
const name$1A = 'Navigation';
|
|
13422
|
-
const Commands$
|
|
13036
|
+
const Commands$1o = {
|
|
13423
13037
|
focusActivityBar: focusActivityBar,
|
|
13424
13038
|
focusMain: focusMain,
|
|
13425
13039
|
focusNextPart: focusNextPart,
|
|
@@ -13432,7 +13046,7 @@ const Commands$1p = {
|
|
|
13432
13046
|
|
|
13433
13047
|
const Navigation_ipc = {
|
|
13434
13048
|
__proto__: null,
|
|
13435
|
-
Commands: Commands$
|
|
13049
|
+
Commands: Commands$1o,
|
|
13436
13050
|
name: name$1A
|
|
13437
13051
|
};
|
|
13438
13052
|
|
|
@@ -13474,7 +13088,7 @@ const dispose$u = async id => {
|
|
|
13474
13088
|
};
|
|
13475
13089
|
|
|
13476
13090
|
const name$1z = 'Notification';
|
|
13477
|
-
const Commands$
|
|
13091
|
+
const Commands$1n = {
|
|
13478
13092
|
create: create$T,
|
|
13479
13093
|
dispose: dispose$u,
|
|
13480
13094
|
handleClick: handleClick$9,
|
|
@@ -13483,7 +13097,7 @@ const Commands$1o = {
|
|
|
13483
13097
|
|
|
13484
13098
|
const Notification_ipc = {
|
|
13485
13099
|
__proto__: null,
|
|
13486
|
-
Commands: Commands$
|
|
13100
|
+
Commands: Commands$1n,
|
|
13487
13101
|
name: name$1z
|
|
13488
13102
|
};
|
|
13489
13103
|
|
|
@@ -13508,30 +13122,30 @@ const openUrl = async url => {
|
|
|
13508
13122
|
const openExternal$1 = openExternal$2;
|
|
13509
13123
|
|
|
13510
13124
|
const name$1y = 'Open';
|
|
13511
|
-
const Commands$
|
|
13125
|
+
const Commands$1m = {
|
|
13512
13126
|
openExternal: openExternal$1,
|
|
13513
13127
|
openUrl: openUrl
|
|
13514
13128
|
};
|
|
13515
13129
|
|
|
13516
13130
|
const Open_ipc = {
|
|
13517
13131
|
__proto__: null,
|
|
13518
|
-
Commands: Commands$
|
|
13132
|
+
Commands: Commands$1m,
|
|
13519
13133
|
name: name$1y
|
|
13520
13134
|
};
|
|
13521
13135
|
|
|
13522
13136
|
const name$1x = 'OpenNativeFolder';
|
|
13523
|
-
const Commands$
|
|
13137
|
+
const Commands$1l = {
|
|
13524
13138
|
openNativeFolder: openNativeFolder
|
|
13525
13139
|
};
|
|
13526
13140
|
|
|
13527
13141
|
const OpenNativeFolder_ipc = {
|
|
13528
13142
|
__proto__: null,
|
|
13529
|
-
Commands: Commands$
|
|
13143
|
+
Commands: Commands$1l,
|
|
13530
13144
|
name: name$1x
|
|
13531
13145
|
};
|
|
13532
13146
|
|
|
13533
13147
|
const name$1w = 'PersistentFileHandle';
|
|
13534
|
-
const Commands$
|
|
13148
|
+
const Commands$1k = {
|
|
13535
13149
|
addHandle: addHandle,
|
|
13536
13150
|
getHandle: getHandle,
|
|
13537
13151
|
removeHandle: removeHandle
|
|
@@ -13539,14 +13153,14 @@ const Commands$1l = {
|
|
|
13539
13153
|
|
|
13540
13154
|
const PersistentFileHandle_ipc = {
|
|
13541
13155
|
__proto__: null,
|
|
13542
|
-
Commands: Commands$
|
|
13156
|
+
Commands: Commands$1k,
|
|
13543
13157
|
name: name$1w
|
|
13544
13158
|
};
|
|
13545
13159
|
|
|
13546
13160
|
const name$1v = 'Preferences';
|
|
13547
13161
|
|
|
13548
13162
|
// prettier-ignore
|
|
13549
|
-
const Commands$
|
|
13163
|
+
const Commands$1j = {
|
|
13550
13164
|
// TODO is this needed?
|
|
13551
13165
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
13552
13166
|
hydrate: hydrate$b,
|
|
@@ -13556,7 +13170,7 @@ const Commands$1k = {
|
|
|
13556
13170
|
|
|
13557
13171
|
const Preferences_ipc = {
|
|
13558
13172
|
__proto__: null,
|
|
13559
|
-
Commands: Commands$
|
|
13173
|
+
Commands: Commands$1j,
|
|
13560
13174
|
name: name$1v
|
|
13561
13175
|
};
|
|
13562
13176
|
|
|
@@ -13565,13 +13179,13 @@ const prompt = (message, defaultValue) => {
|
|
|
13565
13179
|
};
|
|
13566
13180
|
|
|
13567
13181
|
const name$1u = 'Prompt';
|
|
13568
|
-
const Commands$
|
|
13182
|
+
const Commands$1i = {
|
|
13569
13183
|
prompt: prompt
|
|
13570
13184
|
};
|
|
13571
13185
|
|
|
13572
13186
|
const Prompt_ipc = {
|
|
13573
13187
|
__proto__: null,
|
|
13574
|
-
Commands: Commands$
|
|
13188
|
+
Commands: Commands$1i,
|
|
13575
13189
|
name: name$1u
|
|
13576
13190
|
};
|
|
13577
13191
|
|
|
@@ -13580,20 +13194,20 @@ const rebuildNodePty = async () => {
|
|
|
13580
13194
|
};
|
|
13581
13195
|
|
|
13582
13196
|
const name$1t = 'RebuildNodePty';
|
|
13583
|
-
const Commands$
|
|
13197
|
+
const Commands$1h = {
|
|
13584
13198
|
rebuildNodePty: rebuildNodePty
|
|
13585
13199
|
};
|
|
13586
13200
|
|
|
13587
13201
|
const RebuildNodePty_ipc = {
|
|
13588
13202
|
__proto__: null,
|
|
13589
|
-
Commands: Commands$
|
|
13203
|
+
Commands: Commands$1h,
|
|
13590
13204
|
name: name$1t
|
|
13591
13205
|
};
|
|
13592
13206
|
|
|
13593
13207
|
const name$1s = 'RecentlyOpened';
|
|
13594
13208
|
|
|
13595
13209
|
// prettier-ignore
|
|
13596
|
-
const Commands$
|
|
13210
|
+
const Commands$1g = {
|
|
13597
13211
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
13598
13212
|
clearRecentlyOpened: clearRecentlyOpened$1,
|
|
13599
13213
|
getRecentlyOpened: getRecentlyOpened$2,
|
|
@@ -13602,18 +13216,18 @@ const Commands$1h = {
|
|
|
13602
13216
|
|
|
13603
13217
|
const RecentlyOpened_ipc = {
|
|
13604
13218
|
__proto__: null,
|
|
13605
|
-
Commands: Commands$
|
|
13219
|
+
Commands: Commands$1g,
|
|
13606
13220
|
name: name$1s
|
|
13607
13221
|
};
|
|
13608
13222
|
|
|
13609
13223
|
const name$1r = 'Reload';
|
|
13610
|
-
const Commands$
|
|
13224
|
+
const Commands$1f = {
|
|
13611
13225
|
reload: reload$2
|
|
13612
13226
|
};
|
|
13613
13227
|
|
|
13614
13228
|
const Reload_ipc = {
|
|
13615
13229
|
__proto__: null,
|
|
13616
|
-
Commands: Commands$
|
|
13230
|
+
Commands: Commands$1f,
|
|
13617
13231
|
name: name$1r
|
|
13618
13232
|
};
|
|
13619
13233
|
|
|
@@ -13648,32 +13262,32 @@ const saveFileAs = async (fileName, url) => {
|
|
|
13648
13262
|
const name$1q = 'SaveFileAs';
|
|
13649
13263
|
|
|
13650
13264
|
// prettier-ignore
|
|
13651
|
-
const Commands$
|
|
13265
|
+
const Commands$1e = {
|
|
13652
13266
|
saveFileAs: saveFileAs
|
|
13653
13267
|
};
|
|
13654
13268
|
|
|
13655
13269
|
const SaveFileAs_ipc = {
|
|
13656
13270
|
__proto__: null,
|
|
13657
|
-
Commands: Commands$
|
|
13271
|
+
Commands: Commands$1e,
|
|
13658
13272
|
name: name$1q
|
|
13659
13273
|
};
|
|
13660
13274
|
|
|
13661
13275
|
const name$1p = 'SaveState';
|
|
13662
13276
|
|
|
13663
13277
|
// prettier-ignore
|
|
13664
|
-
const Commands$
|
|
13278
|
+
const Commands$1d = {
|
|
13665
13279
|
handleVisibilityChange: handleVisibilityChange,
|
|
13666
13280
|
hydrate: hydrate$5
|
|
13667
13281
|
};
|
|
13668
13282
|
|
|
13669
13283
|
const SaveState_ipc = {
|
|
13670
13284
|
__proto__: null,
|
|
13671
|
-
Commands: Commands$
|
|
13285
|
+
Commands: Commands$1d,
|
|
13672
13286
|
name: name$1p
|
|
13673
13287
|
};
|
|
13674
13288
|
|
|
13675
13289
|
const name$1o = 'SessionReplay';
|
|
13676
|
-
const Commands$
|
|
13290
|
+
const Commands$1c = {
|
|
13677
13291
|
downloadSession: downloadSession,
|
|
13678
13292
|
openSession: openSession,
|
|
13679
13293
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -13682,21 +13296,21 @@ const Commands$1d = {
|
|
|
13682
13296
|
|
|
13683
13297
|
const SessionReplay_ipc = {
|
|
13684
13298
|
__proto__: null,
|
|
13685
|
-
Commands: Commands$
|
|
13299
|
+
Commands: Commands$1c,
|
|
13686
13300
|
name: name$1o
|
|
13687
13301
|
};
|
|
13688
13302
|
|
|
13689
13303
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
13690
13304
|
|
|
13691
13305
|
const name$1n = 'SessionStorage';
|
|
13692
|
-
const Commands$
|
|
13306
|
+
const Commands$1b = {
|
|
13693
13307
|
clear: clear$3,
|
|
13694
13308
|
getJson: getJson$2
|
|
13695
13309
|
};
|
|
13696
13310
|
|
|
13697
13311
|
const SessionStorage_ipc = {
|
|
13698
13312
|
__proto__: null,
|
|
13699
|
-
Commands: Commands$
|
|
13313
|
+
Commands: Commands$1b,
|
|
13700
13314
|
name: name$1n
|
|
13701
13315
|
};
|
|
13702
13316
|
|
|
@@ -13731,13 +13345,13 @@ const execute$1 = async href => {
|
|
|
13731
13345
|
};
|
|
13732
13346
|
|
|
13733
13347
|
const name$1m = 'Test';
|
|
13734
|
-
const Commands$
|
|
13348
|
+
const Commands$1a = {
|
|
13735
13349
|
execute: execute$1
|
|
13736
13350
|
};
|
|
13737
13351
|
|
|
13738
13352
|
const Test_ipc = {
|
|
13739
13353
|
__proto__: null,
|
|
13740
|
-
Commands: Commands$
|
|
13354
|
+
Commands: Commands$1a,
|
|
13741
13355
|
name: name$1m
|
|
13742
13356
|
};
|
|
13743
13357
|
|
|
@@ -13755,7 +13369,7 @@ const performAction = (...args) => {
|
|
|
13755
13369
|
};
|
|
13756
13370
|
|
|
13757
13371
|
const name$1l = 'TestFrameWork';
|
|
13758
|
-
const Commands$
|
|
13372
|
+
const Commands$19 = {
|
|
13759
13373
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
13760
13374
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
13761
13375
|
showOverlay: showOverlay,
|
|
@@ -13764,24 +13378,24 @@ const Commands$1a = {
|
|
|
13764
13378
|
|
|
13765
13379
|
const TestFrameWork_ipc = {
|
|
13766
13380
|
__proto__: null,
|
|
13767
|
-
Commands: Commands$
|
|
13381
|
+
Commands: Commands$19,
|
|
13768
13382
|
name: name$1l
|
|
13769
13383
|
};
|
|
13770
13384
|
|
|
13771
13385
|
const name$1k = 'Url';
|
|
13772
|
-
const Commands$
|
|
13386
|
+
const Commands$18 = {
|
|
13773
13387
|
createObjectUrl: createObjectUrl,
|
|
13774
13388
|
revokeObjectUrl: revokeObjectUrl
|
|
13775
13389
|
};
|
|
13776
13390
|
|
|
13777
13391
|
const Url_ipc = {
|
|
13778
13392
|
__proto__: null,
|
|
13779
|
-
Commands: Commands$
|
|
13393
|
+
Commands: Commands$18,
|
|
13780
13394
|
name: name$1k
|
|
13781
13395
|
};
|
|
13782
13396
|
|
|
13783
13397
|
const name$1j = 'Viewlet';
|
|
13784
|
-
const Commands$
|
|
13398
|
+
const Commands$17 = {
|
|
13785
13399
|
2133: send,
|
|
13786
13400
|
closeWidget: closeWidget,
|
|
13787
13401
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -13794,12 +13408,12 @@ const Commands$18 = {
|
|
|
13794
13408
|
|
|
13795
13409
|
const Viewlet_ipc = {
|
|
13796
13410
|
__proto__: null,
|
|
13797
|
-
Commands: Commands$
|
|
13411
|
+
Commands: Commands$17,
|
|
13798
13412
|
name: name$1j
|
|
13799
13413
|
};
|
|
13800
13414
|
|
|
13801
13415
|
const name$1i = 'Window';
|
|
13802
|
-
const Commands$
|
|
13416
|
+
const Commands$16 = {
|
|
13803
13417
|
close: close$5,
|
|
13804
13418
|
exit: exit$2,
|
|
13805
13419
|
maximize: maximize$1,
|
|
@@ -13813,12 +13427,12 @@ const Commands$17 = {
|
|
|
13813
13427
|
|
|
13814
13428
|
const Window_ipc = {
|
|
13815
13429
|
__proto__: null,
|
|
13816
|
-
Commands: Commands$
|
|
13430
|
+
Commands: Commands$16,
|
|
13817
13431
|
name: name$1i
|
|
13818
13432
|
};
|
|
13819
13433
|
|
|
13820
13434
|
const name$1h = 'Workspace';
|
|
13821
|
-
const Commands$
|
|
13435
|
+
const Commands$15 = {
|
|
13822
13436
|
hydrate: hydrate$6,
|
|
13823
13437
|
setPath: setPath,
|
|
13824
13438
|
setUri: setUri,
|
|
@@ -13827,18 +13441,18 @@ const Commands$16 = {
|
|
|
13827
13441
|
|
|
13828
13442
|
const Workspace_ipc = {
|
|
13829
13443
|
__proto__: null,
|
|
13830
|
-
Commands: Commands$
|
|
13444
|
+
Commands: Commands$15,
|
|
13831
13445
|
name: name$1h
|
|
13832
13446
|
};
|
|
13833
13447
|
|
|
13834
13448
|
const name$1g = 'WindowTitle';
|
|
13835
|
-
const Commands$
|
|
13449
|
+
const Commands$14 = {
|
|
13836
13450
|
set: set$a
|
|
13837
13451
|
};
|
|
13838
13452
|
|
|
13839
13453
|
const WindowTitle_ipc = {
|
|
13840
13454
|
__proto__: null,
|
|
13841
|
-
Commands: Commands$
|
|
13455
|
+
Commands: Commands$14,
|
|
13842
13456
|
name: name$1g
|
|
13843
13457
|
};
|
|
13844
13458
|
|
|
@@ -13850,14 +13464,14 @@ const unmock = () => {
|
|
|
13850
13464
|
};
|
|
13851
13465
|
|
|
13852
13466
|
const name$1f = 'PointerCapture';
|
|
13853
|
-
const Commands$
|
|
13467
|
+
const Commands$13 = {
|
|
13854
13468
|
mock: mock,
|
|
13855
13469
|
unmock: unmock
|
|
13856
13470
|
};
|
|
13857
13471
|
|
|
13858
13472
|
const PointerCapture_ipc = {
|
|
13859
13473
|
__proto__: null,
|
|
13860
|
-
Commands: Commands$
|
|
13474
|
+
Commands: Commands$13,
|
|
13861
13475
|
name: name$1f
|
|
13862
13476
|
};
|
|
13863
13477
|
|
|
@@ -13886,7 +13500,7 @@ const showCustom = (picks, resolve) => {
|
|
|
13886
13500
|
};
|
|
13887
13501
|
|
|
13888
13502
|
const name$1e = 'QuickPick';
|
|
13889
|
-
const Commands$
|
|
13503
|
+
const Commands$12 = {
|
|
13890
13504
|
show: show$6,
|
|
13891
13505
|
showColorTheme: showColorTheme,
|
|
13892
13506
|
showCommands: showCommands,
|
|
@@ -13898,7 +13512,7 @@ const Commands$13 = {
|
|
|
13898
13512
|
|
|
13899
13513
|
const QuickPick_ipc = {
|
|
13900
13514
|
__proto__: null,
|
|
13901
|
-
Commands: Commands$
|
|
13515
|
+
Commands: Commands$12,
|
|
13902
13516
|
name: name$1e
|
|
13903
13517
|
};
|
|
13904
13518
|
|
|
@@ -13914,13 +13528,13 @@ const show$5 = async picks => {
|
|
|
13914
13528
|
const name$1d = 'ExtensionHostQuickPick';
|
|
13915
13529
|
|
|
13916
13530
|
// prettier-ignore
|
|
13917
|
-
const Commands$
|
|
13531
|
+
const Commands$11 = {
|
|
13918
13532
|
show: show$5
|
|
13919
13533
|
};
|
|
13920
13534
|
|
|
13921
13535
|
const ExtensionHostQuickPick_ipc = {
|
|
13922
13536
|
__proto__: null,
|
|
13923
|
-
Commands: Commands$
|
|
13537
|
+
Commands: Commands$11,
|
|
13924
13538
|
name: name$1d
|
|
13925
13539
|
};
|
|
13926
13540
|
|
|
@@ -13933,13 +13547,13 @@ const showInformationMessage = async message => {
|
|
|
13933
13547
|
const name$1c = 'ExtensionHostDialog';
|
|
13934
13548
|
|
|
13935
13549
|
// prettier-ignore
|
|
13936
|
-
const Commands$
|
|
13550
|
+
const Commands$10 = {
|
|
13937
13551
|
showInformationMessage: showInformationMessage
|
|
13938
13552
|
};
|
|
13939
13553
|
|
|
13940
13554
|
const ExtensionHostDialog_ipc = {
|
|
13941
13555
|
__proto__: null,
|
|
13942
|
-
Commands: Commands$
|
|
13556
|
+
Commands: Commands$10,
|
|
13943
13557
|
name: name$1c
|
|
13944
13558
|
};
|
|
13945
13559
|
|
|
@@ -13957,24 +13571,24 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13957
13571
|
};
|
|
13958
13572
|
|
|
13959
13573
|
const name$1b = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13960
|
-
const Commands
|
|
13574
|
+
const Commands$$ = {
|
|
13961
13575
|
set: set$3
|
|
13962
13576
|
};
|
|
13963
13577
|
|
|
13964
13578
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13965
13579
|
__proto__: null,
|
|
13966
|
-
Commands: Commands
|
|
13580
|
+
Commands: Commands$$,
|
|
13967
13581
|
name: name$1b
|
|
13968
13582
|
};
|
|
13969
13583
|
|
|
13970
13584
|
const name$1a = 'SendMessagePortToElectron';
|
|
13971
|
-
const Commands
|
|
13585
|
+
const Commands$_ = {
|
|
13972
13586
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13973
13587
|
};
|
|
13974
13588
|
|
|
13975
13589
|
const SendMessagePortToElectron_ipc = {
|
|
13976
13590
|
__proto__: null,
|
|
13977
|
-
Commands: Commands
|
|
13591
|
+
Commands: Commands$_,
|
|
13978
13592
|
name: name$1a
|
|
13979
13593
|
};
|
|
13980
13594
|
|
|
@@ -14009,36 +13623,36 @@ const createForTerminal = async (canvasId, callbackId) => {
|
|
|
14009
13623
|
};
|
|
14010
13624
|
|
|
14011
13625
|
const name$19 = 'OffscreenCanvas';
|
|
14012
|
-
const Commands$
|
|
13626
|
+
const Commands$Z = {
|
|
14013
13627
|
create: create$S,
|
|
14014
13628
|
createForTerminal: createForTerminal
|
|
14015
13629
|
};
|
|
14016
13630
|
|
|
14017
13631
|
const OffscreenCanvas_ipc = {
|
|
14018
13632
|
__proto__: null,
|
|
14019
|
-
Commands: Commands$
|
|
13633
|
+
Commands: Commands$Z,
|
|
14020
13634
|
name: name$19
|
|
14021
13635
|
};
|
|
14022
13636
|
|
|
14023
13637
|
const name$18 = 'Languages';
|
|
14024
|
-
const Commands$
|
|
13638
|
+
const Commands$Y = {
|
|
14025
13639
|
getLanguageConfiguration: getLanguageConfiguration
|
|
14026
13640
|
};
|
|
14027
13641
|
|
|
14028
13642
|
const Languages_ipc = {
|
|
14029
13643
|
__proto__: null,
|
|
14030
|
-
Commands: Commands$
|
|
13644
|
+
Commands: Commands$Y,
|
|
14031
13645
|
name: name$18
|
|
14032
13646
|
};
|
|
14033
13647
|
|
|
14034
13648
|
const name$17 = 'FileWatcher';
|
|
14035
|
-
const Commands$
|
|
13649
|
+
const Commands$X = {
|
|
14036
13650
|
handleEvent: handleEvent
|
|
14037
13651
|
};
|
|
14038
13652
|
|
|
14039
13653
|
const FileWatcher_ipc = {
|
|
14040
13654
|
__proto__: null,
|
|
14041
|
-
Commands: Commands$
|
|
13655
|
+
Commands: Commands$X,
|
|
14042
13656
|
name: name$17
|
|
14043
13657
|
};
|
|
14044
13658
|
|
|
@@ -14093,13 +13707,13 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
14093
13707
|
};
|
|
14094
13708
|
|
|
14095
13709
|
const name$16 = 'ExtensionHostSelection';
|
|
14096
|
-
const Commands$
|
|
13710
|
+
const Commands$W = {
|
|
14097
13711
|
executeGrowSelection: executeGrowSelection
|
|
14098
13712
|
};
|
|
14099
13713
|
|
|
14100
13714
|
const ExtensionHostSelection_ipc = {
|
|
14101
13715
|
__proto__: null,
|
|
14102
|
-
Commands: Commands$
|
|
13716
|
+
Commands: Commands$W,
|
|
14103
13717
|
name: name$16
|
|
14104
13718
|
};
|
|
14105
13719
|
|
|
@@ -14122,13 +13736,13 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
14122
13736
|
};
|
|
14123
13737
|
|
|
14124
13738
|
const name$15 = 'ExtensionHostBraceCompletion';
|
|
14125
|
-
const Commands$
|
|
13739
|
+
const Commands$V = {
|
|
14126
13740
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
14127
13741
|
};
|
|
14128
13742
|
|
|
14129
13743
|
const ExtensionHostBraceCompletion_ipc = {
|
|
14130
13744
|
__proto__: null,
|
|
14131
|
-
Commands: Commands$
|
|
13745
|
+
Commands: Commands$V,
|
|
14132
13746
|
name: name$15
|
|
14133
13747
|
};
|
|
14134
13748
|
|
|
@@ -14147,13 +13761,13 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
14147
13761
|
};
|
|
14148
13762
|
|
|
14149
13763
|
const name$14 = 'ExtensionHostDefinition';
|
|
14150
|
-
const Commands$
|
|
13764
|
+
const Commands$U = {
|
|
14151
13765
|
executeDefinitionProvider: executeDefinitionProvider
|
|
14152
13766
|
};
|
|
14153
13767
|
|
|
14154
13768
|
const ExtensionHostDefinition_ipc = {
|
|
14155
13769
|
__proto__: null,
|
|
14156
|
-
Commands: Commands$
|
|
13770
|
+
Commands: Commands$U,
|
|
14157
13771
|
name: name$14
|
|
14158
13772
|
};
|
|
14159
13773
|
|
|
@@ -14173,13 +13787,13 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
14173
13787
|
};
|
|
14174
13788
|
|
|
14175
13789
|
const name$13 = 'ExtensionHostTypeDefinition';
|
|
14176
|
-
const Commands$
|
|
13790
|
+
const Commands$T = {
|
|
14177
13791
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
14178
13792
|
};
|
|
14179
13793
|
|
|
14180
13794
|
const ExtensionHostTypeDefinition_ipc = {
|
|
14181
13795
|
__proto__: null,
|
|
14182
|
-
Commands: Commands$
|
|
13796
|
+
Commands: Commands$T,
|
|
14183
13797
|
name: name$13
|
|
14184
13798
|
};
|
|
14185
13799
|
|
|
@@ -14199,13 +13813,13 @@ const executeOrganizeImports = editor => {
|
|
|
14199
13813
|
};
|
|
14200
13814
|
|
|
14201
13815
|
const name$12 = 'ExtensionHostOrganizeImports';
|
|
14202
|
-
const Commands$
|
|
13816
|
+
const Commands$S = {
|
|
14203
13817
|
organizeImports: executeOrganizeImports
|
|
14204
13818
|
};
|
|
14205
13819
|
|
|
14206
13820
|
const ExtensionHostOrganizeImports_ipc = {
|
|
14207
13821
|
__proto__: null,
|
|
14208
|
-
Commands: Commands$
|
|
13822
|
+
Commands: Commands$S,
|
|
14209
13823
|
name: name$12
|
|
14210
13824
|
};
|
|
14211
13825
|
|
|
@@ -14225,13 +13839,13 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
14225
13839
|
};
|
|
14226
13840
|
|
|
14227
13841
|
const name$11 = 'ExtensionHostTabCompletion';
|
|
14228
|
-
const Commands$
|
|
13842
|
+
const Commands$R = {
|
|
14229
13843
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
14230
13844
|
};
|
|
14231
13845
|
|
|
14232
13846
|
const ExtensionHostTabCompletion_ipc = {
|
|
14233
13847
|
__proto__: null,
|
|
14234
|
-
Commands: Commands$
|
|
13848
|
+
Commands: Commands$R,
|
|
14235
13849
|
name: name$11
|
|
14236
13850
|
};
|
|
14237
13851
|
|
|
@@ -14250,13 +13864,13 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
14250
13864
|
};
|
|
14251
13865
|
|
|
14252
13866
|
const name$10 = 'ExtensionHostClosingTagCompletion';
|
|
14253
|
-
const Commands$
|
|
13867
|
+
const Commands$Q = {
|
|
14254
13868
|
executeClosingTagProvider: executeClosingTagProvider
|
|
14255
13869
|
};
|
|
14256
13870
|
|
|
14257
13871
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
14258
13872
|
__proto__: null,
|
|
14259
|
-
Commands: Commands$
|
|
13873
|
+
Commands: Commands$Q,
|
|
14260
13874
|
name: name$10
|
|
14261
13875
|
};
|
|
14262
13876
|
|
|
@@ -14267,13 +13881,13 @@ const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
|
14267
13881
|
};
|
|
14268
13882
|
|
|
14269
13883
|
const name$$ = 'SendMessagePortToRendererProcess';
|
|
14270
|
-
const Commands$
|
|
13884
|
+
const Commands$P = {
|
|
14271
13885
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
14272
13886
|
};
|
|
14273
13887
|
|
|
14274
13888
|
const SendMessagePortToRendererProcess_ipc = {
|
|
14275
13889
|
__proto__: null,
|
|
14276
|
-
Commands: Commands$
|
|
13890
|
+
Commands: Commands$P,
|
|
14277
13891
|
name: name$$
|
|
14278
13892
|
};
|
|
14279
13893
|
|
|
@@ -14294,13 +13908,13 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
14294
13908
|
};
|
|
14295
13909
|
|
|
14296
13910
|
const name$_ = 'ExtensionHostHover';
|
|
14297
|
-
const Commands$
|
|
13911
|
+
const Commands$O = {
|
|
14298
13912
|
executeHoverProvider: executeHoverProvider
|
|
14299
13913
|
};
|
|
14300
13914
|
|
|
14301
13915
|
const ExtensionHostHover_ipc = {
|
|
14302
13916
|
__proto__: null,
|
|
14303
|
-
Commands: Commands$
|
|
13917
|
+
Commands: Commands$O,
|
|
14304
13918
|
name: name$_
|
|
14305
13919
|
};
|
|
14306
13920
|
|
|
@@ -14311,24 +13925,24 @@ const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
|
|
|
14311
13925
|
};
|
|
14312
13926
|
|
|
14313
13927
|
const name$Z = 'SendMessagePortToExtensionHostWorker';
|
|
14314
|
-
const Commands$
|
|
13928
|
+
const Commands$N = {
|
|
14315
13929
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker
|
|
14316
13930
|
};
|
|
14317
13931
|
|
|
14318
13932
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
14319
13933
|
__proto__: null,
|
|
14320
|
-
Commands: Commands$
|
|
13934
|
+
Commands: Commands$N,
|
|
14321
13935
|
name: name$Z
|
|
14322
13936
|
};
|
|
14323
13937
|
|
|
14324
13938
|
const name$Y = 'ExtensionHostManagement';
|
|
14325
|
-
const Commands$
|
|
13939
|
+
const Commands$M = {
|
|
14326
13940
|
activateByEvent: activateByEvent
|
|
14327
13941
|
};
|
|
14328
13942
|
|
|
14329
13943
|
const ExtensionHostManagement_ipc = {
|
|
14330
13944
|
__proto__: null,
|
|
14331
|
-
Commands: Commands$
|
|
13945
|
+
Commands: Commands$M,
|
|
14332
13946
|
name: name$Y
|
|
14333
13947
|
};
|
|
14334
13948
|
|
|
@@ -14358,7 +13972,7 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
14358
13972
|
if (getConfig()) {
|
|
14359
13973
|
// TODO should renderer process send port to renderer worker or vice versa?
|
|
14360
13974
|
const port = acquire(id);
|
|
14361
|
-
ipc = wrap$
|
|
13975
|
+
ipc = wrap$7(port);
|
|
14362
13976
|
}
|
|
14363
13977
|
handleIpc(ipc);
|
|
14364
13978
|
return ipc;
|
|
@@ -14376,18 +13990,18 @@ const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) =
|
|
|
14376
13990
|
};
|
|
14377
13991
|
|
|
14378
13992
|
const name$X = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
14379
|
-
const Commands$
|
|
13993
|
+
const Commands$L = {
|
|
14380
13994
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
14381
13995
|
};
|
|
14382
13996
|
|
|
14383
13997
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
14384
13998
|
__proto__: null,
|
|
14385
|
-
Commands: Commands$
|
|
13999
|
+
Commands: Commands$L,
|
|
14386
14000
|
name: name$X
|
|
14387
14001
|
};
|
|
14388
14002
|
|
|
14389
14003
|
const name$W = 'Transferrable';
|
|
14390
|
-
const Commands$
|
|
14004
|
+
const Commands$K = {
|
|
14391
14005
|
transferToRendererProcess: transferToRendererProcess,
|
|
14392
14006
|
transfer: transfer,
|
|
14393
14007
|
acquire: acquire
|
|
@@ -14395,7 +14009,7 @@ const Commands$L = {
|
|
|
14395
14009
|
|
|
14396
14010
|
const Transferrable_ipc = {
|
|
14397
14011
|
__proto__: null,
|
|
14398
|
-
Commands: Commands$
|
|
14012
|
+
Commands: Commands$K,
|
|
14399
14013
|
name: name$W
|
|
14400
14014
|
};
|
|
14401
14015
|
|
|
@@ -14499,7 +14113,7 @@ const compat = {
|
|
|
14499
14113
|
};
|
|
14500
14114
|
|
|
14501
14115
|
const name$V = 'WebView';
|
|
14502
|
-
const Commands$
|
|
14116
|
+
const Commands$J = {
|
|
14503
14117
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
14504
14118
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
14505
14119
|
compatRendererProcessInvoke: compat.rendererProcessInvoke,
|
|
@@ -14512,7 +14126,7 @@ const Commands$K = {
|
|
|
14512
14126
|
|
|
14513
14127
|
const WebView_ipc = {
|
|
14514
14128
|
__proto__: null,
|
|
14515
|
-
Commands: Commands$
|
|
14129
|
+
Commands: Commands$J,
|
|
14516
14130
|
name: name$V
|
|
14517
14131
|
};
|
|
14518
14132
|
|
|
@@ -14546,13 +14160,13 @@ const invoke$8 = async (method, ...params) => {
|
|
|
14546
14160
|
};
|
|
14547
14161
|
|
|
14548
14162
|
const name$U = 'SearchProcess';
|
|
14549
|
-
const Commands$
|
|
14163
|
+
const Commands$I = {
|
|
14550
14164
|
invoke: invoke$8
|
|
14551
14165
|
};
|
|
14552
14166
|
|
|
14553
14167
|
const SearchProcess_ipc = {
|
|
14554
14168
|
__proto__: null,
|
|
14555
|
-
Commands: Commands$
|
|
14169
|
+
Commands: Commands$I,
|
|
14556
14170
|
name: name$U
|
|
14557
14171
|
};
|
|
14558
14172
|
|
|
@@ -14572,40 +14186,40 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14572
14186
|
};
|
|
14573
14187
|
|
|
14574
14188
|
const name$T = 'ExtensionHostTextSearch';
|
|
14575
|
-
const Commands$
|
|
14189
|
+
const Commands$H = {
|
|
14576
14190
|
executeTextSearchProvider: executeTextSearchProvider
|
|
14577
14191
|
};
|
|
14578
14192
|
|
|
14579
14193
|
const ExtensionHostTextSearch_ipc = {
|
|
14580
14194
|
__proto__: null,
|
|
14581
|
-
Commands: Commands$
|
|
14195
|
+
Commands: Commands$H,
|
|
14582
14196
|
name: name$T
|
|
14583
14197
|
};
|
|
14584
14198
|
|
|
14585
14199
|
const name$S = 'GetWindowId';
|
|
14586
|
-
const Commands$
|
|
14200
|
+
const Commands$G = {
|
|
14587
14201
|
getWindowId: getWindowId
|
|
14588
14202
|
};
|
|
14589
14203
|
|
|
14590
14204
|
const GetWindowId_ipc = {
|
|
14591
14205
|
__proto__: null,
|
|
14592
|
-
Commands: Commands$
|
|
14206
|
+
Commands: Commands$G,
|
|
14593
14207
|
name: name$S
|
|
14594
14208
|
};
|
|
14595
14209
|
|
|
14596
14210
|
const name$R = 'ElectronDialog';
|
|
14597
|
-
const Commands$
|
|
14211
|
+
const Commands$F = {
|
|
14598
14212
|
showMessageBox: showMessageBox
|
|
14599
14213
|
};
|
|
14600
14214
|
|
|
14601
14215
|
const ElectronDialog_ipc = {
|
|
14602
14216
|
__proto__: null,
|
|
14603
|
-
Commands: Commands$
|
|
14217
|
+
Commands: Commands$F,
|
|
14604
14218
|
name: name$R
|
|
14605
14219
|
};
|
|
14606
14220
|
|
|
14607
14221
|
const name$Q = 'Process';
|
|
14608
|
-
const Commands$
|
|
14222
|
+
const Commands$E = {
|
|
14609
14223
|
getNodeVersion: getNodeVersion,
|
|
14610
14224
|
getElectronVersion: getElectronVersion,
|
|
14611
14225
|
getChromeVersion: getChromeVersion
|
|
@@ -14613,7 +14227,7 @@ const Commands$F = {
|
|
|
14613
14227
|
|
|
14614
14228
|
const Process_ipc = {
|
|
14615
14229
|
__proto__: null,
|
|
14616
|
-
Commands: Commands$
|
|
14230
|
+
Commands: Commands$E,
|
|
14617
14231
|
name: name$Q
|
|
14618
14232
|
};
|
|
14619
14233
|
|
|
@@ -14641,13 +14255,13 @@ const getAllExtensions = async () => {
|
|
|
14641
14255
|
};
|
|
14642
14256
|
|
|
14643
14257
|
const name$P = 'ExtensionManagement';
|
|
14644
|
-
const Commands$
|
|
14258
|
+
const Commands$D = {
|
|
14645
14259
|
getAllExtensions: getAllExtensions
|
|
14646
14260
|
};
|
|
14647
14261
|
|
|
14648
14262
|
const ExtensionManagement_ipc = {
|
|
14649
14263
|
__proto__: null,
|
|
14650
|
-
Commands: Commands$
|
|
14264
|
+
Commands: Commands$D,
|
|
14651
14265
|
name: name$P
|
|
14652
14266
|
};
|
|
14653
14267
|
|
|
@@ -14718,13 +14332,15 @@ const focusPrevious$a = async state => {
|
|
|
14718
14332
|
return newState;
|
|
14719
14333
|
};
|
|
14720
14334
|
|
|
14721
|
-
const
|
|
14722
|
-
|
|
14723
|
-
|
|
14724
|
-
|
|
14725
|
-
|
|
14726
|
-
|
|
14727
|
-
|
|
14335
|
+
const getCommands$1 = () => {
|
|
14336
|
+
return {
|
|
14337
|
+
handleClickClose: handleClickClose$3,
|
|
14338
|
+
handleClickCopy: handleClickCopy,
|
|
14339
|
+
handleClickOk: handleClickOk$1,
|
|
14340
|
+
handleFocusIn: handleFocusIn$1,
|
|
14341
|
+
focusNext: focusNext$a,
|
|
14342
|
+
focusPrevious: focusPrevious$a
|
|
14343
|
+
};
|
|
14728
14344
|
};
|
|
14729
14345
|
|
|
14730
14346
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
@@ -14774,11 +14390,11 @@ const renderEventListeners$1 = async () => {
|
|
|
14774
14390
|
|
|
14775
14391
|
const ViewletAbout_ipc = {
|
|
14776
14392
|
__proto__: null,
|
|
14777
|
-
Commands: Commands$D,
|
|
14778
14393
|
Css: Css$F,
|
|
14779
14394
|
create: create$Q,
|
|
14780
14395
|
focusNext: focusNext$a,
|
|
14781
14396
|
focusPrevious: focusPrevious$a,
|
|
14397
|
+
getCommands: getCommands$1,
|
|
14782
14398
|
getKeyBindings: getKeyBindings$h,
|
|
14783
14399
|
handleClickClose: handleClickClose$3,
|
|
14784
14400
|
handleClickCopy,
|
|
@@ -18016,7 +17632,7 @@ const launchEditorWorker = async () => {
|
|
|
18016
17632
|
// TODO should renderer process send port to renderer worker or vice versa?
|
|
18017
17633
|
const port = acquire(id);
|
|
18018
17634
|
// TODO wrap port to create ipc
|
|
18019
|
-
ipc = wrap$
|
|
17635
|
+
ipc = wrap$7(port);
|
|
18020
17636
|
}
|
|
18021
17637
|
handleIpc(ipc);
|
|
18022
17638
|
const syntaxHighlightingWorker = true;
|
|
@@ -18317,15 +17933,13 @@ const wrapEditorCommand = id => {
|
|
|
18317
17933
|
};
|
|
18318
17934
|
};
|
|
18319
17935
|
const wrapEditorCommands = ids => {
|
|
18320
|
-
let all =
|
|
17936
|
+
let all = Object.create(null);
|
|
18321
17937
|
for (const id of ids) {
|
|
18322
|
-
all =
|
|
18323
|
-
...all,
|
|
18324
|
-
[id]: wrapEditorCommand(id)
|
|
18325
|
-
};
|
|
17938
|
+
all[id] = wrapEditorCommand(id);
|
|
18326
17939
|
}
|
|
18327
17940
|
return all;
|
|
18328
17941
|
};
|
|
17942
|
+
|
|
18329
17943
|
const ids = ['addCursorAbove', 'addCursorBelow', 'applyEdit', 'braceCompletion', 'cancelSelection', 'closeCodeGenerator', 'closeCompletion', 'closeCompletion', 'closeFind', 'closeRename', 'closeRename', 'closeSourceAction', 'closeSourceActions', 'ColorPicker.handleSliderPointerDown', 'ColorPicker.handleSliderPointerMove', 'compositionEnd', 'compositionStart', 'compositionUpdate', 'contextMenu', 'copy', 'copyLineDown', 'copyLineUp', 'cursorCharacterLeft', 'cursorCharacterRight', 'cursorDown', 'cursorEnd', 'cursorHome', 'cursorLeft', 'cursorRight', 'cursorSet', 'cursorUp', 'cursorWordLeft', 'cursorWordPartLeft', 'cursorWordPartRight', 'cursorWordRight', 'cut', 'deleteAllLeft', 'deleteAllRight', 'deleteCharacterLeft', 'deleteCharacterRight', 'deleteHorizontalRight', 'deleteLeft', 'deleteRight', 'deleteWordLeft', 'deleteWordPartLeft', 'deleteWordPartRight', 'deleteWordRight', 'EditorCodeGenerator.accept', 'EditorCompletion.closeDetails', 'EditorCompletion.dispose', 'EditorCompletion.focusFirst', 'EditorCompletion.focusIndex', 'EditorCompletion.focusLast', 'EditorCompletion.focusNext', 'EditorCompletion.focusNextPage', 'EditorCompletion.focusPrevious', 'EditorCompletion.focusPreviousPage', 'EditorCompletion.handleClickAt', 'EditorCompletion.handleScrollBarCaptureLost', 'EditorCompletion.handleScrollBarClick', 'EditorCompletion.handleScrollBarMove', 'EditorCompletion.handleScrollBarThumbPointerMove', 'EditorCompletion.handleWheel', 'EditorCompletion.openDetails', 'EditorCompletion.scrollDown', 'EditorCompletion.selectCurrent', 'EditorCompletion.selectIndex', 'EditorCompletion.toggleDetails', 'EditorRename.accept', 'EditorRename.handleBlur', 'EditorSourceActions.close', 'EditorSourceActions.focusFirst', 'EditorSourceActions.focusLast', 'EditorSourceActions.focusNext', 'EditorSourceActions.focusPrevious', 'EditorSourceActions.selectCurrent', 'findAllReferences', 'FindWidget.close', 'FindWidget.focusCloseButton', 'FindWidget.focusFind', 'FindWidget.focusNext', 'FindWidget.focusNextMatchButton', 'FindWidget.focusPrevious', 'FindWidget.focusPreviousMatchButton', 'FindWidget.focusReplace', 'FindWidget.focusReplaceAllButton', 'FindWidget.focusReplaceButton', 'FindWidget.focusToggleReplace', 'FindWidget.handleBlur', 'FindWidget.handleFocus', 'FindWidget.handleFocusClose', 'FindWidget.handleFocusNext', 'FindWidget.handleFocusPrevious', 'FindWidget.handleFocusReplaceAll', 'FindWidget.handleInput', 'FindWidget.handleReplaceFocus', 'FindWidget.handleReplaceInput', 'FindWidget.handleToggleReplaceFocus', 'FindWidget.replaceAll', 'FindWidget.replaceAll', 'FindWidget.toggleMatchCase', 'FindWidget.toggleMatchWholeWord', 'FindWidget.toggleReplace', 'FindWidget.toggleUseRegularExpression', 'format', 'getText', 'getWordAt', 'getWordBefore', 'goToDefinition', 'goToTypeDefinition', 'handleBeforeInput', 'handleBeforeInputFromContentEditable', 'handleBlur', 'handleContextMenu', 'handleDoubleClick', 'handleFocus', 'handleMouseDown', 'handleMouseMove', 'handleMouseMoveWithAltKey', 'handleNativeSelectionChange', 'handlePointerCaptureLost', 'handleScrollBarClick', 'handleScrollBarHorizontalMove', 'handleScrollBarHorizontalPointerDown', 'handleScrollBarMove', 'handleScrollBarPointerDown', 'handleScrollBarVerticalMove', 'handleScrollBarVerticalPointerDown', 'handleSingleClick', 'handleTab', 'handleTouchEnd', 'handleTouchMove', 'handleTouchStart', 'handleTripleClick', 'indentLess', 'indentMore', 'insertLineBreak', 'moveLineDown', 'moveLineUp', 'moveRectangleSelection', 'moveRectangleSelectionPx', 'moveSelection', 'moveSelectionPx', 'openCodeGenerator', 'openColorPicker', 'openCompletion', 'openFind', 'openFind2', 'openRename', 'organizeImports', 'paste', 'pasteText', 'replaceRange', 'rerender', 'save', 'save', 'selectAll', 'selectAllLeft', 'selectAllOccurrences', 'selectAllRight', 'selectCharacterLeft', 'selectCharacterRight', 'selectDown', 'selectInsideString', 'selectionGrow', 'selectLine', 'selectNextOccurrence', 'selectUp', 'selectWord', 'selectWordLeft', 'selectWordRight', 'setDecorations', 'setDelta', 'setDeltaY', 'setLanguageId', 'setSelections', 'showHover', 'showHover2', 'showSourceActions', 'showSourceActions2', 'sortImports', 'sortLinesAscending', 'tabCompletion', 'toggleBlockComment', 'toggleComment', 'toggleLineComment', 'type', 'undo', 'unIndent'];
|
|
18330
17944
|
const Commands$r = {
|
|
18331
17945
|
// TODO command to set cursor position
|
|
@@ -18877,7 +18491,7 @@ const getSavedRoot$1 = (savedState, workspacePath) => {
|
|
|
18877
18491
|
return workspacePath;
|
|
18878
18492
|
};
|
|
18879
18493
|
const loadContent$w = async (state, savedState) => {
|
|
18880
|
-
const root = getSavedRoot$1(savedState, state$
|
|
18494
|
+
const root = getSavedRoot$1(savedState, state$w.workspacePath);
|
|
18881
18495
|
// TODO path separator could be restored from saved state
|
|
18882
18496
|
const pathSeparator = await getPathSeparator(root); // TODO only load path separator once
|
|
18883
18497
|
const excluded = getExcluded();
|
|
@@ -18923,7 +18537,7 @@ const handleLanguagesChanged = state => {
|
|
|
18923
18537
|
return updateIcons$1(state);
|
|
18924
18538
|
};
|
|
18925
18539
|
const handleWorkspaceChange$1 = async state => {
|
|
18926
|
-
const newRoot = state$
|
|
18540
|
+
const newRoot = state$w.workspacePath;
|
|
18927
18541
|
const state1 = {
|
|
18928
18542
|
...state,
|
|
18929
18543
|
root: newRoot
|
|
@@ -20427,7 +20041,7 @@ const restoreState = savedState => {
|
|
|
20427
20041
|
deltaY: 0
|
|
20428
20042
|
};
|
|
20429
20043
|
}
|
|
20430
|
-
const root = getSavedRoot(savedState, state$
|
|
20044
|
+
const root = getSavedRoot(savedState, state$w.workspacePath);
|
|
20431
20045
|
let minLineY = 0;
|
|
20432
20046
|
if (savedState && typeof savedState.minLineY === 'number') {
|
|
20433
20047
|
minLineY = savedState.minLineY;
|
|
@@ -27398,7 +27012,7 @@ const Noop = 'quickPick://noop';
|
|
|
27398
27012
|
const Number$2 = 'quickPick://number';
|
|
27399
27013
|
const Recent = 'quickPick://recent';
|
|
27400
27014
|
const ColorTheme = 'quickPick://color-theme';
|
|
27401
|
-
const Symbol$
|
|
27015
|
+
const Symbol$2 = 'quickPick://symbol';
|
|
27402
27016
|
const View$1 = 'quickPick://view';
|
|
27403
27017
|
const WorkspaceSymbol$1 = 'quickPick://workspace-symbol';
|
|
27404
27018
|
const Custom = 'quickPick://custom';
|
|
@@ -27418,7 +27032,7 @@ const load = moduleId => {
|
|
|
27418
27032
|
return Promise.resolve().then(function () { return QuickPickEntriesOpenRecent; });
|
|
27419
27033
|
case ColorTheme:
|
|
27420
27034
|
return Promise.resolve().then(function () { return QuickPickEntriesColorTheme; });
|
|
27421
|
-
case Symbol$
|
|
27035
|
+
case Symbol$2:
|
|
27422
27036
|
return Promise.resolve().then(function () { return QuickPickEntriesSymbol; });
|
|
27423
27037
|
case View$1:
|
|
27424
27038
|
return Promise.resolve().then(function () { return QuickPickEntriesView; });
|
|
@@ -27529,7 +27143,7 @@ const QuickPickNoop = {
|
|
|
27529
27143
|
};
|
|
27530
27144
|
|
|
27531
27145
|
const Command = '>';
|
|
27532
|
-
const Symbol$
|
|
27146
|
+
const Symbol$1 = '@';
|
|
27533
27147
|
const WorkspaceSymbol = '#';
|
|
27534
27148
|
const GoToLine = ':';
|
|
27535
27149
|
const View = 'view ';
|
|
@@ -27563,8 +27177,8 @@ const getPrefix = value => {
|
|
|
27563
27177
|
if (value.startsWith(Command)) {
|
|
27564
27178
|
return Command;
|
|
27565
27179
|
}
|
|
27566
|
-
if (value.startsWith(Symbol$
|
|
27567
|
-
return Symbol$
|
|
27180
|
+
if (value.startsWith(Symbol$1)) {
|
|
27181
|
+
return Symbol$1;
|
|
27568
27182
|
}
|
|
27569
27183
|
if (value.startsWith(WorkspaceSymbol)) {
|
|
27570
27184
|
return WorkspaceSymbol;
|
|
@@ -27584,7 +27198,7 @@ const getQuickPickProvider = prefix => {
|
|
|
27584
27198
|
switch (prefix) {
|
|
27585
27199
|
case Command:
|
|
27586
27200
|
return Promise.resolve().then(function () { return QuickPickEntriesCommand; });
|
|
27587
|
-
case Symbol$
|
|
27201
|
+
case Symbol$1:
|
|
27588
27202
|
return Promise.resolve().then(function () { return QuickPickEntriesSymbol; });
|
|
27589
27203
|
case WorkspaceSymbol:
|
|
27590
27204
|
return Promise.resolve().then(function () { return QuickPickEntriesWorkspaceSymbol; });
|
|
@@ -28576,7 +28190,7 @@ const None$4 = '';
|
|
|
28576
28190
|
const Number$1 = 'number';
|
|
28577
28191
|
const Object$1 = 'object';
|
|
28578
28192
|
const String$1 = 'string';
|
|
28579
|
-
const Symbol
|
|
28193
|
+
const Symbol = 'symbol';
|
|
28580
28194
|
const Function = 'function';
|
|
28581
28195
|
const Getter = 'getter';
|
|
28582
28196
|
const Undefined = 'undefined';
|
|
@@ -28644,7 +28258,7 @@ const getDebugPropertyValueLabelString = property => {
|
|
|
28644
28258
|
const getDebugPropertyValueLabel = property => {
|
|
28645
28259
|
switch (property.type) {
|
|
28646
28260
|
case Number$1:
|
|
28647
|
-
case Symbol
|
|
28261
|
+
case Symbol:
|
|
28648
28262
|
case Function:
|
|
28649
28263
|
return getDebugPropertyValueLabelCommon(property);
|
|
28650
28264
|
case Object$1:
|
|
@@ -29454,7 +29068,7 @@ const getDebugValueClassName = valueType => {
|
|
|
29454
29068
|
return DebugValueUndefined;
|
|
29455
29069
|
case Number$1:
|
|
29456
29070
|
return DebugValueNumber;
|
|
29457
|
-
case Symbol
|
|
29071
|
+
case Symbol:
|
|
29458
29072
|
return DebugValueSymbol;
|
|
29459
29073
|
case Boolean$1:
|
|
29460
29074
|
return DebugValueBoolean;
|
|
@@ -30197,7 +29811,7 @@ const loadContent$e = async (state, savedState) => {
|
|
|
30197
29811
|
const itemHeight = 22;
|
|
30198
29812
|
const value = '';
|
|
30199
29813
|
const replacement = '';
|
|
30200
|
-
await invoke$1('TextSearch.create', state.uid, state.x, state.y, state.width, state.height, state$
|
|
29814
|
+
await invoke$1('TextSearch.create', state.uid, state.x, state.y, state.width, state.height, state$w.workspacePath, assetDir, itemHeight, value, replacement, platform);
|
|
30201
29815
|
await invoke$1('TextSearch.loadContent', state.uid, savedState);
|
|
30202
29816
|
const commands = await invoke$1('TextSearch.render', state.uid);
|
|
30203
29817
|
return {
|
|
@@ -31437,7 +31051,7 @@ const loadContent$b = async state => {
|
|
|
31437
31051
|
height,
|
|
31438
31052
|
minimumSliderSize
|
|
31439
31053
|
} = state;
|
|
31440
|
-
const root = state$
|
|
31054
|
+
const root = state$w.workspacePath;
|
|
31441
31055
|
const scheme = getProtocol(root);
|
|
31442
31056
|
const enabledProviderIds = await getEnabledProviderIds(scheme, root);
|
|
31443
31057
|
const {
|
|
@@ -32376,7 +31990,7 @@ const loadContent$8 = async state => {
|
|
|
32376
31990
|
} = await getTerminalSpawnOptions();
|
|
32377
31991
|
const canvasTextId = create$13();
|
|
32378
31992
|
const canvasCursorId = create$13();
|
|
32379
|
-
await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$
|
|
31993
|
+
await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$w.workspacePath, command, args);
|
|
32380
31994
|
const terminal = {
|
|
32381
31995
|
handleBlur() {
|
|
32382
31996
|
return invoke$b('Terminal.handleBlur', uid);
|
|
@@ -36964,7 +36578,7 @@ const getNoResults = () => {
|
|
|
36964
36578
|
};
|
|
36965
36579
|
};
|
|
36966
36580
|
const getPicks = async searchValue => {
|
|
36967
|
-
const workspace = state$
|
|
36581
|
+
const workspace = state$w.workspacePath;
|
|
36968
36582
|
if (!workspace) {
|
|
36969
36583
|
return [];
|
|
36970
36584
|
}
|
|
@@ -36976,7 +36590,7 @@ const selectPick = async pick => {
|
|
|
36976
36590
|
if (typeof pick === 'object') {
|
|
36977
36591
|
pick = pick.pick;
|
|
36978
36592
|
}
|
|
36979
|
-
const workspace = state$
|
|
36593
|
+
const workspace = state$w.workspacePath;
|
|
36980
36594
|
const absolutePath = `${workspace}/${pick}`;
|
|
36981
36595
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */absolutePath);
|
|
36982
36596
|
return {
|
|
@@ -37019,7 +36633,7 @@ const getPickFileIcon = pick => {
|
|
|
37019
36633
|
});
|
|
37020
36634
|
};
|
|
37021
36635
|
const isPrepared = () => {
|
|
37022
|
-
const workspace = state$
|
|
36636
|
+
const workspace = state$w.workspacePath;
|
|
37023
36637
|
// TODO protocol should always be defined. For files it should use file protocol
|
|
37024
36638
|
const protocol = getProtocol(workspace);
|
|
37025
36639
|
return !protocol;
|