@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
|
@@ -54,27 +54,6 @@ class VError extends Error {
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
const walkValue = (value, transferrables, isTransferrable) => {
|
|
58
|
-
if (!value) {
|
|
59
|
-
return;
|
|
60
|
-
}
|
|
61
|
-
if (isTransferrable(value)) {
|
|
62
|
-
transferrables.push(value);
|
|
63
|
-
return;
|
|
64
|
-
}
|
|
65
|
-
if (Array.isArray(value)) {
|
|
66
|
-
for (const item of value) {
|
|
67
|
-
walkValue(item, transferrables, isTransferrable);
|
|
68
|
-
}
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
if (typeof value === 'object') {
|
|
72
|
-
for (const property of Object.values(value)) {
|
|
73
|
-
walkValue(property, transferrables, isTransferrable);
|
|
74
|
-
}
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
57
|
const isMessagePort = value => {
|
|
79
58
|
return value && value instanceof MessagePort;
|
|
80
59
|
};
|
|
@@ -99,6 +78,27 @@ const isTransferrable = value => {
|
|
|
99
78
|
}
|
|
100
79
|
return false;
|
|
101
80
|
};
|
|
81
|
+
const walkValue = (value, transferrables, isTransferrable) => {
|
|
82
|
+
if (!value) {
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
if (isTransferrable(value)) {
|
|
86
|
+
transferrables.push(value);
|
|
87
|
+
return;
|
|
88
|
+
}
|
|
89
|
+
if (Array.isArray(value)) {
|
|
90
|
+
for (const item of value) {
|
|
91
|
+
walkValue(item, transferrables, isTransferrable);
|
|
92
|
+
}
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (typeof value === 'object') {
|
|
96
|
+
for (const property of Object.values(value)) {
|
|
97
|
+
walkValue(property, transferrables, isTransferrable);
|
|
98
|
+
}
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
102
|
const getTransferrables = value => {
|
|
103
103
|
const transferrables = [];
|
|
104
104
|
walkValue(value, transferrables, isTransferrable);
|
|
@@ -131,30 +131,35 @@ const NewLine$1 = '\n';
|
|
|
131
131
|
const joinLines$1 = lines => {
|
|
132
132
|
return lines.join(NewLine$1);
|
|
133
133
|
};
|
|
134
|
-
const
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
return line.includes('[ERR_MODULE_NOT_FOUND]');
|
|
134
|
+
const RE_AT = /^\s+at/;
|
|
135
|
+
const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
|
|
136
|
+
const isNormalStackLine = line => {
|
|
137
|
+
return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line);
|
|
139
138
|
};
|
|
140
|
-
const
|
|
141
|
-
const
|
|
142
|
-
|
|
143
|
-
|
|
139
|
+
const getDetails = lines => {
|
|
140
|
+
const index = lines.findIndex(isNormalStackLine);
|
|
141
|
+
if (index === -1) {
|
|
142
|
+
return {
|
|
143
|
+
actualMessage: joinLines$1(lines),
|
|
144
|
+
rest: []
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
let lastIndex = index - 1;
|
|
148
|
+
while (++lastIndex < lines.length) {
|
|
149
|
+
if (!isNormalStackLine(lines[lastIndex])) {
|
|
150
|
+
break;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
144
153
|
return {
|
|
145
|
-
|
|
146
|
-
|
|
154
|
+
actualMessage: lines[index - 1],
|
|
155
|
+
rest: lines.slice(index, lastIndex)
|
|
147
156
|
};
|
|
148
157
|
};
|
|
149
|
-
const
|
|
150
|
-
|
|
158
|
+
const splitLines$1 = lines => {
|
|
159
|
+
return lines.split(NewLine$1);
|
|
160
|
+
};
|
|
151
161
|
const RE_MESSAGE_CODE_BLOCK_START = /^Error: The module '.*'$/;
|
|
152
162
|
const RE_MESSAGE_CODE_BLOCK_END = /^\s* at/;
|
|
153
|
-
const RE_AT = /^\s+at/;
|
|
154
|
-
const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
|
|
155
|
-
const isUnhelpfulNativeModuleError = stderr => {
|
|
156
|
-
return RE_NATIVE_MODULE_ERROR.test(stderr) && RE_NATIVE_MODULE_ERROR_2.test(stderr);
|
|
157
|
-
};
|
|
158
163
|
const isMessageCodeBlockStartIndex = line => {
|
|
159
164
|
return RE_MESSAGE_CODE_BLOCK_START.test(line);
|
|
160
165
|
};
|
|
@@ -169,51 +174,46 @@ const getMessageCodeBlock = stderr => {
|
|
|
169
174
|
const relevantMessage = relevantLines.join(' ').slice('Error: '.length);
|
|
170
175
|
return relevantMessage;
|
|
171
176
|
};
|
|
172
|
-
const
|
|
173
|
-
|
|
177
|
+
const isModuleNotFoundMessage = line => {
|
|
178
|
+
return line.includes('[ERR_MODULE_NOT_FOUND]');
|
|
179
|
+
};
|
|
180
|
+
const getModuleNotFoundError = stderr => {
|
|
181
|
+
const lines = splitLines$1(stderr);
|
|
182
|
+
const messageIndex = lines.findIndex(isModuleNotFoundMessage);
|
|
183
|
+
const message = lines[messageIndex];
|
|
174
184
|
return {
|
|
175
|
-
message
|
|
176
|
-
code:
|
|
185
|
+
message,
|
|
186
|
+
code: ERR_MODULE_NOT_FOUND
|
|
177
187
|
};
|
|
178
188
|
};
|
|
179
|
-
const
|
|
189
|
+
const isModuleNotFoundError = stderr => {
|
|
180
190
|
if (!stderr) {
|
|
181
191
|
return false;
|
|
182
192
|
}
|
|
183
|
-
return stderr.includes('
|
|
184
|
-
};
|
|
185
|
-
const getModuleSyntaxError = () => {
|
|
186
|
-
return {
|
|
187
|
-
message: `ES Modules are not supported in electron`,
|
|
188
|
-
code: E_MODULES_NOT_SUPPORTED_IN_ELECTRON
|
|
189
|
-
};
|
|
193
|
+
return stderr.includes('ERR_MODULE_NOT_FOUND');
|
|
190
194
|
};
|
|
191
|
-
const
|
|
195
|
+
const isModulesSyntaxError = stderr => {
|
|
192
196
|
if (!stderr) {
|
|
193
197
|
return false;
|
|
194
198
|
}
|
|
195
|
-
return stderr.includes('
|
|
199
|
+
return stderr.includes('SyntaxError: Cannot use import statement outside a module');
|
|
196
200
|
};
|
|
197
|
-
const
|
|
198
|
-
|
|
201
|
+
const RE_NATIVE_MODULE_ERROR = /^innerError Error: Cannot find module '.*.node'/;
|
|
202
|
+
const RE_NATIVE_MODULE_ERROR_2 = /was compiled against a different Node.js version/;
|
|
203
|
+
const isUnhelpfulNativeModuleError = stderr => {
|
|
204
|
+
return RE_NATIVE_MODULE_ERROR.test(stderr) && RE_NATIVE_MODULE_ERROR_2.test(stderr);
|
|
199
205
|
};
|
|
200
|
-
const
|
|
201
|
-
const
|
|
202
|
-
if (index === -1) {
|
|
203
|
-
return {
|
|
204
|
-
actualMessage: joinLines$1(lines),
|
|
205
|
-
rest: []
|
|
206
|
-
};
|
|
207
|
-
}
|
|
208
|
-
let lastIndex = index - 1;
|
|
209
|
-
while (++lastIndex < lines.length) {
|
|
210
|
-
if (!isNormalStackLine(lines[lastIndex])) {
|
|
211
|
-
break;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
206
|
+
const getNativeModuleErrorMessage = stderr => {
|
|
207
|
+
const message = getMessageCodeBlock(stderr);
|
|
214
208
|
return {
|
|
215
|
-
|
|
216
|
-
|
|
209
|
+
message: `Incompatible native node module: ${message}`,
|
|
210
|
+
code: E_INCOMPATIBLE_NATIVE_MODULE
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
const getModuleSyntaxError = () => {
|
|
214
|
+
return {
|
|
215
|
+
message: `ES Modules are not supported in electron`,
|
|
216
|
+
code: E_MODULES_NOT_SUPPORTED_IN_ELECTRON
|
|
217
217
|
};
|
|
218
218
|
};
|
|
219
219
|
const getHelpfulChildProcessError = (stdout, stderr) => {
|
|
@@ -232,7 +232,7 @@ const getHelpfulChildProcessError = (stdout, stderr) => {
|
|
|
232
232
|
rest
|
|
233
233
|
} = getDetails(lines);
|
|
234
234
|
return {
|
|
235
|
-
message:
|
|
235
|
+
message: actualMessage,
|
|
236
236
|
code: '',
|
|
237
237
|
stack: rest
|
|
238
238
|
};
|
|
@@ -274,7 +274,7 @@ const listen$7 = () => {
|
|
|
274
274
|
}
|
|
275
275
|
return globalThis;
|
|
276
276
|
};
|
|
277
|
-
const signal$
|
|
277
|
+
const signal$8 = global => {
|
|
278
278
|
global.postMessage(readyMessage);
|
|
279
279
|
};
|
|
280
280
|
class IpcChildWithModuleWorker extends Ipc {
|
|
@@ -300,7 +300,7 @@ class IpcChildWithModuleWorker extends Ipc {
|
|
|
300
300
|
this._rawIpc.addEventListener('message', callback);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
const wrap$
|
|
303
|
+
const wrap$f = global => {
|
|
304
304
|
return new IpcChildWithModuleWorker(global);
|
|
305
305
|
};
|
|
306
306
|
const withResolvers = () => {
|
|
@@ -309,6 +309,7 @@ const withResolvers = () => {
|
|
|
309
309
|
_resolve = resolve;
|
|
310
310
|
});
|
|
311
311
|
return {
|
|
312
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
312
313
|
resolve: _resolve,
|
|
313
314
|
promise
|
|
314
315
|
};
|
|
@@ -327,8 +328,8 @@ const waitForFirstMessage = async port => {
|
|
|
327
328
|
};
|
|
328
329
|
const listen$6 = async () => {
|
|
329
330
|
const parentIpcRaw = listen$7();
|
|
330
|
-
signal$
|
|
331
|
-
const parentIpc = wrap$
|
|
331
|
+
signal$8(parentIpcRaw);
|
|
332
|
+
const parentIpc = wrap$f(parentIpcRaw);
|
|
332
333
|
const firstMessage = await waitForFirstMessage(parentIpc);
|
|
333
334
|
if (firstMessage.method !== 'initialize') {
|
|
334
335
|
throw new IpcError('unexpected first message');
|
|
@@ -347,9 +348,6 @@ const listen$6 = async () => {
|
|
|
347
348
|
return globalThis;
|
|
348
349
|
};
|
|
349
350
|
class IpcChildWithModuleWorkerAndMessagePort extends Ipc {
|
|
350
|
-
constructor(port) {
|
|
351
|
-
super(port);
|
|
352
|
-
}
|
|
353
351
|
getData(event) {
|
|
354
352
|
return getData$2(event);
|
|
355
353
|
}
|
|
@@ -373,13 +371,107 @@ class IpcChildWithModuleWorkerAndMessagePort extends Ipc {
|
|
|
373
371
|
this._rawIpc.start();
|
|
374
372
|
}
|
|
375
373
|
}
|
|
376
|
-
const wrap$
|
|
374
|
+
const wrap$e = port => {
|
|
377
375
|
return new IpcChildWithModuleWorkerAndMessagePort(port);
|
|
378
376
|
};
|
|
379
377
|
const IpcChildWithModuleWorkerAndMessagePort$1 = {
|
|
380
378
|
__proto__: null,
|
|
381
379
|
listen: listen$6,
|
|
382
|
-
wrap: wrap$
|
|
380
|
+
wrap: wrap$e
|
|
381
|
+
};
|
|
382
|
+
const addListener = (emitter, type, callback) => {
|
|
383
|
+
if ('addEventListener' in emitter) {
|
|
384
|
+
emitter.addEventListener(type, callback);
|
|
385
|
+
} else {
|
|
386
|
+
emitter.on(type, callback);
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
const removeListener = (emitter, type, callback) => {
|
|
390
|
+
if ('removeEventListener' in emitter) {
|
|
391
|
+
emitter.removeEventListener(type, callback);
|
|
392
|
+
} else {
|
|
393
|
+
emitter.off(type, callback);
|
|
394
|
+
}
|
|
395
|
+
};
|
|
396
|
+
const getFirstEvent = (eventEmitter, eventMap) => {
|
|
397
|
+
const {
|
|
398
|
+
resolve,
|
|
399
|
+
promise
|
|
400
|
+
} = withResolvers();
|
|
401
|
+
const listenerMap = Object.create(null);
|
|
402
|
+
const cleanup = value => {
|
|
403
|
+
for (const event of Object.keys(eventMap)) {
|
|
404
|
+
removeListener(eventEmitter, event, listenerMap[event]);
|
|
405
|
+
}
|
|
406
|
+
resolve(value);
|
|
407
|
+
};
|
|
408
|
+
for (const [event, type] of Object.entries(eventMap)) {
|
|
409
|
+
const listener = event => {
|
|
410
|
+
cleanup({
|
|
411
|
+
type,
|
|
412
|
+
event
|
|
413
|
+
});
|
|
414
|
+
};
|
|
415
|
+
addListener(eventEmitter, event, listener);
|
|
416
|
+
listenerMap[event] = listener;
|
|
417
|
+
}
|
|
418
|
+
return promise;
|
|
419
|
+
};
|
|
420
|
+
const Message$1 = 3;
|
|
421
|
+
const create$5$1 = async ({
|
|
422
|
+
messagePort,
|
|
423
|
+
isMessagePortOpen
|
|
424
|
+
}) => {
|
|
425
|
+
if (!isMessagePort(messagePort)) {
|
|
426
|
+
throw new IpcError('port must be of type MessagePort');
|
|
427
|
+
}
|
|
428
|
+
if (isMessagePortOpen) {
|
|
429
|
+
return messagePort;
|
|
430
|
+
}
|
|
431
|
+
const eventPromise = getFirstEvent(messagePort, {
|
|
432
|
+
message: Message$1
|
|
433
|
+
});
|
|
434
|
+
messagePort.start();
|
|
435
|
+
const {
|
|
436
|
+
type,
|
|
437
|
+
event
|
|
438
|
+
} = await eventPromise;
|
|
439
|
+
if (type !== Message$1) {
|
|
440
|
+
throw new IpcError('Failed to wait for ipc message');
|
|
441
|
+
}
|
|
442
|
+
if (event.data !== readyMessage) {
|
|
443
|
+
throw new IpcError('unexpected first message');
|
|
444
|
+
}
|
|
445
|
+
return messagePort;
|
|
446
|
+
};
|
|
447
|
+
const signal$1 = messagePort => {
|
|
448
|
+
messagePort.start();
|
|
449
|
+
};
|
|
450
|
+
class IpcParentWithMessagePort extends Ipc {
|
|
451
|
+
getData = getData$2;
|
|
452
|
+
send(message) {
|
|
453
|
+
this._rawIpc.postMessage(message);
|
|
454
|
+
}
|
|
455
|
+
sendAndTransfer(message) {
|
|
456
|
+
const transfer = getTransferrables(message);
|
|
457
|
+
this._rawIpc.postMessage(message, transfer);
|
|
458
|
+
}
|
|
459
|
+
dispose() {
|
|
460
|
+
this._rawIpc.close();
|
|
461
|
+
}
|
|
462
|
+
onMessage(callback) {
|
|
463
|
+
this._rawIpc.addEventListener('message', callback);
|
|
464
|
+
}
|
|
465
|
+
onClose(callback) {}
|
|
466
|
+
}
|
|
467
|
+
const wrap$5 = messagePort => {
|
|
468
|
+
return new IpcParentWithMessagePort(messagePort);
|
|
469
|
+
};
|
|
470
|
+
const IpcParentWithMessagePort$1 = {
|
|
471
|
+
__proto__: null,
|
|
472
|
+
create: create$5$1,
|
|
473
|
+
signal: signal$1,
|
|
474
|
+
wrap: wrap$5
|
|
383
475
|
};
|
|
384
476
|
|
|
385
477
|
const Two = '2.0';
|
|
@@ -391,7 +483,7 @@ const create$4 = (method, params) => {
|
|
|
391
483
|
};
|
|
392
484
|
};
|
|
393
485
|
const callbacks = Object.create(null);
|
|
394
|
-
const set = (id, fn) => {
|
|
486
|
+
const set$1 = (id, fn) => {
|
|
395
487
|
callbacks[id] = fn;
|
|
396
488
|
};
|
|
397
489
|
const get = id => {
|
|
@@ -410,7 +502,7 @@ const registerPromise = () => {
|
|
|
410
502
|
resolve,
|
|
411
503
|
promise
|
|
412
504
|
} = Promise.withResolvers();
|
|
413
|
-
set(id, resolve);
|
|
505
|
+
set$1(id, resolve);
|
|
414
506
|
return {
|
|
415
507
|
id,
|
|
416
508
|
promise
|
|
@@ -619,7 +711,7 @@ const getErrorResponse = (message, error, preparePrettyError, logError) => {
|
|
|
619
711
|
const errorProperty = getErrorProperty(error, prettyError);
|
|
620
712
|
return create$1$1(message, errorProperty);
|
|
621
713
|
};
|
|
622
|
-
const create$
|
|
714
|
+
const create$6 = (message, result) => {
|
|
623
715
|
return {
|
|
624
716
|
jsonrpc: Two,
|
|
625
717
|
id: message.id,
|
|
@@ -628,7 +720,7 @@ const create$5 = (message, result) => {
|
|
|
628
720
|
};
|
|
629
721
|
const getSuccessResponse = (message, result) => {
|
|
630
722
|
const resultProperty = result ?? null;
|
|
631
|
-
return create$
|
|
723
|
+
return create$6(message, resultProperty);
|
|
632
724
|
};
|
|
633
725
|
const getResponse = async (message, ipc, execute, preparePrettyError, logError, requiresSocket) => {
|
|
634
726
|
try {
|
|
@@ -724,7 +816,7 @@ const send = (transport, method, ...params) => {
|
|
|
724
816
|
const invoke$4 = (ipc, method, ...params) => {
|
|
725
817
|
return invokeHelper(ipc, method, params, false);
|
|
726
818
|
};
|
|
727
|
-
const invokeAndTransfer$
|
|
819
|
+
const invokeAndTransfer$4 = (ipc, method, ...params) => {
|
|
728
820
|
return invokeHelper(ipc, method, params, true);
|
|
729
821
|
};
|
|
730
822
|
|
|
@@ -745,6 +837,8 @@ const execute = (command, ...args) => {
|
|
|
745
837
|
|
|
746
838
|
const createRpc = ipc => {
|
|
747
839
|
const rpc = {
|
|
840
|
+
// @ts-ignore
|
|
841
|
+
ipc,
|
|
748
842
|
/**
|
|
749
843
|
* @deprecated
|
|
750
844
|
*/
|
|
@@ -755,7 +849,7 @@ const createRpc = ipc => {
|
|
|
755
849
|
return invoke$4(ipc, method, ...params);
|
|
756
850
|
},
|
|
757
851
|
invokeAndTransfer(method, ...params) {
|
|
758
|
-
return invokeAndTransfer$
|
|
852
|
+
return invokeAndTransfer$4(ipc, method, ...params);
|
|
759
853
|
}
|
|
760
854
|
};
|
|
761
855
|
return rpc;
|
|
@@ -771,7 +865,8 @@ const logError = () => {
|
|
|
771
865
|
};
|
|
772
866
|
const handleMessage = event => {
|
|
773
867
|
const actualRequiresSocket = event?.target?.requiresSocket || requiresSocket;
|
|
774
|
-
|
|
868
|
+
const actualExecute = event?.target?.execute || execute;
|
|
869
|
+
return handleJsonRpcMessage(event.target, event.data, actualExecute, resolve, preparePrettyError, logError, actualRequiresSocket);
|
|
775
870
|
};
|
|
776
871
|
const handleIpc = ipc => {
|
|
777
872
|
if ('addEventListener' in ipc) {
|
|
@@ -789,6 +884,26 @@ const listen$1 = async (module, options) => {
|
|
|
789
884
|
const ipc = module.wrap(rawIpc);
|
|
790
885
|
return ipc;
|
|
791
886
|
};
|
|
887
|
+
const create$5 = async ({
|
|
888
|
+
commandMap,
|
|
889
|
+
messagePort,
|
|
890
|
+
isMessagePortOpen
|
|
891
|
+
}) => {
|
|
892
|
+
// TODO create a commandMap per rpc instance
|
|
893
|
+
register$4(commandMap);
|
|
894
|
+
const rawIpc = await IpcParentWithMessagePort$1.create({
|
|
895
|
+
messagePort,
|
|
896
|
+
isMessagePortOpen
|
|
897
|
+
});
|
|
898
|
+
const ipc = IpcParentWithMessagePort$1.wrap(rawIpc);
|
|
899
|
+
handleIpc(ipc);
|
|
900
|
+
const rpc = createRpc(ipc);
|
|
901
|
+
return rpc;
|
|
902
|
+
};
|
|
903
|
+
const MessagePortRpcParent = {
|
|
904
|
+
__proto__: null,
|
|
905
|
+
create: create$5
|
|
906
|
+
};
|
|
792
907
|
const create$2 = async ({
|
|
793
908
|
commandMap
|
|
794
909
|
}) => {
|
|
@@ -850,7 +965,7 @@ const getAssetDir = () => {
|
|
|
850
965
|
}
|
|
851
966
|
return '';
|
|
852
967
|
};
|
|
853
|
-
const assetDir = "/
|
|
968
|
+
const assetDir = "/788e923";
|
|
854
969
|
|
|
855
970
|
const state$1 = {
|
|
856
971
|
rpc: undefined
|
|
@@ -859,7 +974,7 @@ const invoke$3 = (method, ...params) => {
|
|
|
859
974
|
const rpc = state$1.rpc;
|
|
860
975
|
return rpc.invoke(method, ...params);
|
|
861
976
|
};
|
|
862
|
-
const invokeAndTransfer$
|
|
977
|
+
const invokeAndTransfer$3 = (method, ...params) => {
|
|
863
978
|
const rpc = state$1.rpc;
|
|
864
979
|
return rpc.invokeAndTransfer(method, ...params);
|
|
865
980
|
};
|
|
@@ -870,8 +985,8 @@ const setRpc = rpc => {
|
|
|
870
985
|
const invoke$2 = async (method, ...params) => {
|
|
871
986
|
return invoke$3('WebView.compatExtensionHostWorkerInvoke', method, ...params);
|
|
872
987
|
};
|
|
873
|
-
const invokeAndTransfer$
|
|
874
|
-
return invokeAndTransfer$
|
|
988
|
+
const invokeAndTransfer$2 = async (method, ...params) => {
|
|
989
|
+
return invokeAndTransfer$3('WebView.compatExtensionHostWorkerInvokeAndTransfer', method, ...params);
|
|
875
990
|
};
|
|
876
991
|
|
|
877
992
|
const getCredentialLess = locationHost => {
|
|
@@ -886,13 +1001,30 @@ const createUrl = (protocol, host) => {
|
|
|
886
1001
|
return protocol + '//' + host;
|
|
887
1002
|
};
|
|
888
1003
|
|
|
889
|
-
const createLocalHostUrl = (locationProtocol, locationHost, isGitpod, webViewPort) => {
|
|
1004
|
+
const createLocalHostUrl = (locationProtocol, locationHost, isGitpod, webViewPort, webViewId, useNewWebViewHandler) => {
|
|
890
1005
|
if (isGitpod) {
|
|
891
1006
|
return createUrl(locationProtocol, locationHost.replace('3000', `${webViewPort}`));
|
|
892
1007
|
}
|
|
1008
|
+
if (useNewWebViewHandler) {
|
|
1009
|
+
return `http://localhost:${webViewPort}/${webViewId}`;
|
|
1010
|
+
}
|
|
893
1011
|
return `http://localhost:${webViewPort}`;
|
|
894
1012
|
};
|
|
895
1013
|
|
|
1014
|
+
const getIframeSrcRemoteBaseUrl = (webViewRoot, locationOrigin, platform, webViewId, useNewWebViewHandler, root) => {
|
|
1015
|
+
if (webViewRoot && (webViewRoot.startsWith('http:') || webViewRoot.startsWith('https:'))) {
|
|
1016
|
+
if (webViewRoot.startsWith(locationOrigin)) {
|
|
1017
|
+
const baseUrl = webViewRoot.slice(locationOrigin.length);
|
|
1018
|
+
return `/remote${root}${baseUrl}`;
|
|
1019
|
+
}
|
|
1020
|
+
return webViewRoot;
|
|
1021
|
+
}
|
|
1022
|
+
if (platform === Remote && useNewWebViewHandler && webViewId) {
|
|
1023
|
+
return `/${webViewId}`;
|
|
1024
|
+
}
|
|
1025
|
+
return '';
|
|
1026
|
+
};
|
|
1027
|
+
|
|
896
1028
|
const getWebView = (webViews, webViewId) => {
|
|
897
1029
|
for (const webView of webViews) {
|
|
898
1030
|
if (webView.id === webViewId) {
|
|
@@ -948,7 +1080,7 @@ const getWebViewUri = (webViews, webViewId) => {
|
|
|
948
1080
|
return webViewPath;
|
|
949
1081
|
};
|
|
950
1082
|
|
|
951
|
-
const getIframeSrcRemote = (webViews, webViewPort, webViewId, locationProtocol, locationHost, isGitpod, root, platform$1 = platform, assetDir, webViewScheme) => {
|
|
1083
|
+
const getIframeSrcRemote = (webViews, webViewPort, webViewId, locationProtocol, locationOrigin, locationHost, isGitpod, root, platform$1 = platform, assetDir, webViewScheme, useNewWebViewHandler) => {
|
|
952
1084
|
const webView = getWebView(webViews, webViewId);
|
|
953
1085
|
const webViewUri = getWebViewUri(webViews, webViewId);
|
|
954
1086
|
if (!webViewUri) {
|
|
@@ -963,14 +1095,14 @@ const getIframeSrcRemote = (webViews, webViewPort, webViewId, locationProtocol,
|
|
|
963
1095
|
iframeSrc = `${webViewScheme}://${webViewId}`;
|
|
964
1096
|
} else if (platform$1 === Remote) {
|
|
965
1097
|
webViewRoot = webView.uri;
|
|
966
|
-
iframeSrc = createLocalHostUrl(locationProtocol, locationHost, isGitpod, webViewPort);
|
|
1098
|
+
iframeSrc = createLocalHostUrl(locationProtocol, locationHost, isGitpod, webViewPort, webViewId, useNewWebViewHandler);
|
|
967
1099
|
}
|
|
968
|
-
const
|
|
1100
|
+
const baseUrl = getIframeSrcRemoteBaseUrl(webViewRoot, locationOrigin, platform$1, webViewId, useNewWebViewHandler, root);
|
|
1101
|
+
const iframeContent = getWebViewHtml(baseUrl, '', webView.elements, assetDir);
|
|
969
1102
|
// TODO either
|
|
970
1103
|
// - load webviews the same as in web using blob urls
|
|
971
1104
|
// - load webviews from a pattern like /webviews/:id/:fileName
|
|
972
1105
|
return {
|
|
973
|
-
srcDoc: '',
|
|
974
1106
|
iframeSrc,
|
|
975
1107
|
webViewRoot,
|
|
976
1108
|
iframeContent
|
|
@@ -1019,7 +1151,6 @@ const getIframeSrc$1 = (webView, locationOrigin, assetDir) => {
|
|
|
1019
1151
|
if (srcHtml) {
|
|
1020
1152
|
const blobUrl = getBlobUrl(srcHtml, 'text/html');
|
|
1021
1153
|
return {
|
|
1022
|
-
srcDoc: '',
|
|
1023
1154
|
iframeSrc: blobUrl,
|
|
1024
1155
|
webViewRoot: '',
|
|
1025
1156
|
iframeContent: ''
|
|
@@ -1028,13 +1159,13 @@ const getIframeSrc$1 = (webView, locationOrigin, assetDir) => {
|
|
|
1028
1159
|
return undefined;
|
|
1029
1160
|
};
|
|
1030
1161
|
|
|
1031
|
-
const getIframeSrc = (webViews, webViewId, webViewPort, root, isGitpod, locationProtocol, locationHost, locationOrigin, platform, assetDir, webViewScheme) => {
|
|
1162
|
+
const getIframeSrc = (webViews, webViewId, webViewPort, root, isGitpod, locationProtocol, locationHost, locationOrigin, platform, assetDir, webViewScheme, useNewWebViewHandler) => {
|
|
1032
1163
|
try {
|
|
1033
1164
|
const webView = getWebView(webViews, webViewId);
|
|
1034
1165
|
if (platform === Web) {
|
|
1035
1166
|
return getIframeSrc$1(webView, locationOrigin, assetDir);
|
|
1036
1167
|
}
|
|
1037
|
-
return getIframeSrcRemote(webViews, webViewPort, webViewId, locationProtocol, locationHost, isGitpod, root, platform, assetDir, webViewScheme);
|
|
1168
|
+
return getIframeSrcRemote(webViews, webViewPort, webViewId, locationProtocol, locationOrigin, locationHost, isGitpod, root, platform, assetDir, webViewScheme, useNewWebViewHandler);
|
|
1038
1169
|
} catch (error) {
|
|
1039
1170
|
throw new VError(error, `Failed to construct webview iframe src`);
|
|
1040
1171
|
}
|
|
@@ -1067,6 +1198,9 @@ const getSavedWebViewState = async id => {
|
|
|
1067
1198
|
if (item && item.key && item.key === id && item.value && item.value.state) {
|
|
1068
1199
|
return item.value.state;
|
|
1069
1200
|
}
|
|
1201
|
+
if (item && item.key && item.key === id && item.value) {
|
|
1202
|
+
return item.value;
|
|
1203
|
+
}
|
|
1070
1204
|
}
|
|
1071
1205
|
return undefined;
|
|
1072
1206
|
};
|
|
@@ -1159,21 +1293,24 @@ const getOrigin = () => {
|
|
|
1159
1293
|
const getHost = () => {
|
|
1160
1294
|
return location.host;
|
|
1161
1295
|
};
|
|
1162
|
-
const getProtocol = () => {
|
|
1296
|
+
const getProtocol$1 = () => {
|
|
1163
1297
|
return location.protocol;
|
|
1164
1298
|
};
|
|
1299
|
+
const getPort = () => {
|
|
1300
|
+
return location.port;
|
|
1301
|
+
};
|
|
1165
1302
|
|
|
1166
1303
|
const invoke$1 = async (method, ...params) => {
|
|
1167
1304
|
return invoke$3('WebView.compatRendererProcessInvoke', method, ...params);
|
|
1168
1305
|
};
|
|
1169
|
-
const invokeAndTransfer = async (method, ...params) => {
|
|
1170
|
-
return invokeAndTransfer$
|
|
1306
|
+
const invokeAndTransfer$1 = async (method, ...params) => {
|
|
1307
|
+
return invokeAndTransfer$3('WebView.compatRendererProcessInvokeAndTransfer', method, ...params);
|
|
1171
1308
|
};
|
|
1172
1309
|
|
|
1173
1310
|
const WebView = 'lvce-oss-webview';
|
|
1174
1311
|
|
|
1175
1312
|
const setPort = async (uid, port, origin, portType) => {
|
|
1176
|
-
await invokeAndTransfer('WebView.setPort', uid, port, origin, portType);
|
|
1313
|
+
await invokeAndTransfer$1('WebView.setPort', uid, port, origin, portType);
|
|
1177
1314
|
};
|
|
1178
1315
|
|
|
1179
1316
|
const invoke = async (method, ...params) => {
|
|
@@ -1183,22 +1320,25 @@ const invoke = async (method, ...params) => {
|
|
|
1183
1320
|
const registerProtocol = async () => {
|
|
1184
1321
|
await invoke('WebViewServer.registerProtocol');
|
|
1185
1322
|
};
|
|
1186
|
-
const create = async previewServerId => {
|
|
1187
|
-
await invoke('WebViewServer.create', previewServerId);
|
|
1323
|
+
const create = async (previewServerId, useNewWebViewHandler) => {
|
|
1324
|
+
await invoke('WebViewServer.create', previewServerId, useNewWebViewHandler);
|
|
1188
1325
|
};
|
|
1189
1326
|
const start = async (previewServerId, webViewPort) => {
|
|
1190
1327
|
await invoke('WebViewServer.start', previewServerId, webViewPort);
|
|
1191
1328
|
};
|
|
1329
|
+
const setInfo2 = async info => {
|
|
1330
|
+
await invoke('WebViewServer.setInfo2', info);
|
|
1331
|
+
};
|
|
1192
1332
|
const setInfo = async (previewServerId, webViewId, webViewRoot, contentSecurityPolicy, iframeContent) => {
|
|
1193
1333
|
await invoke('WebViewServer.setInfo', previewServerId, webViewId, webViewRoot, contentSecurityPolicy, iframeContent);
|
|
1194
1334
|
};
|
|
1195
|
-
const setHandler = async (previewServerId, frameAncestors, webViewRoot, contentSecurityPolicy, iframeContent) => {
|
|
1335
|
+
const setHandler = async (previewServerId, frameAncestors, webViewRoot, contentSecurityPolicy, iframeContent, remotePathPrefix) => {
|
|
1196
1336
|
await invoke('WebViewServer.setHandler', previewServerId, frameAncestors, webViewRoot, contentSecurityPolicy, iframeContent);
|
|
1197
1337
|
};
|
|
1198
1338
|
|
|
1199
|
-
const register$3 = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, webViewId) => {
|
|
1339
|
+
const register$3 = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, webViewId, remotePathPrefix, useNewWebViewHandler) => {
|
|
1200
1340
|
await registerProtocol();
|
|
1201
|
-
await create(previewServerId); // TODO move this up
|
|
1341
|
+
await create(previewServerId, useNewWebViewHandler); // TODO move this up
|
|
1202
1342
|
|
|
1203
1343
|
// TODO send info to electron which domain maps to which webview root.
|
|
1204
1344
|
// for example, video-preview maps to domain lvce-oss-webview://video-preview
|
|
@@ -1209,14 +1349,24 @@ const register$3 = async (previewServerId, webViewPort, frameAncestors, webViewR
|
|
|
1209
1349
|
await setInfo(previewServerId, webViewId, webViewRoot, csp, iframeContent);
|
|
1210
1350
|
};
|
|
1211
1351
|
|
|
1212
|
-
const register$2 = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent) => {
|
|
1352
|
+
const register$2 = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, webViewId, remotePathPrefix, useNewWebViewHandler) => {
|
|
1213
1353
|
// TODO apply something similar for electron
|
|
1214
1354
|
// TODO pass webview root, so that only these resources can be accessed
|
|
1215
1355
|
// TODO pass csp configuration to server
|
|
1216
1356
|
// TODO pass coop / coep configuration to server
|
|
1217
|
-
await create(previewServerId); // TODO move this up
|
|
1357
|
+
await create(previewServerId, useNewWebViewHandler); // TODO move this up
|
|
1218
1358
|
await start(previewServerId, webViewPort); // TODO move this up
|
|
1219
|
-
|
|
1359
|
+
if (useNewWebViewHandler) {
|
|
1360
|
+
await setInfo2({
|
|
1361
|
+
webViewRoot,
|
|
1362
|
+
webViewId,
|
|
1363
|
+
contentSecurityPolicy: csp,
|
|
1364
|
+
iframeContent,
|
|
1365
|
+
remotePathPrefix
|
|
1366
|
+
});
|
|
1367
|
+
} else {
|
|
1368
|
+
await setHandler(previewServerId, frameAncestors, webViewRoot, csp, iframeContent);
|
|
1369
|
+
}
|
|
1220
1370
|
// TODO make this work in gitpod also
|
|
1221
1371
|
};
|
|
1222
1372
|
|
|
@@ -1236,9 +1386,9 @@ const getModule = platform => {
|
|
|
1236
1386
|
}
|
|
1237
1387
|
};
|
|
1238
1388
|
|
|
1239
|
-
const register = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, platform, webViewId) => {
|
|
1389
|
+
const register = async (previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, platform, webViewId, remotePathPrefix, useNewWebViewHandler) => {
|
|
1240
1390
|
const fn = getModule(platform);
|
|
1241
|
-
return fn(previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, webViewId);
|
|
1391
|
+
return fn(previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, webViewId, remotePathPrefix, useNewWebViewHandler);
|
|
1242
1392
|
};
|
|
1243
1393
|
|
|
1244
1394
|
const create2 = async ({
|
|
@@ -1257,10 +1407,10 @@ const create2 = async ({
|
|
|
1257
1407
|
root = await invoke('Platform.getRoot');
|
|
1258
1408
|
}
|
|
1259
1409
|
const webViews = await getWebViews();
|
|
1260
|
-
const locationProtocol = getProtocol();
|
|
1410
|
+
const locationProtocol = getProtocol$1();
|
|
1261
1411
|
const locationHost = getHost();
|
|
1262
1412
|
const locationOrigin = getOrigin();
|
|
1263
|
-
const iframeResult = getIframeSrc(webViews, webViewId, webViewPort, root, isGitpod, locationProtocol, locationHost, locationOrigin, platform, assetDir$1, webViewScheme);
|
|
1413
|
+
const iframeResult = getIframeSrc(webViews, webViewId, webViewPort, root, isGitpod, locationProtocol, locationHost, locationOrigin, platform, assetDir$1, webViewScheme, false);
|
|
1264
1414
|
if (!iframeResult) {
|
|
1265
1415
|
return undefined;
|
|
1266
1416
|
}
|
|
@@ -1270,7 +1420,6 @@ const create2 = async ({
|
|
|
1270
1420
|
const {
|
|
1271
1421
|
iframeSrc,
|
|
1272
1422
|
webViewRoot,
|
|
1273
|
-
srcDoc,
|
|
1274
1423
|
iframeContent
|
|
1275
1424
|
} = iframeResult;
|
|
1276
1425
|
const frameAncestors = getWebViewFrameAncestors(locationProtocol, locationHost);
|
|
@@ -1293,7 +1442,8 @@ const create2 = async ({
|
|
|
1293
1442
|
port2
|
|
1294
1443
|
} = getPortTuple();
|
|
1295
1444
|
const portId = create$1();
|
|
1296
|
-
|
|
1445
|
+
const remotePathPrefix = '/remote';
|
|
1446
|
+
await register(previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, platform, webViewId, remotePathPrefix);
|
|
1297
1447
|
await invoke$1('WebView.create', id, iframeSrc, sandbox, iframeCsp, credentialless, permissionPolicyString, frameTitle);
|
|
1298
1448
|
|
|
1299
1449
|
// TODO maybe iframe waitForLoad is not needed. since it cannot be used detect errors anyway
|
|
@@ -1303,11 +1453,10 @@ const create2 = async ({
|
|
|
1303
1453
|
const origin = getWebViewOrigin(webViewPort, platform, webViewScheme, webViewId);
|
|
1304
1454
|
const portType = '';
|
|
1305
1455
|
await setPort(id, port1, origin, portType);
|
|
1306
|
-
await invokeAndTransfer$
|
|
1456
|
+
await invokeAndTransfer$2('ExtensionHostWebView.create', webViewId, port2, uri, id, origin, webView);
|
|
1307
1457
|
const savedState = await getSavedWebViewState(webViewId);
|
|
1308
1458
|
await invoke$2('ExtensionHostWebView.load', webViewId, savedState);
|
|
1309
1459
|
return {
|
|
1310
|
-
srcDoc,
|
|
1311
1460
|
iframeSrc,
|
|
1312
1461
|
sandbox,
|
|
1313
1462
|
portId,
|
|
@@ -1316,8 +1465,277 @@ const create2 = async ({
|
|
|
1316
1465
|
};
|
|
1317
1466
|
};
|
|
1318
1467
|
|
|
1468
|
+
const invokeAndTransfer = async (method, ...params) => {
|
|
1469
|
+
return invokeAndTransfer$3('WebView.compatRendererWorkerInvokeAndTransfer', method, ...params);
|
|
1470
|
+
};
|
|
1471
|
+
|
|
1472
|
+
const createSecondaryWebViewConnection = async (uid, origin, port) => {
|
|
1473
|
+
const portType = 'application';
|
|
1474
|
+
await invokeAndTransfer('WebView.setPort', uid, port, origin, portType);
|
|
1475
|
+
};
|
|
1476
|
+
|
|
1477
|
+
const createWebViewConnection = async (uid, origin) => {
|
|
1478
|
+
const {
|
|
1479
|
+
port1,
|
|
1480
|
+
port2
|
|
1481
|
+
} = getPortTuple();
|
|
1482
|
+
const rpcPromise = MessagePortRpcParent.create({
|
|
1483
|
+
messagePort: port2,
|
|
1484
|
+
isMessagePortOpen: false,
|
|
1485
|
+
commandMap: {}
|
|
1486
|
+
});
|
|
1487
|
+
const portType = 'test';
|
|
1488
|
+
await invokeAndTransfer('WebView.setPort', uid, port1, origin, portType);
|
|
1489
|
+
// TODO dispose rpc to avoid memory leak
|
|
1490
|
+
const rpc = await rpcPromise;
|
|
1491
|
+
return rpc;
|
|
1492
|
+
};
|
|
1493
|
+
|
|
1494
|
+
const RE_PROTOCOL = /^([a-z-]+):\/\//;
|
|
1495
|
+
const getProtocol = uri => {
|
|
1496
|
+
const protocolMatch = uri.match(RE_PROTOCOL);
|
|
1497
|
+
if (protocolMatch) {
|
|
1498
|
+
return protocolMatch[1];
|
|
1499
|
+
}
|
|
1500
|
+
return '';
|
|
1501
|
+
};
|
|
1502
|
+
|
|
1503
|
+
// TODO if webViewId is provided,
|
|
1504
|
+
// 1. read file as blob
|
|
1505
|
+
// 2. send blob to webview
|
|
1506
|
+
// 3. create objecturl in webview
|
|
1507
|
+
// 4. send back objecturl to extension host worker
|
|
1508
|
+
// 5. provide objectUrl to extension
|
|
1509
|
+
|
|
1510
|
+
const getRemoteUrlForWebView = async options => {
|
|
1511
|
+
throw new Error('not implemented');
|
|
1512
|
+
// TODO webviews should be stored in iframe worker
|
|
1513
|
+
// const webView = ExtensionHostWebViewState.getWebView(options.webViewId as string)
|
|
1514
|
+
// if (!webView) {
|
|
1515
|
+
// throw new Error(`webview ${options.webViewId} not found`)
|
|
1516
|
+
// }
|
|
1517
|
+
// const [rpc, blob] = await Promise.all([CreateWebViewIpc.createWebViewIpc(webView), Rpc.invoke('FileSystem.getBlob', uri)])
|
|
1518
|
+
// const objectUrl = await rpc.invoke('createObjectUrl', blob)
|
|
1519
|
+
// return objectUrl
|
|
1520
|
+
};
|
|
1521
|
+
|
|
1522
|
+
const getRemoteUrl = async options => {
|
|
1523
|
+
const {
|
|
1524
|
+
uri
|
|
1525
|
+
} = options;
|
|
1526
|
+
// TODO uri should always have protocol
|
|
1527
|
+
// then ask file system provider for remote url, for example disk file system provider or html file system provider
|
|
1528
|
+
const protocol = getProtocol(uri);
|
|
1529
|
+
if (platform === Remote && !protocol) {
|
|
1530
|
+
if (uri.startsWith('/')) {
|
|
1531
|
+
return `/remote${uri}`;
|
|
1532
|
+
}
|
|
1533
|
+
return `/remote/${uri}`;
|
|
1534
|
+
}
|
|
1535
|
+
if (platform === Electron && !protocol) {
|
|
1536
|
+
if (uri.startsWith('/')) {
|
|
1537
|
+
return `/remote${uri}`;
|
|
1538
|
+
}
|
|
1539
|
+
return `/remote/${uri}`;
|
|
1540
|
+
}
|
|
1541
|
+
return getRemoteUrlForWebView();
|
|
1542
|
+
};
|
|
1543
|
+
|
|
1544
|
+
const commandMap$1 = {
|
|
1545
|
+
'WebView.getRemoteUrl': getRemoteUrl
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
const getWebViewWorkerRpc = async rpcInfo => {
|
|
1549
|
+
const {
|
|
1550
|
+
port1,
|
|
1551
|
+
port2
|
|
1552
|
+
} = getPortTuple();
|
|
1553
|
+
const rpcPromise = MessagePortRpcParent.create({
|
|
1554
|
+
commandMap: commandMap$1,
|
|
1555
|
+
messagePort: port2,
|
|
1556
|
+
isMessagePortOpen: true
|
|
1557
|
+
});
|
|
1558
|
+
await invokeAndTransfer$2('WebView.createWebViewWorkerRpc', rpcInfo, port1);
|
|
1559
|
+
const rpc = await rpcPromise;
|
|
1560
|
+
// TODO rpc module should start the port
|
|
1561
|
+
port2.start();
|
|
1562
|
+
return rpc;
|
|
1563
|
+
};
|
|
1564
|
+
|
|
1565
|
+
const rpcs = Object.create(null);
|
|
1566
|
+
const set = (id, rpc) => {
|
|
1567
|
+
rpcs[id] = rpc;
|
|
1568
|
+
};
|
|
1569
|
+
const getAll = () => {
|
|
1570
|
+
return rpcs;
|
|
1571
|
+
};
|
|
1572
|
+
|
|
1573
|
+
const createWebViewRpc = async (webView, savedState, uri, portId, webViewUid, origin) => {
|
|
1574
|
+
if (!webView || !webView.rpc || typeof webView.rpc !== 'string') {
|
|
1575
|
+
return;
|
|
1576
|
+
}
|
|
1577
|
+
const rpcInfo = await invoke$2('WebView.getRpcInfo', webView.rpc);
|
|
1578
|
+
if (rpcInfo.type !== 'web-worker') {
|
|
1579
|
+
throw new Error(`only web worker rpc is supported for webviews`);
|
|
1580
|
+
}
|
|
1581
|
+
const rpc = await getWebViewWorkerRpc(rpcInfo);
|
|
1582
|
+
const webViewInfo = {
|
|
1583
|
+
rpc,
|
|
1584
|
+
webViewId: webView.id,
|
|
1585
|
+
portId: portId
|
|
1586
|
+
};
|
|
1587
|
+
set(portId, webViewInfo);
|
|
1588
|
+
await rpc.invoke('LoadFile.loadFile', rpcInfo.url);
|
|
1589
|
+
|
|
1590
|
+
// TODO this connection might not be needed
|
|
1591
|
+
await createWebViewConnection(webViewUid, origin);
|
|
1592
|
+
const {
|
|
1593
|
+
port1,
|
|
1594
|
+
port2
|
|
1595
|
+
} = getPortTuple();
|
|
1596
|
+
await createSecondaryWebViewConnection(webViewUid, origin, port1);
|
|
1597
|
+
await rpc.invokeAndTransfer('_WebView.setPort', portId, port2);
|
|
1598
|
+
await rpc.invoke('_WebView.create', {
|
|
1599
|
+
id: portId,
|
|
1600
|
+
savedState,
|
|
1601
|
+
webViewId: webView.id,
|
|
1602
|
+
uri
|
|
1603
|
+
});
|
|
1604
|
+
};
|
|
1605
|
+
|
|
1606
|
+
const getPreviewServerId = () => {
|
|
1607
|
+
// TODO
|
|
1608
|
+
return 1;
|
|
1609
|
+
};
|
|
1610
|
+
|
|
1611
|
+
const getWebViewId = (webViews, uri) => {
|
|
1612
|
+
if (uri.startsWith('webview://')) {
|
|
1613
|
+
const webViewId = uri.slice('webview://'.length);
|
|
1614
|
+
return webViewId;
|
|
1615
|
+
}
|
|
1616
|
+
for (const webView of webViews) {
|
|
1617
|
+
for (const selector of webView.selector || []) {
|
|
1618
|
+
if (uri.endsWith(selector)) {
|
|
1619
|
+
return webView.id;
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
return '';
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
const getWebViewPort = (platform, locationPort) => {
|
|
1627
|
+
if (platform === Web) {
|
|
1628
|
+
return locationPort;
|
|
1629
|
+
}
|
|
1630
|
+
// TODO make port configurable
|
|
1631
|
+
return '3002';
|
|
1632
|
+
};
|
|
1633
|
+
|
|
1634
|
+
const create3 = async ({
|
|
1635
|
+
id,
|
|
1636
|
+
uri,
|
|
1637
|
+
isGitpod,
|
|
1638
|
+
platform,
|
|
1639
|
+
assetDir,
|
|
1640
|
+
webViewScheme,
|
|
1641
|
+
useNewWebViewHandler
|
|
1642
|
+
}) => {
|
|
1643
|
+
let root = '';
|
|
1644
|
+
if (platform === Remote) {
|
|
1645
|
+
root = await invoke('Platform.getRoot');
|
|
1646
|
+
}
|
|
1647
|
+
const webViews = await getWebViews();
|
|
1648
|
+
const webViewId = getWebViewId(webViews, uri);
|
|
1649
|
+
const locationProtocol = getProtocol$1();
|
|
1650
|
+
const locationHost = getHost();
|
|
1651
|
+
const locationOrigin = getOrigin();
|
|
1652
|
+
const locationPort = getPort();
|
|
1653
|
+
const webViewPort = getWebViewPort(platform, locationPort);
|
|
1654
|
+
const previewServerId = getPreviewServerId();
|
|
1655
|
+
const iframeResult = getIframeSrc(webViews, webViewId, webViewPort, root, isGitpod, locationProtocol, locationHost, locationOrigin, platform, assetDir, webViewScheme, useNewWebViewHandler || false);
|
|
1656
|
+
if (!iframeResult) {
|
|
1657
|
+
return undefined;
|
|
1658
|
+
}
|
|
1659
|
+
const webView = getWebView(webViews, webViewId);
|
|
1660
|
+
|
|
1661
|
+
// TODO move all of this to iframe worker
|
|
1662
|
+
const {
|
|
1663
|
+
iframeSrc,
|
|
1664
|
+
webViewRoot,
|
|
1665
|
+
iframeContent
|
|
1666
|
+
} = iframeResult;
|
|
1667
|
+
const frameAncestors = getWebViewFrameAncestors(locationProtocol, locationHost);
|
|
1668
|
+
const frameTitle = getWebViewTitle(webView);
|
|
1669
|
+
// TODO figure out order for events, e.g.
|
|
1670
|
+
// 1. activate extension, create webview and ports in parallel
|
|
1671
|
+
// 2. wait for webview to load (?)
|
|
1672
|
+
// 3. setup extension host worker rpc
|
|
1673
|
+
// 4. create webview in extension host worker and load content
|
|
1674
|
+
|
|
1675
|
+
const csp = getWebViewCsp(webView);
|
|
1676
|
+
const sandbox = getIframeSandbox(webView, platform);
|
|
1677
|
+
const permissionPolicy = getIframePermissionPolicy(webView);
|
|
1678
|
+
const permissionPolicyString = permissionPolicy.join('; ');
|
|
1679
|
+
const iframeCsp = platform === Web ? csp : '';
|
|
1680
|
+
const credentialless = getCredentialLess(locationHost);
|
|
1681
|
+
await invoke$3('ExtensionHostManagement.activateByEvent', `onWebView:${webViewId}`);
|
|
1682
|
+
const portId = create$1();
|
|
1683
|
+
const remotePathPrefix = '/remote';
|
|
1684
|
+
await register(previewServerId, webViewPort, frameAncestors, webViewRoot, csp, iframeContent, platform, webViewId, remotePathPrefix, useNewWebViewHandler);
|
|
1685
|
+
await invoke$1('WebView.create', id, iframeSrc, sandbox, iframeCsp, credentialless, permissionPolicyString, frameTitle);
|
|
1686
|
+
|
|
1687
|
+
// TODO maybe iframe waitForLoad is not needed. since it cannot be used detect errors anyway
|
|
1688
|
+
// and causes flash of unstyled content, maybe a better way would be to just send the
|
|
1689
|
+
// port and wait for the first port message
|
|
1690
|
+
await invoke$1('WebView.load', id);
|
|
1691
|
+
const origin = getWebViewOrigin(webViewPort, platform, webViewScheme, webViewId);
|
|
1692
|
+
const hasOldRpc = !webView || !webView.rpc || typeof webView.rpc !== 'string';
|
|
1693
|
+
if (hasOldRpc) {
|
|
1694
|
+
const {
|
|
1695
|
+
port1,
|
|
1696
|
+
port2
|
|
1697
|
+
} = getPortTuple();
|
|
1698
|
+
const portType = '';
|
|
1699
|
+
await setPort(id, port1, origin, portType);
|
|
1700
|
+
await invokeAndTransfer$2('ExtensionHostWebView.create', webViewId, port2, uri, id, origin, webView);
|
|
1701
|
+
}
|
|
1702
|
+
const savedState = await getSavedWebViewState(webViewId);
|
|
1703
|
+
if (hasOldRpc) {
|
|
1704
|
+
await invoke$2('ExtensionHostWebView.load', webViewId, savedState);
|
|
1705
|
+
}
|
|
1706
|
+
await createWebViewRpc(webView, savedState, uri, portId, id, origin);
|
|
1707
|
+
return {
|
|
1708
|
+
iframeSrc,
|
|
1709
|
+
sandbox,
|
|
1710
|
+
portId,
|
|
1711
|
+
origin,
|
|
1712
|
+
csp: iframeCsp
|
|
1713
|
+
};
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1716
|
+
const saveState = async () => {
|
|
1717
|
+
const all = getAll();
|
|
1718
|
+
const serialized = [];
|
|
1719
|
+
for (const value of Object.values(all)) {
|
|
1720
|
+
try {
|
|
1721
|
+
const savedState = await value.rpc.invoke('WebView.saveState', value.portId);
|
|
1722
|
+
serialized.push({
|
|
1723
|
+
key: value.webViewId,
|
|
1724
|
+
value: savedState
|
|
1725
|
+
});
|
|
1726
|
+
} catch (error) {
|
|
1727
|
+
console.log(error);
|
|
1728
|
+
// TODO maybe log the error
|
|
1729
|
+
// ignore
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
return serialized;
|
|
1733
|
+
};
|
|
1734
|
+
|
|
1319
1735
|
const commandMap = {
|
|
1320
|
-
'WebView.create2': create2
|
|
1736
|
+
'WebView.create2': create2,
|
|
1737
|
+
'WebView.create3': create3,
|
|
1738
|
+
'WebView.saveState': saveState
|
|
1321
1739
|
};
|
|
1322
1740
|
|
|
1323
1741
|
const listen = async () => {
|