@lvce-editor/static-server 0.42.3 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1791 -1845
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{22c7835 → 788e923}/css/App.css +82 -82
- package/static/{22c7835 → 788e923}/js/preview-injected.js +3 -0
- package/static/{22c7835 → 788e923}/manifest.json +2 -2
- package/static/{22c7835 → 788e923}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/788e923/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +1093 -0
- package/static/{22c7835 → 788e923}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +174 -77
- package/static/{22c7835 → 788e923}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{22c7835 → 788e923}/packages/iframe-worker/dist/iframeWorkerMain.js +539 -121
- package/static/{22c7835 → 788e923}/packages/renderer-process/dist/rendererProcessMain.js +4 -1
- package/static/{22c7835 → 788e923}/packages/renderer-process/package.json +1 -1
- package/static/{22c7835 → 788e923}/packages/renderer-worker/dist/rendererWorkerMain.js +405 -459
- package/static/{22c7835 → 788e923}/packages/test-worker/dist/testWorkerMain.js +83 -82
- package/static/index.html +4 -4
- package/static/22c7835/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/22c7835/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/22c7835/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/22c7835/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- /package/static/{22c7835 → 788e923}/config/colorTheme.json +0 -0
- /package/static/{22c7835 → 788e923}/config/defaultSettings.json +0 -0
- /package/static/{22c7835 → 788e923}/config/fileMap.json +0 -0
- /package/static/{22c7835 → 788e923}/config/webExtensions.json +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/Animation.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/DebugButtons.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/DebugValue.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/E2eTest.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/E2eTests.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/EditorHover.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/EditorMessage.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ImagePreview.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/Key.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/Markdown.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/Progress.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/Select.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletAbout.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletDialog.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletMedia.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletOutput.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletPanel.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletPdf.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletProblems.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletReferences.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletSearch.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletStorage.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{22c7835 → 788e923}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{22c7835 → 788e923}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/default_file.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/default_folder.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/default_root_folder.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_access.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_access2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ada.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ai.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_al.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_angular.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_apache.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_apex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_apib.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_apl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_asp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_astro.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_atom.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ats.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_attw.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_audio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_avif.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_avro.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_awk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_aws.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_azure.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_babel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bat.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bats.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_biml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_binary.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_biome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_blade.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bower.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_buf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bun.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_c.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_c2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_c3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_casc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cert.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_chef.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_class.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_compass.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_composer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_conan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_conda.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_config.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_craco.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_css.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_cython.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_db.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_debian.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_deno.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_diff.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_django.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_docker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_docz.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_drone.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_drools.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_edge.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_elm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ember.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eps.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_epub.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_erb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_excel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_expo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fla.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flash.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flow.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_font.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_funding.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_galen.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_git.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_git2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_glide.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_godot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_grain.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_helix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_helm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_host.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_html.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_http.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_husky.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_icl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_idris.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_image.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_imba.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_inc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_informix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ini.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ink.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_io.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_janet.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jar.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_java.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_json.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_json2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_json5.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_juice.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_julia.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_k.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_karma.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_key.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kite.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_knip.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kos.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_latino.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_layout.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_less.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_liara.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_license.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lime.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_locale.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_log.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lua.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_luau.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_lync.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_map.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_marko.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_maven.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_maya.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_meson.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_motif.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mson.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_next.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nim.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_noc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_node.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_node2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_npm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_org.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_package.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_paket.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_patch.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_perl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_php.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_php2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_php3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pine.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pip.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pony.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_postman.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_preact.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_progress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pug.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_python.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_q.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_qml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_r.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_racket.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rails.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_raku.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_raml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_razor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_reason.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_red.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_registry.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rego.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_remark.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_replit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_retext.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_riot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_robots.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rome.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ron.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rust.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sails.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_san.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sas.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sass.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_scala.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_script.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_scss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_shell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sino.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_slang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_slice.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_slim.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_slint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sln.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_snort.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_source.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_spin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sst.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stata.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_style.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_styled.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_svg.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_swc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_swift.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_swig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_teal.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_templ.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tera.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_test.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_testts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_text.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_textile.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_todo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_toit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_toml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tox.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_travis.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tree.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tres.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_twig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_unison.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vala.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vash.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vba.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vento.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_video.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_view.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vim.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vite.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_volt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vue.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wally.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_windi.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_word.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_word2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xib.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yang.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_zig.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_zip.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_android.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_api.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_app.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_client.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_common.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_component.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_config.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_css.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_db.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_git.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_github.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_images.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_include.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_js.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_json.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_less.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_library.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_log.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_model.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_module.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_next.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_node.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_package.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_php.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_private.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_public.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_python.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_route.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_script.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_server.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_services.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_src.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_story.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_style.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_template.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_test.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_video.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_view.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_www.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{22c7835 → 788e923}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{22c7835 → 788e923}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{22c7835 → 788e923}/icons/add.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/arrow-down.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/arrow-left.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/arrow-right.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/arrow-up.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/blank.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/book.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/case-sensitive.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/check.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chevron-down.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chevron-left.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chevron-right.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chevron-up.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chrome-close.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chrome-maximize.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chrome-minimize.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/chrome-restore.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/circle-filled.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/clear-all.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/close.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/cloud.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/collapse-all.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-all.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-alt-2.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-alt-small.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-alt.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-console.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-continue-small.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-continue.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-coverage.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-disconnect.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-line-by-line.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-pause.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-rerun.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-restart-frame.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-restart.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-stackframe.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-start.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-step-back.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-step-into.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-step-out.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-step-over.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug-stop.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/debug.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/discard.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/edit.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/ellipsis.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/error.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/exclude.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{22c7835 → 788e923}/icons/extensions.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/files.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/filter.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/go-to-file.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/icon-close.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/icon-source-control.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/icon-sync.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/icon.png +0 -0
- /package/static/{22c7835 → 788e923}/icons/icon.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/info.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/language-icon.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/link-external.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/list-flat.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/list-tree.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/new-file.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/new-folder.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/newline.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/open-preview.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/play.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/preserve-case.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/progress.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/pwa-icon-192.png +0 -0
- /package/static/{22c7835 → 788e923}/icons/pwa-icon-512.png +0 -0
- /package/static/{22c7835 → 788e923}/icons/record-keys.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/refresh.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/regex.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/remove.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/replace-all.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/replace.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/run-all.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/search.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/settings-gear.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/source-control.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/split-horizontal.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/squiggly-error.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/squiggly-warning.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-array.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-boolean.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-class.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-color.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-constant.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-enum-member.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-enum.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-event.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-field.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-file.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-interface.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-key.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-keyword.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-method.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-misc.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-namespace.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-numeric.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-operator.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-parameter.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-property.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-ruler.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-snippet.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-string.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-structure.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/symbol-variable.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/tag.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/terminal-bash.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/terminal.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/theme-icon.png +0 -0
- /package/static/{22c7835 → 788e923}/icons/trash.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/triangle-down.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/triangle-left.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/triangle-right.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/triangle-up.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/warning.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/whole-word.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/zoom-in.svg +0 -0
- /package/static/{22c7835 → 788e923}/icons/zoom-out.svg +0 -0
- /package/static/{22c7835 → 788e923}/js/babel-parser.js +0 -0
- /package/static/{22c7835 → 788e923}/js/blob-util.js +0 -0
- /package/static/{22c7835 → 788e923}/js/ky.js +0 -0
- /package/static/{22c7835 → 788e923}/js/lvce-editor-import-script.js +0 -0
- /package/static/{22c7835 → 788e923}/js/lvce-editor-ipc.js +0 -0
- /package/static/{22c7835 → 788e923}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{22c7835 → 788e923}/js/lvce-editor-verror.js +0 -0
- /package/static/{22c7835 → 788e923}/js/p-min-delay.js +0 -0
- /package/static/{22c7835 → 788e923}/js/pretty-bytes.js +0 -0
- /package/static/{22c7835 → 788e923}/js/yoctodelay.js +0 -0
- /package/static/{22c7835 → 788e923}/lib-css/termterm.css +0 -0
- /package/static/{22c7835 → 788e923}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{22c7835 → 788e923}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/renderer-process/LICENSE +0 -0
- /package/static/{22c7835 → 788e923}/packages/renderer-process/README.md +0 -0
- /package/static/{22c7835 → 788e923}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.cpp +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.css +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.csv +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.dart +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.env +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.ex +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.html +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.java +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.jl +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.js +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.json +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.kt +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.pl +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.py +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/index.ts +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/scrolling.txt +0 -0
- /package/static/{22c7835 → 788e923}/playground/languages/tsconfig.json +0 -0
- /package/static/{22c7835 → 788e923}/playground/sample-folder/a.txt +0 -0
- /package/static/{22c7835 → 788e923}/playground/sample-folder/b.txt +0 -0
- /package/static/{22c7835 → 788e923}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/788e923';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -123,7 +123,7 @@ const getText$3 = response => {
|
|
|
123
123
|
const getJson$7 = response => {
|
|
124
124
|
return response.json();
|
|
125
125
|
};
|
|
126
|
-
const create$
|
|
126
|
+
const create$13 = (value, options) => {
|
|
127
127
|
return new Response(value, options);
|
|
128
128
|
};
|
|
129
129
|
|
|
@@ -460,7 +460,7 @@ const unwrapJsonRpcResult = responseMessage => {
|
|
|
460
460
|
}
|
|
461
461
|
throw new JsonRpcError("unexpected response message");
|
|
462
462
|
};
|
|
463
|
-
const invoke$
|
|
463
|
+
const invoke$g = async (ipc, method, ...params) => {
|
|
464
464
|
const {
|
|
465
465
|
message,
|
|
466
466
|
promise
|
|
@@ -1117,8 +1117,8 @@ const listen$1 = async () => {
|
|
|
1117
1117
|
handleIpc(ipc);
|
|
1118
1118
|
state$J.ipc = ipc;
|
|
1119
1119
|
};
|
|
1120
|
-
const invoke$
|
|
1121
|
-
return invoke$
|
|
1120
|
+
const invoke$f = (method, ...params) => {
|
|
1121
|
+
return invoke$g(state$J.ipc, method, ...params);
|
|
1122
1122
|
};
|
|
1123
1123
|
const invokeAndTransfer$c = (method, ...params) => {
|
|
1124
1124
|
return invokeAndTransfer$d(state$J.ipc, method, ...params);
|
|
@@ -1139,7 +1139,7 @@ const loadCssStyleSheets = css => {
|
|
|
1139
1139
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
1140
1140
|
};
|
|
1141
1141
|
const addCssStyleSheet = (id, css) => {
|
|
1142
|
-
return invoke$
|
|
1142
|
+
return invoke$f('Css.addCssStyleSheet', id, css);
|
|
1143
1143
|
};
|
|
1144
1144
|
const actuallyAddDynamicCss = async (id, getCss, preferences) => {
|
|
1145
1145
|
const css = await getCss(preferences);
|
|
@@ -1376,7 +1376,7 @@ const getMarkerLines = (loc, source, opts) => {
|
|
|
1376
1376
|
markerLines
|
|
1377
1377
|
};
|
|
1378
1378
|
};
|
|
1379
|
-
const create$
|
|
1379
|
+
const create$12 = (rawLines, loc, opts = {}) => {
|
|
1380
1380
|
const lines = rawLines.split(NEWLINE);
|
|
1381
1381
|
const {
|
|
1382
1382
|
start,
|
|
@@ -1697,7 +1697,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
|
|
|
1697
1697
|
} = getOriginalPosition(sourceMap, parsedLine, parsedColumn);
|
|
1698
1698
|
const absoluteSourceUrl = toAbsoluteUrl(path, source);
|
|
1699
1699
|
const originalSourceContent = await getText$2(absoluteSourceUrl);
|
|
1700
|
-
const codeFrame = create$
|
|
1700
|
+
const codeFrame = create$12(originalSourceContent, {
|
|
1701
1701
|
start: {
|
|
1702
1702
|
line: originalLine,
|
|
1703
1703
|
column: originalColumn
|
|
@@ -1715,7 +1715,7 @@ const prepareErrorMessageWithoutCodeFrame = async error => {
|
|
|
1715
1715
|
_error: error
|
|
1716
1716
|
};
|
|
1717
1717
|
}
|
|
1718
|
-
const codeFrame = create$
|
|
1718
|
+
const codeFrame = create$12(text, {
|
|
1719
1719
|
start: {
|
|
1720
1720
|
line: parsedLine,
|
|
1721
1721
|
column: parsedColumn
|
|
@@ -1836,11 +1836,11 @@ const state$H = {
|
|
|
1836
1836
|
};
|
|
1837
1837
|
|
|
1838
1838
|
/* istanbul ignore file */
|
|
1839
|
-
const invoke$
|
|
1839
|
+
const invoke$e = async (method, ...params) => {
|
|
1840
1840
|
const {
|
|
1841
1841
|
ipc
|
|
1842
1842
|
} = state$H;
|
|
1843
|
-
const result = await invoke$
|
|
1843
|
+
const result = await invoke$g(ipc, method, ...params);
|
|
1844
1844
|
return result;
|
|
1845
1845
|
};
|
|
1846
1846
|
const invokeAndTransfer$b = async (method, ...params) => {
|
|
@@ -1854,7 +1854,7 @@ const invokeAndTransfer$b = async (method, ...params) => {
|
|
|
1854
1854
|
// TODO when shared process crashes / connection is lost: reconnect or show notification
|
|
1855
1855
|
|
|
1856
1856
|
const getColorThemeJson$2 = colorThemeId => {
|
|
1857
|
-
return invoke$
|
|
1857
|
+
return invoke$e(/* ExtensionHost.getColorThemeJson */'ExtensionHost.getColorThemeJson', /* colorThemeId */colorThemeId);
|
|
1858
1858
|
};
|
|
1859
1859
|
|
|
1860
1860
|
const getColorThemeUrlWeb = colorThemeId => {
|
|
@@ -2110,7 +2110,7 @@ const getPreferencesJson = async () => {
|
|
|
2110
2110
|
const url = `${assetDir}/config/defaultSettings.json`;
|
|
2111
2111
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
2112
2112
|
}
|
|
2113
|
-
return invoke$
|
|
2113
|
+
return invoke$e(PreferencesGetAll);
|
|
2114
2114
|
};
|
|
2115
2115
|
const getPreferences = async () => {
|
|
2116
2116
|
// TODO cache preferences, but they should not be stale
|
|
@@ -2188,7 +2188,7 @@ const getMetaThemeColor = colorThemeJson => {
|
|
|
2188
2188
|
};
|
|
2189
2189
|
|
|
2190
2190
|
const setThemeColor = async themeColor => {
|
|
2191
|
-
await invoke$
|
|
2191
|
+
await invoke$f(/* Meta.setThemeColor */'Meta.setThemeColor', /* color */themeColor);
|
|
2192
2192
|
};
|
|
2193
2193
|
|
|
2194
2194
|
// TODO by default color theme should come from local storage, session storage, cache storage, indexeddb or blob url -> fast initial load
|
|
@@ -2229,7 +2229,7 @@ const watch$2 = async id => {
|
|
|
2229
2229
|
return;
|
|
2230
2230
|
}
|
|
2231
2231
|
state$E.watchedTheme = id;
|
|
2232
|
-
await invoke$
|
|
2232
|
+
await invoke$e('ExtensionHost.watchColorTheme', id);
|
|
2233
2233
|
};
|
|
2234
2234
|
const getPreferredColorTheme = () => {
|
|
2235
2235
|
const preferredColorTheme = get$d('workbench.colorTheme');
|
|
@@ -2362,7 +2362,7 @@ const getAvailableKeyBindings = keyBindings => {
|
|
|
2362
2362
|
const update = () => {
|
|
2363
2363
|
const matchingKeyBindings = getMatchingKeyBindings(state$C.keyBindingSets);
|
|
2364
2364
|
const keyBindingIdentifiers = getAvailableKeyBindings(matchingKeyBindings);
|
|
2365
|
-
invoke$
|
|
2365
|
+
invoke$f('KeyBindings.setIdentifiers', keyBindingIdentifiers);
|
|
2366
2366
|
state$C.matchingKeyBindings = matchingKeyBindings;
|
|
2367
2367
|
state$C.keyBindingIdentifiers = keyBindingIdentifiers;
|
|
2368
2368
|
};
|
|
@@ -2482,7 +2482,7 @@ const Rejected = 'rejected';
|
|
|
2482
2482
|
const webExtensionsUrl = `${assetDir}/config/webExtensions.json`;
|
|
2483
2483
|
|
|
2484
2484
|
const getSharedProcessExtensions$1 = () => {
|
|
2485
|
-
return invoke$
|
|
2485
|
+
return invoke$e(/* ExtensionManagement.getExtensions */'ExtensionManagement.getExtensions');
|
|
2486
2486
|
};
|
|
2487
2487
|
const getStaticWebExtensions = () => {
|
|
2488
2488
|
return execute$4('Ajax.getJson', webExtensionsUrl);
|
|
@@ -2515,7 +2515,7 @@ const getWebExtensions = async () => {
|
|
|
2515
2515
|
|
|
2516
2516
|
const getLanguages$2 = async () => {
|
|
2517
2517
|
// TODO handle error
|
|
2518
|
-
const languages = await invoke$
|
|
2518
|
+
const languages = await invoke$e(/* ExtensionHost.getLanguages */'ExtensionHost.getLanguages');
|
|
2519
2519
|
return languages;
|
|
2520
2520
|
};
|
|
2521
2521
|
const joinPath = (extensionPath, relativePath) => {
|
|
@@ -2546,7 +2546,7 @@ const getLanguageConfigurationFromWebExtension = async languageId => {
|
|
|
2546
2546
|
return json;
|
|
2547
2547
|
};
|
|
2548
2548
|
const getLanguageConfiguration$3 = async languageId => {
|
|
2549
|
-
const languageConfiguration = await invoke$
|
|
2549
|
+
const languageConfiguration = await invoke$e(/* ExtensionHost.getLanguageConfiguration */'ExtensionHost.getLanguageConfiguration', /* languageId */languageId);
|
|
2550
2550
|
if (languageConfiguration) {
|
|
2551
2551
|
return languageConfiguration;
|
|
2552
2552
|
}
|
|
@@ -2764,7 +2764,7 @@ const warnFileNames = (languageId, language) => {
|
|
|
2764
2764
|
break;
|
|
2765
2765
|
}
|
|
2766
2766
|
}
|
|
2767
|
-
const codeFrame = create$
|
|
2767
|
+
const codeFrame = create$12(code, {
|
|
2768
2768
|
start: {
|
|
2769
2769
|
line: rowIndex + 1,
|
|
2770
2770
|
column: columnIndex + 1
|
|
@@ -2895,8 +2895,10 @@ const addWebExtension = async path => {
|
|
|
2895
2895
|
for (const webView of manifest.webViews) {
|
|
2896
2896
|
if (webView.path) {
|
|
2897
2897
|
webView.path = manifest.path + Slash$1 + webView.path;
|
|
2898
|
+
webView.uri = webView.path;
|
|
2898
2899
|
} else {
|
|
2899
2900
|
webView.path = manifest.path;
|
|
2901
|
+
webView.uri = webView.path;
|
|
2900
2902
|
}
|
|
2901
2903
|
}
|
|
2902
2904
|
addMany(manifest.webViews);
|
|
@@ -2990,7 +2992,7 @@ const handleRejectedExtensions = async extensions => {
|
|
|
2990
2992
|
}
|
|
2991
2993
|
};
|
|
2992
2994
|
const getSharedProcessExtensions = () => {
|
|
2993
|
-
return invoke$
|
|
2995
|
+
return invoke$e(/* ExtensionManagement.getExtensions */'ExtensionManagement.getExtensions');
|
|
2994
2996
|
};
|
|
2995
2997
|
const getExtensions$1 = async () => {
|
|
2996
2998
|
if (platform === Web$1) {
|
|
@@ -3082,7 +3084,7 @@ const isOpen = () => {
|
|
|
3082
3084
|
const state$y = {
|
|
3083
3085
|
id: 0
|
|
3084
3086
|
};
|
|
3085
|
-
const create$
|
|
3087
|
+
const create$11 = () => {
|
|
3086
3088
|
return ++state$y.id;
|
|
3087
3089
|
};
|
|
3088
3090
|
|
|
@@ -3105,13 +3107,13 @@ const mapObject = (object, fn) => {
|
|
|
3105
3107
|
};
|
|
3106
3108
|
|
|
3107
3109
|
const clear$5 = async storageType => {
|
|
3108
|
-
await invoke$
|
|
3110
|
+
await invoke$f(/* WebStorage.clear */'WebStorage.clear', /* StorageType */storageType);
|
|
3109
3111
|
};
|
|
3110
3112
|
const getAll$1 = storageType => {
|
|
3111
|
-
return invoke$
|
|
3113
|
+
return invoke$f('WebStorage.getAll', storageType);
|
|
3112
3114
|
};
|
|
3113
3115
|
const getText$1 = async (storageType, key) => {
|
|
3114
|
-
const item = await invoke$
|
|
3116
|
+
const item = await invoke$f(/* WebStorage.getItem */'WebStorage.getItem', /* storageType */storageType, /* key */key);
|
|
3115
3117
|
return item || '';
|
|
3116
3118
|
};
|
|
3117
3119
|
const getJson$5 = async (storageType, key) => {
|
|
@@ -3126,7 +3128,7 @@ const getJson$5 = async (storageType, key) => {
|
|
|
3126
3128
|
}
|
|
3127
3129
|
};
|
|
3128
3130
|
const setText$1 = async (storageType, key, value) => {
|
|
3129
|
-
await invoke$
|
|
3131
|
+
await invoke$f(/* WebStorage.setItem */'WebStorage.setItem', /* storageType */storageType, /* key */key, /* value */value);
|
|
3130
3132
|
};
|
|
3131
3133
|
const setJson$5 = async (storageType, key, value) => {
|
|
3132
3134
|
const stringifiedValue = stringifyCompact(value);
|
|
@@ -3134,7 +3136,7 @@ const setJson$5 = async (storageType, key, value) => {
|
|
|
3134
3136
|
};
|
|
3135
3137
|
const setJsonObjects$2 = async (storageType, objects) => {
|
|
3136
3138
|
const serializedObjects = mapObject(objects, stringifyCompact);
|
|
3137
|
-
await invoke$
|
|
3139
|
+
await invoke$f('WebStorage.setJsonObjects', storageType, serializedObjects);
|
|
3138
3140
|
};
|
|
3139
3141
|
|
|
3140
3142
|
const LocalStorage = 1;
|
|
@@ -3277,7 +3279,7 @@ const state$w = {
|
|
|
3277
3279
|
};
|
|
3278
3280
|
|
|
3279
3281
|
const getResolvedRootFromSharedProcess = async () => {
|
|
3280
|
-
const resolvedRoot = await invoke$
|
|
3282
|
+
const resolvedRoot = await invoke$e(/* Workspace.resolveRoot */WorkspaceResolveRoot);
|
|
3281
3283
|
return resolvedRoot;
|
|
3282
3284
|
};
|
|
3283
3285
|
const isValid$1 = resolvedRoot => {
|
|
@@ -3343,13 +3345,13 @@ const getResolvedRoot = async href => {
|
|
|
3343
3345
|
};
|
|
3344
3346
|
|
|
3345
3347
|
const getHref = () => {
|
|
3346
|
-
return invoke$
|
|
3348
|
+
return invoke$f(/* Location.getHref */'Location.getHref');
|
|
3347
3349
|
};
|
|
3348
3350
|
const setPathName = pathName => {
|
|
3349
|
-
return invoke$
|
|
3351
|
+
return invoke$f(/* Location.setPathName */'Location.setPathName', /* pathName */pathName);
|
|
3350
3352
|
};
|
|
3351
3353
|
const hydrate$7 = () => {
|
|
3352
|
-
return invoke$
|
|
3354
|
+
return invoke$f(/* Location.hydrate */'Location.hydrate');
|
|
3353
3355
|
};
|
|
3354
3356
|
const getOrigin = () => {
|
|
3355
3357
|
return location.origin;
|
|
@@ -3359,7 +3361,7 @@ const getHost = () => {
|
|
|
3359
3361
|
};
|
|
3360
3362
|
|
|
3361
3363
|
const set$a = title => {
|
|
3362
|
-
return invoke$
|
|
3364
|
+
return invoke$f('WindowTitle.set', title);
|
|
3363
3365
|
};
|
|
3364
3366
|
|
|
3365
3367
|
/**
|
|
@@ -3513,7 +3515,7 @@ const getOrCreateWorker = fn => {
|
|
|
3513
3515
|
return {
|
|
3514
3516
|
async invoke(method, ...params) {
|
|
3515
3517
|
const ipc = await getOrCreate$2(fn);
|
|
3516
|
-
return invoke$
|
|
3518
|
+
return invoke$g(ipc, method, ...params);
|
|
3517
3519
|
},
|
|
3518
3520
|
async invokeAndTransfer(method, ...params) {
|
|
3519
3521
|
const ipc = await getOrCreate$2(fn);
|
|
@@ -3532,6 +3534,21 @@ const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_module
|
|
|
3532
3534
|
|
|
3533
3535
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
3534
3536
|
|
|
3537
|
+
const getConfiguredWorkerUrl$8 = () => {
|
|
3538
|
+
let configuredWorkerUrl = get$d('develop.extensionHostSubWorkerPath') || '';
|
|
3539
|
+
if (configuredWorkerUrl) {
|
|
3540
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
3541
|
+
}
|
|
3542
|
+
configuredWorkerUrl = configuredWorkerUrl || extensionHostSubWorkerUrl;
|
|
3543
|
+
{
|
|
3544
|
+
configuredWorkerUrl = extensionHostSubWorkerUrl;
|
|
3545
|
+
}
|
|
3546
|
+
return configuredWorkerUrl;
|
|
3547
|
+
};
|
|
3548
|
+
const getExtensionHostSubWorkerUrl = () => {
|
|
3549
|
+
return getConfiguredWorkerUrl$8();
|
|
3550
|
+
};
|
|
3551
|
+
|
|
3535
3552
|
const ElectronMessagePort = 1;
|
|
3536
3553
|
const MessagePort$1 = 2;
|
|
3537
3554
|
const ModuleWorker = 3;
|
|
@@ -3564,13 +3581,13 @@ const getModule$7 = method => {
|
|
|
3564
3581
|
}
|
|
3565
3582
|
};
|
|
3566
3583
|
|
|
3567
|
-
const create$
|
|
3584
|
+
const create$10 = async ({
|
|
3568
3585
|
method,
|
|
3569
3586
|
...options
|
|
3570
3587
|
}) => {
|
|
3571
3588
|
// TODO
|
|
3572
3589
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
3573
|
-
options.url =
|
|
3590
|
+
options.url = getExtensionHostSubWorkerUrl();
|
|
3574
3591
|
}
|
|
3575
3592
|
const module = await getModule$7(method);
|
|
3576
3593
|
// @ts-ignore
|
|
@@ -3650,7 +3667,7 @@ const getTransferrables = value => {
|
|
|
3650
3667
|
return transferrables;
|
|
3651
3668
|
};
|
|
3652
3669
|
|
|
3653
|
-
const create
|
|
3670
|
+
const create$$ = async ({
|
|
3654
3671
|
url,
|
|
3655
3672
|
name,
|
|
3656
3673
|
port,
|
|
@@ -3722,7 +3739,7 @@ const wrap$7 = port => {
|
|
|
3722
3739
|
|
|
3723
3740
|
const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
|
|
3724
3741
|
__proto__: null,
|
|
3725
|
-
create: create
|
|
3742
|
+
create: create$$,
|
|
3726
3743
|
wrap: wrap$7
|
|
3727
3744
|
};
|
|
3728
3745
|
|
|
@@ -3757,8 +3774,8 @@ const acquire = objectId => {
|
|
|
3757
3774
|
|
|
3758
3775
|
const launchExtensionHostWorker = async () => {
|
|
3759
3776
|
const name = platform === Electron$1 ? 'Extension Host (Electron)' : 'Extension Host';
|
|
3760
|
-
const id = create$
|
|
3761
|
-
let ipc = await create$
|
|
3777
|
+
const id = create$11();
|
|
3778
|
+
let ipc = await create$10({
|
|
3762
3779
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3763
3780
|
name,
|
|
3764
3781
|
url: extensionHostWorkerUrl,
|
|
@@ -3770,15 +3787,15 @@ const launchExtensionHostWorker = async () => {
|
|
|
3770
3787
|
ipc = wrap$7(port);
|
|
3771
3788
|
}
|
|
3772
3789
|
handleIpc(ipc);
|
|
3773
|
-
await invoke$
|
|
3790
|
+
await invoke$g(ipc, 'Workspace.setWorkspacePath', state$w.workspacePath);
|
|
3774
3791
|
addListener('workspace.change', async () => {
|
|
3775
|
-
await invoke$
|
|
3792
|
+
await invoke$g(ipc, 'Workspace.setWorkspacePath', state$w.workspacePath);
|
|
3776
3793
|
});
|
|
3777
3794
|
return ipc;
|
|
3778
3795
|
};
|
|
3779
3796
|
|
|
3780
3797
|
const {
|
|
3781
|
-
invoke: invoke$
|
|
3798
|
+
invoke: invoke$d,
|
|
3782
3799
|
invokeAndTransfer: invokeAndTransfer$a
|
|
3783
3800
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
3784
3801
|
|
|
@@ -3799,7 +3816,7 @@ const ExtensionStateStorage = {
|
|
|
3799
3816
|
};
|
|
3800
3817
|
|
|
3801
3818
|
const saveState$e = async () => {
|
|
3802
|
-
const state = await invoke$
|
|
3819
|
+
const state = await invoke$d('SaveState.saveState');
|
|
3803
3820
|
return state;
|
|
3804
3821
|
};
|
|
3805
3822
|
const getSavedState = async () => {
|
|
@@ -3854,7 +3871,7 @@ const hydrate$5 = async () => {
|
|
|
3854
3871
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
3855
3872
|
return;
|
|
3856
3873
|
}
|
|
3857
|
-
await invoke$
|
|
3874
|
+
await invoke$f('Window.onVisibilityChange');
|
|
3858
3875
|
};
|
|
3859
3876
|
const getSavedViewletState = viewletId => {
|
|
3860
3877
|
return getJson$3(viewletId);
|
|
@@ -4080,7 +4097,7 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
4080
4097
|
}
|
|
4081
4098
|
const commands = render$H(instance.factory, oldState, newState, newState.uid || id);
|
|
4082
4099
|
setRenderedState(id, newState);
|
|
4083
|
-
await invoke$
|
|
4100
|
+
await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4084
4101
|
} else {
|
|
4085
4102
|
return fn(instance.state, ...args);
|
|
4086
4103
|
}
|
|
@@ -4105,7 +4122,7 @@ const runFnWithSideEffect = async (instance, id, key, fn, ...args) => {
|
|
|
4105
4122
|
if (commands.length === 0) {
|
|
4106
4123
|
return;
|
|
4107
4124
|
}
|
|
4108
|
-
await invoke$
|
|
4125
|
+
await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4109
4126
|
};
|
|
4110
4127
|
|
|
4111
4128
|
// TODO maybe wrapViewletCommand should accept module instead of id string
|
|
@@ -4165,7 +4182,7 @@ const wrapViewletCommandWithSideEffectLazy = (id, key, importFn) => {
|
|
|
4165
4182
|
* @param {()=>any} getModule
|
|
4166
4183
|
* @returns
|
|
4167
4184
|
*/
|
|
4168
|
-
const create
|
|
4185
|
+
const create$_ = (getModule, id, parentUid, uri, x, y, width, height) => {
|
|
4169
4186
|
fn(getModule);
|
|
4170
4187
|
string(id);
|
|
4171
4188
|
number$1(parentUid);
|
|
@@ -4305,7 +4322,7 @@ const maybeRegisterEvents = module => {
|
|
|
4305
4322
|
const commands = render$H(instance.factory, instance.renderedState, newState, uid, newState.parentUid);
|
|
4306
4323
|
instance.state = newState;
|
|
4307
4324
|
instance.renderedState = newState;
|
|
4308
|
-
await invoke$
|
|
4325
|
+
await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4309
4326
|
};
|
|
4310
4327
|
addListener(key, handleUpdate);
|
|
4311
4328
|
}
|
|
@@ -4324,7 +4341,7 @@ const maybeRegisterMenuEntries = module => {
|
|
|
4324
4341
|
const actuallyLoadModule = async (getModule, id) => {
|
|
4325
4342
|
const module = await getModule(id);
|
|
4326
4343
|
if (!module.hasFunctionalEvents) {
|
|
4327
|
-
await invoke$
|
|
4344
|
+
await invoke$f(/* Viewlet.load */kLoadModule, /* id */id, /* hasFunctionalEvents */module.hasFunctionalEvents);
|
|
4328
4345
|
}
|
|
4329
4346
|
await loadModule$1(id, module);
|
|
4330
4347
|
await maybeRegisterWrappedCommands(id, module);
|
|
@@ -4378,7 +4395,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4378
4395
|
}
|
|
4379
4396
|
let state = ViewletState.Default;
|
|
4380
4397
|
// @ts-ignore
|
|
4381
|
-
const viewletUid = viewlet.uid || create$
|
|
4398
|
+
const viewletUid = viewlet.uid || create$11();
|
|
4382
4399
|
let module;
|
|
4383
4400
|
try {
|
|
4384
4401
|
viewlet.type = 1;
|
|
@@ -4417,7 +4434,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4417
4434
|
if (module.renderEventListeners) {
|
|
4418
4435
|
// TODO reuse event listeners between components
|
|
4419
4436
|
const eventListeners = await module.renderEventListeners();
|
|
4420
|
-
await invoke$
|
|
4437
|
+
await invoke$f('Viewlet.registerEventListeners', viewletUid, eventListeners);
|
|
4421
4438
|
}
|
|
4422
4439
|
if ((viewlet.visible === undefined || viewlet.visible === true) && module.show) {
|
|
4423
4440
|
await module.show(newState);
|
|
@@ -4430,7 +4447,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4430
4447
|
if (module.getChildren) {
|
|
4431
4448
|
const children = module.getChildren(newState);
|
|
4432
4449
|
for (const child of children) {
|
|
4433
|
-
const childUid = child.uid || create$
|
|
4450
|
+
const childUid = child.uid || create$11();
|
|
4434
4451
|
const childId = child.id;
|
|
4435
4452
|
const childViewlet = {
|
|
4436
4453
|
x: child.x,
|
|
@@ -4467,7 +4484,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4467
4484
|
}
|
|
4468
4485
|
state = ViewletState.ContentLoaded;
|
|
4469
4486
|
if (viewlet.show === false) {} else {
|
|
4470
|
-
await invoke$
|
|
4487
|
+
await invoke$f(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4471
4488
|
}
|
|
4472
4489
|
if (viewlet.disposed) {
|
|
4473
4490
|
// TODO unload the module from renderer process
|
|
@@ -4516,7 +4533,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4516
4533
|
return allCommands;
|
|
4517
4534
|
}
|
|
4518
4535
|
commands.push(...extraCommands);
|
|
4519
|
-
await invoke$
|
|
4536
|
+
await invoke$f(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
4520
4537
|
} else {
|
|
4521
4538
|
const allCommands = [...commands, ...extraCommands
|
|
4522
4539
|
// ['Viewlet.show', viewlet.id],
|
|
@@ -4537,7 +4554,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4537
4554
|
}
|
|
4538
4555
|
state = ViewletState.ContentRendered;
|
|
4539
4556
|
if (viewlet.parentUid && viewlet.show !== false) {
|
|
4540
|
-
await invoke$
|
|
4557
|
+
await invoke$f(/* Viewlet.append */kAppendViewlet, /* parentUid */viewlet.parentUid, /* id */viewletUid, /* focus */focus);
|
|
4541
4558
|
}
|
|
4542
4559
|
state = ViewletState.Appended;
|
|
4543
4560
|
if (viewlet.disposed) {
|
|
@@ -4559,10 +4576,10 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4559
4576
|
}
|
|
4560
4577
|
const commands = [];
|
|
4561
4578
|
if (state < ViewletState.RendererProcessViewletLoaded) {
|
|
4562
|
-
await invoke$
|
|
4579
|
+
await invoke$f(/* Viewlet.loadModule */kLoadModule, /* id */viewlet.id);
|
|
4563
4580
|
}
|
|
4564
4581
|
const parentUid = viewlet.parentUid;
|
|
4565
|
-
await invoke$
|
|
4582
|
+
await invoke$f(kLoadModule, Error$3);
|
|
4566
4583
|
commands.push([kCreate, Error$3, viewletUid]);
|
|
4567
4584
|
// @ts-ignore
|
|
4568
4585
|
if (viewlet.setBounds !== false) {
|
|
@@ -4571,7 +4588,7 @@ const load$7 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
4571
4588
|
if (module.customErrorRenderer) {
|
|
4572
4589
|
const errorModule = await loadModule(viewlet.getModule, module.customErrorRenderer);
|
|
4573
4590
|
const dom = await errorModule.render(error);
|
|
4574
|
-
await invoke$
|
|
4591
|
+
await invoke$f(kLoadModule, module.customErrorRenderer);
|
|
4575
4592
|
commands.push([kCreate, module.customErrorRenderer, viewletUid]);
|
|
4576
4593
|
commands.push(['Viewlet.setDom2', viewletUid, dom]);
|
|
4577
4594
|
commands.push([kAppend, parentUid, viewletUid]);
|
|
@@ -4621,7 +4638,7 @@ const load$5 = async moduleId => {
|
|
|
4621
4638
|
};
|
|
4622
4639
|
|
|
4623
4640
|
const disposeBrowserViewQuickPick = () => {
|
|
4624
|
-
return invoke$
|
|
4641
|
+
return invoke$e('ElectronBrowserViewQuickPick.disposeBrowserViewQuickPick');
|
|
4625
4642
|
};
|
|
4626
4643
|
|
|
4627
4644
|
const state$r = {
|
|
@@ -4638,13 +4655,13 @@ const get$7 = () => {
|
|
|
4638
4655
|
|
|
4639
4656
|
const getWindowId = async () => {
|
|
4640
4657
|
const webContentsId = get$7();
|
|
4641
|
-
const windowId = await invoke$
|
|
4658
|
+
const windowId = await invoke$e('GetWindowId.getWindowId', webContentsId);
|
|
4642
4659
|
return windowId;
|
|
4643
4660
|
};
|
|
4644
4661
|
|
|
4645
4662
|
const forward$2 = key => async (...args) => {
|
|
4646
4663
|
const windowId = await getWindowId();
|
|
4647
|
-
return invoke$
|
|
4664
|
+
return invoke$e(key, windowId, ...args);
|
|
4648
4665
|
};
|
|
4649
4666
|
const reload$3 = forward$2('ElectronWindow.reload');
|
|
4650
4667
|
const minimize$2 = forward$2('ElectronWindow.minimize');
|
|
@@ -4705,7 +4722,7 @@ const focus$9 = async id => {
|
|
|
4705
4722
|
commands.push(...render$H(instance.factory, oldState, newState));
|
|
4706
4723
|
}
|
|
4707
4724
|
setFocusedInstance(instance);
|
|
4708
|
-
await invoke$
|
|
4725
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
4709
4726
|
};
|
|
4710
4727
|
|
|
4711
4728
|
/**
|
|
@@ -4748,7 +4765,7 @@ const dispose$u = async id => {
|
|
|
4748
4765
|
throw new Error(`${id} is missing a factory function`);
|
|
4749
4766
|
}
|
|
4750
4767
|
instance.factory.dispose(instance.state);
|
|
4751
|
-
await invoke$
|
|
4768
|
+
await invoke$f(/* Viewlet.dispose */'Viewlet.dispose', /* id */instanceUid);
|
|
4752
4769
|
if (instance.factory.getKeyBindings) {
|
|
4753
4770
|
removeKeyBindings(instanceUid);
|
|
4754
4771
|
}
|
|
@@ -4927,7 +4944,7 @@ const setStateFunctional = (id, newState) => {
|
|
|
4927
4944
|
const setState = async (id, newState) => {
|
|
4928
4945
|
const commands = setStateFunctional(id, newState);
|
|
4929
4946
|
if (commands.length > 0) {
|
|
4930
|
-
await invoke$
|
|
4947
|
+
await invoke$f(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
4931
4948
|
}
|
|
4932
4949
|
};
|
|
4933
4950
|
const getAllStates = () => {
|
|
@@ -4940,7 +4957,7 @@ const getAllStates = () => {
|
|
|
4940
4957
|
const openWidget = async (moduleId, ...args) => {
|
|
4941
4958
|
const hasInstance$1 = hasInstance(moduleId);
|
|
4942
4959
|
const type = args[0];
|
|
4943
|
-
const childUid = create$
|
|
4960
|
+
const childUid = create$11();
|
|
4944
4961
|
const commands = await load$7({
|
|
4945
4962
|
getModule: load$5,
|
|
4946
4963
|
id: moduleId,
|
|
@@ -4962,7 +4979,7 @@ const openWidget = async (moduleId, ...args) => {
|
|
|
4962
4979
|
commands.push(['Viewlet.append', layout.uid, childUid]);
|
|
4963
4980
|
// TODO ask view to render, rendering focus
|
|
4964
4981
|
commands.push(['Viewlet.focus', childUid]);
|
|
4965
|
-
await invoke$
|
|
4982
|
+
await invoke$f('Viewlet.executeCommands', commands);
|
|
4966
4983
|
// TODO commands should be like this
|
|
4967
4984
|
// viewlet.create quickpick
|
|
4968
4985
|
// quickpick.setItems
|
|
@@ -4981,7 +4998,7 @@ const closeWidget = async id => {
|
|
|
4981
4998
|
const child = childInstance.state;
|
|
4982
4999
|
const childUid = child.uid;
|
|
4983
5000
|
const commands = disposeFunctional(childUid);
|
|
4984
|
-
await invoke$
|
|
5001
|
+
await invoke$f(/* Viewlet.dispose */'Viewlet.sendMultiple', commands);
|
|
4985
5002
|
// TODO restore focus
|
|
4986
5003
|
} catch (error) {
|
|
4987
5004
|
throw new VError(error, `Failed to close widget ${id}`);
|
|
@@ -5038,7 +5055,7 @@ const executeViewletCommand = async (uid, fnName, ...args) => {
|
|
|
5038
5055
|
if (commands.length === 0) {
|
|
5039
5056
|
return;
|
|
5040
5057
|
}
|
|
5041
|
-
await invoke$
|
|
5058
|
+
await invoke$f(/* Viewlet.sendMultiple */'Viewlet.sendMultiple', /* commands */commands);
|
|
5042
5059
|
};
|
|
5043
5060
|
|
|
5044
5061
|
// @ts-ignore
|
|
@@ -5078,7 +5095,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
5078
5095
|
instance.status = 'disposed';
|
|
5079
5096
|
remove$7(id);
|
|
5080
5097
|
remove$7(uid);
|
|
5081
|
-
await invoke$
|
|
5098
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
5082
5099
|
// return commands
|
|
5083
5100
|
const parentInstance = getInstance(KeyBindings);
|
|
5084
5101
|
if (!parentInstance) {
|
|
@@ -5268,7 +5285,7 @@ const hydrate$4 = async () => {
|
|
|
5268
5285
|
};
|
|
5269
5286
|
|
|
5270
5287
|
const getInitData = async () => {
|
|
5271
|
-
const rendererProcessInitData = await invoke$
|
|
5288
|
+
const rendererProcessInitData = await invoke$f('InitData.getInitData');
|
|
5272
5289
|
// TODO get the following items
|
|
5273
5290
|
// - location.href
|
|
5274
5291
|
// - workspace
|
|
@@ -5285,7 +5302,7 @@ const getInitData = async () => {
|
|
|
5285
5302
|
const RendererWorker = 108;
|
|
5286
5303
|
|
|
5287
5304
|
const listen = method => {
|
|
5288
|
-
return create$
|
|
5305
|
+
return create$10({
|
|
5289
5306
|
method,
|
|
5290
5307
|
type: 'shared-process',
|
|
5291
5308
|
name: 'Shared Process',
|
|
@@ -5316,7 +5333,7 @@ const reloadElectron = () => {
|
|
|
5316
5333
|
};
|
|
5317
5334
|
|
|
5318
5335
|
const reloadWeb = () => {
|
|
5319
|
-
return invoke$
|
|
5336
|
+
return invoke$f('Window.reload');
|
|
5320
5337
|
};
|
|
5321
5338
|
|
|
5322
5339
|
const getFn$2 = () => {
|
|
@@ -5650,46 +5667,46 @@ const LoadIconTheme = 'code/loadIconTheme';
|
|
|
5650
5667
|
// TODO treeshake this function out when targeting electron
|
|
5651
5668
|
|
|
5652
5669
|
const getExtensionsPath = () => {
|
|
5653
|
-
return invoke$
|
|
5670
|
+
return invoke$e(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
5654
5671
|
};
|
|
5655
5672
|
const getCachedExtensionsPath = () => {
|
|
5656
|
-
return invoke$
|
|
5673
|
+
return invoke$e(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
5657
5674
|
};
|
|
5658
5675
|
const getLogsDir = () => {
|
|
5659
|
-
return invoke$
|
|
5676
|
+
return invoke$e(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
5660
5677
|
};
|
|
5661
5678
|
const getDownloadDir = () => {
|
|
5662
|
-
return invoke$
|
|
5679
|
+
return invoke$e(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
5663
5680
|
};
|
|
5664
5681
|
const getUserSettingsPath = () => {
|
|
5665
5682
|
if (platform === Web$1) {
|
|
5666
5683
|
return 'settings';
|
|
5667
5684
|
}
|
|
5668
|
-
return invoke$
|
|
5685
|
+
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
5669
5686
|
};
|
|
5670
5687
|
const getUserKeyBindingsPath = () => {
|
|
5671
5688
|
if (platform === Web$1) {
|
|
5672
5689
|
return 'settings';
|
|
5673
5690
|
}
|
|
5674
|
-
return invoke$
|
|
5691
|
+
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
5675
5692
|
};
|
|
5676
5693
|
const getRecentlyOpenedPath = () => {
|
|
5677
5694
|
if (platform === Web$1) {
|
|
5678
5695
|
return 'recently-opened';
|
|
5679
5696
|
}
|
|
5680
|
-
return invoke$
|
|
5697
|
+
return invoke$e(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
5681
5698
|
};
|
|
5682
5699
|
const getConfigPath = () => {
|
|
5683
|
-
return invoke$
|
|
5700
|
+
return invoke$e(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
5684
5701
|
};
|
|
5685
5702
|
const getCachePath = () => {
|
|
5686
|
-
return invoke$
|
|
5703
|
+
return invoke$e(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
5687
5704
|
};
|
|
5688
5705
|
const getCacheName = () => {
|
|
5689
5706
|
return 'lvce-runtime';
|
|
5690
5707
|
};
|
|
5691
5708
|
const getTestPathRemote = () => {
|
|
5692
|
-
return invoke$
|
|
5709
|
+
return invoke$e(/* Platform.getTestPath */'Platform.getTestPath');
|
|
5693
5710
|
};
|
|
5694
5711
|
const getTestPathWeb = () => {
|
|
5695
5712
|
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
@@ -5706,7 +5723,7 @@ const getTestPath = () => {
|
|
|
5706
5723
|
}
|
|
5707
5724
|
};
|
|
5708
5725
|
const getRepository = () => {
|
|
5709
|
-
return invoke$
|
|
5726
|
+
return invoke$e('Platform.getRepository');
|
|
5710
5727
|
};
|
|
5711
5728
|
|
|
5712
5729
|
const addPath = (paths, path) => {
|
|
@@ -5760,7 +5777,7 @@ const addToRecentlyOpenedWeb = async path => {
|
|
|
5760
5777
|
await setRecentlyOpened(newRecentlyOpened);
|
|
5761
5778
|
};
|
|
5762
5779
|
const addToRecentlyOpenedRemote = async path => {
|
|
5763
|
-
await invoke$
|
|
5780
|
+
await invoke$e(RecentlyOpenedAddPath, path);
|
|
5764
5781
|
};
|
|
5765
5782
|
const addToRecentlyOpened = async path => {
|
|
5766
5783
|
switch (platform) {
|
|
@@ -5798,16 +5815,16 @@ const hydrate$2 = async () => {
|
|
|
5798
5815
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
5799
5816
|
|
|
5800
5817
|
const saveValue$1 = async (storeId, value) => {
|
|
5801
|
-
await invoke$
|
|
5818
|
+
await invoke$d('IndexedDb.saveValue', storeId, value);
|
|
5802
5819
|
};
|
|
5803
5820
|
const getValuesByIndexName$1 = async (storeId, indexName, only) => {
|
|
5804
|
-
return invoke$
|
|
5821
|
+
return invoke$d('IndexedDb.getValuesByIndexName', storeId, indexName, only);
|
|
5805
5822
|
};
|
|
5806
5823
|
const addHandle$1 = async (uri, handle) => {
|
|
5807
|
-
return invoke$
|
|
5824
|
+
return invoke$d('IndexedDb.addHandle', uri, handle);
|
|
5808
5825
|
};
|
|
5809
5826
|
const getHandle$1 = async uri => {
|
|
5810
|
-
return invoke$
|
|
5827
|
+
return invoke$d('IndexedDb.getHandle', uri);
|
|
5811
5828
|
};
|
|
5812
5829
|
|
|
5813
5830
|
const saveValue = async (sessionId, value) => {
|
|
@@ -6194,8 +6211,8 @@ const startup = async () => {
|
|
|
6194
6211
|
mark(DidLoadColorTheme);
|
|
6195
6212
|
mark$1(Four);
|
|
6196
6213
|
mark(WillShowLayout);
|
|
6197
|
-
const layout = create
|
|
6198
|
-
layout.uid = create$
|
|
6214
|
+
const layout = create$_(load$5, Layout, 0, '', 0, 0, 0, 0);
|
|
6215
|
+
layout.uid = create$11();
|
|
6199
6216
|
const layoutState = await getSavedViewletState(Layout);
|
|
6200
6217
|
const commands = await load$7({
|
|
6201
6218
|
getModule: load$5,
|
|
@@ -6215,7 +6232,7 @@ const startup = async () => {
|
|
|
6215
6232
|
const placeholderCommands = layoutModule.factory.getInitialPlaceholderCommands(layoutModule.state);
|
|
6216
6233
|
commands.push(...placeholderCommands);
|
|
6217
6234
|
commands.push(['Viewlet.appendToBody', layout.uid]);
|
|
6218
|
-
await invoke$
|
|
6235
|
+
await invoke$f('Viewlet.executeCommands', commands);
|
|
6219
6236
|
// await Layout.hydrate(initData)
|
|
6220
6237
|
mark(DidShowLayout);
|
|
6221
6238
|
mark(WillLoadLanguages);
|
|
@@ -6285,10 +6302,10 @@ const GetColorThemeCssCachedLocalStorage = {
|
|
|
6285
6302
|
// TODO high memory usage in idb because of transactionDoneMap
|
|
6286
6303
|
|
|
6287
6304
|
const set$7 = async (key, value) => {
|
|
6288
|
-
await invoke$
|
|
6305
|
+
await invoke$d('IndexedDb.set', key, value);
|
|
6289
6306
|
};
|
|
6290
6307
|
const get$5 = async key => {
|
|
6291
|
-
return invoke$
|
|
6308
|
+
return invoke$d('IndexedDb.get', key);
|
|
6292
6309
|
};
|
|
6293
6310
|
|
|
6294
6311
|
const getCacheKey = colorThemeId => {
|
|
@@ -6386,7 +6403,7 @@ const state$m = {
|
|
|
6386
6403
|
const actuallyActivateExtension = async extension => {
|
|
6387
6404
|
if (!(extension.id in state$m.activatedExtensions)) {
|
|
6388
6405
|
const absolutePath = getExtensionAbsolutePath(extension.id, extension.isWeb, extension.builtin, extension.path, extension.browser, origin);
|
|
6389
|
-
state$m.activatedExtensions[extension.id] = invoke$
|
|
6406
|
+
state$m.activatedExtensions[extension.id] = invoke$d(ExtensionActivate, extension, absolutePath);
|
|
6390
6407
|
}
|
|
6391
6408
|
return state$m.activatedExtensions[extension.id];
|
|
6392
6409
|
};
|
|
@@ -6438,7 +6455,7 @@ const executeProviders = async ({
|
|
|
6438
6455
|
combineResults
|
|
6439
6456
|
}) => {
|
|
6440
6457
|
await activateByEvent(event);
|
|
6441
|
-
const result = await invoke$
|
|
6458
|
+
const result = await invoke$d(method, ...params);
|
|
6442
6459
|
return result;
|
|
6443
6460
|
};
|
|
6444
6461
|
const executeProvider = async ({
|
|
@@ -6448,14 +6465,14 @@ const executeProvider = async ({
|
|
|
6448
6465
|
noProviderFoundMessage
|
|
6449
6466
|
}) => {
|
|
6450
6467
|
await activateByEvent(event);
|
|
6451
|
-
const result = invoke$
|
|
6468
|
+
const result = invoke$d(method, ...params);
|
|
6452
6469
|
return result;
|
|
6453
6470
|
};
|
|
6454
6471
|
const execute$3 = async ({
|
|
6455
6472
|
method,
|
|
6456
6473
|
params
|
|
6457
6474
|
}) => {
|
|
6458
|
-
await invoke$
|
|
6475
|
+
await invoke$d(method, ...params);
|
|
6459
6476
|
};
|
|
6460
6477
|
|
|
6461
6478
|
const readFile$d = uri => {
|
|
@@ -6675,7 +6692,7 @@ const FileSystemData = {
|
|
|
6675
6692
|
|
|
6676
6693
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
6677
6694
|
|
|
6678
|
-
const getConfiguredWorkerUrl$
|
|
6695
|
+
const getConfiguredWorkerUrl$7 = () => {
|
|
6679
6696
|
let configuredWorkerUrl = get$d('develop.fileSearchWorkerPath') || '';
|
|
6680
6697
|
if (configuredWorkerUrl) {
|
|
6681
6698
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -6688,50 +6705,50 @@ const getConfiguredWorkerUrl$8 = () => {
|
|
|
6688
6705
|
};
|
|
6689
6706
|
const launchFileSearchWorker = async () => {
|
|
6690
6707
|
const name = 'File Search Worker';
|
|
6691
|
-
const ipc = await create$
|
|
6708
|
+
const ipc = await create$10({
|
|
6692
6709
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
6693
6710
|
name,
|
|
6694
|
-
url: getConfiguredWorkerUrl$
|
|
6711
|
+
url: getConfiguredWorkerUrl$7()
|
|
6695
6712
|
});
|
|
6696
6713
|
handleIpc(ipc);
|
|
6697
6714
|
return ipc;
|
|
6698
6715
|
};
|
|
6699
6716
|
|
|
6700
6717
|
const {
|
|
6701
|
-
invoke: invoke$
|
|
6718
|
+
invoke: invoke$c,
|
|
6702
6719
|
invokeAndTransfer: invokeAndTransfer$9
|
|
6703
6720
|
} = getOrCreateWorker(launchFileSearchWorker);
|
|
6704
6721
|
|
|
6705
6722
|
const name$2l = 'Memory';
|
|
6706
6723
|
const readFile$a = uri => {
|
|
6707
|
-
return invoke$
|
|
6724
|
+
return invoke$c('FileSystemMemory.readFile', uri);
|
|
6708
6725
|
};
|
|
6709
6726
|
const writeFile$a = (uri, content) => {
|
|
6710
|
-
return invoke$
|
|
6727
|
+
return invoke$c('FileSystemMemory.writeFile', uri, content);
|
|
6711
6728
|
};
|
|
6712
6729
|
const mkdir$3 = uri => {
|
|
6713
|
-
return invoke$
|
|
6730
|
+
return invoke$c('FileSystemMemory.mkdir', uri);
|
|
6714
6731
|
};
|
|
6715
6732
|
const getPathSeparator$4 = () => {
|
|
6716
6733
|
return Slash;
|
|
6717
6734
|
};
|
|
6718
6735
|
const remove$3 = uri => {
|
|
6719
|
-
return invoke$
|
|
6736
|
+
return invoke$c('FileSystemMemory.remove', uri);
|
|
6720
6737
|
};
|
|
6721
6738
|
const readDirWithFileTypes$4 = uri => {
|
|
6722
|
-
return invoke$
|
|
6739
|
+
return invoke$c('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6723
6740
|
};
|
|
6724
6741
|
const getBlobUrl$1 = uri => {
|
|
6725
|
-
return invoke$
|
|
6742
|
+
return invoke$c('FileSystemMemory.getBlobUrl', uri);
|
|
6726
6743
|
};
|
|
6727
6744
|
const getBlob$3 = async uri => {
|
|
6728
|
-
return invoke$
|
|
6745
|
+
return invoke$c('FileSystemMemory.getBlob', uri);
|
|
6729
6746
|
};
|
|
6730
6747
|
const chmod$2 = (path, permissions) => {
|
|
6731
|
-
return invoke$
|
|
6748
|
+
return invoke$c('FileSystemMemory.chmod', path, permissions);
|
|
6732
6749
|
};
|
|
6733
6750
|
const getFiles = () => {
|
|
6734
|
-
return invoke$
|
|
6751
|
+
return invoke$c('FileSystemMemory.getFiles');
|
|
6735
6752
|
};
|
|
6736
6753
|
|
|
6737
6754
|
const FileSystemMemory = {
|
|
@@ -7055,28 +7072,28 @@ const state$k = {
|
|
|
7055
7072
|
files: Object.create(null)
|
|
7056
7073
|
};
|
|
7057
7074
|
const readFile$8 = async uri => {
|
|
7058
|
-
return invoke$
|
|
7075
|
+
return invoke$c('FileSystemFetch.readFile', uri);
|
|
7059
7076
|
};
|
|
7060
7077
|
const writeFile$8 = (uri, content) => {
|
|
7061
|
-
return invoke$
|
|
7078
|
+
return invoke$c('FileSystemFetch.writeFile', uri);
|
|
7062
7079
|
};
|
|
7063
7080
|
const mkdir$1 = uri => {
|
|
7064
|
-
return invoke$
|
|
7081
|
+
return invoke$c('FileSystemFetch.mkdir', uri);
|
|
7065
7082
|
};
|
|
7066
7083
|
const getPathSeparator$2 = () => {
|
|
7067
7084
|
return Slash;
|
|
7068
7085
|
};
|
|
7069
7086
|
const remove$1 = uri => {
|
|
7070
|
-
return invoke$
|
|
7087
|
+
return invoke$c('FileSystemFetch.remove', uri);
|
|
7071
7088
|
};
|
|
7072
7089
|
const readDirWithFileTypes$2 = async uri => {
|
|
7073
|
-
return invoke$
|
|
7090
|
+
return invoke$c('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7074
7091
|
};
|
|
7075
7092
|
const chmod$1 = (path, permissions) => {
|
|
7076
|
-
return invoke$
|
|
7093
|
+
return invoke$c('FileSystemFetch.chmod', path, permissions);
|
|
7077
7094
|
};
|
|
7078
7095
|
const getBlob$2 = async (uri, type) => {
|
|
7079
|
-
return invoke$
|
|
7096
|
+
return invoke$c('FileSystemFetch.getBlob', uri, type);
|
|
7080
7097
|
};
|
|
7081
7098
|
|
|
7082
7099
|
const FileSystemFetch = {
|
|
@@ -7109,37 +7126,37 @@ const toUri = item => {
|
|
|
7109
7126
|
const copy$4 = (source, target) => {
|
|
7110
7127
|
source = toUri(source);
|
|
7111
7128
|
target = toUri(target);
|
|
7112
|
-
return invoke$
|
|
7129
|
+
return invoke$e(FileSystemCopy, /* source */source, /* target */target);
|
|
7113
7130
|
};
|
|
7114
7131
|
const readFile$7 = (path, encoding) => {
|
|
7115
7132
|
path = toUri(path);
|
|
7116
|
-
return invoke$
|
|
7133
|
+
return invoke$e(FileSystemReadFile$1, /* path */path, /* encoding */encoding);
|
|
7117
7134
|
};
|
|
7118
7135
|
const readJson$2 = path => {
|
|
7119
7136
|
path = toUri(path);
|
|
7120
|
-
return invoke$
|
|
7137
|
+
return invoke$e(FileSystemReadJson, /* path */path);
|
|
7121
7138
|
};
|
|
7122
7139
|
const remove = path => {
|
|
7123
7140
|
path = toUri(path);
|
|
7124
|
-
return invoke$
|
|
7141
|
+
return invoke$e(FileSystemRemove$1, /* path */path);
|
|
7125
7142
|
};
|
|
7126
7143
|
const rename = (oldUri, newUri) => {
|
|
7127
7144
|
oldUri = toUri(oldUri);
|
|
7128
7145
|
newUri = toUri(newUri);
|
|
7129
|
-
return invoke$
|
|
7146
|
+
return invoke$e(FileSystemRename$1, /* oldPath */oldUri, /* newPath */newUri);
|
|
7130
7147
|
};
|
|
7131
7148
|
const mkdir = path => {
|
|
7132
7149
|
path = toUri(path);
|
|
7133
|
-
return invoke$
|
|
7150
|
+
return invoke$e(FileSystemMkdir$1, /* path */path);
|
|
7134
7151
|
};
|
|
7135
7152
|
const writeFile$7 = async (path, content, encoding) => {
|
|
7136
7153
|
path = toUri(path);
|
|
7137
|
-
await invoke$
|
|
7154
|
+
await invoke$e(/* FileSystem.writeFile */FileSystemWriteFile$1, /* path */path, /* content */content, /* encoding */encoding);
|
|
7138
7155
|
};
|
|
7139
7156
|
const ensureFile = async () => {};
|
|
7140
7157
|
const readDirWithFileTypes$1 = path => {
|
|
7141
7158
|
path = toUri(path);
|
|
7142
|
-
return invoke$
|
|
7159
|
+
return invoke$e(FileSystemReadDirWithFileTypes$1, /* path */path);
|
|
7143
7160
|
};
|
|
7144
7161
|
const getBlobUrl = path => {
|
|
7145
7162
|
if (!path.startsWith('/')) {
|
|
@@ -7148,7 +7165,7 @@ const getBlobUrl = path => {
|
|
|
7148
7165
|
return getRemoteSrc(path);
|
|
7149
7166
|
};
|
|
7150
7167
|
const getBlob$1 = async (path, type) => {
|
|
7151
|
-
const content = await invoke$
|
|
7168
|
+
const content = await invoke$e('FileSystem.readFileAsBuffer', path);
|
|
7152
7169
|
const array = new Uint8Array(content.data);
|
|
7153
7170
|
const blob = new Blob([array], {
|
|
7154
7171
|
type
|
|
@@ -7159,18 +7176,18 @@ const getPathSeparator$1 = () => {
|
|
|
7159
7176
|
if (platform === Web$1) {
|
|
7160
7177
|
return Slash;
|
|
7161
7178
|
}
|
|
7162
|
-
return invoke$
|
|
7179
|
+
return invoke$e(FileSystemGetPathSeparator$1);
|
|
7163
7180
|
};
|
|
7164
7181
|
const getRealPath = path => {
|
|
7165
|
-
return invoke$
|
|
7182
|
+
return invoke$e(FileSystemGetRealPath, /* path */path);
|
|
7166
7183
|
};
|
|
7167
7184
|
const stat = path => {
|
|
7168
7185
|
path = toUri(path);
|
|
7169
|
-
return invoke$
|
|
7186
|
+
return invoke$e(FileSystemStat, /* path */path);
|
|
7170
7187
|
};
|
|
7171
7188
|
const chmod = (path, permissions) => {
|
|
7172
7189
|
path = toUri(path);
|
|
7173
|
-
return invoke$
|
|
7190
|
+
return invoke$e(FileSystemChmod, /* path */path, /* permissions */permissions);
|
|
7174
7191
|
};
|
|
7175
7192
|
const canBeRestored$2 = true;
|
|
7176
7193
|
|
|
@@ -7323,7 +7340,7 @@ const requestPermission = async (handle, options) => {
|
|
|
7323
7340
|
// query permission, but from renderer process
|
|
7324
7341
|
// because handle.requestPermission is not implemented
|
|
7325
7342
|
// in a worker, see https://github.com/WICG/file-system-access/issues/289
|
|
7326
|
-
const permissionTypeNow = await invoke$
|
|
7343
|
+
const permissionTypeNow = await invoke$f('FileSystemHandle.requestPermission', handle, options);
|
|
7327
7344
|
return permissionTypeNow;
|
|
7328
7345
|
};
|
|
7329
7346
|
const queryPermission = async (handle, options) => {
|
|
@@ -7606,7 +7623,7 @@ const getPort = async ipcId => {
|
|
|
7606
7623
|
set$9(webContentsId);
|
|
7607
7624
|
return port2;
|
|
7608
7625
|
};
|
|
7609
|
-
const create$
|
|
7626
|
+
const create$Z = async options => {
|
|
7610
7627
|
const type = options.type;
|
|
7611
7628
|
const name = options.name || 'electron ipc';
|
|
7612
7629
|
const ipcId = options.ipcId;
|
|
@@ -7652,7 +7669,7 @@ const wrap$6 = port => {
|
|
|
7652
7669
|
|
|
7653
7670
|
const IpcParentWithElectronMessagePort = {
|
|
7654
7671
|
__proto__: null,
|
|
7655
|
-
create: create$
|
|
7672
|
+
create: create$Z,
|
|
7656
7673
|
wrap: wrap$6
|
|
7657
7674
|
};
|
|
7658
7675
|
|
|
@@ -7667,7 +7684,7 @@ const isMessagePort = value => {
|
|
|
7667
7684
|
return value instanceof MessagePort;
|
|
7668
7685
|
};
|
|
7669
7686
|
|
|
7670
|
-
const create$
|
|
7687
|
+
const create$Y = async ({
|
|
7671
7688
|
url
|
|
7672
7689
|
}) => {
|
|
7673
7690
|
string(url);
|
|
@@ -7717,7 +7734,7 @@ const wrap$5 = port => {
|
|
|
7717
7734
|
|
|
7718
7735
|
const IpcParentWithMessagePort = {
|
|
7719
7736
|
__proto__: null,
|
|
7720
|
-
create: create$
|
|
7737
|
+
create: create$Y,
|
|
7721
7738
|
wrap: wrap$5
|
|
7722
7739
|
};
|
|
7723
7740
|
|
|
@@ -7793,7 +7810,7 @@ const tryToGetActualErrorMessage$1 = async ({
|
|
|
7793
7810
|
|
|
7794
7811
|
const Module$2 = 'module';
|
|
7795
7812
|
|
|
7796
|
-
const create$
|
|
7813
|
+
const create$X = async ({
|
|
7797
7814
|
url,
|
|
7798
7815
|
name
|
|
7799
7816
|
}) => {
|
|
@@ -7855,11 +7872,11 @@ const wrap$4 = worker => {
|
|
|
7855
7872
|
|
|
7856
7873
|
const IpcParentWithModuleWorker = {
|
|
7857
7874
|
__proto__: null,
|
|
7858
|
-
create: create$
|
|
7875
|
+
create: create$X,
|
|
7859
7876
|
wrap: wrap$4
|
|
7860
7877
|
};
|
|
7861
7878
|
|
|
7862
|
-
const create$
|
|
7879
|
+
const create$W = async ({
|
|
7863
7880
|
url
|
|
7864
7881
|
}) => {
|
|
7865
7882
|
const referencePort = await new Promise(resolve => {
|
|
@@ -7902,7 +7919,7 @@ const wrap$3 = referencePort => {
|
|
|
7902
7919
|
|
|
7903
7920
|
const IpcParentWithReferencePort = {
|
|
7904
7921
|
__proto__: null,
|
|
7905
|
-
create: create$
|
|
7922
|
+
create: create$W,
|
|
7906
7923
|
wrap: wrap$3
|
|
7907
7924
|
};
|
|
7908
7925
|
|
|
@@ -7923,7 +7940,7 @@ const getWebSocketUrl = (type, host) => {
|
|
|
7923
7940
|
return `${wsProtocol}//${host}/websocket/${type}`;
|
|
7924
7941
|
};
|
|
7925
7942
|
|
|
7926
|
-
const create$
|
|
7943
|
+
const create$V = (url, args) => {
|
|
7927
7944
|
const webSocket = new WebSocket(url, args);
|
|
7928
7945
|
const reconnect = () => {
|
|
7929
7946
|
const originalOnMessage = context.webSocket.onmessage;
|
|
@@ -7988,13 +8005,13 @@ const waitForWebSocketToBeOpen = webSocket => {
|
|
|
7988
8005
|
});
|
|
7989
8006
|
};
|
|
7990
8007
|
|
|
7991
|
-
const create$
|
|
8008
|
+
const create$U = async ({
|
|
7992
8009
|
type
|
|
7993
8010
|
}) => {
|
|
7994
8011
|
string(type);
|
|
7995
8012
|
const host = getHost();
|
|
7996
8013
|
const wsUrl = getWebSocketUrl(type, host);
|
|
7997
|
-
const webSocket = create$
|
|
8014
|
+
const webSocket = create$V(wsUrl);
|
|
7998
8015
|
const firstWebSocketEvent = await waitForWebSocketToBeOpen(webSocket);
|
|
7999
8016
|
if (firstWebSocketEvent.type === Close) {
|
|
8000
8017
|
throw new IpcError('Websocket connection was immediately closed');
|
|
@@ -8035,7 +8052,7 @@ const wrap$2 = webSocket => {
|
|
|
8035
8052
|
|
|
8036
8053
|
const IpcParentWithWebSocket = {
|
|
8037
8054
|
__proto__: null,
|
|
8038
|
-
create: create$
|
|
8055
|
+
create: create$U,
|
|
8039
8056
|
wrap: wrap$2
|
|
8040
8057
|
};
|
|
8041
8058
|
|
|
@@ -8050,7 +8067,7 @@ const getModule$5 = () => {
|
|
|
8050
8067
|
throw new Error('unsupported platform');
|
|
8051
8068
|
}
|
|
8052
8069
|
};
|
|
8053
|
-
const create$
|
|
8070
|
+
const create$T = async options => {
|
|
8054
8071
|
const module = await getModule$5();
|
|
8055
8072
|
const rawIpc = await module.create(options);
|
|
8056
8073
|
if (options.raw) {
|
|
@@ -8070,7 +8087,7 @@ const wrap$1 = ({
|
|
|
8070
8087
|
|
|
8071
8088
|
const IpcParentWithNode = {
|
|
8072
8089
|
__proto__: null,
|
|
8073
|
-
create: create$
|
|
8090
|
+
create: create$T,
|
|
8074
8091
|
wrap: wrap$1
|
|
8075
8092
|
};
|
|
8076
8093
|
|
|
@@ -8080,7 +8097,7 @@ const sendMessagePortToElectron = async (port, initialCommand, ipcId) => {
|
|
|
8080
8097
|
await invokeAndTransfer$b(initialCommand, port, ipcId);
|
|
8081
8098
|
};
|
|
8082
8099
|
|
|
8083
|
-
const create$
|
|
8100
|
+
const create$S = async options => {
|
|
8084
8101
|
switch (platform) {
|
|
8085
8102
|
case Web$1:
|
|
8086
8103
|
case Remote:
|
|
@@ -8140,7 +8157,7 @@ const wrap = port => {
|
|
|
8140
8157
|
|
|
8141
8158
|
const IpcParentWithNodeAlternate = {
|
|
8142
8159
|
__proto__: null,
|
|
8143
|
-
create: create$
|
|
8160
|
+
create: create$S,
|
|
8144
8161
|
wrap
|
|
8145
8162
|
};
|
|
8146
8163
|
|
|
@@ -8480,7 +8497,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8480
8497
|
|
|
8481
8498
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8482
8499
|
|
|
8483
|
-
const getConfiguredWorkerUrl$
|
|
8500
|
+
const getConfiguredWorkerUrl$6 = () => {
|
|
8484
8501
|
let configuredWorkerUrl = get$d('develop.aboutViewWorkerPath') || '';
|
|
8485
8502
|
if (configuredWorkerUrl) {
|
|
8486
8503
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8493,21 +8510,21 @@ const getConfiguredWorkerUrl$7 = () => {
|
|
|
8493
8510
|
};
|
|
8494
8511
|
const launchAboutViewWorker = async () => {
|
|
8495
8512
|
const name = 'About View Worker';
|
|
8496
|
-
const ipc = await create$
|
|
8513
|
+
const ipc = await create$10({
|
|
8497
8514
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8498
8515
|
name,
|
|
8499
|
-
url: getConfiguredWorkerUrl$
|
|
8516
|
+
url: getConfiguredWorkerUrl$6()
|
|
8500
8517
|
});
|
|
8501
8518
|
handleIpc(ipc);
|
|
8502
8519
|
return ipc;
|
|
8503
8520
|
};
|
|
8504
8521
|
|
|
8505
8522
|
const {
|
|
8506
|
-
invoke: invoke$
|
|
8523
|
+
invoke: invoke$b
|
|
8507
8524
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
8508
8525
|
|
|
8509
8526
|
const showAboutElectron = async () => {
|
|
8510
|
-
return invoke$
|
|
8527
|
+
return invoke$b('About.showAboutElectron');
|
|
8511
8528
|
};
|
|
8512
8529
|
|
|
8513
8530
|
const showAboutDefault = async () => {
|
|
@@ -8554,7 +8571,7 @@ const Ajax_ipc = {
|
|
|
8554
8571
|
|
|
8555
8572
|
const playBell = async () => {
|
|
8556
8573
|
const src = '/sounds/bell.oga';
|
|
8557
|
-
await invoke$
|
|
8574
|
+
await invoke$f(/* Audio.play */3211, /* src */src);
|
|
8558
8575
|
};
|
|
8559
8576
|
|
|
8560
8577
|
const name$2f = 'Audio';
|
|
@@ -8621,11 +8638,11 @@ const promptRestart = () => {
|
|
|
8621
8638
|
};
|
|
8622
8639
|
|
|
8623
8640
|
const getAutoUpdateType = () => {
|
|
8624
|
-
return invoke$
|
|
8641
|
+
return invoke$e('AutoUpdater.getAutoUpdateType');
|
|
8625
8642
|
};
|
|
8626
8643
|
|
|
8627
8644
|
const getLatestVersion = () => {
|
|
8628
|
-
return invoke$
|
|
8645
|
+
return invoke$e('AutoUpdater.getLatestVersion');
|
|
8629
8646
|
};
|
|
8630
8647
|
|
|
8631
8648
|
const checkForUpdates$1 = async () => {
|
|
@@ -8829,7 +8846,7 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8829
8846
|
array(files);
|
|
8830
8847
|
array(ranges);
|
|
8831
8848
|
string(replacement);
|
|
8832
|
-
await invoke$
|
|
8849
|
+
await invoke$e('BulkReplacement.applyBulkReplacement', files, ranges, replacement);
|
|
8833
8850
|
};
|
|
8834
8851
|
|
|
8835
8852
|
const name$2b = 'BulkReplacement';
|
|
@@ -8899,7 +8916,7 @@ const setResponse = async (key, value, contentType) => {
|
|
|
8899
8916
|
}
|
|
8900
8917
|
const cacheName = getCacheName();
|
|
8901
8918
|
const cache = await caches.open(cacheName);
|
|
8902
|
-
await cache.put(key, create$
|
|
8919
|
+
await cache.put(key, create$13(value, {
|
|
8903
8920
|
headers: new Headers({
|
|
8904
8921
|
'Content-Type': contentType,
|
|
8905
8922
|
'Content-Length': `${value.length}`
|
|
@@ -9047,7 +9064,7 @@ const Chrome_ipc = {
|
|
|
9047
9064
|
|
|
9048
9065
|
const readText = async () => {
|
|
9049
9066
|
try {
|
|
9050
|
-
return await invoke$
|
|
9067
|
+
return await invoke$f('ClipBoard.readText');
|
|
9051
9068
|
} catch (error) {
|
|
9052
9069
|
// @ts-ignore
|
|
9053
9070
|
if (error.message === 'Read permission denied.') {
|
|
@@ -9064,7 +9081,7 @@ const readText = async () => {
|
|
|
9064
9081
|
const writeText$1 = async text => {
|
|
9065
9082
|
try {
|
|
9066
9083
|
string(text);
|
|
9067
|
-
await invoke$
|
|
9084
|
+
await invoke$f('ClipBoard.writeText', /* text */text);
|
|
9068
9085
|
} catch (error) {
|
|
9069
9086
|
throw new VError(error, 'Failed to write text to clipboard');
|
|
9070
9087
|
}
|
|
@@ -9074,7 +9091,7 @@ const writeNativeFiles = async (type, files) => {
|
|
|
9074
9091
|
if (platform === Web$1) {
|
|
9075
9092
|
throw new Error('not supported');
|
|
9076
9093
|
}
|
|
9077
|
-
await invoke$
|
|
9094
|
+
await invoke$e(/* command */'ClipBoard.writeFiles', /* type */type, /* files */files);
|
|
9078
9095
|
} catch (error) {
|
|
9079
9096
|
throw new VError(error, 'Failed to write files to native clipboard');
|
|
9080
9097
|
}
|
|
@@ -9084,21 +9101,21 @@ const readNativeFiles = async () => {
|
|
|
9084
9101
|
if (platform === Web$1) {
|
|
9085
9102
|
throw new Error('not supported');
|
|
9086
9103
|
}
|
|
9087
|
-
return await invoke$
|
|
9104
|
+
return await invoke$e(/* command */'ClipBoard.readFiles');
|
|
9088
9105
|
} catch (error) {
|
|
9089
9106
|
throw new VError(error, 'Failed to read files from native clipboard');
|
|
9090
9107
|
}
|
|
9091
9108
|
};
|
|
9092
9109
|
const writeImage = async blob => {
|
|
9093
9110
|
try {
|
|
9094
|
-
return await invoke$
|
|
9111
|
+
return await invoke$f('ClipBoard.writeImage', blob);
|
|
9095
9112
|
} catch (error) {
|
|
9096
9113
|
throw new VError(error, 'Failed to write image to clipboard');
|
|
9097
9114
|
}
|
|
9098
9115
|
};
|
|
9099
9116
|
const execCopy = async () => {
|
|
9100
9117
|
try {
|
|
9101
|
-
return await invoke$
|
|
9118
|
+
return await invoke$f('ClipBoard.execCopy');
|
|
9102
9119
|
} catch (error) {
|
|
9103
9120
|
throw new VError(error, 'Failed to copy selected text');
|
|
9104
9121
|
}
|
|
@@ -9250,7 +9267,7 @@ const getProductNameLong = () => {
|
|
|
9250
9267
|
};
|
|
9251
9268
|
|
|
9252
9269
|
const showOpenDialog = (title, properties) => {
|
|
9253
|
-
return invoke$
|
|
9270
|
+
return invoke$e('ElectronDialog.showOpenDialog', title, properties);
|
|
9254
9271
|
};
|
|
9255
9272
|
const showMessageBox = async options => {
|
|
9256
9273
|
// TODO maybe request window id here instead of at caller
|
|
@@ -9262,7 +9279,7 @@ const showMessageBox = async options => {
|
|
|
9262
9279
|
productName,
|
|
9263
9280
|
windowId
|
|
9264
9281
|
};
|
|
9265
|
-
return invoke$
|
|
9282
|
+
return invoke$e('ElectronDialog.showMessageBox', finalOptions);
|
|
9266
9283
|
};
|
|
9267
9284
|
|
|
9268
9285
|
const Question = 'question';
|
|
@@ -9279,7 +9296,7 @@ const prompt$3 = async (message, confirmMessage, title, cancelMessage) => {
|
|
|
9279
9296
|
};
|
|
9280
9297
|
|
|
9281
9298
|
const prompt$2 = async (message, confirmMessage, title) => {
|
|
9282
|
-
const result = await invoke$
|
|
9299
|
+
const result = await invoke$f('ConfirmPrompt.prompt', message);
|
|
9283
9300
|
return result;
|
|
9284
9301
|
};
|
|
9285
9302
|
|
|
@@ -9323,21 +9340,21 @@ const ConfirmPrompt_ipc = {
|
|
|
9323
9340
|
};
|
|
9324
9341
|
|
|
9325
9342
|
const startRecording = options => {
|
|
9326
|
-
return invoke$
|
|
9343
|
+
return invoke$e('ElectronContentTracing.startRecording', options);
|
|
9327
9344
|
};
|
|
9328
9345
|
|
|
9329
9346
|
/**
|
|
9330
9347
|
* @returns {Promise<string>}
|
|
9331
9348
|
*/
|
|
9332
9349
|
const stopRecording = () => {
|
|
9333
|
-
return invoke$
|
|
9350
|
+
return invoke$e('ElectronContentTracing.stopRecording');
|
|
9334
9351
|
};
|
|
9335
9352
|
|
|
9336
9353
|
const showItemInFolder = fullPath => {
|
|
9337
|
-
return invoke$
|
|
9354
|
+
return invoke$e('OpenExternal.showItemInFolder', fullPath);
|
|
9338
9355
|
};
|
|
9339
9356
|
const openExternal$2 = url => {
|
|
9340
|
-
return invoke$
|
|
9357
|
+
return invoke$e('OpenExternal.openExternal', url);
|
|
9341
9358
|
};
|
|
9342
9359
|
|
|
9343
9360
|
const openNativeFolderWeb = absolutePath => {
|
|
@@ -9345,7 +9362,7 @@ const openNativeFolderWeb = absolutePath => {
|
|
|
9345
9362
|
};
|
|
9346
9363
|
const openNativeFolderRemote = async absolutePath => {
|
|
9347
9364
|
try {
|
|
9348
|
-
await invoke$
|
|
9365
|
+
await invoke$e(OpenNativeFolder, /* path */absolutePath);
|
|
9349
9366
|
} catch (error) {
|
|
9350
9367
|
throw new VError(error, `Failed to open folder ${absolutePath}`);
|
|
9351
9368
|
}
|
|
@@ -9547,23 +9564,23 @@ const Debug_ipc = {
|
|
|
9547
9564
|
|
|
9548
9565
|
const attachDebugger = async pid => {
|
|
9549
9566
|
number$1(pid);
|
|
9550
|
-
await invoke$
|
|
9567
|
+
await invoke$e('AttachDebugger.attachDebugger', pid);
|
|
9551
9568
|
};
|
|
9552
9569
|
|
|
9553
9570
|
const getPid = () => {
|
|
9554
|
-
return invoke$
|
|
9571
|
+
return invoke$e('Process.getPid');
|
|
9555
9572
|
};
|
|
9556
9573
|
const getElectronVersion = () => {
|
|
9557
|
-
return invoke$
|
|
9574
|
+
return invoke$e('ElectronProcess.getElectronVersion');
|
|
9558
9575
|
};
|
|
9559
9576
|
const getNodeVersion = () => {
|
|
9560
|
-
return invoke$
|
|
9577
|
+
return invoke$e('Process.getNodeVersion');
|
|
9561
9578
|
};
|
|
9562
9579
|
const getChromeVersion = () => {
|
|
9563
|
-
return invoke$
|
|
9580
|
+
return invoke$e('ElectronProcess.getChromeVersion');
|
|
9564
9581
|
};
|
|
9565
9582
|
const getArch = () => {
|
|
9566
|
-
return invoke$
|
|
9583
|
+
return invoke$e('Process.getArch');
|
|
9567
9584
|
};
|
|
9568
9585
|
|
|
9569
9586
|
const debugSharedProcess = async () => {
|
|
@@ -9583,10 +9600,10 @@ const DebugSharedProcess_ipc = {
|
|
|
9583
9600
|
};
|
|
9584
9601
|
|
|
9585
9602
|
const crashSharedProcess = () => {
|
|
9586
|
-
return invoke$
|
|
9603
|
+
return invoke$e('Crash.crashSharedProcess');
|
|
9587
9604
|
};
|
|
9588
9605
|
const crashMainProcess = () => {
|
|
9589
|
-
return invoke$
|
|
9606
|
+
return invoke$e('Crash.crashMainProcess');
|
|
9590
9607
|
};
|
|
9591
9608
|
|
|
9592
9609
|
const toggleDeveloperTools$1 = () => {
|
|
@@ -9602,7 +9619,7 @@ const openCacheFolder = async () => {
|
|
|
9602
9619
|
await openNativeFolder(cacheFolder);
|
|
9603
9620
|
};
|
|
9604
9621
|
const openDataFolder = async () => {
|
|
9605
|
-
const dataFolder = await invoke$
|
|
9622
|
+
const dataFolder = await invoke$e(/* Platform.getDataDir */'Platform.getDataDir');
|
|
9606
9623
|
await openNativeFolder(dataFolder);
|
|
9607
9624
|
};
|
|
9608
9625
|
const openLogsFolder = async () => {
|
|
@@ -9615,7 +9632,7 @@ const openLogsFolder = async () => {
|
|
|
9615
9632
|
};
|
|
9616
9633
|
|
|
9617
9634
|
const getPerformanceEntries = () => {
|
|
9618
|
-
return invoke$
|
|
9635
|
+
return invoke$e('ElectronDeveloper.getPerformanceEntries');
|
|
9619
9636
|
};
|
|
9620
9637
|
|
|
9621
9638
|
const toMarkdownTable = (header, rows) => {
|
|
@@ -9852,7 +9869,7 @@ const getNodeTiming = () => {
|
|
|
9852
9869
|
if (platform === Web$1) {
|
|
9853
9870
|
return undefined;
|
|
9854
9871
|
}
|
|
9855
|
-
return invoke$
|
|
9872
|
+
return invoke$e(/* command */'Performance.getNodeStartupTiming');
|
|
9856
9873
|
};
|
|
9857
9874
|
const getMeasureEntries = () => {
|
|
9858
9875
|
const measureEntries = getEntriesByType(Measure);
|
|
@@ -9941,13 +9958,13 @@ const formatRendererProcessData = ({
|
|
|
9941
9958
|
return toMarkdownTable(header, rows);
|
|
9942
9959
|
};
|
|
9943
9960
|
const getSharedProcessMemoryUsage = () => {
|
|
9944
|
-
return invoke$
|
|
9961
|
+
return invoke$e(/* Developer.sharedProcessMemoryUsage */'Developer.sharedProcessMemoryUsage');
|
|
9945
9962
|
};
|
|
9946
9963
|
const getPerformanceMemory = () => {
|
|
9947
|
-
return invoke$
|
|
9964
|
+
return invoke$f('Performance.getMemory');
|
|
9948
9965
|
};
|
|
9949
9966
|
const getPerformanceUserAgentSpecificMemory = () => {
|
|
9950
|
-
return invoke$
|
|
9967
|
+
return invoke$f('Performance.measureUserAgentSpecificMemory');
|
|
9951
9968
|
};
|
|
9952
9969
|
|
|
9953
9970
|
// TODO handle case when renderer process and renderer worker are same process communicating via messagePort
|
|
@@ -10000,13 +10017,13 @@ const showMemoryUsage = async () => {
|
|
|
10000
10017
|
|
|
10001
10018
|
// TODO not sure if this function is useful
|
|
10002
10019
|
const allocateMemoryInSharedProcess = () => {
|
|
10003
|
-
return invoke$
|
|
10020
|
+
return invoke$e(/* Developer.allocateMemoryInSharedProcess */'Developer.allocateMemoryInSharedProcess');
|
|
10004
10021
|
};
|
|
10005
10022
|
const createSharedProcessHeapSnapshot = async () => {
|
|
10006
|
-
await invoke$
|
|
10023
|
+
await invoke$e(/* Developer.createSharedProcessHeapSnapshot */'Developer.createSharedProcessHeapSnapshot');
|
|
10007
10024
|
};
|
|
10008
10025
|
const createSharedProcessProfile = async () => {
|
|
10009
|
-
await invoke$
|
|
10026
|
+
await invoke$e(/* Developer.createProfile */'Developer.createProfile');
|
|
10010
10027
|
};
|
|
10011
10028
|
const reloadIconTheme = async () => {
|
|
10012
10029
|
await hydrate$4();
|
|
@@ -10183,12 +10200,12 @@ const Dialog_ipc = {
|
|
|
10183
10200
|
const downloadFile = async (fileName, url) => {
|
|
10184
10201
|
string(fileName);
|
|
10185
10202
|
string(url);
|
|
10186
|
-
await invoke$
|
|
10203
|
+
await invoke$f(/* Download.downloadFile */'Download.downloadFile', /* fileName */fileName, /* url */url);
|
|
10187
10204
|
};
|
|
10188
10205
|
const downloadToDownloadsFolder = async (fileName, url) => {
|
|
10189
10206
|
const downloadFolder = await getDownloadDir();
|
|
10190
10207
|
const outFile = `${downloadFolder}/${fileName}`;
|
|
10191
|
-
await invoke$
|
|
10208
|
+
await invoke$e(DownloadDownload, /* url */url, /* outFile */outFile);
|
|
10192
10209
|
};
|
|
10193
10210
|
const downloadJson = async (json, fileName) => {
|
|
10194
10211
|
let url = '';
|
|
@@ -10209,7 +10226,7 @@ const downloadJson = async (json, fileName) => {
|
|
|
10209
10226
|
const downloadUrl = (url, outFile) => {
|
|
10210
10227
|
string(url);
|
|
10211
10228
|
string(outFile);
|
|
10212
|
-
return invoke$
|
|
10229
|
+
return invoke$e('Download.download', url, outFile);
|
|
10213
10230
|
};
|
|
10214
10231
|
|
|
10215
10232
|
const name$1Z = 'Download';
|
|
@@ -10287,7 +10304,7 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10287
10304
|
const x$1 = x(editor, rowIndex, columnIndex);
|
|
10288
10305
|
// @ts-ignore
|
|
10289
10306
|
const y$1 = y(editor, rowIndex);
|
|
10290
|
-
await invoke$
|
|
10307
|
+
await invoke$f(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10291
10308
|
};
|
|
10292
10309
|
|
|
10293
10310
|
const Commands$1O = {
|
|
@@ -10641,7 +10658,7 @@ const isAutoUpdateSupported = () => {
|
|
|
10641
10658
|
if (platform !== Electron$1) {
|
|
10642
10659
|
return false;
|
|
10643
10660
|
}
|
|
10644
|
-
return invoke$
|
|
10661
|
+
return invoke$e('IsAutoUpdateSupported.isAutoUpdateSupported');
|
|
10645
10662
|
};
|
|
10646
10663
|
|
|
10647
10664
|
const id$k = Help$1;
|
|
@@ -11062,7 +11079,7 @@ const state$h = {
|
|
|
11062
11079
|
};
|
|
11063
11080
|
const setItems = async items => {
|
|
11064
11081
|
const windowId = await getWindowId();
|
|
11065
|
-
return invoke$
|
|
11082
|
+
return invoke$e('ElectronApplicationMenu.setItems', windowId, items);
|
|
11066
11083
|
};
|
|
11067
11084
|
const getEntryMap = async modules => {
|
|
11068
11085
|
const map = Object.create(null);
|
|
@@ -11126,7 +11143,7 @@ const ElectronBrowserView_ipc = {
|
|
|
11126
11143
|
};
|
|
11127
11144
|
|
|
11128
11145
|
const writeText = text => {
|
|
11129
|
-
return invoke$
|
|
11146
|
+
return invoke$e('ElectronClipBoard.writeText', text);
|
|
11130
11147
|
};
|
|
11131
11148
|
|
|
11132
11149
|
const name$1V = 'ElectronClipBoard';
|
|
@@ -11184,7 +11201,7 @@ const ErrorHandling_ipc = {
|
|
|
11184
11201
|
};
|
|
11185
11202
|
|
|
11186
11203
|
const exit = () => {
|
|
11187
|
-
return invoke$
|
|
11204
|
+
return invoke$e('Exit.exit');
|
|
11188
11205
|
};
|
|
11189
11206
|
|
|
11190
11207
|
const name$1R = 'Exit';
|
|
@@ -11296,7 +11313,7 @@ const Extensions_ipc = {
|
|
|
11296
11313
|
|
|
11297
11314
|
const showDirectoryPicker = async options => {
|
|
11298
11315
|
try {
|
|
11299
|
-
return await invoke$
|
|
11316
|
+
return await invoke$f('FilePicker.showDirectoryPicker', options);
|
|
11300
11317
|
} catch (error) {
|
|
11301
11318
|
if (error &&
|
|
11302
11319
|
// @ts-ignore
|
|
@@ -11307,11 +11324,11 @@ const showDirectoryPicker = async options => {
|
|
|
11307
11324
|
}
|
|
11308
11325
|
};
|
|
11309
11326
|
const showFilePicker = options => {
|
|
11310
|
-
return invoke$
|
|
11327
|
+
return invoke$f('FilePicker.showFilePicker', options);
|
|
11311
11328
|
};
|
|
11312
11329
|
const showSaveFilePicker = async options => {
|
|
11313
11330
|
try {
|
|
11314
|
-
return await invoke$
|
|
11331
|
+
return await invoke$f('FilePicker.showSaveFilePicker', options);
|
|
11315
11332
|
} catch (error) {
|
|
11316
11333
|
if (error &&
|
|
11317
11334
|
// @ts-ignore
|
|
@@ -11389,15 +11406,15 @@ const show$8 = async (uri, top, left) => {
|
|
|
11389
11406
|
if (version !== state$f.versionId) {
|
|
11390
11407
|
return;
|
|
11391
11408
|
}
|
|
11392
|
-
await invoke$
|
|
11409
|
+
await invoke$f(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* imageUrl */blobUrl, /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11393
11410
|
} catch (error) {
|
|
11394
11411
|
console.error(error);
|
|
11395
|
-
await invoke$
|
|
11412
|
+
await invoke$f(/* Viewlet.hydrate */3028, /* id */'ImagePreview', /* message */'Image could not be loaded', /* top */top - TOP, /* left */left - WIDTH - SPACE);
|
|
11396
11413
|
}
|
|
11397
11414
|
};
|
|
11398
11415
|
const hide$4 = async () => {
|
|
11399
11416
|
++state$f.versionId;
|
|
11400
|
-
await invoke$
|
|
11417
|
+
await invoke$f(/* Viewlet.dispose */'Viewlet.dispose', /* id */'ImagePreview');
|
|
11401
11418
|
};
|
|
11402
11419
|
|
|
11403
11420
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
@@ -11504,7 +11521,7 @@ const IndexedDb_ipc = {
|
|
|
11504
11521
|
|
|
11505
11522
|
const name$1G = 'IpcParent';
|
|
11506
11523
|
const Commands$1w = {
|
|
11507
|
-
create: create$
|
|
11524
|
+
create: create$10
|
|
11508
11525
|
};
|
|
11509
11526
|
|
|
11510
11527
|
const IpcParent_ipc = {
|
|
@@ -11566,7 +11583,7 @@ const KeyBindingsInitial_ipc = {
|
|
|
11566
11583
|
|
|
11567
11584
|
const state$d = Object.create(null);
|
|
11568
11585
|
const register = listener => {
|
|
11569
|
-
const id = create$
|
|
11586
|
+
const id = create$11();
|
|
11570
11587
|
state$d[id] = listener;
|
|
11571
11588
|
return id;
|
|
11572
11589
|
};
|
|
@@ -12437,7 +12454,7 @@ const show$7 = async (x, y, id, mouseBlocking = false, ...args) => {
|
|
|
12437
12454
|
});
|
|
12438
12455
|
const visible = getVisible$1(menu.items, -1, false, menu.level);
|
|
12439
12456
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12440
|
-
await invoke$
|
|
12457
|
+
await invoke$f(/* Menu.show */'Menu.showMenu', /* x */bounds.x, /* y */bounds.y, /* width */bounds.width, /* height */bounds.height, /* items */menu.items, /* level */menu.level, /* parentIndex */-1, /* dom */dom, /* mouseBlocking */mouseBlocking);
|
|
12441
12458
|
};
|
|
12442
12459
|
const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
12443
12460
|
// TODO delete old menus
|
|
@@ -12459,7 +12476,7 @@ const showSubMenuAtEnter = async (level, index, enterX, enterY) => {
|
|
|
12459
12476
|
const height = getMenuHeight(subMenuItems);
|
|
12460
12477
|
const visible = getVisible$1(subMenu.items, -1, false, subMenu.level);
|
|
12461
12478
|
const dom = getMenuVirtualDom(visible).slice(1);
|
|
12462
|
-
invoke$
|
|
12479
|
+
invoke$f(/* Menu.showMenu */'Menu.showMenu', /* x */subMenu.x, /* y */subMenu.y, /* width */width, /* height */height, /* items */subMenu.items, /* level */subMenu.level, /* parentIndex */index, /* dom */dom);
|
|
12463
12480
|
};
|
|
12464
12481
|
const showSubMenu = async (level, index) => {
|
|
12465
12482
|
await showSubMenuAtEnter(level, index, -1, -1);
|
|
@@ -12519,7 +12536,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12519
12536
|
return;
|
|
12520
12537
|
}
|
|
12521
12538
|
state$c.menus = [];
|
|
12522
|
-
await invoke$
|
|
12539
|
+
await invoke$f(/* Menu.hide */'Menu.hide', /* restoreFocus */restoreFocus);
|
|
12523
12540
|
};
|
|
12524
12541
|
|
|
12525
12542
|
// TODO difference between focusing with mouse or keyboard
|
|
@@ -12529,7 +12546,7 @@ const hide$3 = async (restoreFocus = true) => {
|
|
|
12529
12546
|
const hideSubMenus = async level => {
|
|
12530
12547
|
if (level < state$c.menus.length) {
|
|
12531
12548
|
state$c.menus = state$c.menus.slice(0, level + 1);
|
|
12532
|
-
await invoke$
|
|
12549
|
+
await invoke$f(/* Menu.hideSubMenu */'Menu.hideSubMenu', /* level */level + 1);
|
|
12533
12550
|
}
|
|
12534
12551
|
};
|
|
12535
12552
|
const MENU_DELAY_TRIANGLE = 300;
|
|
@@ -12574,7 +12591,7 @@ const handleMouseLeave$1 = async () => {
|
|
|
12574
12591
|
}
|
|
12575
12592
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12576
12593
|
menu.focusedIndex = -1;
|
|
12577
|
-
await invoke$
|
|
12594
|
+
await invoke$f(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12578
12595
|
};
|
|
12579
12596
|
const focusIndex$9 = async (menu, index) => {
|
|
12580
12597
|
if (menu.items.length === 0) {
|
|
@@ -12582,7 +12599,7 @@ const focusIndex$9 = async (menu, index) => {
|
|
|
12582
12599
|
}
|
|
12583
12600
|
const oldFocusedIndex = menu.focusedIndex;
|
|
12584
12601
|
menu.focusedIndex = index;
|
|
12585
|
-
await invoke$
|
|
12602
|
+
await invoke$f(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */index);
|
|
12586
12603
|
};
|
|
12587
12604
|
const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
12588
12605
|
for (let i = startIndex; i < startIndex + items.length; i++) {
|
|
@@ -12830,22 +12847,22 @@ const state$a = {
|
|
|
12830
12847
|
focusedPart: PART_TITLE_BAR
|
|
12831
12848
|
};
|
|
12832
12849
|
const focusActivityBar = async () => {
|
|
12833
|
-
await invoke$
|
|
12850
|
+
await invoke$f(/* ActivityBar.focus */717115);
|
|
12834
12851
|
};
|
|
12835
12852
|
const focusStatusBar = async () => {
|
|
12836
|
-
await invoke$
|
|
12853
|
+
await invoke$f(/* StatusBar.focus */8882);
|
|
12837
12854
|
};
|
|
12838
12855
|
const focusPanel = async () => {
|
|
12839
|
-
await invoke$
|
|
12856
|
+
await invoke$f(/* Panel.focus */6664);
|
|
12840
12857
|
};
|
|
12841
12858
|
const focusSideBar = async () => {
|
|
12842
|
-
await invoke$
|
|
12859
|
+
await invoke$f(/* SideBar.focus */5554);
|
|
12843
12860
|
};
|
|
12844
12861
|
const focusTitleBar = async () => {
|
|
12845
|
-
await invoke$
|
|
12862
|
+
await invoke$f(/* TitleBar.focus */1331);
|
|
12846
12863
|
};
|
|
12847
12864
|
const focusMain = async () => {
|
|
12848
|
-
await invoke$
|
|
12865
|
+
await invoke$f(/* Main.focus */2145);
|
|
12849
12866
|
};
|
|
12850
12867
|
const focusPart = part => {
|
|
12851
12868
|
state$a.focusedPart = part;
|
|
@@ -12950,13 +12967,13 @@ const Navigation_ipc = {
|
|
|
12950
12967
|
const state$9 = {
|
|
12951
12968
|
notifications: []
|
|
12952
12969
|
};
|
|
12953
|
-
const create$
|
|
12970
|
+
const create$R = async (type, text) => {
|
|
12954
12971
|
// @ts-ignore
|
|
12955
12972
|
state$9.notifications.push({
|
|
12956
12973
|
type,
|
|
12957
12974
|
text
|
|
12958
12975
|
});
|
|
12959
|
-
await invoke$
|
|
12976
|
+
await invoke$f(/* Notification.create */'Notification.create', /* type */type, /* text */text);
|
|
12960
12977
|
};
|
|
12961
12978
|
const showWithOptions = async (type, text, options) => {
|
|
12962
12979
|
// @ts-ignore
|
|
@@ -12965,7 +12982,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12965
12982
|
text,
|
|
12966
12983
|
options
|
|
12967
12984
|
});
|
|
12968
|
-
await invoke$
|
|
12985
|
+
await invoke$f(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12969
12986
|
};
|
|
12970
12987
|
const handleClick$9 = index => {
|
|
12971
12988
|
console.log('handle click');
|
|
@@ -12981,12 +12998,12 @@ const handleClick$9 = index => {
|
|
|
12981
12998
|
});
|
|
12982
12999
|
};
|
|
12983
13000
|
const dispose$t = async id => {
|
|
12984
|
-
await invoke$
|
|
13001
|
+
await invoke$f(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12985
13002
|
};
|
|
12986
13003
|
|
|
12987
13004
|
const name$1y = 'Notification';
|
|
12988
13005
|
const Commands$1n = {
|
|
12989
|
-
create: create$
|
|
13006
|
+
create: create$R,
|
|
12990
13007
|
dispose: dispose$t,
|
|
12991
13008
|
handleClick: handleClick$9,
|
|
12992
13009
|
showWithOptions: showWithOptions
|
|
@@ -13000,7 +13017,7 @@ const Notification_ipc = {
|
|
|
13000
13017
|
|
|
13001
13018
|
const openUrlWeb = async url => {
|
|
13002
13019
|
try {
|
|
13003
|
-
await invoke$
|
|
13020
|
+
await invoke$f(/* Open.openUrl */'Open.openUrl', /* url */url);
|
|
13004
13021
|
} catch (error) {
|
|
13005
13022
|
throw new VError(error, `Failed to open url ${url}`);
|
|
13006
13023
|
}
|
|
@@ -13062,7 +13079,8 @@ const Commands$1j = {
|
|
|
13062
13079
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
13063
13080
|
hydrate: hydrate$b,
|
|
13064
13081
|
openKeyBindingsJson: openKeyBindingsJson,
|
|
13065
|
-
openSettingsJson: openSettingsJson
|
|
13082
|
+
openSettingsJson: openSettingsJson,
|
|
13083
|
+
get: get$d
|
|
13066
13084
|
};
|
|
13067
13085
|
|
|
13068
13086
|
const Preferences_ipc = {
|
|
@@ -13072,7 +13090,7 @@ const Preferences_ipc = {
|
|
|
13072
13090
|
};
|
|
13073
13091
|
|
|
13074
13092
|
const prompt = (message, defaultValue) => {
|
|
13075
|
-
return invoke$
|
|
13093
|
+
return invoke$f('Prompt.prompt', message, defaultValue);
|
|
13076
13094
|
};
|
|
13077
13095
|
|
|
13078
13096
|
const name$1t = 'Prompt';
|
|
@@ -13087,7 +13105,7 @@ const Prompt_ipc = {
|
|
|
13087
13105
|
};
|
|
13088
13106
|
|
|
13089
13107
|
const rebuildNodePty = async () => {
|
|
13090
|
-
await invoke$
|
|
13108
|
+
await invoke$e('RebuildNodePty.rebuildNodePty');
|
|
13091
13109
|
};
|
|
13092
13110
|
|
|
13093
13111
|
const name$1s = 'RebuildNodePty';
|
|
@@ -13211,7 +13229,7 @@ const SessionStorage_ipc = {
|
|
|
13211
13229
|
name: name$1m
|
|
13212
13230
|
};
|
|
13213
13231
|
|
|
13214
|
-
const getConfiguredWorkerUrl$
|
|
13232
|
+
const getConfiguredWorkerUrl$5 = (preferenceKey, fallback) => {
|
|
13215
13233
|
let configuredWorkerUrl = get$d(preferenceKey) || '';
|
|
13216
13234
|
if (configuredWorkerUrl) {
|
|
13217
13235
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13226,8 +13244,8 @@ const getConfiguredWorkerUrl$6 = (preferenceKey, fallback) => {
|
|
|
13226
13244
|
const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
13227
13245
|
|
|
13228
13246
|
const launchTestWorker = async () => {
|
|
13229
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13230
|
-
const ipc = await create$
|
|
13247
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$5('develop.testWorkerPath', testWorkerUrl);
|
|
13248
|
+
const ipc = await create$10({
|
|
13231
13249
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13232
13250
|
url: configuredWorkerUrl,
|
|
13233
13251
|
name: 'Test Worker'
|
|
@@ -13238,7 +13256,7 @@ const launchTestWorker = async () => {
|
|
|
13238
13256
|
|
|
13239
13257
|
const execute$1 = async href => {
|
|
13240
13258
|
const ipc = await launchTestWorker();
|
|
13241
|
-
await invoke$
|
|
13259
|
+
await invoke$g(ipc, 'Test.execute', href);
|
|
13242
13260
|
};
|
|
13243
13261
|
|
|
13244
13262
|
const name$1l = 'Test';
|
|
@@ -13253,16 +13271,16 @@ const Test_ipc = {
|
|
|
13253
13271
|
};
|
|
13254
13272
|
|
|
13255
13273
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
13256
|
-
return invoke$
|
|
13274
|
+
return invoke$f('TestFrameWork.checkSingleElementCondition', locator, fnName, options);
|
|
13257
13275
|
};
|
|
13258
13276
|
const checkMultiElementCondition = (locator, fnName, options) => {
|
|
13259
|
-
return invoke$
|
|
13277
|
+
return invoke$f('TestFrameWork.checkMultiElementCondition', locator, fnName, options);
|
|
13260
13278
|
};
|
|
13261
13279
|
const showOverlay = (...args) => {
|
|
13262
|
-
return invoke$
|
|
13280
|
+
return invoke$f('TestFrameWork.showOverlay', ...args);
|
|
13263
13281
|
};
|
|
13264
13282
|
const performAction = (...args) => {
|
|
13265
|
-
return invoke$
|
|
13283
|
+
return invoke$f('TestFrameWork.performAction', ...args);
|
|
13266
13284
|
};
|
|
13267
13285
|
|
|
13268
13286
|
const name$1k = 'TestFrameWork';
|
|
@@ -13356,10 +13374,10 @@ const WindowTitle_ipc = {
|
|
|
13356
13374
|
};
|
|
13357
13375
|
|
|
13358
13376
|
const mock = () => {
|
|
13359
|
-
return invoke$
|
|
13377
|
+
return invoke$f('PointerCapture.mock');
|
|
13360
13378
|
};
|
|
13361
13379
|
const unmock = () => {
|
|
13362
|
-
return invoke$
|
|
13380
|
+
return invoke$f('PointerCapture.unmock');
|
|
13363
13381
|
};
|
|
13364
13382
|
|
|
13365
13383
|
const name$1e = 'PointerCapture';
|
|
@@ -13462,7 +13480,7 @@ const set$4 = async (url, contentSecurityPolicy) => {
|
|
|
13462
13480
|
if (platform === Web$1) {
|
|
13463
13481
|
return;
|
|
13464
13482
|
}
|
|
13465
|
-
await invoke$
|
|
13483
|
+
await invoke$e('ContentSecurityPolicy.set', url, contentSecurityPolicy);
|
|
13466
13484
|
};
|
|
13467
13485
|
|
|
13468
13486
|
const set$3 = async (url, contentSecurityPolicy) => {
|
|
@@ -13495,7 +13513,7 @@ const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWor
|
|
|
13495
13513
|
|
|
13496
13514
|
const launchTerminalWorker = async () => {
|
|
13497
13515
|
const name = platform === Electron$1 ? 'Terminal Worker (Electron)' : 'Terminal Worker';
|
|
13498
|
-
const ipc = await create$
|
|
13516
|
+
const ipc = await create$10({
|
|
13499
13517
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13500
13518
|
name,
|
|
13501
13519
|
url: terminalWorkerUrl
|
|
@@ -13505,25 +13523,25 @@ const launchTerminalWorker = async () => {
|
|
|
13505
13523
|
};
|
|
13506
13524
|
|
|
13507
13525
|
const {
|
|
13508
|
-
invoke: invoke$
|
|
13526
|
+
invoke: invoke$a,
|
|
13509
13527
|
invokeAndTransfer: invokeAndTransfer$8
|
|
13510
13528
|
} = getOrCreateWorker(launchTerminalWorker);
|
|
13511
13529
|
|
|
13512
|
-
const create$
|
|
13530
|
+
const create$Q = async canvasId => {
|
|
13513
13531
|
number$1(canvasId);
|
|
13514
|
-
const id = create$
|
|
13515
|
-
await invoke$
|
|
13532
|
+
const id = create$11();
|
|
13533
|
+
await invoke$f('OffscreenCanvas.create', canvasId, id);
|
|
13516
13534
|
const canvas = acquire(id);
|
|
13517
13535
|
return canvas;
|
|
13518
13536
|
};
|
|
13519
13537
|
const createForTerminal = async (canvasId, callbackId) => {
|
|
13520
|
-
const canvas = await create$
|
|
13538
|
+
const canvas = await create$Q(canvasId);
|
|
13521
13539
|
await invokeAndTransfer$8('OffscreenCanvas.handleResult', callbackId, canvas);
|
|
13522
13540
|
};
|
|
13523
13541
|
|
|
13524
13542
|
const name$18 = 'OffscreenCanvas';
|
|
13525
13543
|
const Commands$Z = {
|
|
13526
|
-
create: create$
|
|
13544
|
+
create: create$Q,
|
|
13527
13545
|
createForTerminal: createForTerminal
|
|
13528
13546
|
};
|
|
13529
13547
|
|
|
@@ -13847,7 +13865,7 @@ const ExtensionHostManagement_ipc = {
|
|
|
13847
13865
|
|
|
13848
13866
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
13849
13867
|
|
|
13850
|
-
const getConfiguredWorkerUrl$
|
|
13868
|
+
const getConfiguredWorkerUrl$4 = () => {
|
|
13851
13869
|
let configuredWorkerUrl = get$d('developer.syntaxHighlightingWorkerPath') || '';
|
|
13852
13870
|
if (configuredWorkerUrl) {
|
|
13853
13871
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13859,10 +13877,10 @@ const getConfiguredWorkerUrl$5 = () => {
|
|
|
13859
13877
|
return configuredWorkerUrl;
|
|
13860
13878
|
};
|
|
13861
13879
|
const launchSyntaxHighlightingWorker = async () => {
|
|
13862
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13880
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$4();
|
|
13863
13881
|
const name = 'Syntax Highlighting Worker';
|
|
13864
|
-
const id = create$
|
|
13865
|
-
let ipc = await create$
|
|
13882
|
+
const id = create$11();
|
|
13883
|
+
let ipc = await create$10({
|
|
13866
13884
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13867
13885
|
name,
|
|
13868
13886
|
url: configuredWorkerUrl,
|
|
@@ -13878,7 +13896,7 @@ const launchSyntaxHighlightingWorker = async () => {
|
|
|
13878
13896
|
};
|
|
13879
13897
|
|
|
13880
13898
|
const {
|
|
13881
|
-
invoke: invoke$
|
|
13899
|
+
invoke: invoke$9,
|
|
13882
13900
|
invokeAndTransfer: invokeAndTransfer$7
|
|
13883
13901
|
} = getOrCreateWorker(launchSyntaxHighlightingWorker);
|
|
13884
13902
|
|
|
@@ -13913,7 +13931,7 @@ const Transferrable_ipc = {
|
|
|
13913
13931
|
};
|
|
13914
13932
|
|
|
13915
13933
|
const getWebViewsNode = async () => {
|
|
13916
|
-
const webViews = await invoke$
|
|
13934
|
+
const webViews = await invoke$e('ExtensionHost.getWebViews');
|
|
13917
13935
|
return webViews;
|
|
13918
13936
|
};
|
|
13919
13937
|
|
|
@@ -13941,63 +13959,33 @@ const getWebViews$1 = async () => {
|
|
|
13941
13959
|
return allWebViews;
|
|
13942
13960
|
};
|
|
13943
13961
|
|
|
13944
|
-
const
|
|
13945
|
-
|
|
13946
|
-
const getConfiguredWorkerUrl$4 = () => {
|
|
13947
|
-
let configuredWorkerUrl = get$d('develop.iframeWorkerPath') || '';
|
|
13948
|
-
if (configuredWorkerUrl) {
|
|
13949
|
-
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
13950
|
-
}
|
|
13951
|
-
configuredWorkerUrl = configuredWorkerUrl || iframeWorkerUrl;
|
|
13952
|
-
{
|
|
13953
|
-
configuredWorkerUrl = iframeWorkerUrl;
|
|
13954
|
-
}
|
|
13955
|
-
return configuredWorkerUrl;
|
|
13956
|
-
};
|
|
13957
|
-
const launchIframeWorker = async () => {
|
|
13958
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$4();
|
|
13959
|
-
const name = 'Iframe Worker';
|
|
13960
|
-
const id = create$12();
|
|
13961
|
-
let ipc = await create$11({
|
|
13962
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13963
|
-
name,
|
|
13964
|
-
url: configuredWorkerUrl,
|
|
13965
|
-
id
|
|
13966
|
-
});
|
|
13967
|
-
handleIpc(ipc);
|
|
13968
|
-
return ipc;
|
|
13969
|
-
};
|
|
13970
|
-
|
|
13971
|
-
const {
|
|
13972
|
-
invoke: invoke$9
|
|
13973
|
-
} = getOrCreateWorker(launchIframeWorker);
|
|
13962
|
+
const isGitpod = getHost().endsWith('.gitpod.io');
|
|
13974
13963
|
|
|
13975
13964
|
const WebView = 'lvce-oss-webview';
|
|
13976
13965
|
|
|
13977
13966
|
const setPort = async (uid, port, origin, portType) => {
|
|
13978
13967
|
await invokeAndTransfer$c('WebView.setPort', uid, port, origin, portType);
|
|
13979
13968
|
};
|
|
13980
|
-
const
|
|
13981
|
-
return invoke$
|
|
13969
|
+
const getWebViewInfo = providerId => {
|
|
13970
|
+
return invoke$d('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13971
|
+
};
|
|
13972
|
+
const create3 = async (uri, id) => {
|
|
13973
|
+
await invoke$d('WebView.create3', {
|
|
13982
13974
|
id,
|
|
13983
|
-
webViewPort,
|
|
13984
|
-
webViewId,
|
|
13985
|
-
previewServerId,
|
|
13986
13975
|
uri,
|
|
13987
13976
|
platform: platform,
|
|
13977
|
+
isGitpod: isGitpod,
|
|
13988
13978
|
assetDir: assetDir,
|
|
13989
|
-
webViewScheme: WebView
|
|
13979
|
+
webViewScheme: WebView,
|
|
13980
|
+
useNewWebViewHandler: true
|
|
13990
13981
|
});
|
|
13991
13982
|
};
|
|
13992
|
-
const getWebViewInfo = providerId => {
|
|
13993
|
-
return invoke$e('ExtensionHostWebView.getWebViewInfo', providerId);
|
|
13994
|
-
};
|
|
13995
13983
|
const compat = {
|
|
13996
13984
|
sharedProcessInvoke(...args) {
|
|
13997
|
-
return invoke$
|
|
13985
|
+
return invoke$e(...args);
|
|
13998
13986
|
},
|
|
13999
13987
|
rendererProcessInvoke(...args) {
|
|
14000
|
-
return invoke$
|
|
13988
|
+
return invoke$f(...args);
|
|
14001
13989
|
},
|
|
14002
13990
|
rendererProcessInvokeAndTransfer(...args) {
|
|
14003
13991
|
return invokeAndTransfer$c(...args);
|
|
@@ -14006,7 +13994,7 @@ const compat = {
|
|
|
14006
13994
|
return invokeAndTransfer$a(...args);
|
|
14007
13995
|
},
|
|
14008
13996
|
extensionHostWorkerInvoke(...args) {
|
|
14009
|
-
return invoke$
|
|
13997
|
+
return invoke$d(...args);
|
|
14010
13998
|
},
|
|
14011
13999
|
getWebViews() {
|
|
14012
14000
|
return getWebViews$1();
|
|
@@ -14036,7 +14024,7 @@ const WebView_ipc = {
|
|
|
14036
14024
|
};
|
|
14037
14025
|
|
|
14038
14026
|
const launchSearchProcess = async () => {
|
|
14039
|
-
const ipc = await create$
|
|
14027
|
+
const ipc = await create$10({
|
|
14040
14028
|
method: NodeAlternate,
|
|
14041
14029
|
type: 'search-process',
|
|
14042
14030
|
name: 'Search Process',
|
|
@@ -14061,7 +14049,7 @@ const getOrCreate$1 = () => {
|
|
|
14061
14049
|
};
|
|
14062
14050
|
const invoke$8 = async (method, ...params) => {
|
|
14063
14051
|
const ipc = await getOrCreate$1();
|
|
14064
|
-
return invoke$
|
|
14052
|
+
return invoke$g(ipc, method, ...params);
|
|
14065
14053
|
};
|
|
14066
14054
|
|
|
14067
14055
|
const name$T = 'SearchProcess';
|
|
@@ -14090,10 +14078,10 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14090
14078
|
return result;
|
|
14091
14079
|
};
|
|
14092
14080
|
const textSearchHtml = (...args) => {
|
|
14093
|
-
return invoke$
|
|
14081
|
+
return invoke$d('TextSearchHtml.textSearch', ...args);
|
|
14094
14082
|
};
|
|
14095
14083
|
const textSearchFetch = (...args) => {
|
|
14096
|
-
return invoke$
|
|
14084
|
+
return invoke$d('TextSearchFetch.textSearch', ...args);
|
|
14097
14085
|
};
|
|
14098
14086
|
|
|
14099
14087
|
const name$S = 'ExtensionHostTextSearch';
|
|
@@ -14145,26 +14133,26 @@ const Process_ipc = {
|
|
|
14145
14133
|
};
|
|
14146
14134
|
|
|
14147
14135
|
const install$1 = id => {
|
|
14148
|
-
return invoke$
|
|
14136
|
+
return invoke$e(InstallExtensionInstallExtension, /* id */id);
|
|
14149
14137
|
};
|
|
14150
14138
|
|
|
14151
14139
|
const install = id => {
|
|
14152
14140
|
return install$1(id);
|
|
14153
14141
|
};
|
|
14154
14142
|
const uninstall$1 = id => {
|
|
14155
|
-
return invoke$
|
|
14143
|
+
return invoke$e(/* ExtensionManagement.uninstall */'ExtensionManagement.uninstall', /* id */id);
|
|
14156
14144
|
};
|
|
14157
14145
|
const disable$1 = async id => {
|
|
14158
|
-
return invoke$
|
|
14146
|
+
return invoke$e(/* ExtensionManagement.disable */'ExtensionManagement.disable', /* id */id);
|
|
14159
14147
|
};
|
|
14160
14148
|
const enable$1 = async id => {
|
|
14161
|
-
return invoke$
|
|
14149
|
+
return invoke$e(/* ExtensionManagement.enable */'ExtensionManagement.enable', /* id */id);
|
|
14162
14150
|
};
|
|
14163
14151
|
const getAllExtensions = async () => {
|
|
14164
14152
|
if (platform === Web$1) {
|
|
14165
14153
|
return [];
|
|
14166
14154
|
}
|
|
14167
|
-
return invoke$
|
|
14155
|
+
return invoke$e(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
14168
14156
|
};
|
|
14169
14157
|
|
|
14170
14158
|
const name$O = 'ExtensionManagement';
|
|
@@ -14199,21 +14187,21 @@ const create$P = () => {
|
|
|
14199
14187
|
};
|
|
14200
14188
|
};
|
|
14201
14189
|
const loadContent$K = async state => {
|
|
14202
|
-
const newState = await invoke$
|
|
14203
|
-
const commands = await invoke$
|
|
14190
|
+
const newState = await invoke$b('About.loadContent', state);
|
|
14191
|
+
const commands = await invoke$b('About.render', state, newState);
|
|
14204
14192
|
newState.commands = commands;
|
|
14205
14193
|
return newState;
|
|
14206
14194
|
};
|
|
14207
14195
|
const handleClickOk$1 = async state => {
|
|
14208
|
-
await invoke$
|
|
14196
|
+
await invoke$b('About.handleClickOk');
|
|
14209
14197
|
return state;
|
|
14210
14198
|
};
|
|
14211
14199
|
const handleClickCopy = async state => {
|
|
14212
|
-
await invoke$
|
|
14200
|
+
await invoke$b('About.handleClickCopy');
|
|
14213
14201
|
return state;
|
|
14214
14202
|
};
|
|
14215
14203
|
const handleClickClose$3 = async state => {
|
|
14216
|
-
await invoke$
|
|
14204
|
+
await invoke$b('About.handleClickClose');
|
|
14217
14205
|
return state;
|
|
14218
14206
|
};
|
|
14219
14207
|
const handleFocusIn$1 = state => {
|
|
@@ -14221,14 +14209,14 @@ const handleFocusIn$1 = state => {
|
|
|
14221
14209
|
return state;
|
|
14222
14210
|
};
|
|
14223
14211
|
const focusNext$a = async state => {
|
|
14224
|
-
const newState = await invoke$
|
|
14225
|
-
const commands = await invoke$
|
|
14212
|
+
const newState = await invoke$b('About.focusNext', state);
|
|
14213
|
+
const commands = await invoke$b('About.render', state, newState);
|
|
14226
14214
|
newState.commands = commands;
|
|
14227
14215
|
return newState;
|
|
14228
14216
|
};
|
|
14229
14217
|
const focusPrevious$a = async state => {
|
|
14230
|
-
const newState = await invoke$
|
|
14231
|
-
const commands = await invoke$
|
|
14218
|
+
const newState = await invoke$b('About.focusPrevious', state);
|
|
14219
|
+
const commands = await invoke$b('About.render', state, newState);
|
|
14232
14220
|
newState.commands = commands;
|
|
14233
14221
|
return newState;
|
|
14234
14222
|
};
|
|
@@ -14245,7 +14233,7 @@ const Commands$C = {
|
|
|
14245
14233
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
14246
14234
|
|
|
14247
14235
|
const getKeyBindings$h = () => {
|
|
14248
|
-
return invoke$
|
|
14236
|
+
return invoke$b('About.getKeyBindings');
|
|
14249
14237
|
};
|
|
14250
14238
|
|
|
14251
14239
|
const name$N = 'About';
|
|
@@ -14283,7 +14271,7 @@ const renderDialog$2 = {
|
|
|
14283
14271
|
};
|
|
14284
14272
|
const render$G = [renderDialog$2];
|
|
14285
14273
|
const renderEventListeners$1 = async () => {
|
|
14286
|
-
const listeners = await invoke$
|
|
14274
|
+
const listeners = await invoke$b('About.renderEventListeners');
|
|
14287
14275
|
return listeners;
|
|
14288
14276
|
};
|
|
14289
14277
|
|
|
@@ -15167,7 +15155,7 @@ const create$M = (id, uri, x, y, width, height) => {
|
|
|
15167
15155
|
};
|
|
15168
15156
|
};
|
|
15169
15157
|
const loadContent$H = async state => {
|
|
15170
|
-
const browserViewMap = await invoke$
|
|
15158
|
+
const browserViewMap = await invoke$e('ElectronBrowserView.getAll');
|
|
15171
15159
|
console.log({
|
|
15172
15160
|
browserViewMap
|
|
15173
15161
|
});
|
|
@@ -15220,7 +15208,7 @@ const create$L = (id, uri, x, y, width, height) => {
|
|
|
15220
15208
|
};
|
|
15221
15209
|
const loadContent$G = state => {
|
|
15222
15210
|
const update = async () => {
|
|
15223
|
-
await invoke$
|
|
15211
|
+
await invoke$f(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
15224
15212
|
};
|
|
15225
15213
|
return {
|
|
15226
15214
|
...state,
|
|
@@ -15940,7 +15928,7 @@ const ViewletDialog_ipc = {
|
|
|
15940
15928
|
const diffWorkerUrl = `${assetDir}/packages/diff-worker/dist/diffWorkerMain.js`;
|
|
15941
15929
|
|
|
15942
15930
|
const launchDiffWorker = async () => {
|
|
15943
|
-
const ipc = await create$
|
|
15931
|
+
const ipc = await create$10({
|
|
15944
15932
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
15945
15933
|
url: diffWorkerUrl,
|
|
15946
15934
|
name: 'Diff Worker'
|
|
@@ -16070,7 +16058,7 @@ const handleTokenizeChange$1 = async () => {
|
|
|
16070
16058
|
if (!isConnectedEditor(state.id)) {
|
|
16071
16059
|
return;
|
|
16072
16060
|
}
|
|
16073
|
-
const tokenizerId = create$
|
|
16061
|
+
const tokenizerId = create$11();
|
|
16074
16062
|
const tokenizer = getTokenizer(state.languageId);
|
|
16075
16063
|
set$1(tokenizerId, tokenizer);
|
|
16076
16064
|
const newState = {
|
|
@@ -16832,7 +16820,7 @@ const executeTest$1 = async state => {
|
|
|
16832
16820
|
};
|
|
16833
16821
|
};
|
|
16834
16822
|
const handleLoad$1 = async state => {
|
|
16835
|
-
const messagePortId = create$
|
|
16823
|
+
const messagePortId = create$11();
|
|
16836
16824
|
const {
|
|
16837
16825
|
port1,
|
|
16838
16826
|
port2
|
|
@@ -17011,8 +16999,8 @@ const create$B = (id, uri, x, y, width, height) => {
|
|
|
17011
16999
|
};
|
|
17012
17000
|
};
|
|
17013
17001
|
const getTests = async () => {
|
|
17014
|
-
const root = await invoke$
|
|
17015
|
-
const testPath = await invoke$
|
|
17002
|
+
const root = await invoke$e('Platform.getRoot');
|
|
17003
|
+
const testPath = await invoke$e('Platform.getTestPath');
|
|
17016
17004
|
const absolutePath = `${root}/${testPath}/src`;
|
|
17017
17005
|
const dirents = await readDirWithFileTypes$8(absolutePath);
|
|
17018
17006
|
const filteredDirents = dirents.slice(1);
|
|
@@ -17045,7 +17033,7 @@ const executeTest = async (state, index) => {
|
|
|
17045
17033
|
};
|
|
17046
17034
|
};
|
|
17047
17035
|
const handleLoad = async state => {
|
|
17048
|
-
const messagePortId = create$
|
|
17036
|
+
const messagePortId = create$11();
|
|
17049
17037
|
const {
|
|
17050
17038
|
port1,
|
|
17051
17039
|
port2
|
|
@@ -17472,9 +17460,9 @@ const getFontWeight = () => {
|
|
|
17472
17460
|
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
17473
17461
|
|
|
17474
17462
|
const launchEditorWorker = async () => {
|
|
17475
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17476
|
-
const id = create$
|
|
17477
|
-
let ipc = await create$
|
|
17463
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$5('developer.editorWorkerPath', editorWorkerUrl);
|
|
17464
|
+
const id = create$11();
|
|
17465
|
+
let ipc = await create$10({
|
|
17478
17466
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17479
17467
|
url: configuredWorkerUrl,
|
|
17480
17468
|
name: 'Editor Worker',
|
|
@@ -17489,7 +17477,7 @@ const launchEditorWorker = async () => {
|
|
|
17489
17477
|
handleIpc(ipc);
|
|
17490
17478
|
const syntaxHighlightingWorker = true;
|
|
17491
17479
|
const syncIncremental = true;
|
|
17492
|
-
await invoke$
|
|
17480
|
+
await invoke$g(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
17493
17481
|
return ipc;
|
|
17494
17482
|
};
|
|
17495
17483
|
|
|
@@ -17549,7 +17537,7 @@ const handleTokenizeChange = () => {
|
|
|
17549
17537
|
}
|
|
17550
17538
|
const state = instance.state;
|
|
17551
17539
|
const tokenizer = getTokenizer(state.languageId);
|
|
17552
|
-
const tokenizerId = create$
|
|
17540
|
+
const tokenizerId = create$11();
|
|
17553
17541
|
set$1(tokenizerId, tokenizer);
|
|
17554
17542
|
const newState = {
|
|
17555
17543
|
...instance.state,
|
|
@@ -17623,7 +17611,7 @@ const loadContent$y = async (state, savedState, context) => {
|
|
|
17623
17611
|
const content = await getTextEditorContent(uri);
|
|
17624
17612
|
const languageId = getLanguageId(state);
|
|
17625
17613
|
const tokenizer = getTokenizer(languageId);
|
|
17626
|
-
const tokenizerId = create$
|
|
17614
|
+
const tokenizerId = create$11();
|
|
17627
17615
|
set$1(tokenizerId, tokenizer);
|
|
17628
17616
|
let savedSelections = getSavedSelections(savedState);
|
|
17629
17617
|
const savedDeltaY = getSavedDeltaY(savedState);
|
|
@@ -17798,7 +17786,7 @@ const Commands$r = {
|
|
|
17798
17786
|
...wrapEditorCommands(ids),
|
|
17799
17787
|
// TODO
|
|
17800
17788
|
async showOverlayMessage(state, editor, ...args) {
|
|
17801
|
-
await invoke$
|
|
17789
|
+
await invoke$f(...args);
|
|
17802
17790
|
return state;
|
|
17803
17791
|
}
|
|
17804
17792
|
};
|
|
@@ -17968,8 +17956,8 @@ const None$a = 0;
|
|
|
17968
17956
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
17969
17957
|
|
|
17970
17958
|
const launchExplorerWorker = async () => {
|
|
17971
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17972
|
-
const ipc = await create$
|
|
17959
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$5('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
17960
|
+
const ipc = await create$10({
|
|
17973
17961
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17974
17962
|
url: configuredWorkerUrl,
|
|
17975
17963
|
name: 'Explorer Worker'
|
|
@@ -18545,7 +18533,7 @@ const getConfiguredWorkerUrl$3 = () => {
|
|
|
18545
18533
|
};
|
|
18546
18534
|
const launchExtensionDetailViewWorker = async () => {
|
|
18547
18535
|
const name = 'Extension Detail View Worker';
|
|
18548
|
-
const ipc = await create$
|
|
18536
|
+
const ipc = await create$10({
|
|
18549
18537
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18550
18538
|
name,
|
|
18551
18539
|
url: getConfiguredWorkerUrl$3()
|
|
@@ -18708,7 +18696,7 @@ const getConfiguredWorkerUrl$2 = () => {
|
|
|
18708
18696
|
};
|
|
18709
18697
|
const launchExtensionSearchViewWorker = async () => {
|
|
18710
18698
|
const name = platform === Electron$1 ? 'Extension Search View Worker (Electron)' : 'Extension Search View Worker';
|
|
18711
|
-
const ipc = await create$
|
|
18699
|
+
const ipc = await create$10({
|
|
18712
18700
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18713
18701
|
name,
|
|
18714
18702
|
url: getConfiguredWorkerUrl$2()
|
|
@@ -18914,30 +18902,30 @@ const dispose$l = () => {};
|
|
|
18914
18902
|
|
|
18915
18903
|
// TODO show error / warning when installment fails / times out
|
|
18916
18904
|
const handleInstall = async (state, id) => {
|
|
18917
|
-
await invoke$
|
|
18905
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installing');
|
|
18918
18906
|
try {
|
|
18919
18907
|
await install(/* id */id);
|
|
18920
18908
|
} catch (error) {
|
|
18921
18909
|
// TODO have multi send command
|
|
18922
|
-
await invoke$
|
|
18910
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
|
|
18923
18911
|
// TODO use command.execute
|
|
18924
18912
|
handleError$2(error);
|
|
18925
18913
|
return;
|
|
18926
18914
|
}
|
|
18927
|
-
await invoke$
|
|
18915
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
|
|
18928
18916
|
};
|
|
18929
18917
|
|
|
18930
18918
|
// TODO lazyload this
|
|
18931
18919
|
const handleUninstall = async (state, id) => {
|
|
18932
|
-
await invoke$
|
|
18920
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalling');
|
|
18933
18921
|
try {
|
|
18934
18922
|
await uninstall$1(id);
|
|
18935
18923
|
} catch (error) {
|
|
18936
|
-
await invoke$
|
|
18924
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'installed');
|
|
18937
18925
|
handleError$2(error);
|
|
18938
18926
|
return;
|
|
18939
18927
|
}
|
|
18940
|
-
await invoke$
|
|
18928
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'uninstalled');
|
|
18941
18929
|
};
|
|
18942
18930
|
|
|
18943
18931
|
// TODO lazyload this
|
|
@@ -18945,11 +18933,11 @@ const handleEnable = async (state, id) => {
|
|
|
18945
18933
|
try {
|
|
18946
18934
|
await enable$1(id);
|
|
18947
18935
|
} catch (error) {
|
|
18948
|
-
await invoke$
|
|
18936
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
|
|
18949
18937
|
handleError$2(error);
|
|
18950
18938
|
return;
|
|
18951
18939
|
}
|
|
18952
|
-
await invoke$
|
|
18940
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'enabled');
|
|
18953
18941
|
};
|
|
18954
18942
|
|
|
18955
18943
|
// TODO lazyload this
|
|
@@ -18961,16 +18949,16 @@ const handleDisable = async (state, id) => {
|
|
|
18961
18949
|
handleError$2(error);
|
|
18962
18950
|
return;
|
|
18963
18951
|
}
|
|
18964
|
-
await invoke$
|
|
18952
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'setExtensionState', /* id */id, /* state */'disabled');
|
|
18965
18953
|
};
|
|
18966
18954
|
const openSuggest = async state => {
|
|
18967
18955
|
const filteredSuggestions = SUGGESTIONS;
|
|
18968
18956
|
state.suggestionState = /* Open */1;
|
|
18969
|
-
await invoke$
|
|
18957
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'openSuggest', /* suggestions */filteredSuggestions);
|
|
18970
18958
|
};
|
|
18971
18959
|
const closeSuggest = async state => {
|
|
18972
18960
|
state.suggestionState = /* Closed */0;
|
|
18973
|
-
await invoke$
|
|
18961
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */Extensions$2, /* method */'closeSuggest');
|
|
18974
18962
|
};
|
|
18975
18963
|
const toggleSuggest = async state => {
|
|
18976
18964
|
switch (state.suggestionState) {
|
|
@@ -19960,7 +19948,7 @@ const getConfiguredWorkerUrl$1 = () => {
|
|
|
19960
19948
|
};
|
|
19961
19949
|
const launchKeyBindingsViewWorker = async () => {
|
|
19962
19950
|
const name = 'KeyBindings View Worker';
|
|
19963
|
-
const ipc = await create$
|
|
19951
|
+
const ipc = await create$10({
|
|
19964
19952
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
19965
19953
|
name,
|
|
19966
19954
|
url: getConfiguredWorkerUrl$1()
|
|
@@ -20648,7 +20636,7 @@ const show$4 = async (state, module, currentViewletId) => {
|
|
|
20648
20636
|
const width = newPoints[kWidth];
|
|
20649
20637
|
const height = newPoints[kHeight];
|
|
20650
20638
|
const uid = state.uid;
|
|
20651
|
-
const childUid = create$
|
|
20639
|
+
const childUid = create$11();
|
|
20652
20640
|
const commands = await load$7({
|
|
20653
20641
|
getModule: load$5,
|
|
20654
20642
|
id: moduleId,
|
|
@@ -20806,7 +20794,7 @@ const loadIfVisible = async (state, module) => {
|
|
|
20806
20794
|
let commands = [];
|
|
20807
20795
|
const parentUid = state.uid;
|
|
20808
20796
|
if (visible) {
|
|
20809
|
-
const childUid = create$
|
|
20797
|
+
const childUid = create$11();
|
|
20810
20798
|
commands = await load$7({
|
|
20811
20799
|
getModule: load$5,
|
|
20812
20800
|
id: moduleId,
|
|
@@ -21006,7 +20994,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
21006
20994
|
kWidth,
|
|
21007
20995
|
kHeight
|
|
21008
20996
|
} = module;
|
|
21009
|
-
const viewletUid = create$
|
|
20997
|
+
const viewletUid = create$11();
|
|
21010
20998
|
const commands = await load$7({
|
|
21011
20999
|
getModule: load$5,
|
|
21012
21000
|
id: moduleId,
|
|
@@ -21025,7 +21013,7 @@ const showAsync = async (uid, points, module) => {
|
|
|
21025
21013
|
if (commands) {
|
|
21026
21014
|
commands.push(['Viewlet.append', uid, viewletUid]);
|
|
21027
21015
|
}
|
|
21028
|
-
await invoke$
|
|
21016
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
21029
21017
|
// TODO
|
|
21030
21018
|
// 2. load module
|
|
21031
21019
|
// 3. if module is still visible, replace placeholder with actual viewlet
|
|
@@ -21951,13 +21939,13 @@ const deserializeEditorGroups = (savedState, state) => {
|
|
|
21951
21939
|
}
|
|
21952
21940
|
const restoredEditors = group.editors.filter(canBeRestored);
|
|
21953
21941
|
for (const editor of restoredEditors) {
|
|
21954
|
-
editor.uid = create$
|
|
21942
|
+
editor.uid = create$11();
|
|
21955
21943
|
const label = editor.label;
|
|
21956
21944
|
editor.tabWidth = measureTabWidth(label, tabFontWeight, tabFontSize, tabFontFamily, tabLetterSpacing);
|
|
21957
21945
|
}
|
|
21958
21946
|
const restoredGroup = {
|
|
21959
21947
|
...group,
|
|
21960
|
-
tabsUid: create$
|
|
21948
|
+
tabsUid: create$11()
|
|
21961
21949
|
};
|
|
21962
21950
|
restoredGroups.push(restoredGroup);
|
|
21963
21951
|
}
|
|
@@ -22372,8 +22360,8 @@ const focusIndex$6 = async (state, index) => {
|
|
|
22372
22360
|
commands: allCommands
|
|
22373
22361
|
};
|
|
22374
22362
|
}
|
|
22375
|
-
const instanceUid = create$
|
|
22376
|
-
const instance = create
|
|
22363
|
+
const instanceUid = create$11();
|
|
22364
|
+
const instance = create$_(load$5, id, uid, editor.uri, x, y, width, contentHeight);
|
|
22377
22365
|
instance.show = false;
|
|
22378
22366
|
instance.setBounds = false;
|
|
22379
22367
|
instance.uid = instanceUid;
|
|
@@ -22507,11 +22495,11 @@ const openUri = async (state, uri, focus = true, {
|
|
|
22507
22495
|
const moduleId = await getModuleId(uri, context.opener);
|
|
22508
22496
|
let activeGroup = groups[activeGroupIndex];
|
|
22509
22497
|
activeGroup ||= {
|
|
22510
|
-
uid: create$
|
|
22498
|
+
uid: create$11(),
|
|
22511
22499
|
editors: [],
|
|
22512
22500
|
activeIndex: -1,
|
|
22513
22501
|
focusedIndex: -1,
|
|
22514
|
-
tabsUid: create$
|
|
22502
|
+
tabsUid: create$11(),
|
|
22515
22503
|
x,
|
|
22516
22504
|
y: 0,
|
|
22517
22505
|
width,
|
|
@@ -22545,8 +22533,8 @@ const openUri = async (state, uri, focus = true, {
|
|
|
22545
22533
|
const previousUid = previousEditor.uid;
|
|
22546
22534
|
disposeCommands = hideFunctional(previousUid);
|
|
22547
22535
|
}
|
|
22548
|
-
const instanceUid = create$
|
|
22549
|
-
const instance = create
|
|
22536
|
+
const instanceUid = create$11();
|
|
22537
|
+
const instance = create$_(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
22550
22538
|
instance.uid = instanceUid;
|
|
22551
22539
|
// const oldActiveIndex = state.activeIndex
|
|
22552
22540
|
const tabLabel = getLabel$6(uri);
|
|
@@ -22588,7 +22576,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
22588
22576
|
commands.push(['Viewlet.setBounds', instanceUid, x, state.tabHeight, width, contentHeight]);
|
|
22589
22577
|
let tabsUid = state.tabsUid;
|
|
22590
22578
|
if (tabsUid === -1) {
|
|
22591
|
-
tabsUid = create$
|
|
22579
|
+
tabsUid = create$11();
|
|
22592
22580
|
}
|
|
22593
22581
|
if (disposeCommands) {
|
|
22594
22582
|
commands.push(...disposeCommands);
|
|
@@ -22707,7 +22695,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
22707
22695
|
height,
|
|
22708
22696
|
editors: [],
|
|
22709
22697
|
tabsUid: 0,
|
|
22710
|
-
uid: create$
|
|
22698
|
+
uid: create$11()
|
|
22711
22699
|
}],
|
|
22712
22700
|
activeGroupIndex: 0
|
|
22713
22701
|
};
|
|
@@ -22722,7 +22710,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
22722
22710
|
height,
|
|
22723
22711
|
editors: [],
|
|
22724
22712
|
tabsUid: 0,
|
|
22725
|
-
uid: create$
|
|
22713
|
+
uid: create$11()
|
|
22726
22714
|
}],
|
|
22727
22715
|
activeGroupIndex: 0
|
|
22728
22716
|
};
|
|
@@ -22737,7 +22725,7 @@ const getRestoredGroups = (savedState, state) => {
|
|
|
22737
22725
|
height,
|
|
22738
22726
|
editors: [],
|
|
22739
22727
|
tabsUid: 0,
|
|
22740
|
-
uid: create$
|
|
22728
|
+
uid: create$11()
|
|
22741
22729
|
}],
|
|
22742
22730
|
activeGroupIndex: 0
|
|
22743
22731
|
};
|
|
@@ -22851,7 +22839,7 @@ const loadContent$o = async (state, savedState) => {
|
|
|
22851
22839
|
once(Twelve, hydrateLazy);
|
|
22852
22840
|
addListener('editor.change', handleEditorChange$1);
|
|
22853
22841
|
addListener('titleUpdated', handleTitleUpdated$1);
|
|
22854
|
-
await invoke$
|
|
22842
|
+
await invoke$f('Viewlet.loadModule', MainTabs);
|
|
22855
22843
|
return {
|
|
22856
22844
|
...state,
|
|
22857
22845
|
groups,
|
|
@@ -22906,7 +22894,7 @@ const contentLoaded$5 = async state => {
|
|
|
22906
22894
|
editor.title = tabTitle;
|
|
22907
22895
|
const childUid = editor.uid;
|
|
22908
22896
|
commands.push(['Viewlet.setBounds', childUid, editorX, state.tabHeight, editorWidth, editorHeight]);
|
|
22909
|
-
const tabsUid = create$
|
|
22897
|
+
const tabsUid = create$11();
|
|
22910
22898
|
state.tabsUid = tabsUid;
|
|
22911
22899
|
// commands.push(['Viewlet.create', ViewletModuleId.MainTabs, tabsUid])
|
|
22912
22900
|
// commands.push(['Viewlet.send', tabsUid, 'setTabs', state.editors])
|
|
@@ -22943,7 +22931,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22943
22931
|
const id = getModuleId(initialUri);
|
|
22944
22932
|
const tabLabel = 'Loading';
|
|
22945
22933
|
const tabTitle = 'Loading';
|
|
22946
|
-
await invoke$
|
|
22934
|
+
await invoke$f(/* Viewlet.send */'Viewlet.send', /* id */Main$3, /* method */'openViewlet', /* tabLabel */tabLabel, /* tabTitle */tabTitle, /* oldActiveIndex */-1, /* background */true);
|
|
22947
22935
|
const y = state.y + state.tabHeight;
|
|
22948
22936
|
const x = state.x;
|
|
22949
22937
|
const width = state.width;
|
|
@@ -22968,7 +22956,7 @@ const openBackgroundTab$1 = async (state, initialUri, props) => {
|
|
|
22968
22956
|
title,
|
|
22969
22957
|
...props
|
|
22970
22958
|
});
|
|
22971
|
-
await invoke$
|
|
22959
|
+
await invoke$f('Viewlet.send', 'Main', 'updateTab', 1, title);
|
|
22972
22960
|
// TODO update tab title with new title
|
|
22973
22961
|
return state;
|
|
22974
22962
|
};
|
|
@@ -23743,7 +23731,7 @@ const create$n = (id, uri, x, y, width, height) => {
|
|
|
23743
23731
|
};
|
|
23744
23732
|
const loadContent$n = state => {
|
|
23745
23733
|
const update = async () => {
|
|
23746
|
-
await invoke$
|
|
23734
|
+
await invoke$f(/* Viewlet.invoke */'Viewlet.send', /* id */Clock, /* method */'setTime', /* time */Date.now());
|
|
23747
23735
|
};
|
|
23748
23736
|
return {
|
|
23749
23737
|
...state,
|
|
@@ -23798,10 +23786,10 @@ const ViewletNoop_ipc = {
|
|
|
23798
23786
|
};
|
|
23799
23787
|
|
|
23800
23788
|
const open$4 = async (id, file) => {
|
|
23801
|
-
await invoke$
|
|
23789
|
+
await invoke$e(/* OutputChannel.open */'OutputChannel.open', id, /* path */file);
|
|
23802
23790
|
};
|
|
23803
23791
|
const close$3 = async id => {
|
|
23804
|
-
await invoke$
|
|
23792
|
+
await invoke$e(/* OutputChannel.close */'OutputChannel.close', /* id */id);
|
|
23805
23793
|
};
|
|
23806
23794
|
|
|
23807
23795
|
const getOutputChannels = () => {
|
|
@@ -23862,7 +23850,7 @@ const contentLoaded$4 = async state => {
|
|
|
23862
23850
|
const setOutputChannel = async (state, option) => {
|
|
23863
23851
|
state.selectedOption = option;
|
|
23864
23852
|
// TODO race condition
|
|
23865
|
-
await invoke$
|
|
23853
|
+
await invoke$f(/* viewletSend */'Viewlet.send', /* id */'Output', /* method */'clear');
|
|
23866
23854
|
// TODO race condition
|
|
23867
23855
|
// TODO should use invoke
|
|
23868
23856
|
await open$4('Output', state.selectedOption);
|
|
@@ -24149,7 +24137,7 @@ const openViewlet$1 = async (state, id, focus = false) => {
|
|
|
24149
24137
|
const currentViewletUid = currentViewletState.uid;
|
|
24150
24138
|
number$1(currentViewletUid);
|
|
24151
24139
|
commands.unshift(...disposeFunctional(currentViewletUid));
|
|
24152
|
-
await invoke$
|
|
24140
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
24153
24141
|
if (commands.at(-1).includes(Error$3)) {
|
|
24154
24142
|
state.currentViewletId = Error$3;
|
|
24155
24143
|
}
|
|
@@ -25996,7 +25984,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
25996
25984
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
25997
25985
|
|
|
25998
25986
|
const getKeyBindings$4 = () => {
|
|
25999
|
-
return invoke$
|
|
25987
|
+
return invoke$c('QuickPick.getKeyBindings');
|
|
26000
25988
|
};
|
|
26001
25989
|
|
|
26002
25990
|
const quickPickHighlight = {
|
|
@@ -27914,18 +27902,18 @@ const ViewletRunAndDebug_ipc = {
|
|
|
27914
27902
|
};
|
|
27915
27903
|
|
|
27916
27904
|
const getSources = async options => {
|
|
27917
|
-
const sources = await invoke$
|
|
27905
|
+
const sources = await invoke$e('DesktopCapturer.getSources', options);
|
|
27918
27906
|
return sources;
|
|
27919
27907
|
};
|
|
27920
27908
|
|
|
27921
27909
|
const getUserMedia = async (captureId, options) => {
|
|
27922
27910
|
number$1(captureId);
|
|
27923
27911
|
object(options);
|
|
27924
|
-
await invoke$
|
|
27912
|
+
await invoke$f('ScreenCapture.start', captureId, options);
|
|
27925
27913
|
};
|
|
27926
27914
|
const dispose$9 = async captureId => {
|
|
27927
27915
|
number$1(captureId);
|
|
27928
|
-
await invoke$
|
|
27916
|
+
await invoke$f('ScreenCapture.dispose', captureId);
|
|
27929
27917
|
};
|
|
27930
27918
|
|
|
27931
27919
|
const createScreenCaptureStream = async captureId => {
|
|
@@ -27965,7 +27953,7 @@ const create$f = (id, uri) => {
|
|
|
27965
27953
|
};
|
|
27966
27954
|
};
|
|
27967
27955
|
const loadContent$f = async state => {
|
|
27968
|
-
const captureId = create$
|
|
27956
|
+
const captureId = create$11();
|
|
27969
27957
|
await createScreenCaptureStream(captureId);
|
|
27970
27958
|
return {
|
|
27971
27959
|
...state,
|
|
@@ -28018,7 +28006,7 @@ const getConfiguredWorkerUrl = () => {
|
|
|
28018
28006
|
};
|
|
28019
28007
|
const launchTextSearchWorker = async () => {
|
|
28020
28008
|
const name = 'Text Search Worker';
|
|
28021
|
-
const ipc = await create$
|
|
28009
|
+
const ipc = await create$10({
|
|
28022
28010
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
28023
28011
|
name,
|
|
28024
28012
|
url: getConfiguredWorkerUrl()
|
|
@@ -28302,7 +28290,7 @@ const openViewlet = async (state, moduleId, focus = false, args) => {
|
|
|
28302
28290
|
activityBar.state = newState;
|
|
28303
28291
|
commands.push(...extraCommands);
|
|
28304
28292
|
}
|
|
28305
|
-
await invoke$
|
|
28293
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
28306
28294
|
}
|
|
28307
28295
|
|
|
28308
28296
|
// // TODO race condition (check if disposed after created)
|
|
@@ -28432,7 +28420,7 @@ const ViewletSideBar_ipc = {
|
|
|
28432
28420
|
const embedsWorkerUrl = `${assetDir}/packages/embeds-worker/dist/embedsWorkerMain.js`;
|
|
28433
28421
|
|
|
28434
28422
|
const launchEmbedsWorker = async () => {
|
|
28435
|
-
const ipc = await create$
|
|
28423
|
+
const ipc = await create$10({
|
|
28436
28424
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
28437
28425
|
url: embedsWorkerUrl,
|
|
28438
28426
|
name: 'Embeds Worker'
|
|
@@ -28465,7 +28453,7 @@ const disposeWebContentsView = async id => {
|
|
|
28465
28453
|
const getWindowZoomLevel = async () => {
|
|
28466
28454
|
// TODO speed up resizing by avoid too many round trips
|
|
28467
28455
|
const windowId = await getWindowId();
|
|
28468
|
-
const zoomLevel = await invoke$
|
|
28456
|
+
const zoomLevel = await invoke$e('ElectronWindow.getZoom', windowId);
|
|
28469
28457
|
return zoomLevel;
|
|
28470
28458
|
};
|
|
28471
28459
|
|
|
@@ -30196,7 +30184,7 @@ const ViewletStorage_ipc = {
|
|
|
30196
30184
|
};
|
|
30197
30185
|
|
|
30198
30186
|
const getTerminalSpawnOptions = () => {
|
|
30199
|
-
return invoke$
|
|
30187
|
+
return invoke$e('GetTerminalSpawnOptions.getTerminalSpawnOptions');
|
|
30200
30188
|
};
|
|
30201
30189
|
|
|
30202
30190
|
// TODO implement a functional terminal component, maybe using offscreencanvas
|
|
@@ -30223,18 +30211,18 @@ const loadContent$8 = async state => {
|
|
|
30223
30211
|
command,
|
|
30224
30212
|
args
|
|
30225
30213
|
} = await getTerminalSpawnOptions();
|
|
30226
|
-
const canvasTextId = create$
|
|
30227
|
-
const canvasCursorId = create$
|
|
30228
|
-
await invoke$
|
|
30214
|
+
const canvasTextId = create$11();
|
|
30215
|
+
const canvasCursorId = create$11();
|
|
30216
|
+
await invoke$a('Terminal.create', canvasTextId, canvasCursorId, uid, state$w.workspacePath, command, args);
|
|
30229
30217
|
const terminal = {
|
|
30230
30218
|
handleBlur() {
|
|
30231
|
-
return invoke$
|
|
30219
|
+
return invoke$a('Terminal.handleBlur', uid);
|
|
30232
30220
|
},
|
|
30233
30221
|
handleKeyDown(key) {
|
|
30234
|
-
return invoke$
|
|
30222
|
+
return invoke$a('Terminal.handleKeyDown', uid, key);
|
|
30235
30223
|
},
|
|
30236
30224
|
handleMouseDown() {
|
|
30237
|
-
return invoke$
|
|
30225
|
+
return invoke$a('Terminal.handleMouseDown', uid);
|
|
30238
30226
|
},
|
|
30239
30227
|
resize() {
|
|
30240
30228
|
// TODO
|
|
@@ -30242,7 +30230,7 @@ const loadContent$8 = async state => {
|
|
|
30242
30230
|
};
|
|
30243
30231
|
return {
|
|
30244
30232
|
...state,
|
|
30245
|
-
id: create$
|
|
30233
|
+
id: create$11(),
|
|
30246
30234
|
command,
|
|
30247
30235
|
args,
|
|
30248
30236
|
canvasCursorId,
|
|
@@ -30314,7 +30302,7 @@ const resizeEffect = async state => {
|
|
|
30314
30302
|
// Terminal.resize(state, width, height)
|
|
30315
30303
|
};
|
|
30316
30304
|
const clear = async state => {
|
|
30317
|
-
await invoke$
|
|
30305
|
+
await invoke$f(/* ViewletTerminal.write */'Terminal.write', /* data */new TextEncoder().encode('TODO clear terminal'));
|
|
30318
30306
|
};
|
|
30319
30307
|
|
|
30320
30308
|
const getActions = state => {
|
|
@@ -30419,7 +30407,7 @@ const loadContent$7 = async state => {
|
|
|
30419
30407
|
tabs: [{
|
|
30420
30408
|
label: 'tab 1',
|
|
30421
30409
|
icon: 'Terminal',
|
|
30422
|
-
uid: create$
|
|
30410
|
+
uid: create$11()
|
|
30423
30411
|
}],
|
|
30424
30412
|
selectedIndex: 0,
|
|
30425
30413
|
terminalTabsEnabled
|
|
@@ -30435,7 +30423,7 @@ const addTerminal = async state => {
|
|
|
30435
30423
|
uid,
|
|
30436
30424
|
selectedIndex
|
|
30437
30425
|
} = state;
|
|
30438
|
-
const childUid = create$
|
|
30426
|
+
const childUid = create$11();
|
|
30439
30427
|
const newTab = {
|
|
30440
30428
|
label: `tab ${tabs.length + 1}`,
|
|
30441
30429
|
icon: 'Terminal',
|
|
@@ -30462,7 +30450,7 @@ const addTerminal = async state => {
|
|
|
30462
30450
|
const oldTab = tabs[selectedIndex];
|
|
30463
30451
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
30464
30452
|
commands.push(...disposeCommands);
|
|
30465
|
-
await invoke$
|
|
30453
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
30466
30454
|
return {
|
|
30467
30455
|
...state,
|
|
30468
30456
|
tabs: newTabs,
|
|
@@ -30481,7 +30469,7 @@ const focusIndex$4 = async (state, index) => {
|
|
|
30481
30469
|
uid,
|
|
30482
30470
|
selectedIndex
|
|
30483
30471
|
} = state;
|
|
30484
|
-
const childUid = create$
|
|
30472
|
+
const childUid = create$11();
|
|
30485
30473
|
const newTab = tabs[index];
|
|
30486
30474
|
newTab.uid = childUid;
|
|
30487
30475
|
const commands = await load$7({
|
|
@@ -30503,7 +30491,7 @@ const focusIndex$4 = async (state, index) => {
|
|
|
30503
30491
|
const oldTab = tabs[selectedIndex];
|
|
30504
30492
|
const disposeCommands = disposeFunctional(oldTab.uid);
|
|
30505
30493
|
commands.push(...disposeCommands);
|
|
30506
|
-
await invoke$
|
|
30494
|
+
await invoke$f('Viewlet.sendMultiple', commands);
|
|
30507
30495
|
return {
|
|
30508
30496
|
...state,
|
|
30509
30497
|
selectedIndex: index
|
|
@@ -31412,15 +31400,7 @@ const getRealUri = pathOrUri => {
|
|
|
31412
31400
|
if (protocol) {
|
|
31413
31401
|
return pathOrUri;
|
|
31414
31402
|
}
|
|
31415
|
-
return invoke$
|
|
31416
|
-
};
|
|
31417
|
-
|
|
31418
|
-
const getWebViewPort = () => {
|
|
31419
|
-
if (platform === Web$1) {
|
|
31420
|
-
return location.port;
|
|
31421
|
-
}
|
|
31422
|
-
// TODO make port configurable
|
|
31423
|
-
return '3002';
|
|
31403
|
+
return invoke$e('FileSystem.getRealUri', pathOrUri);
|
|
31424
31404
|
};
|
|
31425
31405
|
|
|
31426
31406
|
const create$1 = (id, uri, x, y, width, height) => {
|
|
@@ -31435,57 +31415,23 @@ const create$1 = (id, uri, x, y, width, height) => {
|
|
|
31435
31415
|
previewServerId: 1,
|
|
31436
31416
|
csp: '',
|
|
31437
31417
|
credentialless: true,
|
|
31438
|
-
x,
|
|
31418
|
+
x: x - 1,
|
|
31439
31419
|
y,
|
|
31440
31420
|
width,
|
|
31441
31421
|
height
|
|
31442
31422
|
};
|
|
31443
31423
|
};
|
|
31444
|
-
const getWebViewId = async uri => {
|
|
31445
|
-
if (uri.startsWith('webview://')) {
|
|
31446
|
-
const webViewId = uri.slice('webview://'.length);
|
|
31447
|
-
return webViewId;
|
|
31448
|
-
}
|
|
31449
|
-
const webViews = await getWebViews$1();
|
|
31450
|
-
for (const webView of webViews) {
|
|
31451
|
-
for (const selector of webView.selector || []) {
|
|
31452
|
-
if (uri.endsWith(selector)) {
|
|
31453
|
-
return webView.id;
|
|
31454
|
-
}
|
|
31455
|
-
}
|
|
31456
|
-
}
|
|
31457
|
-
return '';
|
|
31458
|
-
};
|
|
31459
31424
|
const loadContent$1 = async state => {
|
|
31460
31425
|
const {
|
|
31461
31426
|
uri,
|
|
31462
|
-
previewServerId,
|
|
31463
31427
|
id
|
|
31464
31428
|
} = state;
|
|
31465
|
-
const webViewId = await getWebViewId(uri);
|
|
31466
31429
|
// TODO always use real uri, which simplifies path handling for windows
|
|
31467
31430
|
const realUri = await getRealUri(uri);
|
|
31468
|
-
|
|
31469
|
-
const webViewResult = await create$Q(id, webViewPort, webViewId, previewServerId, realUri);
|
|
31470
|
-
if (!webViewResult) {
|
|
31471
|
-
return state;
|
|
31472
|
-
}
|
|
31473
|
-
const {
|
|
31474
|
-
iframeSrc,
|
|
31475
|
-
sandbox,
|
|
31476
|
-
portId,
|
|
31477
|
-
origin,
|
|
31478
|
-
srcDoc,
|
|
31479
|
-
csp
|
|
31480
|
-
} = webViewResult;
|
|
31431
|
+
await create3(realUri, id);
|
|
31481
31432
|
return {
|
|
31482
31433
|
...state,
|
|
31483
|
-
|
|
31484
|
-
sandbox,
|
|
31485
|
-
portId,
|
|
31486
|
-
origin,
|
|
31487
|
-
srcDoc,
|
|
31488
|
-
csp
|
|
31434
|
+
x: state.x + 1
|
|
31489
31435
|
};
|
|
31490
31436
|
};
|
|
31491
31437
|
const hasFunctionalResize = true;
|
|
@@ -31496,7 +31442,7 @@ const resize = (state, dimensions) => {
|
|
|
31496
31442
|
};
|
|
31497
31443
|
};
|
|
31498
31444
|
const dispose = async state => {
|
|
31499
|
-
await invoke$
|
|
31445
|
+
await invoke$f('WebView.dispose', state.uid);
|
|
31500
31446
|
return state;
|
|
31501
31447
|
};
|
|
31502
31448
|
|
|
@@ -31510,7 +31456,7 @@ const hasFunctionalRender = true;
|
|
|
31510
31456
|
const hasFunctionalRootRender = true;
|
|
31511
31457
|
const renderIframe = {
|
|
31512
31458
|
isEqual(oldState, newState) {
|
|
31513
|
-
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height
|
|
31459
|
+
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
31514
31460
|
},
|
|
31515
31461
|
apply(oldState, newState) {
|
|
31516
31462
|
return ['setPosition', newState.id, newState.x, newState.y, newState.width, newState.height];
|
|
@@ -31769,11 +31715,11 @@ const FileSystemAppKeyBindings = {
|
|
|
31769
31715
|
|
|
31770
31716
|
const downloadUpdate$2 = version => {
|
|
31771
31717
|
string(version);
|
|
31772
|
-
return invoke$
|
|
31718
|
+
return invoke$e('AutoUpdaterAppImage.downloadUpdate', version);
|
|
31773
31719
|
};
|
|
31774
31720
|
const installAndRestart$2 = downloadPath => {
|
|
31775
31721
|
string(downloadPath);
|
|
31776
|
-
return invoke$
|
|
31722
|
+
return invoke$e('AutoUpdaterAppImage.installAndRestart', downloadPath);
|
|
31777
31723
|
};
|
|
31778
31724
|
|
|
31779
31725
|
const AutoUpdaterAppImage = {
|
|
@@ -31784,11 +31730,11 @@ const AutoUpdaterAppImage = {
|
|
|
31784
31730
|
|
|
31785
31731
|
const downloadUpdate$1 = version => {
|
|
31786
31732
|
string(version);
|
|
31787
|
-
return invoke$
|
|
31733
|
+
return invoke$e('AutoUpdaterWindowsNsis.downloadUpdate', version);
|
|
31788
31734
|
};
|
|
31789
31735
|
const installAndRestart$1 = downloadPath => {
|
|
31790
31736
|
string(downloadPath);
|
|
31791
|
-
return invoke$
|
|
31737
|
+
return invoke$e('AutoUpdaterWindowsNsis.installAndRestart', downloadPath);
|
|
31792
31738
|
};
|
|
31793
31739
|
|
|
31794
31740
|
const AutoUpdaterNsis = {
|
|
@@ -31801,7 +31747,7 @@ const exec = (command, args, options) => {
|
|
|
31801
31747
|
string(command);
|
|
31802
31748
|
array(args);
|
|
31803
31749
|
object(options);
|
|
31804
|
-
return invoke$
|
|
31750
|
+
return invoke$e('Exec.exec', command, args, options);
|
|
31805
31751
|
};
|
|
31806
31752
|
|
|
31807
31753
|
const getDebArch = processArch => {
|
|
@@ -31826,7 +31772,7 @@ const getDownloadUrl = (repository, version, applicationName, debArch) => {
|
|
|
31826
31772
|
};
|
|
31827
31773
|
|
|
31828
31774
|
const getTmpDir = () => {
|
|
31829
|
-
return invoke$
|
|
31775
|
+
return invoke$e('Os.getTmpDir');
|
|
31830
31776
|
};
|
|
31831
31777
|
|
|
31832
31778
|
// TODO remove this code when auto update through apt is supported
|
|
@@ -31894,7 +31840,7 @@ const getItem = (items, label) => {
|
|
|
31894
31840
|
const openContextMenu = async (x, y, id, ...args) => {
|
|
31895
31841
|
const entries = await getMenuEntries$i(id, ...args);
|
|
31896
31842
|
const electronMenuItems = convertMenuItems(entries);
|
|
31897
|
-
const event = await invoke$
|
|
31843
|
+
const event = await invoke$e('ElectronContextMenu.openContextMenu', electronMenuItems, x, y);
|
|
31898
31844
|
if (event.type === 'close') {
|
|
31899
31845
|
return;
|
|
31900
31846
|
}
|
|
@@ -31931,7 +31877,7 @@ const ContextMenuBrowser = {
|
|
|
31931
31877
|
|
|
31932
31878
|
const open$3 = async () => {
|
|
31933
31879
|
try {
|
|
31934
|
-
await invoke$
|
|
31880
|
+
await invoke$e('ElectronWindowProcessExplorer.open');
|
|
31935
31881
|
} catch (error) {
|
|
31936
31882
|
throw new VError(error, 'Failed to open process explorer');
|
|
31937
31883
|
}
|
|
@@ -33218,7 +33164,7 @@ const closeTabsRight = async state => {
|
|
|
33218
33164
|
const uri = newActiveEditor.uri;
|
|
33219
33165
|
const moduleId = await getModuleId(uri);
|
|
33220
33166
|
const uid = newActiveEditor.uid;
|
|
33221
|
-
const instance = create
|
|
33167
|
+
const instance = create$_(load$5, moduleId, state.uid, uri, x, y, width, contentHeight);
|
|
33222
33168
|
// @ts-ignore
|
|
33223
33169
|
instance.show = false;
|
|
33224
33170
|
instance.setBounds = false;
|
|
@@ -33279,7 +33225,7 @@ const closeOthers = async state => {
|
|
|
33279
33225
|
newActiveIndex = 0;
|
|
33280
33226
|
const disposeCommands = disposeFunctional(activeEditor.uid);
|
|
33281
33227
|
commands.push(...disposeCommands);
|
|
33282
|
-
const instanceUid = create$
|
|
33228
|
+
const instanceUid = create$11();
|
|
33283
33229
|
const moduleId = await getModuleId(activeEditor.uri);
|
|
33284
33230
|
// @ts-ignore
|
|
33285
33231
|
const x = state.x;
|
|
@@ -33290,7 +33236,7 @@ const closeOthers = async state => {
|
|
|
33290
33236
|
// @ts-ignore
|
|
33291
33237
|
const contentHeight = state.height - state.tabHeight;
|
|
33292
33238
|
// @ts-ignore
|
|
33293
|
-
const instance = create
|
|
33239
|
+
const instance = create$_(load$5, moduleId, state.uid, focusedEditor.uri, x, y, width, contentHeight);
|
|
33294
33240
|
instance.uid = instanceUid;
|
|
33295
33241
|
instance.show = false;
|
|
33296
33242
|
instance.setBounds = false;
|
|
@@ -33565,10 +33511,10 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
33565
33511
|
}];
|
|
33566
33512
|
const uri = filePath;
|
|
33567
33513
|
const id = EditorText;
|
|
33568
|
-
create$
|
|
33514
|
+
create$11();
|
|
33569
33515
|
// @ts-ignore
|
|
33570
|
-
create$
|
|
33571
|
-
create
|
|
33516
|
+
create$11();
|
|
33517
|
+
create$_(load$5, id, state.uid, uri, overlayX, overlayY, overlayWidth, overlayHeight);
|
|
33572
33518
|
// const sashGridItem = {
|
|
33573
33519
|
// x: sashX,
|
|
33574
33520
|
// y: sashY,
|
|
@@ -33599,12 +33545,12 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
33599
33545
|
label: pathBaseName(filePath),
|
|
33600
33546
|
tabWidth: 100,
|
|
33601
33547
|
title: pathBaseName(filePath),
|
|
33602
|
-
uid: create$
|
|
33548
|
+
uid: create$11(),
|
|
33603
33549
|
uri: filePath
|
|
33604
33550
|
}],
|
|
33605
33551
|
height: 530,
|
|
33606
|
-
tabsUid: create$
|
|
33607
|
-
uid: create$
|
|
33552
|
+
tabsUid: create$11(),
|
|
33553
|
+
uid: create$11(),
|
|
33608
33554
|
width: oldGroup.width / 2,
|
|
33609
33555
|
x: oldGroup.width / 2,
|
|
33610
33556
|
y: 0
|
|
@@ -33779,8 +33725,8 @@ const splitRight = async state => {
|
|
|
33779
33725
|
}
|
|
33780
33726
|
const realEditor = lastGroup.editors.at(-1);
|
|
33781
33727
|
const moduleId = await getModuleId(realEditor.uri);
|
|
33782
|
-
const instanceUid = create$
|
|
33783
|
-
const instance = create
|
|
33728
|
+
const instanceUid = create$11();
|
|
33729
|
+
const instance = create$_(load$5, moduleId, state.uid, realEditor.uri, x, y, width, contentHeight);
|
|
33784
33730
|
// @ts-ignore
|
|
33785
33731
|
instance.show = false;
|
|
33786
33732
|
instance.setBounds = false;
|
|
@@ -34093,7 +34039,7 @@ const getColorThemeNames = async () => {
|
|
|
34093
34039
|
const url = `${assetDir}/config/themes.json`;
|
|
34094
34040
|
return execute$4(/* Ajax.getJson */'Ajax.getJson', /* url */url);
|
|
34095
34041
|
}
|
|
34096
|
-
return invoke$
|
|
34042
|
+
return invoke$e(/* ExtensionHost.getColorThemeNames */'ExtensionHost.getColorThemeNames');
|
|
34097
34043
|
};
|
|
34098
34044
|
|
|
34099
34045
|
const setColorTheme = id => {
|
|
@@ -34547,7 +34493,7 @@ const QuickPickEntriesGoToLine = {
|
|
|
34547
34493
|
};
|
|
34548
34494
|
|
|
34549
34495
|
const searchFile$1 = async (path, value, prepare) => {
|
|
34550
|
-
return invoke$
|
|
34496
|
+
return invoke$c('SearchFile.searchFile', path, value, prepare, assetDir);
|
|
34551
34497
|
};
|
|
34552
34498
|
|
|
34553
34499
|
const searchFile = async (path, value) => {
|