@lvce-editor/static-server 0.40.4 → 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/ErrorCodes/ErrorCodes.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/GetMimeType/GetMimeType.js +3 -1
- package/src/parts/GetResponseInfo/GetResponseInfo.js +6 -17
- package/src/parts/GetResponseInfoProduction/GetResponseInfoProduction.js +36 -0
- package/src/parts/HttpServerResponseStream/HttpServerResponseStream.js +11 -2
- 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/{d4027d2 → b9cfd3b}/css/App.css +82 -82
- package/static/{d4027d2 → b9cfd3b}/manifest.json +2 -2
- package/static/{d4027d2 → b9cfd3b}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{d4027d2 → b9cfd3b}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +581 -165
- package/static/{d4027d2 → b9cfd3b}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{d4027d2 → b9cfd3b}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{d4027d2 → b9cfd3b}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{d4027d2 → b9cfd3b}/packages/renderer-worker/dist/rendererWorkerMain.js +479 -854
- 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/d4027d2/js/idb/async-iterators.js +0 -56
- package/static/d4027d2/js/idb/index.js +0 -99
- package/static/d4027d2/js/idb/with-async-ittr.js +0 -4
- package/static/d4027d2/js/idb/wrap-idb-value.js +0 -190
- /package/static/{d4027d2 → b9cfd3b}/config/colorTheme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/config/defaultSettings.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/config/fileMap.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/config/webExtensions.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/Animation.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/DebugButtons.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/DebugValue.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/E2eTest.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/E2eTests.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/EditorHover.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/EditorMessage.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ImagePreview.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/Key.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/Markdown.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/Progress.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/Select.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletAbout.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletDialog.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletMedia.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletOutput.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletPanel.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletPdf.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletProblems.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletReferences.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletSearch.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletStorage.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/default_file.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/default_folder.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/default_root_folder.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_access.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_access2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ada.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ai.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_al.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_angular.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_apache.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_apex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_apib.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_apl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_asp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_astro.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_atom.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ats.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_audio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_avif.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_avro.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_awk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_aws.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_azure.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_babel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bat.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bats.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_biml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_binary.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_biome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_blade.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bower.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_buf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bun.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_c.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_c2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_c3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_casc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cert.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_chef.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_class.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_compass.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_composer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_conan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_conda.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_config.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_css.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_cython.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_db.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_debian.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_deno.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_diff.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_django.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_docker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_docz.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_drone.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_drools.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_edge.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_elm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ember.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eps.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_erb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_excel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_expo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fla.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_flash.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_flow.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_font.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_funding.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_galen.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_git.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_git2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_glide.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_godot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_grain.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_helix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_helm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_host.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_html.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_http.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_husky.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_icl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_idris.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_image.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_imba.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_inc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_informix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ini.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ink.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_io.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_janet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jar.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_java.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_json.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_json2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_json5.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_juice.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_julia.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_k.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_karma.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_key.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kite.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_knip.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kos.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_latino.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_layout.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_less.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_liara.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_license.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lime.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_locale.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_log.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lua.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_luau.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_lync.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_map.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_marko.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_maven.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_maya.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_meson.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_motif.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mson.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_next.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nim.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_noc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_node.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_node2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_npm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_org.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_package.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_paket.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_patch.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_perl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_php.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_php2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_php3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pine.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pip.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pony.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_postman.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_preact.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_progress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pug.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_python.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_q.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_qml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_r.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_racket.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rails.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_raku.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_raml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_razor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_reason.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_red.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_registry.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rego.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_remark.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_replit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_retext.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_riot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_robots.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rome.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ron.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rust.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sails.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_san.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sas.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sass.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_scala.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_script.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_scss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_shell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sino.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_slang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_slice.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_slim.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_slint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sln.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_snort.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_source.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_spin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sst.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stata.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_style.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_styled.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_svg.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_swc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_swift.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_swig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_teal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_templ.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tera.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_test.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_testts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_text.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_textile.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_todo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_toit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_toml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tox.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_travis.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tree.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tres.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_twig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_unison.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vala.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vash.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vba.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vento.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_video.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_view.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vim.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vite.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_volt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vue.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wally.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_windi.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_word.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_word2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xib.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yang.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_zig.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_zip.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_android.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_api.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_app.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_client.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_common.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_component.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_config.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_css.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_db.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_git.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_github.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_images.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_include.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_js.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_json.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_less.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_library.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_log.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_model.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_module.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_next.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_node.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_package.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_php.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_private.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_public.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_python.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_route.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_script.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_server.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_services.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_src.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_story.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_style.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_template.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_test.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_video.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_view.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_www.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/add.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/arrow-down.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/arrow-left.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/arrow-right.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/arrow-up.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/blank.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/book.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/case-sensitive.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/check.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chevron-down.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chevron-left.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chevron-right.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chevron-up.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chrome-close.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chrome-maximize.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chrome-minimize.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/chrome-restore.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/circle-filled.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/clear-all.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/close.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/cloud.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/collapse-all.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-all.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-alt-2.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-alt-small.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-alt.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-console.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-continue-small.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-continue.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-coverage.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-disconnect.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-line-by-line.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-pause.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-rerun.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-restart-frame.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-restart.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-stackframe.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-start.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-step-back.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-step-into.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-step-out.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-step-over.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug-stop.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/debug.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/discard.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/edit.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/ellipsis.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/error.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/exclude.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/extensions.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/files.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/filter.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/go-to-file.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/icon-close.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/icon-source-control.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/icon-sync.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/icon.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/icon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/info.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/language-icon.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/link-external.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/list-flat.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/list-tree.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/new-file.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/new-folder.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/newline.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/open-preview.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/play.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/preserve-case.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/progress.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/pwa-icon-192.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/pwa-icon-512.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/record-keys.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/refresh.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/regex.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/remove.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/replace-all.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/replace.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/run-all.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/search.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/settings-gear.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/source-control.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/split-horizontal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/squiggly-error.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/squiggly-warning.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-array.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-boolean.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-class.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-color.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-constant.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-enum-member.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-enum.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-event.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-field.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-file.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-interface.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-key.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-keyword.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-method.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-misc.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-namespace.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-numeric.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-operator.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-parameter.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-property.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-ruler.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-snippet.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-string.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-structure.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/symbol-variable.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/tag.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/terminal-bash.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/terminal.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/theme-icon.png +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/trash.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/triangle-down.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/triangle-left.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/triangle-right.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/triangle-up.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/warning.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/whole-word.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/zoom-in.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/icons/zoom-out.svg +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/babel-parser.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/blob-util.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/js-base64.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/ky.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/lvce-editor-import-script.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/lvce-editor-ipc.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/lvce-editor-verror.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/p-min-delay.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/pretty-bytes.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/preview-injected.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/js/yoctodelay.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/lib-css/termterm.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/renderer-process/LICENSE +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/renderer-process/README.md +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/renderer-process/package.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.cpp +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.css +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.csv +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.dart +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.env +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.ex +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.html +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.java +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.jl +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.js +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.kt +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.pl +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.py +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/index.ts +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/scrolling.txt +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/languages/tsconfig.json +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/sample-folder/a.txt +0 -0
- /package/static/{d4027d2 → b9cfd3b}/playground/sample-folder/b.txt +0 -0
- /package/static/{d4027d2 → 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');
|
|
@@ -6482,6 +6133,52 @@ const map = {
|
|
|
6482
6133
|
[EditorTextError]: () => Promise.resolve().then(function () { return ViewletTextEditorError_ipc; })
|
|
6483
6134
|
};
|
|
6484
6135
|
|
|
6136
|
+
const actions = [async () => {
|
|
6137
|
+
mark(WillLoadMain);
|
|
6138
|
+
await execute$4('Layout.loadMainIfVisible');
|
|
6139
|
+
mark(DidLoadMain);
|
|
6140
|
+
}, async () => {
|
|
6141
|
+
mark$1(Six);
|
|
6142
|
+
mark$1(Seven);
|
|
6143
|
+
mark(WillLoadSideBar);
|
|
6144
|
+
await execute$4('Layout.loadSideBarIfVisible');
|
|
6145
|
+
mark(DidLoadSideBar);
|
|
6146
|
+
}, async () => {
|
|
6147
|
+
mark$1(Eight);
|
|
6148
|
+
mark(WillLoadPanel);
|
|
6149
|
+
await execute$4('Layout.loadPanelIfVisible');
|
|
6150
|
+
mark(DidLoadPanel);
|
|
6151
|
+
}, async () => {
|
|
6152
|
+
mark$1(Nine);
|
|
6153
|
+
mark(WillLoadActivityBar);
|
|
6154
|
+
await execute$4('Layout.loadActivityBarIfVisible');
|
|
6155
|
+
mark(DidLoadActivityBar);
|
|
6156
|
+
}, async () => {
|
|
6157
|
+
mark$1(Ten);
|
|
6158
|
+
mark(WillLoadStatusBar);
|
|
6159
|
+
await execute$4('Layout.loadStatusBarIfVisible');
|
|
6160
|
+
mark(DidLoadStatusBar);
|
|
6161
|
+
}, async () => {
|
|
6162
|
+
await execute$4('Layout.loadPreviewIfVisible');
|
|
6163
|
+
}, async () => {
|
|
6164
|
+
mark$1(Eleven);
|
|
6165
|
+
mark(WillLoadIconTheme);
|
|
6166
|
+
// TODO check preferences if icon theme is enabled
|
|
6167
|
+
await hydrate$4();
|
|
6168
|
+
mark(DidLoadIconTheme);
|
|
6169
|
+
}, async () => {
|
|
6170
|
+
mark$1(Twelve);
|
|
6171
|
+
mark$1(Thirteen);
|
|
6172
|
+
mark$1(Fourteen);
|
|
6173
|
+
if (platform === Electron$1 && get$d('window.titleBarStyle') === 'native') {
|
|
6174
|
+
await execute$4('ElectronApplicationMenu.hydrate');
|
|
6175
|
+
} else {
|
|
6176
|
+
mark(WillLoadTitleBar);
|
|
6177
|
+
await execute$4('Layout.loadTitleBarIfVisible');
|
|
6178
|
+
mark(DidLoadTitleBar);
|
|
6179
|
+
}
|
|
6180
|
+
}];
|
|
6181
|
+
|
|
6485
6182
|
// TODO lazyload parts one by one (Main, SideBar, ActivityBar, TitleBar, StatusBar)
|
|
6486
6183
|
const startup = async () => {
|
|
6487
6184
|
onunhandledrejection = handleUnhandledRejection;
|
|
@@ -6498,6 +6195,7 @@ const startup = async () => {
|
|
|
6498
6195
|
}
|
|
6499
6196
|
mark$1(One);
|
|
6500
6197
|
const initData = await getInitData();
|
|
6198
|
+
setConfig(initData.Config?.shouldLaunchMultipleWorkers);
|
|
6501
6199
|
if (initData.Location.href.includes('?replayId')) {
|
|
6502
6200
|
const url = new URL(initData.Location.href);
|
|
6503
6201
|
const replayId = url.searchParams.get('replayId');
|
|
@@ -6505,7 +6203,6 @@ const startup = async () => {
|
|
|
6505
6203
|
return;
|
|
6506
6204
|
}
|
|
6507
6205
|
if (initData.Location.href.startsWith('http://localhost:3001/tests/')) ;
|
|
6508
|
-
setConfig(initData.Config?.shouldLaunchMultipleWorkers);
|
|
6509
6206
|
set$i(initData.Layout.bounds.windowWidth, initData.Layout.bounds.windowHeight);
|
|
6510
6207
|
mark(WillLoadPreferences);
|
|
6511
6208
|
await hydrate$b();
|
|
@@ -6559,42 +6256,7 @@ const startup = async () => {
|
|
|
6559
6256
|
await hydrate$8();
|
|
6560
6257
|
mark(DidLoadLanguages);
|
|
6561
6258
|
mark$1(Five);
|
|
6562
|
-
|
|
6563
|
-
await execute$4('Layout.loadMainIfVisible');
|
|
6564
|
-
mark(DidLoadMain);
|
|
6565
|
-
mark$1(Six);
|
|
6566
|
-
mark$1(Seven);
|
|
6567
|
-
mark(WillLoadSideBar);
|
|
6568
|
-
await execute$4('Layout.loadSideBarIfVisible');
|
|
6569
|
-
mark(DidLoadSideBar);
|
|
6570
|
-
mark$1(Eight);
|
|
6571
|
-
mark(WillLoadPanel);
|
|
6572
|
-
await execute$4('Layout.loadPanelIfVisible');
|
|
6573
|
-
mark(DidLoadPanel);
|
|
6574
|
-
mark$1(Nine);
|
|
6575
|
-
mark(WillLoadActivityBar);
|
|
6576
|
-
await execute$4('Layout.loadActivityBarIfVisible');
|
|
6577
|
-
mark(DidLoadActivityBar);
|
|
6578
|
-
mark$1(Ten);
|
|
6579
|
-
mark(WillLoadStatusBar);
|
|
6580
|
-
await execute$4('Layout.loadStatusBarIfVisible');
|
|
6581
|
-
mark(DidLoadStatusBar);
|
|
6582
|
-
await execute$4('Layout.loadPreviewIfVisible');
|
|
6583
|
-
mark$1(Eleven);
|
|
6584
|
-
mark(WillLoadIconTheme);
|
|
6585
|
-
// TODO check preferences if icon theme is enabled
|
|
6586
|
-
await hydrate$4();
|
|
6587
|
-
mark(DidLoadIconTheme);
|
|
6588
|
-
mark$1(Twelve);
|
|
6589
|
-
mark$1(Thirteen);
|
|
6590
|
-
mark$1(Fourteen);
|
|
6591
|
-
if (platform === Electron$1 && get$d('window.titleBarStyle') === 'native') {
|
|
6592
|
-
await execute$4('ElectronApplicationMenu.hydrate');
|
|
6593
|
-
} else {
|
|
6594
|
-
mark(WillLoadTitleBar);
|
|
6595
|
-
await execute$4('Layout.loadTitleBarIfVisible');
|
|
6596
|
-
mark(DidLoadTitleBar);
|
|
6597
|
-
}
|
|
6259
|
+
await Promise.all(actions.map(action => action()));
|
|
6598
6260
|
mark$1(Fifteen);
|
|
6599
6261
|
if (isTest()) {
|
|
6600
6262
|
const testPath = await getTestPath();
|
|
@@ -6656,48 +6318,11 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6656
6318
|
|
|
6657
6319
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6658
6320
|
|
|
6659
|
-
const state$n = {
|
|
6660
|
-
databases: Object.create(null),
|
|
6661
|
-
dbVersion: 2,
|
|
6662
|
-
/**
|
|
6663
|
-
* @type {any}
|
|
6664
|
-
*/
|
|
6665
|
-
cachedDb: undefined
|
|
6666
|
-
};
|
|
6667
|
-
const storeId = 'lvce-keyvalue';
|
|
6668
|
-
const getDb = async () => {
|
|
6669
|
-
// @ts-ignore
|
|
6670
|
-
const db = await openDB(storeId, state$n.dbVersion, {
|
|
6671
|
-
async upgrade(db, oldVersion) {
|
|
6672
|
-
if (!db.objectStoreNames.contains(storeId)) {
|
|
6673
|
-
await db.createObjectStore(storeId, {
|
|
6674
|
-
autoIncrement: true
|
|
6675
|
-
});
|
|
6676
|
-
}
|
|
6677
|
-
}
|
|
6678
|
-
});
|
|
6679
|
-
return db;
|
|
6680
|
-
};
|
|
6681
|
-
const getDbMemoized = async () => {
|
|
6682
|
-
state$n.cachedDb ||= await getDb();
|
|
6683
|
-
return state$n.cachedDb;
|
|
6684
|
-
};
|
|
6685
6321
|
const set$7 = async (key, value) => {
|
|
6686
|
-
|
|
6687
|
-
const db = await getDbMemoized();
|
|
6688
|
-
await db.put(storeId, value, key);
|
|
6689
|
-
} catch (error) {
|
|
6690
|
-
throw new VError(error, 'Failed to save value to indexed db');
|
|
6691
|
-
}
|
|
6322
|
+
await invoke$e('IndexedDb.set', key, value);
|
|
6692
6323
|
};
|
|
6693
6324
|
const get$5 = async key => {
|
|
6694
|
-
|
|
6695
|
-
const db = await getDbMemoized();
|
|
6696
|
-
const value = db.get(storeId, key);
|
|
6697
|
-
return value;
|
|
6698
|
-
} catch (error) {
|
|
6699
|
-
throw new VError(error, 'Failed to get value from indexed db');
|
|
6700
|
-
}
|
|
6325
|
+
return invoke$e('IndexedDb.get', key);
|
|
6701
6326
|
};
|
|
6702
6327
|
|
|
6703
6328
|
const getCacheKey = colorThemeId => {
|
|
@@ -6817,7 +6442,7 @@ const actuallyActivateByEvent = async event => {
|
|
|
6817
6442
|
for (const extension of extensionsToActivate) {
|
|
6818
6443
|
await actuallyActivateExtension(extension);
|
|
6819
6444
|
}
|
|
6820
|
-
const additionalExtensions = state$
|
|
6445
|
+
const additionalExtensions = state$B.webExtensions;
|
|
6821
6446
|
const additionalExtensionsToActivate = filterByMatchingEvent(additionalExtensions, event);
|
|
6822
6447
|
for (const extension of additionalExtensionsToActivate) {
|
|
6823
6448
|
await actuallyActivateExtension(extension);
|
|
@@ -8951,20 +8576,20 @@ const showAbout = async () => {
|
|
|
8951
8576
|
};
|
|
8952
8577
|
|
|
8953
8578
|
const name$2k = 'About';
|
|
8954
|
-
const Commands$
|
|
8579
|
+
const Commands$2a = {
|
|
8955
8580
|
showAbout: showAbout
|
|
8956
8581
|
};
|
|
8957
8582
|
|
|
8958
8583
|
const About_ipc = {
|
|
8959
8584
|
__proto__: null,
|
|
8960
|
-
Commands: Commands$
|
|
8585
|
+
Commands: Commands$2a,
|
|
8961
8586
|
name: name$2k
|
|
8962
8587
|
};
|
|
8963
8588
|
|
|
8964
8589
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8965
8590
|
|
|
8966
8591
|
const name$2j = 'Ajax';
|
|
8967
|
-
const Commands$
|
|
8592
|
+
const Commands$29 = {
|
|
8968
8593
|
getBlob: getBlob$5,
|
|
8969
8594
|
getJson: getJson$6,
|
|
8970
8595
|
getText: getText$2
|
|
@@ -8972,7 +8597,7 @@ const Commands$2a = {
|
|
|
8972
8597
|
|
|
8973
8598
|
const Ajax_ipc = {
|
|
8974
8599
|
__proto__: null,
|
|
8975
|
-
Commands: Commands$
|
|
8600
|
+
Commands: Commands$29,
|
|
8976
8601
|
name: name$2j
|
|
8977
8602
|
};
|
|
8978
8603
|
|
|
@@ -8982,13 +8607,13 @@ const playBell = async () => {
|
|
|
8982
8607
|
};
|
|
8983
8608
|
|
|
8984
8609
|
const name$2i = 'Audio';
|
|
8985
|
-
const Commands$
|
|
8610
|
+
const Commands$28 = {
|
|
8986
8611
|
playBell: playBell
|
|
8987
8612
|
};
|
|
8988
8613
|
|
|
8989
8614
|
const Audio_ipc = {
|
|
8990
8615
|
__proto__: null,
|
|
8991
|
-
Commands: Commands$
|
|
8616
|
+
Commands: Commands$28,
|
|
8992
8617
|
name: name$2i
|
|
8993
8618
|
};
|
|
8994
8619
|
|
|
@@ -9080,13 +8705,13 @@ const checkForUpdates$1 = async () => {
|
|
|
9080
8705
|
};
|
|
9081
8706
|
|
|
9082
8707
|
const name$2h = 'AutoUpdater';
|
|
9083
|
-
const Commands$
|
|
8708
|
+
const Commands$27 = {
|
|
9084
8709
|
checkForUpdates: checkForUpdates$1
|
|
9085
8710
|
};
|
|
9086
8711
|
|
|
9087
8712
|
const AutoUpdater_ipc = {
|
|
9088
8713
|
__proto__: null,
|
|
9089
|
-
Commands: Commands$
|
|
8714
|
+
Commands: Commands$27,
|
|
9090
8715
|
name: name$2h
|
|
9091
8716
|
};
|
|
9092
8717
|
|
|
@@ -9109,14 +8734,14 @@ const encode = async content => {
|
|
|
9109
8734
|
};
|
|
9110
8735
|
|
|
9111
8736
|
const name$2g = 'Base64';
|
|
9112
|
-
const Commands$
|
|
8737
|
+
const Commands$26 = {
|
|
9113
8738
|
decode: decode,
|
|
9114
8739
|
encode: encode
|
|
9115
8740
|
};
|
|
9116
8741
|
|
|
9117
8742
|
const Base64_ipc = {
|
|
9118
8743
|
__proto__: null,
|
|
9119
|
-
Commands: Commands$
|
|
8744
|
+
Commands: Commands$26,
|
|
9120
8745
|
name: name$2g
|
|
9121
8746
|
};
|
|
9122
8747
|
|
|
@@ -9137,13 +8762,13 @@ const getEditorSourceActions = async () => {
|
|
|
9137
8762
|
};
|
|
9138
8763
|
|
|
9139
8764
|
const name$2f = 'GetEditorSourceActions';
|
|
9140
|
-
const Commands$
|
|
8765
|
+
const Commands$25 = {
|
|
9141
8766
|
getEditorSourceActions: getEditorSourceActions
|
|
9142
8767
|
};
|
|
9143
8768
|
|
|
9144
8769
|
const GetEditorSourceActions_ipc = {
|
|
9145
8770
|
__proto__: null,
|
|
9146
|
-
Commands: Commands$
|
|
8771
|
+
Commands: Commands$25,
|
|
9147
8772
|
name: name$2f
|
|
9148
8773
|
};
|
|
9149
8774
|
|
|
@@ -9266,7 +8891,7 @@ const disposeSrc = async src => {
|
|
|
9266
8891
|
};
|
|
9267
8892
|
|
|
9268
8893
|
const name$2e = 'Blob';
|
|
9269
|
-
const Commands$
|
|
8894
|
+
const Commands$24 = {
|
|
9270
8895
|
base64StringToBlob: base64StringToBlob,
|
|
9271
8896
|
binaryStringToBlob: binaryStringToBlob,
|
|
9272
8897
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -9275,7 +8900,7 @@ const Commands$25 = {
|
|
|
9275
8900
|
|
|
9276
8901
|
const Blob_ipc = {
|
|
9277
8902
|
__proto__: null,
|
|
9278
|
-
Commands: Commands$
|
|
8903
|
+
Commands: Commands$24,
|
|
9279
8904
|
name: name$2e
|
|
9280
8905
|
};
|
|
9281
8906
|
|
|
@@ -9287,13 +8912,13 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
9287
8912
|
};
|
|
9288
8913
|
|
|
9289
8914
|
const name$2d = 'BulkReplacement';
|
|
9290
|
-
const Commands$
|
|
8915
|
+
const Commands$23 = {
|
|
9291
8916
|
applyBulkReplacement: applyBulkReplacement
|
|
9292
8917
|
};
|
|
9293
8918
|
|
|
9294
8919
|
const BulkReplacement_ipc = {
|
|
9295
8920
|
__proto__: null,
|
|
9296
|
-
Commands: Commands$
|
|
8921
|
+
Commands: Commands$23,
|
|
9297
8922
|
name: name$2d
|
|
9298
8923
|
};
|
|
9299
8924
|
|
|
@@ -9388,7 +9013,7 @@ const clearCache$1 = async () => {
|
|
|
9388
9013
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
9389
9014
|
|
|
9390
9015
|
const name$2c = 'CacheStorage';
|
|
9391
|
-
const Commands$
|
|
9016
|
+
const Commands$22 = {
|
|
9392
9017
|
clearCache: clearCache$1,
|
|
9393
9018
|
getJson: getJson,
|
|
9394
9019
|
setJson: setJson
|
|
@@ -9396,18 +9021,18 @@ const Commands$23 = {
|
|
|
9396
9021
|
|
|
9397
9022
|
const CacheStorage_ipc = {
|
|
9398
9023
|
__proto__: null,
|
|
9399
|
-
Commands: Commands$
|
|
9024
|
+
Commands: Commands$22,
|
|
9400
9025
|
name: name$2c
|
|
9401
9026
|
};
|
|
9402
9027
|
|
|
9403
9028
|
const name$2b = 'Callback';
|
|
9404
|
-
const Commands$
|
|
9029
|
+
const Commands$21 = {
|
|
9405
9030
|
resolve: resolve
|
|
9406
9031
|
};
|
|
9407
9032
|
|
|
9408
9033
|
const Callback_ipc = {
|
|
9409
9034
|
__proto__: null,
|
|
9410
|
-
Commands: Commands$
|
|
9035
|
+
Commands: Commands$21,
|
|
9411
9036
|
name: name$2b
|
|
9412
9037
|
};
|
|
9413
9038
|
|
|
@@ -9485,7 +9110,7 @@ const zoomReset = () => {
|
|
|
9485
9110
|
};
|
|
9486
9111
|
|
|
9487
9112
|
const name$2a = 'Chrome';
|
|
9488
|
-
const Commands$
|
|
9113
|
+
const Commands$20 = {
|
|
9489
9114
|
close: close$5,
|
|
9490
9115
|
exit: exit$2,
|
|
9491
9116
|
maximize: maximize$1,
|
|
@@ -9495,7 +9120,7 @@ const Commands$21 = {
|
|
|
9495
9120
|
|
|
9496
9121
|
const Chrome_ipc = {
|
|
9497
9122
|
__proto__: null,
|
|
9498
|
-
Commands: Commands$
|
|
9123
|
+
Commands: Commands$20,
|
|
9499
9124
|
name: name$2a
|
|
9500
9125
|
};
|
|
9501
9126
|
|
|
@@ -9559,7 +9184,7 @@ const execCopy = async () => {
|
|
|
9559
9184
|
};
|
|
9560
9185
|
|
|
9561
9186
|
const name$29 = 'ClipBoard';
|
|
9562
|
-
const Commands$
|
|
9187
|
+
const Commands$1$ = {
|
|
9563
9188
|
execCopy: execCopy,
|
|
9564
9189
|
readNativeFiles: readNativeFiles,
|
|
9565
9190
|
readText: readText,
|
|
@@ -9570,7 +9195,7 @@ const Commands$20 = {
|
|
|
9570
9195
|
|
|
9571
9196
|
const ClipBoard_ipc = {
|
|
9572
9197
|
__proto__: null,
|
|
9573
|
-
Commands: Commands$
|
|
9198
|
+
Commands: Commands$1$,
|
|
9574
9199
|
name: name$29
|
|
9575
9200
|
};
|
|
9576
9201
|
|
|
@@ -9582,19 +9207,19 @@ const close$4 = () => {
|
|
|
9582
9207
|
};
|
|
9583
9208
|
|
|
9584
9209
|
const name$28 = 'ColorPicker';
|
|
9585
|
-
const Commands$
|
|
9210
|
+
const Commands$1_ = {
|
|
9586
9211
|
close: close$4,
|
|
9587
9212
|
open: open$6
|
|
9588
9213
|
};
|
|
9589
9214
|
|
|
9590
9215
|
const ColorPicker_ipc = {
|
|
9591
9216
|
__proto__: null,
|
|
9592
|
-
Commands: Commands$
|
|
9217
|
+
Commands: Commands$1_,
|
|
9593
9218
|
name: name$28
|
|
9594
9219
|
};
|
|
9595
9220
|
|
|
9596
9221
|
const name$27 = 'ColorTheme';
|
|
9597
|
-
const Commands$
|
|
9222
|
+
const Commands$1Z = {
|
|
9598
9223
|
hydrate: hydrate$a,
|
|
9599
9224
|
reload: reload$4,
|
|
9600
9225
|
setColorTheme: setColorTheme$1
|
|
@@ -9602,7 +9227,7 @@ const Commands$1_ = {
|
|
|
9602
9227
|
|
|
9603
9228
|
const ColorTheme_ipc = {
|
|
9604
9229
|
__proto__: null,
|
|
9605
|
-
Commands: Commands$
|
|
9230
|
+
Commands: Commands$1Z,
|
|
9606
9231
|
name: name$27
|
|
9607
9232
|
};
|
|
9608
9233
|
|
|
@@ -9707,13 +9332,13 @@ const createColorThemeFromJson = (colorThemeId, colorThemeJson) => {
|
|
|
9707
9332
|
const name$26 = 'ColorThemeFromJson';
|
|
9708
9333
|
|
|
9709
9334
|
// prettier-ignore
|
|
9710
|
-
const Commands$
|
|
9335
|
+
const Commands$1Y = {
|
|
9711
9336
|
createColorThemeFromJson: createColorThemeFromJson
|
|
9712
9337
|
};
|
|
9713
9338
|
|
|
9714
9339
|
const ColorThemeFromJson_ipc = {
|
|
9715
9340
|
__proto__: null,
|
|
9716
|
-
Commands: Commands$
|
|
9341
|
+
Commands: Commands$1Y,
|
|
9717
9342
|
name: name$26
|
|
9718
9343
|
};
|
|
9719
9344
|
|
|
@@ -9785,13 +9410,13 @@ const prompt$1 = async (message, {
|
|
|
9785
9410
|
};
|
|
9786
9411
|
|
|
9787
9412
|
const name$25 = 'ConfirmPrompt';
|
|
9788
|
-
const Commands$
|
|
9413
|
+
const Commands$1X = {
|
|
9789
9414
|
prompt: prompt$1
|
|
9790
9415
|
};
|
|
9791
9416
|
|
|
9792
9417
|
const ConfirmPrompt_ipc = {
|
|
9793
9418
|
__proto__: null,
|
|
9794
|
-
Commands: Commands$
|
|
9419
|
+
Commands: Commands$1X,
|
|
9795
9420
|
name: name$25
|
|
9796
9421
|
};
|
|
9797
9422
|
|
|
@@ -9855,14 +9480,14 @@ const stop$1 = async () => {
|
|
|
9855
9480
|
};
|
|
9856
9481
|
|
|
9857
9482
|
const name$24 = 'ContentTracing';
|
|
9858
|
-
const Commands$
|
|
9483
|
+
const Commands$1W = {
|
|
9859
9484
|
start: start$2,
|
|
9860
9485
|
stop: stop$1
|
|
9861
9486
|
};
|
|
9862
9487
|
|
|
9863
9488
|
const ContentTracing_ipc = {
|
|
9864
9489
|
__proto__: null,
|
|
9865
|
-
Commands: Commands$
|
|
9490
|
+
Commands: Commands$1W,
|
|
9866
9491
|
name: name$24
|
|
9867
9492
|
};
|
|
9868
9493
|
|
|
@@ -9885,13 +9510,13 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9885
9510
|
};
|
|
9886
9511
|
|
|
9887
9512
|
const name$23 = 'ContextMenu';
|
|
9888
|
-
const Commands$
|
|
9513
|
+
const Commands$1V = {
|
|
9889
9514
|
show: show$a
|
|
9890
9515
|
};
|
|
9891
9516
|
|
|
9892
9517
|
const ContextMenu_ipc = {
|
|
9893
9518
|
__proto__: null,
|
|
9894
|
-
Commands: Commands$
|
|
9519
|
+
Commands: Commands$1V,
|
|
9895
9520
|
name: name$23
|
|
9896
9521
|
};
|
|
9897
9522
|
|
|
@@ -10006,7 +9631,7 @@ const resumed = params => {
|
|
|
10006
9631
|
};
|
|
10007
9632
|
|
|
10008
9633
|
const name$22 = 'Debug';
|
|
10009
|
-
const Commands$
|
|
9634
|
+
const Commands$1U = {
|
|
10010
9635
|
scriptParsed: scriptParsed,
|
|
10011
9636
|
paused: paused,
|
|
10012
9637
|
resumed: resumed
|
|
@@ -10014,7 +9639,7 @@ const Commands$1V = {
|
|
|
10014
9639
|
|
|
10015
9640
|
const Debug_ipc = {
|
|
10016
9641
|
__proto__: null,
|
|
10017
|
-
Commands: Commands$
|
|
9642
|
+
Commands: Commands$1U,
|
|
10018
9643
|
name: name$22
|
|
10019
9644
|
};
|
|
10020
9645
|
|
|
@@ -10045,13 +9670,13 @@ const debugSharedProcess = async () => {
|
|
|
10045
9670
|
};
|
|
10046
9671
|
|
|
10047
9672
|
const name$21 = 'DebugSharedProcess';
|
|
10048
|
-
const Commands$
|
|
9673
|
+
const Commands$1T = {
|
|
10049
9674
|
debugSharedProcess: debugSharedProcess
|
|
10050
9675
|
};
|
|
10051
9676
|
|
|
10052
9677
|
const DebugSharedProcess_ipc = {
|
|
10053
9678
|
__proto__: null,
|
|
10054
|
-
Commands: Commands$
|
|
9679
|
+
Commands: Commands$1T,
|
|
10055
9680
|
name: name$21
|
|
10056
9681
|
};
|
|
10057
9682
|
|
|
@@ -10518,7 +10143,7 @@ const openScreenCastView = async () => {
|
|
|
10518
10143
|
const name$20 = 'Developer';
|
|
10519
10144
|
|
|
10520
10145
|
// prettier-ignore
|
|
10521
|
-
const Commands$
|
|
10146
|
+
const Commands$1S = {
|
|
10522
10147
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
10523
10148
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
10524
10149
|
clearCache: clearCache,
|
|
@@ -10548,7 +10173,7 @@ const Commands$1T = {
|
|
|
10548
10173
|
|
|
10549
10174
|
const Developer_ipc = {
|
|
10550
10175
|
__proto__: null,
|
|
10551
|
-
Commands: Commands$
|
|
10176
|
+
Commands: Commands$1S,
|
|
10552
10177
|
name: name$20
|
|
10553
10178
|
};
|
|
10554
10179
|
|
|
@@ -10638,7 +10263,7 @@ const showMessage = async (message, options) => {
|
|
|
10638
10263
|
};
|
|
10639
10264
|
|
|
10640
10265
|
const name$1$ = 'Dialog';
|
|
10641
|
-
const Commands$
|
|
10266
|
+
const Commands$1R = {
|
|
10642
10267
|
// @ts-ignore
|
|
10643
10268
|
close: undefined,
|
|
10644
10269
|
handleClick: handleClick$b,
|
|
@@ -10649,7 +10274,7 @@ const Commands$1S = {
|
|
|
10649
10274
|
|
|
10650
10275
|
const Dialog_ipc = {
|
|
10651
10276
|
__proto__: null,
|
|
10652
|
-
Commands: Commands$
|
|
10277
|
+
Commands: Commands$1R,
|
|
10653
10278
|
name: name$1$
|
|
10654
10279
|
};
|
|
10655
10280
|
|
|
@@ -10686,7 +10311,7 @@ const downloadUrl = (url, outFile) => {
|
|
|
10686
10311
|
};
|
|
10687
10312
|
|
|
10688
10313
|
const name$1_ = 'Download';
|
|
10689
|
-
const Commands$
|
|
10314
|
+
const Commands$1Q = {
|
|
10690
10315
|
downloadFile: downloadFile,
|
|
10691
10316
|
downloadJson: downloadJson,
|
|
10692
10317
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -10694,7 +10319,7 @@ const Commands$1R = {
|
|
|
10694
10319
|
|
|
10695
10320
|
const Download_ipc = {
|
|
10696
10321
|
__proto__: null,
|
|
10697
|
-
Commands: Commands$
|
|
10322
|
+
Commands: Commands$1Q,
|
|
10698
10323
|
name: name$1_
|
|
10699
10324
|
};
|
|
10700
10325
|
|
|
@@ -10720,13 +10345,13 @@ const hydrate$1 = () => {
|
|
|
10720
10345
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
10721
10346
|
|
|
10722
10347
|
const name$1Z = 'EditorDiagnostics';
|
|
10723
|
-
const Commands$
|
|
10348
|
+
const Commands$1P = {
|
|
10724
10349
|
hydrate: hydrate$1
|
|
10725
10350
|
};
|
|
10726
10351
|
|
|
10727
10352
|
const EditorDiagnostics_ipc = {
|
|
10728
10353
|
__proto__: null,
|
|
10729
|
-
Commands: Commands$
|
|
10354
|
+
Commands: Commands$1P,
|
|
10730
10355
|
name: name$1Z
|
|
10731
10356
|
};
|
|
10732
10357
|
|
|
@@ -10763,13 +10388,13 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10763
10388
|
await invoke$g(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10764
10389
|
};
|
|
10765
10390
|
|
|
10766
|
-
const Commands$
|
|
10391
|
+
const Commands$1O = {
|
|
10767
10392
|
3900: show$9
|
|
10768
10393
|
};
|
|
10769
10394
|
|
|
10770
10395
|
const EditorError_ipc = {
|
|
10771
10396
|
__proto__: null,
|
|
10772
|
-
Commands: Commands$
|
|
10397
|
+
Commands: Commands$1O
|
|
10773
10398
|
};
|
|
10774
10399
|
|
|
10775
10400
|
/**
|
|
@@ -11574,19 +11199,19 @@ const handleClick$a = async label => {
|
|
|
11574
11199
|
const name$1Y = 'ElectronApplicationMenu';
|
|
11575
11200
|
|
|
11576
11201
|
// prettier-ignore
|
|
11577
|
-
const Commands$
|
|
11202
|
+
const Commands$1N = {
|
|
11578
11203
|
handleClick: handleClick$a,
|
|
11579
11204
|
hydrate: hydrate
|
|
11580
11205
|
};
|
|
11581
11206
|
|
|
11582
11207
|
const ElectronApplicationMenu_ipc = {
|
|
11583
11208
|
__proto__: null,
|
|
11584
|
-
Commands: Commands$
|
|
11209
|
+
Commands: Commands$1N,
|
|
11585
11210
|
name: name$1Y
|
|
11586
11211
|
};
|
|
11587
11212
|
|
|
11588
11213
|
const name$1X = 'ElectronBrowserView';
|
|
11589
|
-
const Commands$
|
|
11214
|
+
const Commands$1M = {
|
|
11590
11215
|
handleDidNavigate: handleDidNavigate$1,
|
|
11591
11216
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
11592
11217
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -11594,7 +11219,7 @@ const Commands$1N = {
|
|
|
11594
11219
|
|
|
11595
11220
|
const ElectronBrowserView_ipc = {
|
|
11596
11221
|
__proto__: null,
|
|
11597
|
-
Commands: Commands$
|
|
11222
|
+
Commands: Commands$1M,
|
|
11598
11223
|
name: name$1X
|
|
11599
11224
|
};
|
|
11600
11225
|
|
|
@@ -11605,29 +11230,29 @@ const writeText = text => {
|
|
|
11605
11230
|
const name$1W = 'ElectronClipBoard';
|
|
11606
11231
|
|
|
11607
11232
|
// prettier-ignore
|
|
11608
|
-
const Commands$
|
|
11233
|
+
const Commands$1L = {
|
|
11609
11234
|
writeText: writeText
|
|
11610
11235
|
};
|
|
11611
11236
|
|
|
11612
11237
|
const ElectronClipBoard_ipc = {
|
|
11613
11238
|
__proto__: null,
|
|
11614
|
-
Commands: Commands$
|
|
11239
|
+
Commands: Commands$1L,
|
|
11615
11240
|
name: name$1W
|
|
11616
11241
|
};
|
|
11617
11242
|
|
|
11618
11243
|
const name$1V = 'ElectronContextMenu';
|
|
11619
11244
|
|
|
11620
11245
|
// prettier-ignore
|
|
11621
|
-
const Commands$
|
|
11246
|
+
const Commands$1K = {};
|
|
11622
11247
|
|
|
11623
11248
|
const ElectronContextMenu_ipc = {
|
|
11624
11249
|
__proto__: null,
|
|
11625
|
-
Commands: Commands$
|
|
11250
|
+
Commands: Commands$1K,
|
|
11626
11251
|
name: name$1V
|
|
11627
11252
|
};
|
|
11628
11253
|
|
|
11629
11254
|
const name$1U = 'ElectronWindow';
|
|
11630
|
-
const Commands$
|
|
11255
|
+
const Commands$1J = {
|
|
11631
11256
|
close: close$6,
|
|
11632
11257
|
maximize: maximize$2,
|
|
11633
11258
|
minimize: minimize$2,
|
|
@@ -11641,18 +11266,18 @@ const Commands$1K = {
|
|
|
11641
11266
|
|
|
11642
11267
|
const ElectronWindow_ipc = {
|
|
11643
11268
|
__proto__: null,
|
|
11644
|
-
Commands: Commands$
|
|
11269
|
+
Commands: Commands$1J,
|
|
11645
11270
|
name: name$1U
|
|
11646
11271
|
};
|
|
11647
11272
|
|
|
11648
11273
|
const name$1T = 'ErrorHandling';
|
|
11649
|
-
const Commands$
|
|
11274
|
+
const Commands$1I = {
|
|
11650
11275
|
handleError: handleError$2
|
|
11651
11276
|
};
|
|
11652
11277
|
|
|
11653
11278
|
const ErrorHandling_ipc = {
|
|
11654
11279
|
__proto__: null,
|
|
11655
|
-
Commands: Commands$
|
|
11280
|
+
Commands: Commands$1I,
|
|
11656
11281
|
name: name$1T
|
|
11657
11282
|
};
|
|
11658
11283
|
|
|
@@ -11661,13 +11286,13 @@ const exit = () => {
|
|
|
11661
11286
|
};
|
|
11662
11287
|
|
|
11663
11288
|
const name$1S = 'Exit';
|
|
11664
|
-
const Commands$
|
|
11289
|
+
const Commands$1H = {
|
|
11665
11290
|
exit: exit
|
|
11666
11291
|
};
|
|
11667
11292
|
|
|
11668
11293
|
const Exit_ipc = {
|
|
11669
11294
|
__proto__: null,
|
|
11670
|
-
Commands: Commands$
|
|
11295
|
+
Commands: Commands$1H,
|
|
11671
11296
|
name: name$1S
|
|
11672
11297
|
};
|
|
11673
11298
|
|
|
@@ -11720,27 +11345,27 @@ const loadWebExtension = async path => {
|
|
|
11720
11345
|
const name$1R = 'ExtensionHost';
|
|
11721
11346
|
|
|
11722
11347
|
// prettier-ignore
|
|
11723
|
-
const Commands$
|
|
11348
|
+
const Commands$1G = {
|
|
11724
11349
|
loadWebExtension: loadWebExtension
|
|
11725
11350
|
};
|
|
11726
11351
|
|
|
11727
11352
|
const ExtensionHostCore_ipc = {
|
|
11728
11353
|
__proto__: null,
|
|
11729
|
-
Commands: Commands$
|
|
11354
|
+
Commands: Commands$1G,
|
|
11730
11355
|
name: name$1R
|
|
11731
11356
|
};
|
|
11732
11357
|
|
|
11733
11358
|
const name$1Q = 'ExtensionMeta';
|
|
11734
11359
|
|
|
11735
11360
|
// prettier-ignore
|
|
11736
|
-
const Commands$
|
|
11361
|
+
const Commands$1F = {
|
|
11737
11362
|
addNodeExtension: addNodeExtension,
|
|
11738
11363
|
addWebExtension: addWebExtension
|
|
11739
11364
|
};
|
|
11740
11365
|
|
|
11741
11366
|
const ExtensionMeta_ipc = {
|
|
11742
11367
|
__proto__: null,
|
|
11743
|
-
Commands: Commands$
|
|
11368
|
+
Commands: Commands$1F,
|
|
11744
11369
|
name: name$1Q
|
|
11745
11370
|
};
|
|
11746
11371
|
|
|
@@ -11756,14 +11381,14 @@ const openCachedExtensionsFolder = async () => {
|
|
|
11756
11381
|
const name$1P = 'Extensions';
|
|
11757
11382
|
|
|
11758
11383
|
// prettier-ignore
|
|
11759
|
-
const Commands$
|
|
11384
|
+
const Commands$1E = {
|
|
11760
11385
|
openCachedExtensionsFolder: openCachedExtensionsFolder,
|
|
11761
11386
|
openExtensionsFolder: openExtensionsFolder
|
|
11762
11387
|
};
|
|
11763
11388
|
|
|
11764
11389
|
const Extensions_ipc = {
|
|
11765
11390
|
__proto__: null,
|
|
11766
|
-
Commands: Commands$
|
|
11391
|
+
Commands: Commands$1E,
|
|
11767
11392
|
name: name$1P
|
|
11768
11393
|
};
|
|
11769
11394
|
|
|
@@ -11796,7 +11421,7 @@ const showSaveFilePicker = async options => {
|
|
|
11796
11421
|
};
|
|
11797
11422
|
|
|
11798
11423
|
const name$1O = 'FilePicker';
|
|
11799
|
-
const Commands$
|
|
11424
|
+
const Commands$1D = {
|
|
11800
11425
|
showDirectoryPicker: showDirectoryPicker,
|
|
11801
11426
|
showFilePicker: showFilePicker,
|
|
11802
11427
|
showSaveFilePicker: showSaveFilePicker
|
|
@@ -11804,12 +11429,12 @@ const Commands$1E = {
|
|
|
11804
11429
|
|
|
11805
11430
|
const FilePicker_ipc = {
|
|
11806
11431
|
__proto__: null,
|
|
11807
|
-
Commands: Commands$
|
|
11432
|
+
Commands: Commands$1D,
|
|
11808
11433
|
name: name$1O
|
|
11809
11434
|
};
|
|
11810
11435
|
|
|
11811
11436
|
const name$1N = 'FileSystem';
|
|
11812
|
-
const Commands$
|
|
11437
|
+
const Commands$1C = {
|
|
11813
11438
|
chmod: chmod$3,
|
|
11814
11439
|
getBlob: getBlob$4,
|
|
11815
11440
|
getPathSeparator: getPathSeparator$9,
|
|
@@ -11822,12 +11447,12 @@ const Commands$1D = {
|
|
|
11822
11447
|
|
|
11823
11448
|
const FileSystem_ipc = {
|
|
11824
11449
|
__proto__: null,
|
|
11825
|
-
Commands: Commands$
|
|
11450
|
+
Commands: Commands$1C,
|
|
11826
11451
|
name: name$1N
|
|
11827
11452
|
};
|
|
11828
11453
|
|
|
11829
11454
|
const name$1M = 'IconTheme';
|
|
11830
|
-
const Commands$
|
|
11455
|
+
const Commands$1B = {
|
|
11831
11456
|
// TODO command necessary?
|
|
11832
11457
|
// TODO hydrate should be an alias for reload/load
|
|
11833
11458
|
hydrate: hydrate$4,
|
|
@@ -11838,7 +11463,7 @@ const Commands$1C = {
|
|
|
11838
11463
|
|
|
11839
11464
|
const IconTheme_ipc = {
|
|
11840
11465
|
__proto__: null,
|
|
11841
|
-
Commands: Commands$
|
|
11466
|
+
Commands: Commands$1B,
|
|
11842
11467
|
name: name$1M
|
|
11843
11468
|
};
|
|
11844
11469
|
|
|
@@ -11875,26 +11500,26 @@ const hide$4 = async () => {
|
|
|
11875
11500
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11876
11501
|
|
|
11877
11502
|
const name$1L = 'ImagePreview';
|
|
11878
|
-
const Commands$
|
|
11503
|
+
const Commands$1A = {
|
|
11879
11504
|
hide: hide$4,
|
|
11880
11505
|
show: show$8
|
|
11881
11506
|
};
|
|
11882
11507
|
|
|
11883
11508
|
const ImagePreview_ipc = {
|
|
11884
11509
|
__proto__: null,
|
|
11885
|
-
Commands: Commands$
|
|
11510
|
+
Commands: Commands$1A,
|
|
11886
11511
|
name: name$1L
|
|
11887
11512
|
};
|
|
11888
11513
|
|
|
11889
11514
|
const name$1K = 'Focus';
|
|
11890
|
-
const Commands$
|
|
11515
|
+
const Commands$1z = {
|
|
11891
11516
|
setFocus: setFocus,
|
|
11892
11517
|
setAdditionalFocus: setAdditionalFocus
|
|
11893
11518
|
};
|
|
11894
11519
|
|
|
11895
11520
|
const Focus_ipc = {
|
|
11896
11521
|
__proto__: null,
|
|
11897
|
-
Commands: Commands$
|
|
11522
|
+
Commands: Commands$1z,
|
|
11898
11523
|
name: name$1K
|
|
11899
11524
|
};
|
|
11900
11525
|
|
|
@@ -11948,7 +11573,7 @@ const handleError$1 = (id, error) => {
|
|
|
11948
11573
|
};
|
|
11949
11574
|
|
|
11950
11575
|
const name$1J = 'IncrementalTextSearch';
|
|
11951
|
-
const Commands$
|
|
11576
|
+
const Commands$1y = {
|
|
11952
11577
|
handleCanceled: handleCanceled,
|
|
11953
11578
|
handleData: handleData$2,
|
|
11954
11579
|
handleError: handleError$1,
|
|
@@ -11958,35 +11583,35 @@ const Commands$1z = {
|
|
|
11958
11583
|
|
|
11959
11584
|
const IncrementalTextSearch_ipc = {
|
|
11960
11585
|
__proto__: null,
|
|
11961
|
-
Commands: Commands$
|
|
11586
|
+
Commands: Commands$1y,
|
|
11962
11587
|
name: name$1J
|
|
11963
11588
|
};
|
|
11964
11589
|
|
|
11965
11590
|
const name$1I = 'IndexedDb';
|
|
11966
|
-
const Commands$
|
|
11591
|
+
const Commands$1x = {
|
|
11967
11592
|
addHandle: addHandle$1,
|
|
11968
11593
|
getHandle: getHandle$1
|
|
11969
11594
|
};
|
|
11970
11595
|
|
|
11971
11596
|
const IndexedDb_ipc = {
|
|
11972
11597
|
__proto__: null,
|
|
11973
|
-
Commands: Commands$
|
|
11598
|
+
Commands: Commands$1x,
|
|
11974
11599
|
name: name$1I
|
|
11975
11600
|
};
|
|
11976
11601
|
|
|
11977
11602
|
const name$1H = 'IpcParent';
|
|
11978
|
-
const Commands$
|
|
11603
|
+
const Commands$1w = {
|
|
11979
11604
|
create: create$12
|
|
11980
11605
|
};
|
|
11981
11606
|
|
|
11982
11607
|
const IpcParent_ipc = {
|
|
11983
11608
|
__proto__: null,
|
|
11984
|
-
Commands: Commands$
|
|
11609
|
+
Commands: Commands$1w,
|
|
11985
11610
|
name: name$1H
|
|
11986
11611
|
};
|
|
11987
11612
|
|
|
11988
11613
|
const name$1G = 'KeyBindings';
|
|
11989
|
-
const Commands$
|
|
11614
|
+
const Commands$1v = {
|
|
11990
11615
|
handleKeyBinding: handleKeyBinding$1,
|
|
11991
11616
|
// @ts-ignore
|
|
11992
11617
|
setIdentifiers: undefined,
|
|
@@ -11996,7 +11621,7 @@ const Commands$1w = {
|
|
|
11996
11621
|
|
|
11997
11622
|
const KeyBindings_ipc = {
|
|
11998
11623
|
__proto__: null,
|
|
11999
|
-
Commands: Commands$
|
|
11624
|
+
Commands: Commands$1v,
|
|
12000
11625
|
name: name$1G
|
|
12001
11626
|
};
|
|
12002
11627
|
|
|
@@ -12026,13 +11651,13 @@ const getKeyBindings$i = async () => {
|
|
|
12026
11651
|
const name$1F = 'KeyBindingsInitial';
|
|
12027
11652
|
|
|
12028
11653
|
// prettier-ignore
|
|
12029
|
-
const Commands$
|
|
11654
|
+
const Commands$1u = {
|
|
12030
11655
|
getKeyBindings: getKeyBindings$i
|
|
12031
11656
|
};
|
|
12032
11657
|
|
|
12033
11658
|
const KeyBindingsInitial_ipc = {
|
|
12034
11659
|
__proto__: null,
|
|
12035
|
-
Commands: Commands$
|
|
11660
|
+
Commands: Commands$1u,
|
|
12036
11661
|
name: name$1F
|
|
12037
11662
|
};
|
|
12038
11663
|
|
|
@@ -12052,19 +11677,19 @@ const execute$2 = (id, ...args) => {
|
|
|
12052
11677
|
return listener(...args);
|
|
12053
11678
|
};
|
|
12054
11679
|
|
|
12055
|
-
const Commands$
|
|
11680
|
+
const Commands$1t = {
|
|
12056
11681
|
3444: execute$2
|
|
12057
11682
|
};
|
|
12058
11683
|
|
|
12059
11684
|
const Listener_ipc = {
|
|
12060
11685
|
__proto__: null,
|
|
12061
|
-
Commands: Commands$
|
|
11686
|
+
Commands: Commands$1t
|
|
12062
11687
|
};
|
|
12063
11688
|
|
|
12064
11689
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
12065
11690
|
|
|
12066
11691
|
const name$1E = 'LocalStorage';
|
|
12067
|
-
const Commands$
|
|
11692
|
+
const Commands$1s = {
|
|
12068
11693
|
clear: clear$4,
|
|
12069
11694
|
getJson: getJson$4,
|
|
12070
11695
|
getText: getText,
|
|
@@ -12074,7 +11699,7 @@ const Commands$1t = {
|
|
|
12074
11699
|
|
|
12075
11700
|
const LocalStorage_ipc = {
|
|
12076
11701
|
__proto__: null,
|
|
12077
|
-
Commands: Commands$
|
|
11702
|
+
Commands: Commands$1s,
|
|
12078
11703
|
name: name$1E
|
|
12079
11704
|
};
|
|
12080
11705
|
|
|
@@ -12148,7 +11773,7 @@ const getMenuEntries$i = async (id, ...args) => {
|
|
|
12148
11773
|
};
|
|
12149
11774
|
|
|
12150
11775
|
const addKeyBindings = menuEntries => {
|
|
12151
|
-
const keyBindings = state$
|
|
11776
|
+
const keyBindings = state$C.matchingKeyBindings;
|
|
12152
11777
|
const newMenuEntries = [];
|
|
12153
11778
|
for (const menuEntry of menuEntries) {
|
|
12154
11779
|
const keyBinding = getCommandKeyBinding(keyBindings, menuEntry.command, menuEntry.args);
|
|
@@ -13144,7 +12769,7 @@ const focusNext$b = async () => {
|
|
|
13144
12769
|
// TODO more tests
|
|
13145
12770
|
|
|
13146
12771
|
const name$1D = 'Menu';
|
|
13147
|
-
const Commands$
|
|
12772
|
+
const Commands$1r = {
|
|
13148
12773
|
focusFirst: focusFirst$8,
|
|
13149
12774
|
focusIndex: focusIndex$9,
|
|
13150
12775
|
focusLast: focusLast$8,
|
|
@@ -13160,7 +12785,7 @@ const Commands$1s = {
|
|
|
13160
12785
|
|
|
13161
12786
|
const Menu_ipc = {
|
|
13162
12787
|
__proto__: null,
|
|
13163
|
-
Commands: Commands$
|
|
12788
|
+
Commands: Commands$1r,
|
|
13164
12789
|
name: name$1D
|
|
13165
12790
|
};
|
|
13166
12791
|
|
|
@@ -13241,14 +12866,14 @@ const getMediaMimeType = uri => {
|
|
|
13241
12866
|
};
|
|
13242
12867
|
|
|
13243
12868
|
const name$1C = 'Mime';
|
|
13244
|
-
const Commands$
|
|
12869
|
+
const Commands$1q = {
|
|
13245
12870
|
getMediaMimeType: getMediaMimeType,
|
|
13246
12871
|
getTextMime: getTextMime
|
|
13247
12872
|
};
|
|
13248
12873
|
|
|
13249
12874
|
const Mime_ipc = {
|
|
13250
12875
|
__proto__: null,
|
|
13251
|
-
Commands: Commands$
|
|
12876
|
+
Commands: Commands$1q,
|
|
13252
12877
|
name: name$1C
|
|
13253
12878
|
};
|
|
13254
12879
|
|
|
@@ -13284,7 +12909,7 @@ const handleMinimized = () => {
|
|
|
13284
12909
|
};
|
|
13285
12910
|
|
|
13286
12911
|
const name$1B = 'NativeHost';
|
|
13287
|
-
const Commands$
|
|
12912
|
+
const Commands$1p = {
|
|
13288
12913
|
handleMaximized: handleMaximized,
|
|
13289
12914
|
handleMinimized: handleMinimized,
|
|
13290
12915
|
handleUnmaximized: handleUnmaximized
|
|
@@ -13292,7 +12917,7 @@ const Commands$1q = {
|
|
|
13292
12917
|
|
|
13293
12918
|
const NativeHost_ipc = {
|
|
13294
12919
|
__proto__: null,
|
|
13295
|
-
Commands: Commands$
|
|
12920
|
+
Commands: Commands$1p,
|
|
13296
12921
|
name: name$1B
|
|
13297
12922
|
};
|
|
13298
12923
|
|
|
@@ -13408,7 +13033,7 @@ const focusPreviousPart = async () => {
|
|
|
13408
13033
|
};
|
|
13409
13034
|
|
|
13410
13035
|
const name$1A = 'Navigation';
|
|
13411
|
-
const Commands$
|
|
13036
|
+
const Commands$1o = {
|
|
13412
13037
|
focusActivityBar: focusActivityBar,
|
|
13413
13038
|
focusMain: focusMain,
|
|
13414
13039
|
focusNextPart: focusNextPart,
|
|
@@ -13421,7 +13046,7 @@ const Commands$1p = {
|
|
|
13421
13046
|
|
|
13422
13047
|
const Navigation_ipc = {
|
|
13423
13048
|
__proto__: null,
|
|
13424
|
-
Commands: Commands$
|
|
13049
|
+
Commands: Commands$1o,
|
|
13425
13050
|
name: name$1A
|
|
13426
13051
|
};
|
|
13427
13052
|
|
|
@@ -13463,7 +13088,7 @@ const dispose$u = async id => {
|
|
|
13463
13088
|
};
|
|
13464
13089
|
|
|
13465
13090
|
const name$1z = 'Notification';
|
|
13466
|
-
const Commands$
|
|
13091
|
+
const Commands$1n = {
|
|
13467
13092
|
create: create$T,
|
|
13468
13093
|
dispose: dispose$u,
|
|
13469
13094
|
handleClick: handleClick$9,
|
|
@@ -13472,7 +13097,7 @@ const Commands$1o = {
|
|
|
13472
13097
|
|
|
13473
13098
|
const Notification_ipc = {
|
|
13474
13099
|
__proto__: null,
|
|
13475
|
-
Commands: Commands$
|
|
13100
|
+
Commands: Commands$1n,
|
|
13476
13101
|
name: name$1z
|
|
13477
13102
|
};
|
|
13478
13103
|
|
|
@@ -13497,30 +13122,30 @@ const openUrl = async url => {
|
|
|
13497
13122
|
const openExternal$1 = openExternal$2;
|
|
13498
13123
|
|
|
13499
13124
|
const name$1y = 'Open';
|
|
13500
|
-
const Commands$
|
|
13125
|
+
const Commands$1m = {
|
|
13501
13126
|
openExternal: openExternal$1,
|
|
13502
13127
|
openUrl: openUrl
|
|
13503
13128
|
};
|
|
13504
13129
|
|
|
13505
13130
|
const Open_ipc = {
|
|
13506
13131
|
__proto__: null,
|
|
13507
|
-
Commands: Commands$
|
|
13132
|
+
Commands: Commands$1m,
|
|
13508
13133
|
name: name$1y
|
|
13509
13134
|
};
|
|
13510
13135
|
|
|
13511
13136
|
const name$1x = 'OpenNativeFolder';
|
|
13512
|
-
const Commands$
|
|
13137
|
+
const Commands$1l = {
|
|
13513
13138
|
openNativeFolder: openNativeFolder
|
|
13514
13139
|
};
|
|
13515
13140
|
|
|
13516
13141
|
const OpenNativeFolder_ipc = {
|
|
13517
13142
|
__proto__: null,
|
|
13518
|
-
Commands: Commands$
|
|
13143
|
+
Commands: Commands$1l,
|
|
13519
13144
|
name: name$1x
|
|
13520
13145
|
};
|
|
13521
13146
|
|
|
13522
13147
|
const name$1w = 'PersistentFileHandle';
|
|
13523
|
-
const Commands$
|
|
13148
|
+
const Commands$1k = {
|
|
13524
13149
|
addHandle: addHandle,
|
|
13525
13150
|
getHandle: getHandle,
|
|
13526
13151
|
removeHandle: removeHandle
|
|
@@ -13528,14 +13153,14 @@ const Commands$1l = {
|
|
|
13528
13153
|
|
|
13529
13154
|
const PersistentFileHandle_ipc = {
|
|
13530
13155
|
__proto__: null,
|
|
13531
|
-
Commands: Commands$
|
|
13156
|
+
Commands: Commands$1k,
|
|
13532
13157
|
name: name$1w
|
|
13533
13158
|
};
|
|
13534
13159
|
|
|
13535
13160
|
const name$1v = 'Preferences';
|
|
13536
13161
|
|
|
13537
13162
|
// prettier-ignore
|
|
13538
|
-
const Commands$
|
|
13163
|
+
const Commands$1j = {
|
|
13539
13164
|
// TODO is this needed?
|
|
13540
13165
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
13541
13166
|
hydrate: hydrate$b,
|
|
@@ -13545,7 +13170,7 @@ const Commands$1k = {
|
|
|
13545
13170
|
|
|
13546
13171
|
const Preferences_ipc = {
|
|
13547
13172
|
__proto__: null,
|
|
13548
|
-
Commands: Commands$
|
|
13173
|
+
Commands: Commands$1j,
|
|
13549
13174
|
name: name$1v
|
|
13550
13175
|
};
|
|
13551
13176
|
|
|
@@ -13554,13 +13179,13 @@ const prompt = (message, defaultValue) => {
|
|
|
13554
13179
|
};
|
|
13555
13180
|
|
|
13556
13181
|
const name$1u = 'Prompt';
|
|
13557
|
-
const Commands$
|
|
13182
|
+
const Commands$1i = {
|
|
13558
13183
|
prompt: prompt
|
|
13559
13184
|
};
|
|
13560
13185
|
|
|
13561
13186
|
const Prompt_ipc = {
|
|
13562
13187
|
__proto__: null,
|
|
13563
|
-
Commands: Commands$
|
|
13188
|
+
Commands: Commands$1i,
|
|
13564
13189
|
name: name$1u
|
|
13565
13190
|
};
|
|
13566
13191
|
|
|
@@ -13569,20 +13194,20 @@ const rebuildNodePty = async () => {
|
|
|
13569
13194
|
};
|
|
13570
13195
|
|
|
13571
13196
|
const name$1t = 'RebuildNodePty';
|
|
13572
|
-
const Commands$
|
|
13197
|
+
const Commands$1h = {
|
|
13573
13198
|
rebuildNodePty: rebuildNodePty
|
|
13574
13199
|
};
|
|
13575
13200
|
|
|
13576
13201
|
const RebuildNodePty_ipc = {
|
|
13577
13202
|
__proto__: null,
|
|
13578
|
-
Commands: Commands$
|
|
13203
|
+
Commands: Commands$1h,
|
|
13579
13204
|
name: name$1t
|
|
13580
13205
|
};
|
|
13581
13206
|
|
|
13582
13207
|
const name$1s = 'RecentlyOpened';
|
|
13583
13208
|
|
|
13584
13209
|
// prettier-ignore
|
|
13585
|
-
const Commands$
|
|
13210
|
+
const Commands$1g = {
|
|
13586
13211
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
13587
13212
|
clearRecentlyOpened: clearRecentlyOpened$1,
|
|
13588
13213
|
getRecentlyOpened: getRecentlyOpened$2,
|
|
@@ -13591,18 +13216,18 @@ const Commands$1h = {
|
|
|
13591
13216
|
|
|
13592
13217
|
const RecentlyOpened_ipc = {
|
|
13593
13218
|
__proto__: null,
|
|
13594
|
-
Commands: Commands$
|
|
13219
|
+
Commands: Commands$1g,
|
|
13595
13220
|
name: name$1s
|
|
13596
13221
|
};
|
|
13597
13222
|
|
|
13598
13223
|
const name$1r = 'Reload';
|
|
13599
|
-
const Commands$
|
|
13224
|
+
const Commands$1f = {
|
|
13600
13225
|
reload: reload$2
|
|
13601
13226
|
};
|
|
13602
13227
|
|
|
13603
13228
|
const Reload_ipc = {
|
|
13604
13229
|
__proto__: null,
|
|
13605
|
-
Commands: Commands$
|
|
13230
|
+
Commands: Commands$1f,
|
|
13606
13231
|
name: name$1r
|
|
13607
13232
|
};
|
|
13608
13233
|
|
|
@@ -13637,32 +13262,32 @@ const saveFileAs = async (fileName, url) => {
|
|
|
13637
13262
|
const name$1q = 'SaveFileAs';
|
|
13638
13263
|
|
|
13639
13264
|
// prettier-ignore
|
|
13640
|
-
const Commands$
|
|
13265
|
+
const Commands$1e = {
|
|
13641
13266
|
saveFileAs: saveFileAs
|
|
13642
13267
|
};
|
|
13643
13268
|
|
|
13644
13269
|
const SaveFileAs_ipc = {
|
|
13645
13270
|
__proto__: null,
|
|
13646
|
-
Commands: Commands$
|
|
13271
|
+
Commands: Commands$1e,
|
|
13647
13272
|
name: name$1q
|
|
13648
13273
|
};
|
|
13649
13274
|
|
|
13650
13275
|
const name$1p = 'SaveState';
|
|
13651
13276
|
|
|
13652
13277
|
// prettier-ignore
|
|
13653
|
-
const Commands$
|
|
13278
|
+
const Commands$1d = {
|
|
13654
13279
|
handleVisibilityChange: handleVisibilityChange,
|
|
13655
13280
|
hydrate: hydrate$5
|
|
13656
13281
|
};
|
|
13657
13282
|
|
|
13658
13283
|
const SaveState_ipc = {
|
|
13659
13284
|
__proto__: null,
|
|
13660
|
-
Commands: Commands$
|
|
13285
|
+
Commands: Commands$1d,
|
|
13661
13286
|
name: name$1p
|
|
13662
13287
|
};
|
|
13663
13288
|
|
|
13664
13289
|
const name$1o = 'SessionReplay';
|
|
13665
|
-
const Commands$
|
|
13290
|
+
const Commands$1c = {
|
|
13666
13291
|
downloadSession: downloadSession,
|
|
13667
13292
|
openSession: openSession,
|
|
13668
13293
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -13671,21 +13296,21 @@ const Commands$1d = {
|
|
|
13671
13296
|
|
|
13672
13297
|
const SessionReplay_ipc = {
|
|
13673
13298
|
__proto__: null,
|
|
13674
|
-
Commands: Commands$
|
|
13299
|
+
Commands: Commands$1c,
|
|
13675
13300
|
name: name$1o
|
|
13676
13301
|
};
|
|
13677
13302
|
|
|
13678
13303
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
13679
13304
|
|
|
13680
13305
|
const name$1n = 'SessionStorage';
|
|
13681
|
-
const Commands$
|
|
13306
|
+
const Commands$1b = {
|
|
13682
13307
|
clear: clear$3,
|
|
13683
13308
|
getJson: getJson$2
|
|
13684
13309
|
};
|
|
13685
13310
|
|
|
13686
13311
|
const SessionStorage_ipc = {
|
|
13687
13312
|
__proto__: null,
|
|
13688
|
-
Commands: Commands$
|
|
13313
|
+
Commands: Commands$1b,
|
|
13689
13314
|
name: name$1n
|
|
13690
13315
|
};
|
|
13691
13316
|
|
|
@@ -13720,13 +13345,13 @@ const execute$1 = async href => {
|
|
|
13720
13345
|
};
|
|
13721
13346
|
|
|
13722
13347
|
const name$1m = 'Test';
|
|
13723
|
-
const Commands$
|
|
13348
|
+
const Commands$1a = {
|
|
13724
13349
|
execute: execute$1
|
|
13725
13350
|
};
|
|
13726
13351
|
|
|
13727
13352
|
const Test_ipc = {
|
|
13728
13353
|
__proto__: null,
|
|
13729
|
-
Commands: Commands$
|
|
13354
|
+
Commands: Commands$1a,
|
|
13730
13355
|
name: name$1m
|
|
13731
13356
|
};
|
|
13732
13357
|
|
|
@@ -13744,7 +13369,7 @@ const performAction = (...args) => {
|
|
|
13744
13369
|
};
|
|
13745
13370
|
|
|
13746
13371
|
const name$1l = 'TestFrameWork';
|
|
13747
|
-
const Commands$
|
|
13372
|
+
const Commands$19 = {
|
|
13748
13373
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
13749
13374
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
13750
13375
|
showOverlay: showOverlay,
|
|
@@ -13753,24 +13378,24 @@ const Commands$1a = {
|
|
|
13753
13378
|
|
|
13754
13379
|
const TestFrameWork_ipc = {
|
|
13755
13380
|
__proto__: null,
|
|
13756
|
-
Commands: Commands$
|
|
13381
|
+
Commands: Commands$19,
|
|
13757
13382
|
name: name$1l
|
|
13758
13383
|
};
|
|
13759
13384
|
|
|
13760
13385
|
const name$1k = 'Url';
|
|
13761
|
-
const Commands$
|
|
13386
|
+
const Commands$18 = {
|
|
13762
13387
|
createObjectUrl: createObjectUrl,
|
|
13763
13388
|
revokeObjectUrl: revokeObjectUrl
|
|
13764
13389
|
};
|
|
13765
13390
|
|
|
13766
13391
|
const Url_ipc = {
|
|
13767
13392
|
__proto__: null,
|
|
13768
|
-
Commands: Commands$
|
|
13393
|
+
Commands: Commands$18,
|
|
13769
13394
|
name: name$1k
|
|
13770
13395
|
};
|
|
13771
13396
|
|
|
13772
13397
|
const name$1j = 'Viewlet';
|
|
13773
|
-
const Commands$
|
|
13398
|
+
const Commands$17 = {
|
|
13774
13399
|
2133: send,
|
|
13775
13400
|
closeWidget: closeWidget,
|
|
13776
13401
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -13783,12 +13408,12 @@ const Commands$18 = {
|
|
|
13783
13408
|
|
|
13784
13409
|
const Viewlet_ipc = {
|
|
13785
13410
|
__proto__: null,
|
|
13786
|
-
Commands: Commands$
|
|
13411
|
+
Commands: Commands$17,
|
|
13787
13412
|
name: name$1j
|
|
13788
13413
|
};
|
|
13789
13414
|
|
|
13790
13415
|
const name$1i = 'Window';
|
|
13791
|
-
const Commands$
|
|
13416
|
+
const Commands$16 = {
|
|
13792
13417
|
close: close$5,
|
|
13793
13418
|
exit: exit$2,
|
|
13794
13419
|
maximize: maximize$1,
|
|
@@ -13802,12 +13427,12 @@ const Commands$17 = {
|
|
|
13802
13427
|
|
|
13803
13428
|
const Window_ipc = {
|
|
13804
13429
|
__proto__: null,
|
|
13805
|
-
Commands: Commands$
|
|
13430
|
+
Commands: Commands$16,
|
|
13806
13431
|
name: name$1i
|
|
13807
13432
|
};
|
|
13808
13433
|
|
|
13809
13434
|
const name$1h = 'Workspace';
|
|
13810
|
-
const Commands$
|
|
13435
|
+
const Commands$15 = {
|
|
13811
13436
|
hydrate: hydrate$6,
|
|
13812
13437
|
setPath: setPath,
|
|
13813
13438
|
setUri: setUri,
|
|
@@ -13816,18 +13441,18 @@ const Commands$16 = {
|
|
|
13816
13441
|
|
|
13817
13442
|
const Workspace_ipc = {
|
|
13818
13443
|
__proto__: null,
|
|
13819
|
-
Commands: Commands$
|
|
13444
|
+
Commands: Commands$15,
|
|
13820
13445
|
name: name$1h
|
|
13821
13446
|
};
|
|
13822
13447
|
|
|
13823
13448
|
const name$1g = 'WindowTitle';
|
|
13824
|
-
const Commands$
|
|
13449
|
+
const Commands$14 = {
|
|
13825
13450
|
set: set$a
|
|
13826
13451
|
};
|
|
13827
13452
|
|
|
13828
13453
|
const WindowTitle_ipc = {
|
|
13829
13454
|
__proto__: null,
|
|
13830
|
-
Commands: Commands$
|
|
13455
|
+
Commands: Commands$14,
|
|
13831
13456
|
name: name$1g
|
|
13832
13457
|
};
|
|
13833
13458
|
|
|
@@ -13839,14 +13464,14 @@ const unmock = () => {
|
|
|
13839
13464
|
};
|
|
13840
13465
|
|
|
13841
13466
|
const name$1f = 'PointerCapture';
|
|
13842
|
-
const Commands$
|
|
13467
|
+
const Commands$13 = {
|
|
13843
13468
|
mock: mock,
|
|
13844
13469
|
unmock: unmock
|
|
13845
13470
|
};
|
|
13846
13471
|
|
|
13847
13472
|
const PointerCapture_ipc = {
|
|
13848
13473
|
__proto__: null,
|
|
13849
|
-
Commands: Commands$
|
|
13474
|
+
Commands: Commands$13,
|
|
13850
13475
|
name: name$1f
|
|
13851
13476
|
};
|
|
13852
13477
|
|
|
@@ -13875,7 +13500,7 @@ const showCustom = (picks, resolve) => {
|
|
|
13875
13500
|
};
|
|
13876
13501
|
|
|
13877
13502
|
const name$1e = 'QuickPick';
|
|
13878
|
-
const Commands$
|
|
13503
|
+
const Commands$12 = {
|
|
13879
13504
|
show: show$6,
|
|
13880
13505
|
showColorTheme: showColorTheme,
|
|
13881
13506
|
showCommands: showCommands,
|
|
@@ -13887,7 +13512,7 @@ const Commands$13 = {
|
|
|
13887
13512
|
|
|
13888
13513
|
const QuickPick_ipc = {
|
|
13889
13514
|
__proto__: null,
|
|
13890
|
-
Commands: Commands$
|
|
13515
|
+
Commands: Commands$12,
|
|
13891
13516
|
name: name$1e
|
|
13892
13517
|
};
|
|
13893
13518
|
|
|
@@ -13903,13 +13528,13 @@ const show$5 = async picks => {
|
|
|
13903
13528
|
const name$1d = 'ExtensionHostQuickPick';
|
|
13904
13529
|
|
|
13905
13530
|
// prettier-ignore
|
|
13906
|
-
const Commands$
|
|
13531
|
+
const Commands$11 = {
|
|
13907
13532
|
show: show$5
|
|
13908
13533
|
};
|
|
13909
13534
|
|
|
13910
13535
|
const ExtensionHostQuickPick_ipc = {
|
|
13911
13536
|
__proto__: null,
|
|
13912
|
-
Commands: Commands$
|
|
13537
|
+
Commands: Commands$11,
|
|
13913
13538
|
name: name$1d
|
|
13914
13539
|
};
|
|
13915
13540
|
|
|
@@ -13922,13 +13547,13 @@ const showInformationMessage = async message => {
|
|
|
13922
13547
|
const name$1c = 'ExtensionHostDialog';
|
|
13923
13548
|
|
|
13924
13549
|
// prettier-ignore
|
|
13925
|
-
const Commands$
|
|
13550
|
+
const Commands$10 = {
|
|
13926
13551
|
showInformationMessage: showInformationMessage
|
|
13927
13552
|
};
|
|
13928
13553
|
|
|
13929
13554
|
const ExtensionHostDialog_ipc = {
|
|
13930
13555
|
__proto__: null,
|
|
13931
|
-
Commands: Commands$
|
|
13556
|
+
Commands: Commands$10,
|
|
13932
13557
|
name: name$1c
|
|
13933
13558
|
};
|
|
13934
13559
|
|
|
@@ -13946,24 +13571,24 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13946
13571
|
};
|
|
13947
13572
|
|
|
13948
13573
|
const name$1b = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13949
|
-
const Commands
|
|
13574
|
+
const Commands$$ = {
|
|
13950
13575
|
set: set$3
|
|
13951
13576
|
};
|
|
13952
13577
|
|
|
13953
13578
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13954
13579
|
__proto__: null,
|
|
13955
|
-
Commands: Commands
|
|
13580
|
+
Commands: Commands$$,
|
|
13956
13581
|
name: name$1b
|
|
13957
13582
|
};
|
|
13958
13583
|
|
|
13959
13584
|
const name$1a = 'SendMessagePortToElectron';
|
|
13960
|
-
const Commands
|
|
13585
|
+
const Commands$_ = {
|
|
13961
13586
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13962
13587
|
};
|
|
13963
13588
|
|
|
13964
13589
|
const SendMessagePortToElectron_ipc = {
|
|
13965
13590
|
__proto__: null,
|
|
13966
|
-
Commands: Commands
|
|
13591
|
+
Commands: Commands$_,
|
|
13967
13592
|
name: name$1a
|
|
13968
13593
|
};
|
|
13969
13594
|
|
|
@@ -13998,36 +13623,36 @@ const createForTerminal = async (canvasId, callbackId) => {
|
|
|
13998
13623
|
};
|
|
13999
13624
|
|
|
14000
13625
|
const name$19 = 'OffscreenCanvas';
|
|
14001
|
-
const Commands$
|
|
13626
|
+
const Commands$Z = {
|
|
14002
13627
|
create: create$S,
|
|
14003
13628
|
createForTerminal: createForTerminal
|
|
14004
13629
|
};
|
|
14005
13630
|
|
|
14006
13631
|
const OffscreenCanvas_ipc = {
|
|
14007
13632
|
__proto__: null,
|
|
14008
|
-
Commands: Commands$
|
|
13633
|
+
Commands: Commands$Z,
|
|
14009
13634
|
name: name$19
|
|
14010
13635
|
};
|
|
14011
13636
|
|
|
14012
13637
|
const name$18 = 'Languages';
|
|
14013
|
-
const Commands$
|
|
13638
|
+
const Commands$Y = {
|
|
14014
13639
|
getLanguageConfiguration: getLanguageConfiguration
|
|
14015
13640
|
};
|
|
14016
13641
|
|
|
14017
13642
|
const Languages_ipc = {
|
|
14018
13643
|
__proto__: null,
|
|
14019
|
-
Commands: Commands$
|
|
13644
|
+
Commands: Commands$Y,
|
|
14020
13645
|
name: name$18
|
|
14021
13646
|
};
|
|
14022
13647
|
|
|
14023
13648
|
const name$17 = 'FileWatcher';
|
|
14024
|
-
const Commands$
|
|
13649
|
+
const Commands$X = {
|
|
14025
13650
|
handleEvent: handleEvent
|
|
14026
13651
|
};
|
|
14027
13652
|
|
|
14028
13653
|
const FileWatcher_ipc = {
|
|
14029
13654
|
__proto__: null,
|
|
14030
|
-
Commands: Commands$
|
|
13655
|
+
Commands: Commands$X,
|
|
14031
13656
|
name: name$17
|
|
14032
13657
|
};
|
|
14033
13658
|
|
|
@@ -14082,13 +13707,13 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
14082
13707
|
};
|
|
14083
13708
|
|
|
14084
13709
|
const name$16 = 'ExtensionHostSelection';
|
|
14085
|
-
const Commands$
|
|
13710
|
+
const Commands$W = {
|
|
14086
13711
|
executeGrowSelection: executeGrowSelection
|
|
14087
13712
|
};
|
|
14088
13713
|
|
|
14089
13714
|
const ExtensionHostSelection_ipc = {
|
|
14090
13715
|
__proto__: null,
|
|
14091
|
-
Commands: Commands$
|
|
13716
|
+
Commands: Commands$W,
|
|
14092
13717
|
name: name$16
|
|
14093
13718
|
};
|
|
14094
13719
|
|
|
@@ -14111,13 +13736,13 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
14111
13736
|
};
|
|
14112
13737
|
|
|
14113
13738
|
const name$15 = 'ExtensionHostBraceCompletion';
|
|
14114
|
-
const Commands$
|
|
13739
|
+
const Commands$V = {
|
|
14115
13740
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
14116
13741
|
};
|
|
14117
13742
|
|
|
14118
13743
|
const ExtensionHostBraceCompletion_ipc = {
|
|
14119
13744
|
__proto__: null,
|
|
14120
|
-
Commands: Commands$
|
|
13745
|
+
Commands: Commands$V,
|
|
14121
13746
|
name: name$15
|
|
14122
13747
|
};
|
|
14123
13748
|
|
|
@@ -14136,13 +13761,13 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
14136
13761
|
};
|
|
14137
13762
|
|
|
14138
13763
|
const name$14 = 'ExtensionHostDefinition';
|
|
14139
|
-
const Commands$
|
|
13764
|
+
const Commands$U = {
|
|
14140
13765
|
executeDefinitionProvider: executeDefinitionProvider
|
|
14141
13766
|
};
|
|
14142
13767
|
|
|
14143
13768
|
const ExtensionHostDefinition_ipc = {
|
|
14144
13769
|
__proto__: null,
|
|
14145
|
-
Commands: Commands$
|
|
13770
|
+
Commands: Commands$U,
|
|
14146
13771
|
name: name$14
|
|
14147
13772
|
};
|
|
14148
13773
|
|
|
@@ -14162,13 +13787,13 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
14162
13787
|
};
|
|
14163
13788
|
|
|
14164
13789
|
const name$13 = 'ExtensionHostTypeDefinition';
|
|
14165
|
-
const Commands$
|
|
13790
|
+
const Commands$T = {
|
|
14166
13791
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
14167
13792
|
};
|
|
14168
13793
|
|
|
14169
13794
|
const ExtensionHostTypeDefinition_ipc = {
|
|
14170
13795
|
__proto__: null,
|
|
14171
|
-
Commands: Commands$
|
|
13796
|
+
Commands: Commands$T,
|
|
14172
13797
|
name: name$13
|
|
14173
13798
|
};
|
|
14174
13799
|
|
|
@@ -14188,13 +13813,13 @@ const executeOrganizeImports = editor => {
|
|
|
14188
13813
|
};
|
|
14189
13814
|
|
|
14190
13815
|
const name$12 = 'ExtensionHostOrganizeImports';
|
|
14191
|
-
const Commands$
|
|
13816
|
+
const Commands$S = {
|
|
14192
13817
|
organizeImports: executeOrganizeImports
|
|
14193
13818
|
};
|
|
14194
13819
|
|
|
14195
13820
|
const ExtensionHostOrganizeImports_ipc = {
|
|
14196
13821
|
__proto__: null,
|
|
14197
|
-
Commands: Commands$
|
|
13822
|
+
Commands: Commands$S,
|
|
14198
13823
|
name: name$12
|
|
14199
13824
|
};
|
|
14200
13825
|
|
|
@@ -14214,13 +13839,13 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
14214
13839
|
};
|
|
14215
13840
|
|
|
14216
13841
|
const name$11 = 'ExtensionHostTabCompletion';
|
|
14217
|
-
const Commands$
|
|
13842
|
+
const Commands$R = {
|
|
14218
13843
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
14219
13844
|
};
|
|
14220
13845
|
|
|
14221
13846
|
const ExtensionHostTabCompletion_ipc = {
|
|
14222
13847
|
__proto__: null,
|
|
14223
|
-
Commands: Commands$
|
|
13848
|
+
Commands: Commands$R,
|
|
14224
13849
|
name: name$11
|
|
14225
13850
|
};
|
|
14226
13851
|
|
|
@@ -14239,13 +13864,13 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
14239
13864
|
};
|
|
14240
13865
|
|
|
14241
13866
|
const name$10 = 'ExtensionHostClosingTagCompletion';
|
|
14242
|
-
const Commands$
|
|
13867
|
+
const Commands$Q = {
|
|
14243
13868
|
executeClosingTagProvider: executeClosingTagProvider
|
|
14244
13869
|
};
|
|
14245
13870
|
|
|
14246
13871
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
14247
13872
|
__proto__: null,
|
|
14248
|
-
Commands: Commands$
|
|
13873
|
+
Commands: Commands$Q,
|
|
14249
13874
|
name: name$10
|
|
14250
13875
|
};
|
|
14251
13876
|
|
|
@@ -14256,13 +13881,13 @@ const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
|
14256
13881
|
};
|
|
14257
13882
|
|
|
14258
13883
|
const name$$ = 'SendMessagePortToRendererProcess';
|
|
14259
|
-
const Commands$
|
|
13884
|
+
const Commands$P = {
|
|
14260
13885
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
14261
13886
|
};
|
|
14262
13887
|
|
|
14263
13888
|
const SendMessagePortToRendererProcess_ipc = {
|
|
14264
13889
|
__proto__: null,
|
|
14265
|
-
Commands: Commands$
|
|
13890
|
+
Commands: Commands$P,
|
|
14266
13891
|
name: name$$
|
|
14267
13892
|
};
|
|
14268
13893
|
|
|
@@ -14283,13 +13908,13 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
14283
13908
|
};
|
|
14284
13909
|
|
|
14285
13910
|
const name$_ = 'ExtensionHostHover';
|
|
14286
|
-
const Commands$
|
|
13911
|
+
const Commands$O = {
|
|
14287
13912
|
executeHoverProvider: executeHoverProvider
|
|
14288
13913
|
};
|
|
14289
13914
|
|
|
14290
13915
|
const ExtensionHostHover_ipc = {
|
|
14291
13916
|
__proto__: null,
|
|
14292
|
-
Commands: Commands$
|
|
13917
|
+
Commands: Commands$O,
|
|
14293
13918
|
name: name$_
|
|
14294
13919
|
};
|
|
14295
13920
|
|
|
@@ -14300,24 +13925,24 @@ const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
|
|
|
14300
13925
|
};
|
|
14301
13926
|
|
|
14302
13927
|
const name$Z = 'SendMessagePortToExtensionHostWorker';
|
|
14303
|
-
const Commands$
|
|
13928
|
+
const Commands$N = {
|
|
14304
13929
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker
|
|
14305
13930
|
};
|
|
14306
13931
|
|
|
14307
13932
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
14308
13933
|
__proto__: null,
|
|
14309
|
-
Commands: Commands$
|
|
13934
|
+
Commands: Commands$N,
|
|
14310
13935
|
name: name$Z
|
|
14311
13936
|
};
|
|
14312
13937
|
|
|
14313
13938
|
const name$Y = 'ExtensionHostManagement';
|
|
14314
|
-
const Commands$
|
|
13939
|
+
const Commands$M = {
|
|
14315
13940
|
activateByEvent: activateByEvent
|
|
14316
13941
|
};
|
|
14317
13942
|
|
|
14318
13943
|
const ExtensionHostManagement_ipc = {
|
|
14319
13944
|
__proto__: null,
|
|
14320
|
-
Commands: Commands$
|
|
13945
|
+
Commands: Commands$M,
|
|
14321
13946
|
name: name$Y
|
|
14322
13947
|
};
|
|
14323
13948
|
|
|
@@ -14347,7 +13972,7 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
14347
13972
|
if (getConfig()) {
|
|
14348
13973
|
// TODO should renderer process send port to renderer worker or vice versa?
|
|
14349
13974
|
const port = acquire(id);
|
|
14350
|
-
ipc = wrap$
|
|
13975
|
+
ipc = wrap$7(port);
|
|
14351
13976
|
}
|
|
14352
13977
|
handleIpc(ipc);
|
|
14353
13978
|
return ipc;
|
|
@@ -14365,18 +13990,18 @@ const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) =
|
|
|
14365
13990
|
};
|
|
14366
13991
|
|
|
14367
13992
|
const name$X = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
14368
|
-
const Commands$
|
|
13993
|
+
const Commands$L = {
|
|
14369
13994
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
14370
13995
|
};
|
|
14371
13996
|
|
|
14372
13997
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
14373
13998
|
__proto__: null,
|
|
14374
|
-
Commands: Commands$
|
|
13999
|
+
Commands: Commands$L,
|
|
14375
14000
|
name: name$X
|
|
14376
14001
|
};
|
|
14377
14002
|
|
|
14378
14003
|
const name$W = 'Transferrable';
|
|
14379
|
-
const Commands$
|
|
14004
|
+
const Commands$K = {
|
|
14380
14005
|
transferToRendererProcess: transferToRendererProcess,
|
|
14381
14006
|
transfer: transfer,
|
|
14382
14007
|
acquire: acquire
|
|
@@ -14384,7 +14009,7 @@ const Commands$L = {
|
|
|
14384
14009
|
|
|
14385
14010
|
const Transferrable_ipc = {
|
|
14386
14011
|
__proto__: null,
|
|
14387
|
-
Commands: Commands$
|
|
14012
|
+
Commands: Commands$K,
|
|
14388
14013
|
name: name$W
|
|
14389
14014
|
};
|
|
14390
14015
|
|
|
@@ -14488,7 +14113,7 @@ const compat = {
|
|
|
14488
14113
|
};
|
|
14489
14114
|
|
|
14490
14115
|
const name$V = 'WebView';
|
|
14491
|
-
const Commands$
|
|
14116
|
+
const Commands$J = {
|
|
14492
14117
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
14493
14118
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
14494
14119
|
compatRendererProcessInvoke: compat.rendererProcessInvoke,
|
|
@@ -14501,7 +14126,7 @@ const Commands$K = {
|
|
|
14501
14126
|
|
|
14502
14127
|
const WebView_ipc = {
|
|
14503
14128
|
__proto__: null,
|
|
14504
|
-
Commands: Commands$
|
|
14129
|
+
Commands: Commands$J,
|
|
14505
14130
|
name: name$V
|
|
14506
14131
|
};
|
|
14507
14132
|
|
|
@@ -14535,13 +14160,13 @@ const invoke$8 = async (method, ...params) => {
|
|
|
14535
14160
|
};
|
|
14536
14161
|
|
|
14537
14162
|
const name$U = 'SearchProcess';
|
|
14538
|
-
const Commands$
|
|
14163
|
+
const Commands$I = {
|
|
14539
14164
|
invoke: invoke$8
|
|
14540
14165
|
};
|
|
14541
14166
|
|
|
14542
14167
|
const SearchProcess_ipc = {
|
|
14543
14168
|
__proto__: null,
|
|
14544
|
-
Commands: Commands$
|
|
14169
|
+
Commands: Commands$I,
|
|
14545
14170
|
name: name$U
|
|
14546
14171
|
};
|
|
14547
14172
|
|
|
@@ -14561,40 +14186,40 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14561
14186
|
};
|
|
14562
14187
|
|
|
14563
14188
|
const name$T = 'ExtensionHostTextSearch';
|
|
14564
|
-
const Commands$
|
|
14189
|
+
const Commands$H = {
|
|
14565
14190
|
executeTextSearchProvider: executeTextSearchProvider
|
|
14566
14191
|
};
|
|
14567
14192
|
|
|
14568
14193
|
const ExtensionHostTextSearch_ipc = {
|
|
14569
14194
|
__proto__: null,
|
|
14570
|
-
Commands: Commands$
|
|
14195
|
+
Commands: Commands$H,
|
|
14571
14196
|
name: name$T
|
|
14572
14197
|
};
|
|
14573
14198
|
|
|
14574
14199
|
const name$S = 'GetWindowId';
|
|
14575
|
-
const Commands$
|
|
14200
|
+
const Commands$G = {
|
|
14576
14201
|
getWindowId: getWindowId
|
|
14577
14202
|
};
|
|
14578
14203
|
|
|
14579
14204
|
const GetWindowId_ipc = {
|
|
14580
14205
|
__proto__: null,
|
|
14581
|
-
Commands: Commands$
|
|
14206
|
+
Commands: Commands$G,
|
|
14582
14207
|
name: name$S
|
|
14583
14208
|
};
|
|
14584
14209
|
|
|
14585
14210
|
const name$R = 'ElectronDialog';
|
|
14586
|
-
const Commands$
|
|
14211
|
+
const Commands$F = {
|
|
14587
14212
|
showMessageBox: showMessageBox
|
|
14588
14213
|
};
|
|
14589
14214
|
|
|
14590
14215
|
const ElectronDialog_ipc = {
|
|
14591
14216
|
__proto__: null,
|
|
14592
|
-
Commands: Commands$
|
|
14217
|
+
Commands: Commands$F,
|
|
14593
14218
|
name: name$R
|
|
14594
14219
|
};
|
|
14595
14220
|
|
|
14596
14221
|
const name$Q = 'Process';
|
|
14597
|
-
const Commands$
|
|
14222
|
+
const Commands$E = {
|
|
14598
14223
|
getNodeVersion: getNodeVersion,
|
|
14599
14224
|
getElectronVersion: getElectronVersion,
|
|
14600
14225
|
getChromeVersion: getChromeVersion
|
|
@@ -14602,7 +14227,7 @@ const Commands$F = {
|
|
|
14602
14227
|
|
|
14603
14228
|
const Process_ipc = {
|
|
14604
14229
|
__proto__: null,
|
|
14605
|
-
Commands: Commands$
|
|
14230
|
+
Commands: Commands$E,
|
|
14606
14231
|
name: name$Q
|
|
14607
14232
|
};
|
|
14608
14233
|
|
|
@@ -14630,13 +14255,13 @@ const getAllExtensions = async () => {
|
|
|
14630
14255
|
};
|
|
14631
14256
|
|
|
14632
14257
|
const name$P = 'ExtensionManagement';
|
|
14633
|
-
const Commands$
|
|
14258
|
+
const Commands$D = {
|
|
14634
14259
|
getAllExtensions: getAllExtensions
|
|
14635
14260
|
};
|
|
14636
14261
|
|
|
14637
14262
|
const ExtensionManagement_ipc = {
|
|
14638
14263
|
__proto__: null,
|
|
14639
|
-
Commands: Commands$
|
|
14264
|
+
Commands: Commands$D,
|
|
14640
14265
|
name: name$P
|
|
14641
14266
|
};
|
|
14642
14267
|
|
|
@@ -14707,13 +14332,15 @@ const focusPrevious$a = async state => {
|
|
|
14707
14332
|
return newState;
|
|
14708
14333
|
};
|
|
14709
14334
|
|
|
14710
|
-
const
|
|
14711
|
-
|
|
14712
|
-
|
|
14713
|
-
|
|
14714
|
-
|
|
14715
|
-
|
|
14716
|
-
|
|
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
|
+
};
|
|
14717
14344
|
};
|
|
14718
14345
|
|
|
14719
14346
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
@@ -14763,11 +14390,11 @@ const renderEventListeners$1 = async () => {
|
|
|
14763
14390
|
|
|
14764
14391
|
const ViewletAbout_ipc = {
|
|
14765
14392
|
__proto__: null,
|
|
14766
|
-
Commands: Commands$D,
|
|
14767
14393
|
Css: Css$F,
|
|
14768
14394
|
create: create$Q,
|
|
14769
14395
|
focusNext: focusNext$a,
|
|
14770
14396
|
focusPrevious: focusPrevious$a,
|
|
14397
|
+
getCommands: getCommands$1,
|
|
14771
14398
|
getKeyBindings: getKeyBindings$h,
|
|
14772
14399
|
handleClickClose: handleClickClose$3,
|
|
14773
14400
|
handleClickCopy,
|
|
@@ -18005,7 +17632,7 @@ const launchEditorWorker = async () => {
|
|
|
18005
17632
|
// TODO should renderer process send port to renderer worker or vice versa?
|
|
18006
17633
|
const port = acquire(id);
|
|
18007
17634
|
// TODO wrap port to create ipc
|
|
18008
|
-
ipc = wrap$
|
|
17635
|
+
ipc = wrap$7(port);
|
|
18009
17636
|
}
|
|
18010
17637
|
handleIpc(ipc);
|
|
18011
17638
|
const syntaxHighlightingWorker = true;
|
|
@@ -18306,15 +17933,13 @@ const wrapEditorCommand = id => {
|
|
|
18306
17933
|
};
|
|
18307
17934
|
};
|
|
18308
17935
|
const wrapEditorCommands = ids => {
|
|
18309
|
-
let all =
|
|
17936
|
+
let all = Object.create(null);
|
|
18310
17937
|
for (const id of ids) {
|
|
18311
|
-
all =
|
|
18312
|
-
...all,
|
|
18313
|
-
[id]: wrapEditorCommand(id)
|
|
18314
|
-
};
|
|
17938
|
+
all[id] = wrapEditorCommand(id);
|
|
18315
17939
|
}
|
|
18316
17940
|
return all;
|
|
18317
17941
|
};
|
|
17942
|
+
|
|
18318
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'];
|
|
18319
17944
|
const Commands$r = {
|
|
18320
17945
|
// TODO command to set cursor position
|
|
@@ -18866,7 +18491,7 @@ const getSavedRoot$1 = (savedState, workspacePath) => {
|
|
|
18866
18491
|
return workspacePath;
|
|
18867
18492
|
};
|
|
18868
18493
|
const loadContent$w = async (state, savedState) => {
|
|
18869
|
-
const root = getSavedRoot$1(savedState, state$
|
|
18494
|
+
const root = getSavedRoot$1(savedState, state$w.workspacePath);
|
|
18870
18495
|
// TODO path separator could be restored from saved state
|
|
18871
18496
|
const pathSeparator = await getPathSeparator(root); // TODO only load path separator once
|
|
18872
18497
|
const excluded = getExcluded();
|
|
@@ -18912,7 +18537,7 @@ const handleLanguagesChanged = state => {
|
|
|
18912
18537
|
return updateIcons$1(state);
|
|
18913
18538
|
};
|
|
18914
18539
|
const handleWorkspaceChange$1 = async state => {
|
|
18915
|
-
const newRoot = state$
|
|
18540
|
+
const newRoot = state$w.workspacePath;
|
|
18916
18541
|
const state1 = {
|
|
18917
18542
|
...state,
|
|
18918
18543
|
root: newRoot
|
|
@@ -20416,7 +20041,7 @@ const restoreState = savedState => {
|
|
|
20416
20041
|
deltaY: 0
|
|
20417
20042
|
};
|
|
20418
20043
|
}
|
|
20419
|
-
const root = getSavedRoot(savedState, state$
|
|
20044
|
+
const root = getSavedRoot(savedState, state$w.workspacePath);
|
|
20420
20045
|
let minLineY = 0;
|
|
20421
20046
|
if (savedState && typeof savedState.minLineY === 'number') {
|
|
20422
20047
|
minLineY = savedState.minLineY;
|
|
@@ -27387,7 +27012,7 @@ const Noop = 'quickPick://noop';
|
|
|
27387
27012
|
const Number$2 = 'quickPick://number';
|
|
27388
27013
|
const Recent = 'quickPick://recent';
|
|
27389
27014
|
const ColorTheme = 'quickPick://color-theme';
|
|
27390
|
-
const Symbol$
|
|
27015
|
+
const Symbol$2 = 'quickPick://symbol';
|
|
27391
27016
|
const View$1 = 'quickPick://view';
|
|
27392
27017
|
const WorkspaceSymbol$1 = 'quickPick://workspace-symbol';
|
|
27393
27018
|
const Custom = 'quickPick://custom';
|
|
@@ -27407,7 +27032,7 @@ const load = moduleId => {
|
|
|
27407
27032
|
return Promise.resolve().then(function () { return QuickPickEntriesOpenRecent; });
|
|
27408
27033
|
case ColorTheme:
|
|
27409
27034
|
return Promise.resolve().then(function () { return QuickPickEntriesColorTheme; });
|
|
27410
|
-
case Symbol$
|
|
27035
|
+
case Symbol$2:
|
|
27411
27036
|
return Promise.resolve().then(function () { return QuickPickEntriesSymbol; });
|
|
27412
27037
|
case View$1:
|
|
27413
27038
|
return Promise.resolve().then(function () { return QuickPickEntriesView; });
|
|
@@ -27518,7 +27143,7 @@ const QuickPickNoop = {
|
|
|
27518
27143
|
};
|
|
27519
27144
|
|
|
27520
27145
|
const Command = '>';
|
|
27521
|
-
const Symbol$
|
|
27146
|
+
const Symbol$1 = '@';
|
|
27522
27147
|
const WorkspaceSymbol = '#';
|
|
27523
27148
|
const GoToLine = ':';
|
|
27524
27149
|
const View = 'view ';
|
|
@@ -27552,8 +27177,8 @@ const getPrefix = value => {
|
|
|
27552
27177
|
if (value.startsWith(Command)) {
|
|
27553
27178
|
return Command;
|
|
27554
27179
|
}
|
|
27555
|
-
if (value.startsWith(Symbol$
|
|
27556
|
-
return Symbol$
|
|
27180
|
+
if (value.startsWith(Symbol$1)) {
|
|
27181
|
+
return Symbol$1;
|
|
27557
27182
|
}
|
|
27558
27183
|
if (value.startsWith(WorkspaceSymbol)) {
|
|
27559
27184
|
return WorkspaceSymbol;
|
|
@@ -27573,7 +27198,7 @@ const getQuickPickProvider = prefix => {
|
|
|
27573
27198
|
switch (prefix) {
|
|
27574
27199
|
case Command:
|
|
27575
27200
|
return Promise.resolve().then(function () { return QuickPickEntriesCommand; });
|
|
27576
|
-
case Symbol$
|
|
27201
|
+
case Symbol$1:
|
|
27577
27202
|
return Promise.resolve().then(function () { return QuickPickEntriesSymbol; });
|
|
27578
27203
|
case WorkspaceSymbol:
|
|
27579
27204
|
return Promise.resolve().then(function () { return QuickPickEntriesWorkspaceSymbol; });
|
|
@@ -28565,7 +28190,7 @@ const None$4 = '';
|
|
|
28565
28190
|
const Number$1 = 'number';
|
|
28566
28191
|
const Object$1 = 'object';
|
|
28567
28192
|
const String$1 = 'string';
|
|
28568
|
-
const Symbol
|
|
28193
|
+
const Symbol = 'symbol';
|
|
28569
28194
|
const Function = 'function';
|
|
28570
28195
|
const Getter = 'getter';
|
|
28571
28196
|
const Undefined = 'undefined';
|
|
@@ -28633,7 +28258,7 @@ const getDebugPropertyValueLabelString = property => {
|
|
|
28633
28258
|
const getDebugPropertyValueLabel = property => {
|
|
28634
28259
|
switch (property.type) {
|
|
28635
28260
|
case Number$1:
|
|
28636
|
-
case Symbol
|
|
28261
|
+
case Symbol:
|
|
28637
28262
|
case Function:
|
|
28638
28263
|
return getDebugPropertyValueLabelCommon(property);
|
|
28639
28264
|
case Object$1:
|
|
@@ -29443,7 +29068,7 @@ const getDebugValueClassName = valueType => {
|
|
|
29443
29068
|
return DebugValueUndefined;
|
|
29444
29069
|
case Number$1:
|
|
29445
29070
|
return DebugValueNumber;
|
|
29446
|
-
case Symbol
|
|
29071
|
+
case Symbol:
|
|
29447
29072
|
return DebugValueSymbol;
|
|
29448
29073
|
case Boolean$1:
|
|
29449
29074
|
return DebugValueBoolean;
|
|
@@ -30186,7 +29811,7 @@ const loadContent$e = async (state, savedState) => {
|
|
|
30186
29811
|
const itemHeight = 22;
|
|
30187
29812
|
const value = '';
|
|
30188
29813
|
const replacement = '';
|
|
30189
|
-
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);
|
|
30190
29815
|
await invoke$1('TextSearch.loadContent', state.uid, savedState);
|
|
30191
29816
|
const commands = await invoke$1('TextSearch.render', state.uid);
|
|
30192
29817
|
return {
|
|
@@ -31426,7 +31051,7 @@ const loadContent$b = async state => {
|
|
|
31426
31051
|
height,
|
|
31427
31052
|
minimumSliderSize
|
|
31428
31053
|
} = state;
|
|
31429
|
-
const root = state$
|
|
31054
|
+
const root = state$w.workspacePath;
|
|
31430
31055
|
const scheme = getProtocol(root);
|
|
31431
31056
|
const enabledProviderIds = await getEnabledProviderIds(scheme, root);
|
|
31432
31057
|
const {
|
|
@@ -32365,7 +31990,7 @@ const loadContent$8 = async state => {
|
|
|
32365
31990
|
} = await getTerminalSpawnOptions();
|
|
32366
31991
|
const canvasTextId = create$13();
|
|
32367
31992
|
const canvasCursorId = create$13();
|
|
32368
|
-
await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$
|
|
31993
|
+
await invoke$b('Terminal.create', canvasTextId, canvasCursorId, uid, state$w.workspacePath, command, args);
|
|
32369
31994
|
const terminal = {
|
|
32370
31995
|
handleBlur() {
|
|
32371
31996
|
return invoke$b('Terminal.handleBlur', uid);
|
|
@@ -36953,7 +36578,7 @@ const getNoResults = () => {
|
|
|
36953
36578
|
};
|
|
36954
36579
|
};
|
|
36955
36580
|
const getPicks = async searchValue => {
|
|
36956
|
-
const workspace = state$
|
|
36581
|
+
const workspace = state$w.workspacePath;
|
|
36957
36582
|
if (!workspace) {
|
|
36958
36583
|
return [];
|
|
36959
36584
|
}
|
|
@@ -36965,7 +36590,7 @@ const selectPick = async pick => {
|
|
|
36965
36590
|
if (typeof pick === 'object') {
|
|
36966
36591
|
pick = pick.pick;
|
|
36967
36592
|
}
|
|
36968
|
-
const workspace = state$
|
|
36593
|
+
const workspace = state$w.workspacePath;
|
|
36969
36594
|
const absolutePath = `${workspace}/${pick}`;
|
|
36970
36595
|
await execute$4(/* Main.openUri */'Main.openUri', /* uri */absolutePath);
|
|
36971
36596
|
return {
|
|
@@ -37008,7 +36633,7 @@ const getPickFileIcon = pick => {
|
|
|
37008
36633
|
});
|
|
37009
36634
|
};
|
|
37010
36635
|
const isPrepared = () => {
|
|
37011
|
-
const workspace = state$
|
|
36636
|
+
const workspace = state$w.workspacePath;
|
|
37012
36637
|
// TODO protocol should always be defined. For files it should use file protocol
|
|
37013
36638
|
const protocol = getProtocol(workspace);
|
|
37014
36639
|
return !protocol;
|