@lvce-editor/static-server 0.49.24 → 0.50.1
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/dist/static-server.js +1844 -1862
- package/package.json +1 -1
- package/static/{8d1fee9 → f494e78}/css/App.css +83 -83
- package/static/{8d1fee9 → f494e78}/manifest.json +2 -2
- package/static/{8d1fee9 → f494e78}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{8d1fee9 → f494e78}/packages/embeds-worker/dist/embedsWorkerMain.js +910 -903
- package/static/{8d1fee9 → f494e78}/packages/explorer-worker/dist/explorerViewWorkerMain.js +257 -97
- package/static/{8d1fee9 → f494e78}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +1220 -1213
- package/static/{8d1fee9 → f494e78}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{8d1fee9 → f494e78}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{8d1fee9 → f494e78}/packages/renderer-worker/dist/rendererWorkerMain.js +354 -317
- package/static/{8d1fee9 → f494e78}/packages/text-search-worker/dist/textSearchWorkerMain.js +26 -17
- package/static/index.html +4 -4
- package/static/8d1fee9/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/8d1fee9/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/8d1fee9/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/8d1fee9/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/8d1fee9/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/8d1fee9/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/8d1fee9/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/8d1fee9/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/8d1fee9/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -110
- package/static/8d1fee9/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/8d1fee9/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/8d1fee9/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/8d1fee9/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/8d1fee9/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/8d1fee9/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/8d1fee9/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/8d1fee9/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/8d1fee9/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/8d1fee9/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/8d1fee9/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/8d1fee9/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- /package/static/{8d1fee9 → f494e78}/config/colorTheme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/config/defaultSettings.json +0 -0
- /package/static/{8d1fee9 → f494e78}/config/fileMap.json +0 -0
- /package/static/{8d1fee9 → f494e78}/config/webExtensions.json +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Animation.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/DebugButtons.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/DebugValue.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/E2eTest.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/E2eTests.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/EditorHover.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/EditorMessage.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/FeatureContent.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Features.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ImagePreview.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/InputBadge.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Key.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/LegacyDialog.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Markdown.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Progress.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Select.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/Table.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletAbout.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletDialog.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletMedia.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletOutput.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletPanel.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletPdf.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletProblems.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletReferences.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletSearch.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletStorage.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{8d1fee9 → f494e78}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{8d1fee9 → f494e78}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/default_file.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/default_folder.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/default_root_folder.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_access.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_access2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ada.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_agda.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ai.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_al.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_angular.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_apache.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_apex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_apib.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_apl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_asp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_astro.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_atom.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ats.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_attw.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_audio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_avif.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_avro.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_awk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_aws.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_azure.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_babel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bak.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bat.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bats.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_biml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_binary.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_biome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_blade.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_blender.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bower.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_buf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bun.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_c.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_c2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_c3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_casc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cert.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_chef.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_class.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_compass.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_composer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_conan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_conda.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_config.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_craco.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_css.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_css2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_cython.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_db.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_debian.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_deno.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_diff.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_django.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_docker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_docz.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_drone.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_drools.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_edge.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_elm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ember.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eps.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_epub.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_erb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_excel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_expo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fla.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flash.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flow.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_font.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_funding.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_galen.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_git.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_git2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_glide.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_godot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_grain.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_helix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_helm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_host.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_html.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_http.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_husky.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_icl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_idris.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_image.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_imba.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_inc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_informix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ini.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ink.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_io.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_janet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jar.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_java.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_json.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_json2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_json5.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_juice.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_julia.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_just.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_k.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_karma.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_key.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kite.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_knip.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kos.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lark.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_latino.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_layout.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_less.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_liara.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_license.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lime.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_locale.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_log.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lua.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_luau.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_lync.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_map.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_marko.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_maven.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_maya.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_meson.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_motif.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mson.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_next.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nim.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_noc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_node.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_node2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_npm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_org.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_package.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_paket.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_patch.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_perl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_php.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_php2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_php3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pine.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pip.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pony.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_postman.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_preact.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_progress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pug.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_python.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_q.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_qml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_r.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_racket.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rails.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_raku.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_raml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_razor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_reason.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_red.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_registry.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rego.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_remark.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_replit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_retext.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_riot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_robots.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rome.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ron.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rust.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sails.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_san.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sas.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sass.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_scala.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_script.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_scss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_shell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sino.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_slang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_slice.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_slim.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_slint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sln.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_snort.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_source.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_spin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sst.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stata.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_style.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_styled.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_svg.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_swc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_swift.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_swig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_teal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_templ.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tera.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_test.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_testts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_text.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_textile.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_todo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_toit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_toml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tox.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_travis.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tree.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tres.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_twig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_unison.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vala.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vash.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vba.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vento.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_video.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_view.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vim.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vite.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_volt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vue.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wally.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_windi.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_word.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_word2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xib.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yang.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_zig.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_zip.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_android.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_api.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_app.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_client.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_common.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_component.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_config.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_css.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_db.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_git.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_github.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_images.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_include.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_js.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_json.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_less.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_library.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_log.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_model.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_module.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_next.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_node.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_package.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_php.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_private.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_public.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_python.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_route.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_script.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_server.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_services.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_src.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_story.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_style.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_template.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_test.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_video.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_view.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_www.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/add.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/arrow-down.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/arrow-left.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/arrow-right.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/arrow-up.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/blank.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/book.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/case-sensitive.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/check.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chevron-down.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chevron-left.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chevron-right.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chevron-up.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chrome-close.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chrome-maximize.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chrome-minimize.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/chrome-restore.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/circle-filled.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/clear-all.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/close.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/cloud.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/collapse-all.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-all.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-alt-2.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-alt-small.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-alt.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-console.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-continue-small.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-continue.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-coverage.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-disconnect.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-line-by-line.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-pause.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-rerun.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-restart-frame.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-restart.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-stackframe.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-start.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-step-back.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-step-into.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-step-out.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-step-over.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug-stop.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/debug.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/discard.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/edit.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/ellipsis.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/error.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/exclude.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/extensions.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/files.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/filter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/go-to-file.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/icon-close.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/icon-source-control.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/icon-sync.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/icon.png +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/icon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/info.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/language-icon.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/link-external.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/list-flat.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/list-tree.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/new-file.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/new-folder.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/newline.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/open-preview.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/play.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/preserve-case.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/progress.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/pwa-icon-192.png +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/pwa-icon-512.png +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/record-keys.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/refresh.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/regex.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/remove.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/replace-all.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/replace.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/run-all.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/search.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/settings-gear.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/sort-precedence.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/source-control.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/split-horizontal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/squiggly-error.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/squiggly-warning.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-array.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-boolean.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-class.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-color.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-constant.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-enum-member.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-enum.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-event.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-field.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-file.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-interface.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-key.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-keyword.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-method.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-misc.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-namespace.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-numeric.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-operator.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-parameter.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-property.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-ruler.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-snippet.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-string.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-structure.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/symbol-variable.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/tag.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/terminal-bash.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/terminal.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/theme-icon.png +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/trash.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/triangle-down.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/triangle-left.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/triangle-right.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/triangle-up.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/warning.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/whole-word.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/zoom-in.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/icons/zoom-out.svg +0 -0
- /package/static/{8d1fee9 → f494e78}/js/babel-parser.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/blob-util.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/ky.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/lvce-editor-import-script.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/lvce-editor-ipc.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/lvce-editor-verror.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/p-min-delay.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/pretty-bytes.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/preview-injected.js +0 -0
- /package/static/{8d1fee9 → f494e78}/js/yoctodelay.js +0 -0
- /package/static/{8d1fee9 → f494e78}/lib-css/termterm.css +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/renderer-process/LICENSE +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/renderer-process/README.md +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/renderer-process/package.json +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.cpp +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.css +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.csv +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.dart +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.env +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.ex +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.html +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.java +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.jl +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.js +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.json +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.kt +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.pl +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.py +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/index.ts +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/scrolling.txt +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/languages/tsconfig.json +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/sample-folder/a.txt +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/sample-folder/b.txt +0 -0
- /package/static/{8d1fee9 → f494e78}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/f494e78';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -603,6 +603,7 @@ const ExtensionManagement = 137;
|
|
|
603
603
|
const Markdown = 138;
|
|
604
604
|
const FileSystemHandle = 139;
|
|
605
605
|
const MouseActions = 140;
|
|
606
|
+
const Timeout = 141;
|
|
606
607
|
|
|
607
608
|
const getPrefix$3 = commandId => {
|
|
608
609
|
if (!commandId || typeof commandId !== 'string') {
|
|
@@ -765,6 +766,8 @@ const getModuleId$1 = commandId => {
|
|
|
765
766
|
return WindowTitle;
|
|
766
767
|
case 'PointerCapture':
|
|
767
768
|
return PointerCapture;
|
|
769
|
+
case 'Timeout':
|
|
770
|
+
return Timeout;
|
|
768
771
|
case 'MouseActions':
|
|
769
772
|
return MouseActions;
|
|
770
773
|
case 'FileSystemHandle':
|
|
@@ -1686,6 +1689,18 @@ const getPathSeparator$8 = async uri => {
|
|
|
1686
1689
|
const fileSystem = await getFileSystem(protocol);
|
|
1687
1690
|
return fileSystem.getPathSeparator(path);
|
|
1688
1691
|
};
|
|
1692
|
+
const getRealPath$1 = async uri => {
|
|
1693
|
+
const protocol = getProtocol(uri);
|
|
1694
|
+
const path = getPath$1(protocol, uri);
|
|
1695
|
+
const fileSystem = await getFileSystem(protocol);
|
|
1696
|
+
return fileSystem.getRealPath(path);
|
|
1697
|
+
};
|
|
1698
|
+
const stat$1 = async uri => {
|
|
1699
|
+
const protocol = getProtocol(uri);
|
|
1700
|
+
const path = getPath$1(protocol, uri);
|
|
1701
|
+
const fileSystem = await getFileSystem(protocol);
|
|
1702
|
+
return fileSystem.stat(path);
|
|
1703
|
+
};
|
|
1689
1704
|
const getFolderSize$1 = async uri => {
|
|
1690
1705
|
const protocol = getProtocol(uri);
|
|
1691
1706
|
const path = getPath$1(protocol, uri);
|
|
@@ -2684,13 +2699,13 @@ const setJsonObjects$1 = objects => {
|
|
|
2684
2699
|
return setJsonObjects$2(LocalStorage, objects);
|
|
2685
2700
|
};
|
|
2686
2701
|
|
|
2687
|
-
const getJson$4 = viewletId => {
|
|
2702
|
+
const getJson$4 = async viewletId => {
|
|
2688
2703
|
return getJson$5(viewletId);
|
|
2689
2704
|
};
|
|
2690
|
-
const setJson$3 = (viewletId, value) => {
|
|
2705
|
+
const setJson$3 = async (viewletId, value) => {
|
|
2691
2706
|
return setJson$4(viewletId, value);
|
|
2692
2707
|
};
|
|
2693
|
-
const setJsonObjects = value => {
|
|
2708
|
+
const setJsonObjects = async value => {
|
|
2694
2709
|
return setJsonObjects$1(value);
|
|
2695
2710
|
};
|
|
2696
2711
|
|
|
@@ -3728,6 +3743,9 @@ const registerAll = input => {
|
|
|
3728
3743
|
Object.assign(map$1, input);
|
|
3729
3744
|
};
|
|
3730
3745
|
const load$5 = moduleId => {
|
|
3746
|
+
if (!map$1[moduleId]) {
|
|
3747
|
+
return {};
|
|
3748
|
+
}
|
|
3731
3749
|
return map$1[moduleId]();
|
|
3732
3750
|
};
|
|
3733
3751
|
|
|
@@ -4795,9 +4813,13 @@ const getIcons = iconRequests => {
|
|
|
4795
4813
|
const Folder = 2;
|
|
4796
4814
|
return iconRequests.map(request => {
|
|
4797
4815
|
if (request.type === Folder) {
|
|
4798
|
-
return getFolderIcon(
|
|
4816
|
+
return getFolderIcon({
|
|
4817
|
+
name: request.name
|
|
4818
|
+
});
|
|
4799
4819
|
}
|
|
4800
|
-
return getFileIcon$1(
|
|
4820
|
+
return getFileIcon$1({
|
|
4821
|
+
name: request.name
|
|
4822
|
+
});
|
|
4801
4823
|
});
|
|
4802
4824
|
};
|
|
4803
4825
|
|
|
@@ -5047,6 +5069,8 @@ const load$3 = moduleId => {
|
|
|
5047
5069
|
return Promise.resolve().then(function () { return SendMessagePortToElectron_ipc; });
|
|
5048
5070
|
case OffscreenCanvas$1:
|
|
5049
5071
|
return Promise.resolve().then(function () { return OffscreenCanvas_ipc; });
|
|
5072
|
+
case Timeout:
|
|
5073
|
+
return Promise.resolve().then(function () { return Timeout_ipc; });
|
|
5050
5074
|
case MouseActions:
|
|
5051
5075
|
return Promise.resolve().then(function () { return MouseActions_ipc; });
|
|
5052
5076
|
case Languages:
|
|
@@ -6806,7 +6830,7 @@ const ExtensionHostFileSystem = {
|
|
|
6806
6830
|
writeFile: writeFile$d
|
|
6807
6831
|
};
|
|
6808
6832
|
|
|
6809
|
-
const name$
|
|
6833
|
+
const name$2p = 'App';
|
|
6810
6834
|
const getModule$5 = uri => {
|
|
6811
6835
|
switch (uri) {
|
|
6812
6836
|
case 'startup-performance':
|
|
@@ -6855,7 +6879,7 @@ const FileSystemApp = {
|
|
|
6855
6879
|
canBeRestored: canBeRestored$5,
|
|
6856
6880
|
getPathSeparator: getPathSeparator$6,
|
|
6857
6881
|
mkdir: mkdir$5,
|
|
6858
|
-
name: name$
|
|
6882
|
+
name: name$2p,
|
|
6859
6883
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6860
6884
|
readFile: readFile$c,
|
|
6861
6885
|
remove: remove$5,
|
|
@@ -6863,7 +6887,7 @@ const FileSystemApp = {
|
|
|
6863
6887
|
writeFile: writeFile$c
|
|
6864
6888
|
};
|
|
6865
6889
|
|
|
6866
|
-
const name$
|
|
6890
|
+
const name$2o = 'Data';
|
|
6867
6891
|
const copy$5 = (source, target) => {
|
|
6868
6892
|
throw new Error('not implemented');
|
|
6869
6893
|
};
|
|
@@ -6900,7 +6924,7 @@ const FileSystemData = {
|
|
|
6900
6924
|
getBlobUrl: getBlobUrl$2,
|
|
6901
6925
|
getPathSeparator: getPathSeparator$5,
|
|
6902
6926
|
mkdir: mkdir$4,
|
|
6903
|
-
name: name$
|
|
6927
|
+
name: name$2o,
|
|
6904
6928
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
6905
6929
|
readFile: readFile$b,
|
|
6906
6930
|
remove: remove$4,
|
|
@@ -6908,7 +6932,7 @@ const FileSystemData = {
|
|
|
6908
6932
|
writeFile: writeFile$b
|
|
6909
6933
|
};
|
|
6910
6934
|
|
|
6911
|
-
const name$
|
|
6935
|
+
const name$2n = 'Memory';
|
|
6912
6936
|
const readFile$a = uri => {
|
|
6913
6937
|
return invoke$f('FileSystemMemory.readFile', uri);
|
|
6914
6938
|
};
|
|
@@ -6951,7 +6975,7 @@ const FileSystemMemory = {
|
|
|
6951
6975
|
getFiles,
|
|
6952
6976
|
getPathSeparator: getPathSeparator$4,
|
|
6953
6977
|
mkdir: mkdir$3,
|
|
6954
|
-
name: name$
|
|
6978
|
+
name: name$2n,
|
|
6955
6979
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
6956
6980
|
readFile: readFile$a,
|
|
6957
6981
|
remove: remove$3,
|
|
@@ -6962,7 +6986,7 @@ const FileSystemMemory = {
|
|
|
6962
6986
|
// TODO when it rejects, it should throw a custom error,
|
|
6963
6987
|
// FileSystemError
|
|
6964
6988
|
|
|
6965
|
-
const name$
|
|
6989
|
+
const name$2m = 'Web';
|
|
6966
6990
|
const state$k = {
|
|
6967
6991
|
watchers: Object.create(null),
|
|
6968
6992
|
saveListeners: [],
|
|
@@ -7240,7 +7264,7 @@ const FileSystemWeb = {
|
|
|
7240
7264
|
createFolder,
|
|
7241
7265
|
getPathSeparator: getPathSeparator$3,
|
|
7242
7266
|
mkdir: mkdir$2,
|
|
7243
|
-
name: name$
|
|
7267
|
+
name: name$2m,
|
|
7244
7268
|
onDidSave,
|
|
7245
7269
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7246
7270
|
readFile: readFile$9,
|
|
@@ -7256,7 +7280,7 @@ const FileSystemWeb = {
|
|
|
7256
7280
|
// TODO move all of this to an extension
|
|
7257
7281
|
|
|
7258
7282
|
const canBeRestored$3 = true;
|
|
7259
|
-
const name$
|
|
7283
|
+
const name$2l = 'Fetch';
|
|
7260
7284
|
const state$j = {
|
|
7261
7285
|
files: Object.create(null)
|
|
7262
7286
|
};
|
|
@@ -7292,7 +7316,7 @@ const FileSystemFetch = {
|
|
|
7292
7316
|
getBlob: getBlob$3,
|
|
7293
7317
|
getPathSeparator: getPathSeparator$2,
|
|
7294
7318
|
mkdir: mkdir$1,
|
|
7295
|
-
name: name$
|
|
7319
|
+
name: name$2l,
|
|
7296
7320
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
7297
7321
|
readFile: readFile$8,
|
|
7298
7322
|
remove: remove$1,
|
|
@@ -7305,7 +7329,7 @@ const getRemoteSrc = uri => {
|
|
|
7305
7329
|
return src;
|
|
7306
7330
|
};
|
|
7307
7331
|
|
|
7308
|
-
const name$
|
|
7332
|
+
const name$2k = 'Disk';
|
|
7309
7333
|
const toUri = item => {
|
|
7310
7334
|
if (item.startsWith('file://')) {
|
|
7311
7335
|
return item;
|
|
@@ -7396,7 +7420,7 @@ const FileSystemDisk = {
|
|
|
7396
7420
|
getPathSeparator: getPathSeparator$1,
|
|
7397
7421
|
getRealPath,
|
|
7398
7422
|
mkdir,
|
|
7399
|
-
name: name$
|
|
7423
|
+
name: name$2k,
|
|
7400
7424
|
readDirWithFileTypes: readDirWithFileTypes$1,
|
|
7401
7425
|
readFile: readFile$7,
|
|
7402
7426
|
readJson: readJson$2,
|
|
@@ -8140,15 +8164,15 @@ const showAbout = async () => {
|
|
|
8140
8164
|
await fn();
|
|
8141
8165
|
};
|
|
8142
8166
|
|
|
8143
|
-
const name$
|
|
8144
|
-
const Commands$
|
|
8167
|
+
const name$2j = 'About';
|
|
8168
|
+
const Commands$2d = {
|
|
8145
8169
|
showAbout: showAbout
|
|
8146
8170
|
};
|
|
8147
8171
|
|
|
8148
8172
|
const About_ipc = {
|
|
8149
8173
|
__proto__: null,
|
|
8150
|
-
Commands: Commands$
|
|
8151
|
-
name: name$
|
|
8174
|
+
Commands: Commands$2d,
|
|
8175
|
+
name: name$2j
|
|
8152
8176
|
};
|
|
8153
8177
|
|
|
8154
8178
|
/**
|
|
@@ -8216,8 +8240,8 @@ const getResponse$1 = async (url, options) => {
|
|
|
8216
8240
|
|
|
8217
8241
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8218
8242
|
|
|
8219
|
-
const name$
|
|
8220
|
-
const Commands$
|
|
8243
|
+
const name$2i = 'Ajax';
|
|
8244
|
+
const Commands$2c = {
|
|
8221
8245
|
getBlob: getBlob,
|
|
8222
8246
|
getJson: getJson$1,
|
|
8223
8247
|
getText: getText
|
|
@@ -8225,8 +8249,8 @@ const Commands$2b = {
|
|
|
8225
8249
|
|
|
8226
8250
|
const Ajax_ipc = {
|
|
8227
8251
|
__proto__: null,
|
|
8228
|
-
Commands: Commands$
|
|
8229
|
-
name: name$
|
|
8252
|
+
Commands: Commands$2c,
|
|
8253
|
+
name: name$2i
|
|
8230
8254
|
};
|
|
8231
8255
|
|
|
8232
8256
|
const playBell = async () => {
|
|
@@ -8234,15 +8258,15 @@ const playBell = async () => {
|
|
|
8234
8258
|
await invoke$i(/* Audio.play */3211, /* src */src);
|
|
8235
8259
|
};
|
|
8236
8260
|
|
|
8237
|
-
const name$
|
|
8238
|
-
const Commands$
|
|
8261
|
+
const name$2h = 'Audio';
|
|
8262
|
+
const Commands$2b = {
|
|
8239
8263
|
playBell: playBell
|
|
8240
8264
|
};
|
|
8241
8265
|
|
|
8242
8266
|
const Audio_ipc = {
|
|
8243
8267
|
__proto__: null,
|
|
8244
|
-
Commands: Commands$
|
|
8245
|
-
name: name$
|
|
8268
|
+
Commands: Commands$2b,
|
|
8269
|
+
name: name$2h
|
|
8246
8270
|
};
|
|
8247
8271
|
|
|
8248
8272
|
const AppImage = 'AppImage';
|
|
@@ -8329,15 +8353,15 @@ const checkForUpdates$1 = async () => {
|
|
|
8329
8353
|
await module.installAndRestart(downloadPath);
|
|
8330
8354
|
};
|
|
8331
8355
|
|
|
8332
|
-
const name$
|
|
8333
|
-
const Commands$
|
|
8356
|
+
const name$2g = 'AutoUpdater';
|
|
8357
|
+
const Commands$2a = {
|
|
8334
8358
|
checkForUpdates: checkForUpdates$1
|
|
8335
8359
|
};
|
|
8336
8360
|
|
|
8337
8361
|
const AutoUpdater_ipc = {
|
|
8338
8362
|
__proto__: null,
|
|
8339
|
-
Commands: Commands$
|
|
8340
|
-
name: name$
|
|
8363
|
+
Commands: Commands$2a,
|
|
8364
|
+
name: name$2g
|
|
8341
8365
|
};
|
|
8342
8366
|
|
|
8343
8367
|
const cache = Object.create(null);
|
|
@@ -8375,15 +8399,15 @@ const getEditorSourceActions = async () => {
|
|
|
8375
8399
|
return codeActions;
|
|
8376
8400
|
};
|
|
8377
8401
|
|
|
8378
|
-
const name$
|
|
8379
|
-
const Commands$
|
|
8402
|
+
const name$2f = 'GetEditorSourceActions';
|
|
8403
|
+
const Commands$29 = {
|
|
8380
8404
|
getEditorSourceActions: getEditorSourceActions
|
|
8381
8405
|
};
|
|
8382
8406
|
|
|
8383
8407
|
const GetEditorSourceActions_ipc = {
|
|
8384
8408
|
__proto__: null,
|
|
8385
|
-
Commands: Commands$
|
|
8386
|
-
name: name$
|
|
8409
|
+
Commands: Commands$29,
|
|
8410
|
+
name: name$2f
|
|
8387
8411
|
};
|
|
8388
8412
|
|
|
8389
8413
|
const getFileHandles = ids => {
|
|
@@ -8397,8 +8421,8 @@ const getFilePathElectron = async file => {
|
|
|
8397
8421
|
return invoke$i('GetFilePathElectron.getFilePathElectron', file);
|
|
8398
8422
|
};
|
|
8399
8423
|
|
|
8400
|
-
const name$
|
|
8401
|
-
const Commands$
|
|
8424
|
+
const name$2e = 'FileSystemHandle';
|
|
8425
|
+
const Commands$28 = {
|
|
8402
8426
|
addFileHandle: addFileHandle,
|
|
8403
8427
|
getFileHandles: getFileHandles,
|
|
8404
8428
|
getFilePathElectron: getFilePathElectron
|
|
@@ -8406,8 +8430,8 @@ const Commands$27 = {
|
|
|
8406
8430
|
|
|
8407
8431
|
const FileSystemHandle_ipc = {
|
|
8408
8432
|
__proto__: null,
|
|
8409
|
-
Commands: Commands$
|
|
8410
|
-
name: name$
|
|
8433
|
+
Commands: Commands$28,
|
|
8434
|
+
name: name$2e
|
|
8411
8435
|
};
|
|
8412
8436
|
|
|
8413
8437
|
function createBlob(parts, properties) {
|
|
@@ -8528,8 +8552,8 @@ const disposeSrc = async src => {
|
|
|
8528
8552
|
}
|
|
8529
8553
|
};
|
|
8530
8554
|
|
|
8531
|
-
const name$
|
|
8532
|
-
const Commands$
|
|
8555
|
+
const name$2d = 'Blob';
|
|
8556
|
+
const Commands$27 = {
|
|
8533
8557
|
base64StringToBlob: base64StringToBlob,
|
|
8534
8558
|
binaryStringToBlob: binaryStringToBlob,
|
|
8535
8559
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -8538,8 +8562,8 @@ const Commands$26 = {
|
|
|
8538
8562
|
|
|
8539
8563
|
const Blob_ipc = {
|
|
8540
8564
|
__proto__: null,
|
|
8541
|
-
Commands: Commands$
|
|
8542
|
-
name: name$
|
|
8565
|
+
Commands: Commands$27,
|
|
8566
|
+
name: name$2d
|
|
8543
8567
|
};
|
|
8544
8568
|
|
|
8545
8569
|
const getNewContent = (oldContent, changes) => {
|
|
@@ -8612,15 +8636,15 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8612
8636
|
await Promise.all(edits.map(applyFileReplacement));
|
|
8613
8637
|
};
|
|
8614
8638
|
|
|
8615
|
-
const name$
|
|
8616
|
-
const Commands$
|
|
8639
|
+
const name$2c = 'BulkReplacement';
|
|
8640
|
+
const Commands$26 = {
|
|
8617
8641
|
applyBulkReplacement: applyBulkReplacement
|
|
8618
8642
|
};
|
|
8619
8643
|
|
|
8620
8644
|
const BulkReplacement_ipc = {
|
|
8621
8645
|
__proto__: null,
|
|
8622
|
-
Commands: Commands$
|
|
8623
|
-
name: name$
|
|
8646
|
+
Commands: Commands$26,
|
|
8647
|
+
name: name$2c
|
|
8624
8648
|
};
|
|
8625
8649
|
|
|
8626
8650
|
const ApplicationJson = 'aplication/json';
|
|
@@ -8713,8 +8737,8 @@ const clearCache$1 = async () => {
|
|
|
8713
8737
|
|
|
8714
8738
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
8715
8739
|
|
|
8716
|
-
const name$
|
|
8717
|
-
const Commands$
|
|
8740
|
+
const name$2b = 'CacheStorage';
|
|
8741
|
+
const Commands$25 = {
|
|
8718
8742
|
clearCache: clearCache$1,
|
|
8719
8743
|
getJson: getJson,
|
|
8720
8744
|
setJson: setJson
|
|
@@ -8722,19 +8746,19 @@ const Commands$24 = {
|
|
|
8722
8746
|
|
|
8723
8747
|
const CacheStorage_ipc = {
|
|
8724
8748
|
__proto__: null,
|
|
8725
|
-
Commands: Commands$
|
|
8726
|
-
name: name$
|
|
8749
|
+
Commands: Commands$25,
|
|
8750
|
+
name: name$2b
|
|
8727
8751
|
};
|
|
8728
8752
|
|
|
8729
|
-
const name$
|
|
8730
|
-
const Commands$
|
|
8753
|
+
const name$2a = 'Callback';
|
|
8754
|
+
const Commands$24 = {
|
|
8731
8755
|
resolve: resolve
|
|
8732
8756
|
};
|
|
8733
8757
|
|
|
8734
8758
|
const Callback_ipc = {
|
|
8735
8759
|
__proto__: null,
|
|
8736
|
-
Commands: Commands$
|
|
8737
|
-
name: name$
|
|
8760
|
+
Commands: Commands$24,
|
|
8761
|
+
name: name$2a
|
|
8738
8762
|
};
|
|
8739
8763
|
|
|
8740
8764
|
const minimize$1 = () => {
|
|
@@ -8810,8 +8834,8 @@ const zoomReset = () => {
|
|
|
8810
8834
|
}
|
|
8811
8835
|
};
|
|
8812
8836
|
|
|
8813
|
-
const name$
|
|
8814
|
-
const Commands$
|
|
8837
|
+
const name$29 = 'Chrome';
|
|
8838
|
+
const Commands$23 = {
|
|
8815
8839
|
close: close$4,
|
|
8816
8840
|
exit: exit$2,
|
|
8817
8841
|
maximize: maximize$1,
|
|
@@ -8821,8 +8845,8 @@ const Commands$22 = {
|
|
|
8821
8845
|
|
|
8822
8846
|
const Chrome_ipc = {
|
|
8823
8847
|
__proto__: null,
|
|
8824
|
-
Commands: Commands$
|
|
8825
|
-
name: name$
|
|
8848
|
+
Commands: Commands$23,
|
|
8849
|
+
name: name$29
|
|
8826
8850
|
};
|
|
8827
8851
|
|
|
8828
8852
|
const readText = async () => {
|
|
@@ -8884,8 +8908,8 @@ const execCopy = async () => {
|
|
|
8884
8908
|
}
|
|
8885
8909
|
};
|
|
8886
8910
|
|
|
8887
|
-
const name$
|
|
8888
|
-
const Commands$
|
|
8911
|
+
const name$28 = 'ClipBoard';
|
|
8912
|
+
const Commands$22 = {
|
|
8889
8913
|
execCopy: execCopy,
|
|
8890
8914
|
readNativeFiles: readNativeFiles,
|
|
8891
8915
|
readText: readText,
|
|
@@ -8896,16 +8920,16 @@ const Commands$21 = {
|
|
|
8896
8920
|
|
|
8897
8921
|
const ClipBoard_ipc = {
|
|
8898
8922
|
__proto__: null,
|
|
8899
|
-
Commands: Commands$
|
|
8900
|
-
name: name$
|
|
8923
|
+
Commands: Commands$22,
|
|
8924
|
+
name: name$28
|
|
8901
8925
|
};
|
|
8902
8926
|
|
|
8903
8927
|
const getColorThemeNames = async () => {
|
|
8904
8928
|
return invoke$f('ColorTheme.getColorThemeNames');
|
|
8905
8929
|
};
|
|
8906
8930
|
|
|
8907
|
-
const name$
|
|
8908
|
-
const Commands$
|
|
8931
|
+
const name$27 = 'ColorTheme';
|
|
8932
|
+
const Commands$21 = {
|
|
8909
8933
|
hydrate: hydrate$8,
|
|
8910
8934
|
reload: reload$4,
|
|
8911
8935
|
setColorTheme: setColorTheme,
|
|
@@ -8914,8 +8938,8 @@ const Commands$20 = {
|
|
|
8914
8938
|
|
|
8915
8939
|
const ColorTheme_ipc = {
|
|
8916
8940
|
__proto__: null,
|
|
8917
|
-
Commands: Commands$
|
|
8918
|
-
name: name$
|
|
8941
|
+
Commands: Commands$21,
|
|
8942
|
+
name: name$27
|
|
8919
8943
|
};
|
|
8920
8944
|
|
|
8921
8945
|
const productNameLong = 'Lvce Editor - OSS';
|
|
@@ -8985,15 +9009,15 @@ const prompt$1 = async (message, {
|
|
|
8985
9009
|
return prompt$2(message);
|
|
8986
9010
|
};
|
|
8987
9011
|
|
|
8988
|
-
const name$
|
|
8989
|
-
const Commands$
|
|
9012
|
+
const name$26 = 'ConfirmPrompt';
|
|
9013
|
+
const Commands$20 = {
|
|
8990
9014
|
prompt: prompt$1
|
|
8991
9015
|
};
|
|
8992
9016
|
|
|
8993
9017
|
const ConfirmPrompt_ipc = {
|
|
8994
9018
|
__proto__: null,
|
|
8995
|
-
Commands: Commands$
|
|
8996
|
-
name: name$
|
|
9019
|
+
Commands: Commands$20,
|
|
9020
|
+
name: name$26
|
|
8997
9021
|
};
|
|
8998
9022
|
|
|
8999
9023
|
const startRecording = options => {
|
|
@@ -9054,16 +9078,16 @@ const stop$1 = async () => {
|
|
|
9054
9078
|
await openNativeFolder(path);
|
|
9055
9079
|
};
|
|
9056
9080
|
|
|
9057
|
-
const name$
|
|
9058
|
-
const Commands$
|
|
9081
|
+
const name$25 = 'ContentTracing';
|
|
9082
|
+
const Commands$1$ = {
|
|
9059
9083
|
start: start$2,
|
|
9060
9084
|
stop: stop$1
|
|
9061
9085
|
};
|
|
9062
9086
|
|
|
9063
9087
|
const ContentTracing_ipc = {
|
|
9064
9088
|
__proto__: null,
|
|
9065
|
-
Commands: Commands$
|
|
9066
|
-
name: name$
|
|
9089
|
+
Commands: Commands$1$,
|
|
9090
|
+
name: name$25
|
|
9067
9091
|
};
|
|
9068
9092
|
|
|
9069
9093
|
const hasContextMenuNativePreference = () => {
|
|
@@ -9084,15 +9108,15 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9084
9108
|
return module.show(x, y, id, ...args);
|
|
9085
9109
|
};
|
|
9086
9110
|
|
|
9087
|
-
const name$
|
|
9088
|
-
const Commands$
|
|
9111
|
+
const name$24 = 'ContextMenu';
|
|
9112
|
+
const Commands$1_ = {
|
|
9089
9113
|
show: show$a
|
|
9090
9114
|
};
|
|
9091
9115
|
|
|
9092
9116
|
const ContextMenu_ipc = {
|
|
9093
9117
|
__proto__: null,
|
|
9094
|
-
Commands: Commands$
|
|
9095
|
-
name: name$
|
|
9118
|
+
Commands: Commands$1_,
|
|
9119
|
+
name: name$24
|
|
9096
9120
|
};
|
|
9097
9121
|
|
|
9098
9122
|
const resume$3 = debugId => {
|
|
@@ -9205,8 +9229,8 @@ const resumed = params => {
|
|
|
9205
9229
|
emitEvent('Debug.resumed', params);
|
|
9206
9230
|
};
|
|
9207
9231
|
|
|
9208
|
-
const name$
|
|
9209
|
-
const Commands$
|
|
9232
|
+
const name$23 = 'Debug';
|
|
9233
|
+
const Commands$1Z = {
|
|
9210
9234
|
scriptParsed: scriptParsed,
|
|
9211
9235
|
paused: paused,
|
|
9212
9236
|
resumed: resumed
|
|
@@ -9214,8 +9238,8 @@ const Commands$1Y = {
|
|
|
9214
9238
|
|
|
9215
9239
|
const Debug_ipc = {
|
|
9216
9240
|
__proto__: null,
|
|
9217
|
-
Commands: Commands$
|
|
9218
|
-
name: name$
|
|
9241
|
+
Commands: Commands$1Z,
|
|
9242
|
+
name: name$23
|
|
9219
9243
|
};
|
|
9220
9244
|
|
|
9221
9245
|
const attachDebugger = async pid => {
|
|
@@ -9247,15 +9271,15 @@ const debugSharedProcess = async () => {
|
|
|
9247
9271
|
await attachDebugger(pid);
|
|
9248
9272
|
};
|
|
9249
9273
|
|
|
9250
|
-
const name$
|
|
9251
|
-
const Commands$
|
|
9274
|
+
const name$22 = 'DebugSharedProcess';
|
|
9275
|
+
const Commands$1Y = {
|
|
9252
9276
|
debugSharedProcess: debugSharedProcess
|
|
9253
9277
|
};
|
|
9254
9278
|
|
|
9255
9279
|
const DebugSharedProcess_ipc = {
|
|
9256
9280
|
__proto__: null,
|
|
9257
|
-
Commands: Commands$
|
|
9258
|
-
name: name$
|
|
9281
|
+
Commands: Commands$1Y,
|
|
9282
|
+
name: name$22
|
|
9259
9283
|
};
|
|
9260
9284
|
|
|
9261
9285
|
const crashSharedProcess = () => {
|
|
@@ -9721,10 +9745,10 @@ const openIframeInspector = async () => {
|
|
|
9721
9745
|
await openUri$1('iframe-inspector://');
|
|
9722
9746
|
};
|
|
9723
9747
|
|
|
9724
|
-
const name$
|
|
9748
|
+
const name$21 = 'Developer';
|
|
9725
9749
|
|
|
9726
9750
|
// prettier-ignore
|
|
9727
|
-
const Commands$
|
|
9751
|
+
const Commands$1X = {
|
|
9728
9752
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
9729
9753
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
9730
9754
|
openIframeInspector: openIframeInspector,
|
|
@@ -9755,8 +9779,8 @@ const Commands$1W = {
|
|
|
9755
9779
|
|
|
9756
9780
|
const Developer_ipc = {
|
|
9757
9781
|
__proto__: null,
|
|
9758
|
-
Commands: Commands$
|
|
9759
|
-
name: name$
|
|
9782
|
+
Commands: Commands$1X,
|
|
9783
|
+
name: name$21
|
|
9760
9784
|
};
|
|
9761
9785
|
|
|
9762
9786
|
const load$2 = () => {
|
|
@@ -9844,8 +9868,8 @@ const showMessage = async (message, options) => {
|
|
|
9844
9868
|
}
|
|
9845
9869
|
};
|
|
9846
9870
|
|
|
9847
|
-
const name$
|
|
9848
|
-
const Commands$
|
|
9871
|
+
const name$20 = 'Dialog';
|
|
9872
|
+
const Commands$1W = {
|
|
9849
9873
|
// @ts-ignore
|
|
9850
9874
|
close: undefined,
|
|
9851
9875
|
handleClick: handleClick$7,
|
|
@@ -9856,8 +9880,8 @@ const Commands$1V = {
|
|
|
9856
9880
|
|
|
9857
9881
|
const Dialog_ipc = {
|
|
9858
9882
|
__proto__: null,
|
|
9859
|
-
Commands: Commands$
|
|
9860
|
-
name: name$
|
|
9883
|
+
Commands: Commands$1W,
|
|
9884
|
+
name: name$20
|
|
9861
9885
|
};
|
|
9862
9886
|
|
|
9863
9887
|
const downloadFile = async (fileName, url) => {
|
|
@@ -9892,8 +9916,8 @@ const downloadUrl = (url, outFile) => {
|
|
|
9892
9916
|
return invoke$g('Download.download', url, outFile);
|
|
9893
9917
|
};
|
|
9894
9918
|
|
|
9895
|
-
const name$
|
|
9896
|
-
const Commands$
|
|
9919
|
+
const name$1$ = 'Download';
|
|
9920
|
+
const Commands$1V = {
|
|
9897
9921
|
downloadFile: downloadFile,
|
|
9898
9922
|
downloadJson: downloadJson,
|
|
9899
9923
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -9901,8 +9925,8 @@ const Commands$1U = {
|
|
|
9901
9925
|
|
|
9902
9926
|
const Download_ipc = {
|
|
9903
9927
|
__proto__: null,
|
|
9904
|
-
Commands: Commands$
|
|
9905
|
-
name: name$
|
|
9928
|
+
Commands: Commands$1V,
|
|
9929
|
+
name: name$1$
|
|
9906
9930
|
};
|
|
9907
9931
|
|
|
9908
9932
|
const hydrate$1 = () => {
|
|
@@ -9926,15 +9950,15 @@ const hydrate$1 = () => {
|
|
|
9926
9950
|
|
|
9927
9951
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
9928
9952
|
|
|
9929
|
-
const name$
|
|
9930
|
-
const Commands$
|
|
9953
|
+
const name$1_ = 'EditorDiagnostics';
|
|
9954
|
+
const Commands$1U = {
|
|
9931
9955
|
hydrate: hydrate$1
|
|
9932
9956
|
};
|
|
9933
9957
|
|
|
9934
9958
|
const EditorDiagnostics_ipc = {
|
|
9935
9959
|
__proto__: null,
|
|
9936
|
-
Commands: Commands$
|
|
9937
|
-
name: name$
|
|
9960
|
+
Commands: Commands$1U,
|
|
9961
|
+
name: name$1_
|
|
9938
9962
|
};
|
|
9939
9963
|
|
|
9940
9964
|
/**
|
|
@@ -9970,13 +9994,13 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9970
9994
|
await invoke$i(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9971
9995
|
};
|
|
9972
9996
|
|
|
9973
|
-
const Commands$
|
|
9997
|
+
const Commands$1T = {
|
|
9974
9998
|
3900: show$9
|
|
9975
9999
|
};
|
|
9976
10000
|
|
|
9977
10001
|
const EditorError_ipc = {
|
|
9978
10002
|
__proto__: null,
|
|
9979
|
-
Commands: Commands$
|
|
10003
|
+
Commands: Commands$1T
|
|
9980
10004
|
};
|
|
9981
10005
|
|
|
9982
10006
|
/**
|
|
@@ -10737,22 +10761,22 @@ const handleClick$6 = async label => {
|
|
|
10737
10761
|
await execute$4(command, ...args);
|
|
10738
10762
|
};
|
|
10739
10763
|
|
|
10740
|
-
const name$
|
|
10764
|
+
const name$1Z = 'ElectronApplicationMenu';
|
|
10741
10765
|
|
|
10742
10766
|
// prettier-ignore
|
|
10743
|
-
const Commands$
|
|
10767
|
+
const Commands$1S = {
|
|
10744
10768
|
handleClick: handleClick$6,
|
|
10745
10769
|
hydrate: hydrate
|
|
10746
10770
|
};
|
|
10747
10771
|
|
|
10748
10772
|
const ElectronApplicationMenu_ipc = {
|
|
10749
10773
|
__proto__: null,
|
|
10750
|
-
Commands: Commands$
|
|
10751
|
-
name: name$
|
|
10774
|
+
Commands: Commands$1S,
|
|
10775
|
+
name: name$1Z
|
|
10752
10776
|
};
|
|
10753
10777
|
|
|
10754
|
-
const name$
|
|
10755
|
-
const Commands$
|
|
10778
|
+
const name$1Y = 'ElectronBrowserView';
|
|
10779
|
+
const Commands$1R = {
|
|
10756
10780
|
handleDidNavigate: handleDidNavigate$1,
|
|
10757
10781
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
10758
10782
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -10760,40 +10784,40 @@ const Commands$1Q = {
|
|
|
10760
10784
|
|
|
10761
10785
|
const ElectronBrowserView_ipc = {
|
|
10762
10786
|
__proto__: null,
|
|
10763
|
-
Commands: Commands$
|
|
10764
|
-
name: name$
|
|
10787
|
+
Commands: Commands$1R,
|
|
10788
|
+
name: name$1Y
|
|
10765
10789
|
};
|
|
10766
10790
|
|
|
10767
10791
|
const writeText = text => {
|
|
10768
10792
|
return invoke$g('ElectronClipBoard.writeText', text);
|
|
10769
10793
|
};
|
|
10770
10794
|
|
|
10771
|
-
const name$
|
|
10795
|
+
const name$1X = 'ElectronClipBoard';
|
|
10772
10796
|
|
|
10773
10797
|
// prettier-ignore
|
|
10774
|
-
const Commands$
|
|
10798
|
+
const Commands$1Q = {
|
|
10775
10799
|
writeText: writeText
|
|
10776
10800
|
};
|
|
10777
10801
|
|
|
10778
10802
|
const ElectronClipBoard_ipc = {
|
|
10779
10803
|
__proto__: null,
|
|
10780
|
-
Commands: Commands$
|
|
10781
|
-
name: name$
|
|
10804
|
+
Commands: Commands$1Q,
|
|
10805
|
+
name: name$1X
|
|
10782
10806
|
};
|
|
10783
10807
|
|
|
10784
|
-
const name$
|
|
10808
|
+
const name$1W = 'ElectronContextMenu';
|
|
10785
10809
|
|
|
10786
10810
|
// prettier-ignore
|
|
10787
|
-
const Commands$
|
|
10811
|
+
const Commands$1P = {};
|
|
10788
10812
|
|
|
10789
10813
|
const ElectronContextMenu_ipc = {
|
|
10790
10814
|
__proto__: null,
|
|
10791
|
-
Commands: Commands$
|
|
10792
|
-
name: name$
|
|
10815
|
+
Commands: Commands$1P,
|
|
10816
|
+
name: name$1W
|
|
10793
10817
|
};
|
|
10794
10818
|
|
|
10795
|
-
const name$
|
|
10796
|
-
const Commands$
|
|
10819
|
+
const name$1V = 'ElectronWindow';
|
|
10820
|
+
const Commands$1O = {
|
|
10797
10821
|
close: close$5,
|
|
10798
10822
|
maximize: maximize$2,
|
|
10799
10823
|
minimize: minimize$2,
|
|
@@ -10807,35 +10831,35 @@ const Commands$1N = {
|
|
|
10807
10831
|
|
|
10808
10832
|
const ElectronWindow_ipc = {
|
|
10809
10833
|
__proto__: null,
|
|
10810
|
-
Commands: Commands$
|
|
10811
|
-
name: name$
|
|
10834
|
+
Commands: Commands$1O,
|
|
10835
|
+
name: name$1V
|
|
10812
10836
|
};
|
|
10813
10837
|
|
|
10814
|
-
const name$
|
|
10815
|
-
const Commands$
|
|
10838
|
+
const name$1U = 'ErrorHandling';
|
|
10839
|
+
const Commands$1N = {
|
|
10816
10840
|
handleError: handleError$2,
|
|
10817
10841
|
showErrorDialog: showErrorDialog
|
|
10818
10842
|
};
|
|
10819
10843
|
|
|
10820
10844
|
const ErrorHandling_ipc = {
|
|
10821
10845
|
__proto__: null,
|
|
10822
|
-
Commands: Commands$
|
|
10823
|
-
name: name$
|
|
10846
|
+
Commands: Commands$1N,
|
|
10847
|
+
name: name$1U
|
|
10824
10848
|
};
|
|
10825
10849
|
|
|
10826
10850
|
const exit = () => {
|
|
10827
10851
|
return invoke$g('Exit.exit');
|
|
10828
10852
|
};
|
|
10829
10853
|
|
|
10830
|
-
const name$
|
|
10831
|
-
const Commands$
|
|
10854
|
+
const name$1T = 'Exit';
|
|
10855
|
+
const Commands$1M = {
|
|
10832
10856
|
exit: exit
|
|
10833
10857
|
};
|
|
10834
10858
|
|
|
10835
10859
|
const Exit_ipc = {
|
|
10836
10860
|
__proto__: null,
|
|
10837
|
-
Commands: Commands$
|
|
10838
|
-
name: name$
|
|
10861
|
+
Commands: Commands$1M,
|
|
10862
|
+
name: name$1T
|
|
10839
10863
|
};
|
|
10840
10864
|
|
|
10841
10865
|
const getCommandsFromExtension = extension => {
|
|
@@ -10907,10 +10931,10 @@ const loadWebExtension = async path => {
|
|
|
10907
10931
|
// })
|
|
10908
10932
|
};
|
|
10909
10933
|
|
|
10910
|
-
const name$
|
|
10934
|
+
const name$1S = 'ExtensionHost';
|
|
10911
10935
|
|
|
10912
10936
|
// prettier-ignore
|
|
10913
|
-
const Commands$
|
|
10937
|
+
const Commands$1L = {
|
|
10914
10938
|
loadWebExtension: loadWebExtension,
|
|
10915
10939
|
getCommands: getCommands$9,
|
|
10916
10940
|
executeCommand: executeCommand,
|
|
@@ -10921,22 +10945,22 @@ const Commands$1K = {
|
|
|
10921
10945
|
|
|
10922
10946
|
const ExtensionHostCore_ipc = {
|
|
10923
10947
|
__proto__: null,
|
|
10924
|
-
Commands: Commands$
|
|
10925
|
-
name: name$
|
|
10948
|
+
Commands: Commands$1L,
|
|
10949
|
+
name: name$1S
|
|
10926
10950
|
};
|
|
10927
10951
|
|
|
10928
|
-
const name$
|
|
10952
|
+
const name$1R = 'ExtensionMeta';
|
|
10929
10953
|
|
|
10930
10954
|
// prettier-ignore
|
|
10931
|
-
const Commands$
|
|
10955
|
+
const Commands$1K = {
|
|
10932
10956
|
addNodeExtension: addNodeExtension,
|
|
10933
10957
|
addWebExtension: addWebExtension
|
|
10934
10958
|
};
|
|
10935
10959
|
|
|
10936
10960
|
const ExtensionMeta_ipc = {
|
|
10937
10961
|
__proto__: null,
|
|
10938
|
-
Commands: Commands$
|
|
10939
|
-
name: name$
|
|
10962
|
+
Commands: Commands$1K,
|
|
10963
|
+
name: name$1R
|
|
10940
10964
|
};
|
|
10941
10965
|
|
|
10942
10966
|
const openExtensionsFolder = async () => {
|
|
@@ -10948,18 +10972,18 @@ const openCachedExtensionsFolder = async () => {
|
|
|
10948
10972
|
await openNativeFolder(cachedExtensionsFolder);
|
|
10949
10973
|
};
|
|
10950
10974
|
|
|
10951
|
-
const name$
|
|
10975
|
+
const name$1Q = 'Extensions';
|
|
10952
10976
|
|
|
10953
10977
|
// prettier-ignore
|
|
10954
|
-
const Commands$
|
|
10978
|
+
const Commands$1J = {
|
|
10955
10979
|
openCachedExtensionsFolder: openCachedExtensionsFolder,
|
|
10956
10980
|
openExtensionsFolder: openExtensionsFolder
|
|
10957
10981
|
};
|
|
10958
10982
|
|
|
10959
10983
|
const Extensions_ipc = {
|
|
10960
10984
|
__proto__: null,
|
|
10961
|
-
Commands: Commands$
|
|
10962
|
-
name: name$
|
|
10985
|
+
Commands: Commands$1J,
|
|
10986
|
+
name: name$1Q
|
|
10963
10987
|
};
|
|
10964
10988
|
|
|
10965
10989
|
const showDirectoryPicker = async options => {
|
|
@@ -10990,8 +11014,8 @@ const showSaveFilePicker = async options => {
|
|
|
10990
11014
|
}
|
|
10991
11015
|
};
|
|
10992
11016
|
|
|
10993
|
-
const name$
|
|
10994
|
-
const Commands$
|
|
11017
|
+
const name$1P = 'FilePicker';
|
|
11018
|
+
const Commands$1I = {
|
|
10995
11019
|
showDirectoryPicker: showDirectoryPicker,
|
|
10996
11020
|
showFilePicker: showFilePicker,
|
|
10997
11021
|
showSaveFilePicker: showSaveFilePicker
|
|
@@ -10999,12 +11023,12 @@ const Commands$1H = {
|
|
|
10999
11023
|
|
|
11000
11024
|
const FilePicker_ipc = {
|
|
11001
11025
|
__proto__: null,
|
|
11002
|
-
Commands: Commands$
|
|
11003
|
-
name: name$
|
|
11026
|
+
Commands: Commands$1I,
|
|
11027
|
+
name: name$1P
|
|
11004
11028
|
};
|
|
11005
11029
|
|
|
11006
|
-
const name$
|
|
11007
|
-
const Commands$
|
|
11030
|
+
const name$1O = 'FileSystem';
|
|
11031
|
+
const Commands$1H = {
|
|
11008
11032
|
chmod: chmod$3,
|
|
11009
11033
|
copy: copy$6,
|
|
11010
11034
|
getBlob: getBlob$5,
|
|
@@ -11016,17 +11040,19 @@ const Commands$1G = {
|
|
|
11016
11040
|
readJson: readJson$3,
|
|
11017
11041
|
remove: remove$9,
|
|
11018
11042
|
rename: rename$6,
|
|
11019
|
-
writeFile: writeFile$e
|
|
11043
|
+
writeFile: writeFile$e,
|
|
11044
|
+
stat: stat$1,
|
|
11045
|
+
getRealPath: getRealPath$1
|
|
11020
11046
|
};
|
|
11021
11047
|
|
|
11022
11048
|
const FileSystem_ipc = {
|
|
11023
11049
|
__proto__: null,
|
|
11024
|
-
Commands: Commands$
|
|
11025
|
-
name: name$
|
|
11050
|
+
Commands: Commands$1H,
|
|
11051
|
+
name: name$1O
|
|
11026
11052
|
};
|
|
11027
11053
|
|
|
11028
|
-
const name$
|
|
11029
|
-
const Commands$
|
|
11054
|
+
const name$1N = 'IconTheme';
|
|
11055
|
+
const Commands$1G = {
|
|
11030
11056
|
// TODO command necessary?
|
|
11031
11057
|
// TODO hydrate should be an alias for reload/load
|
|
11032
11058
|
hydrate: hydrate$3,
|
|
@@ -11040,8 +11066,8 @@ const Commands$1F = {
|
|
|
11040
11066
|
|
|
11041
11067
|
const IconTheme_ipc = {
|
|
11042
11068
|
__proto__: null,
|
|
11043
|
-
Commands: Commands$
|
|
11044
|
-
name: name$
|
|
11069
|
+
Commands: Commands$1G,
|
|
11070
|
+
name: name$1N
|
|
11045
11071
|
};
|
|
11046
11072
|
|
|
11047
11073
|
const state$e = {
|
|
@@ -11076,28 +11102,28 @@ const hide$4 = async () => {
|
|
|
11076
11102
|
|
|
11077
11103
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11078
11104
|
|
|
11079
|
-
const name$
|
|
11080
|
-
const Commands$
|
|
11105
|
+
const name$1M = 'ImagePreview';
|
|
11106
|
+
const Commands$1F = {
|
|
11081
11107
|
hide: hide$4,
|
|
11082
11108
|
show: show$8
|
|
11083
11109
|
};
|
|
11084
11110
|
|
|
11085
11111
|
const ImagePreview_ipc = {
|
|
11086
11112
|
__proto__: null,
|
|
11087
|
-
Commands: Commands$
|
|
11088
|
-
name: name$
|
|
11113
|
+
Commands: Commands$1F,
|
|
11114
|
+
name: name$1M
|
|
11089
11115
|
};
|
|
11090
11116
|
|
|
11091
|
-
const name$
|
|
11092
|
-
const Commands$
|
|
11117
|
+
const name$1L = 'Focus';
|
|
11118
|
+
const Commands$1E = {
|
|
11093
11119
|
setFocus: setFocus,
|
|
11094
11120
|
setAdditionalFocus: setAdditionalFocus
|
|
11095
11121
|
};
|
|
11096
11122
|
|
|
11097
11123
|
const Focus_ipc = {
|
|
11098
11124
|
__proto__: null,
|
|
11099
|
-
Commands: Commands$
|
|
11100
|
-
name: name$
|
|
11125
|
+
Commands: Commands$1E,
|
|
11126
|
+
name: name$1L
|
|
11101
11127
|
};
|
|
11102
11128
|
|
|
11103
11129
|
const state$d = {
|
|
@@ -11149,8 +11175,8 @@ const handleError$1 = (id, error) => {
|
|
|
11149
11175
|
search.dispatchEvent(new Event('error', {}));
|
|
11150
11176
|
};
|
|
11151
11177
|
|
|
11152
|
-
const name$
|
|
11153
|
-
const Commands$
|
|
11178
|
+
const name$1K = 'IncrementalTextSearch';
|
|
11179
|
+
const Commands$1D = {
|
|
11154
11180
|
handleCanceled: handleCanceled,
|
|
11155
11181
|
handleData: handleData$2,
|
|
11156
11182
|
handleError: handleError$1,
|
|
@@ -11160,20 +11186,20 @@ const Commands$1C = {
|
|
|
11160
11186
|
|
|
11161
11187
|
const IncrementalTextSearch_ipc = {
|
|
11162
11188
|
__proto__: null,
|
|
11163
|
-
Commands: Commands$
|
|
11164
|
-
name: name$
|
|
11189
|
+
Commands: Commands$1D,
|
|
11190
|
+
name: name$1K
|
|
11165
11191
|
};
|
|
11166
11192
|
|
|
11167
|
-
const name$
|
|
11168
|
-
const Commands$
|
|
11193
|
+
const name$1J = 'IndexedDb';
|
|
11194
|
+
const Commands$1C = {
|
|
11169
11195
|
addHandle: addHandle$1,
|
|
11170
11196
|
getHandle: getHandle$1
|
|
11171
11197
|
};
|
|
11172
11198
|
|
|
11173
11199
|
const IndexedDb_ipc = {
|
|
11174
11200
|
__proto__: null,
|
|
11175
|
-
Commands: Commands$
|
|
11176
|
-
name: name$
|
|
11201
|
+
Commands: Commands$1C,
|
|
11202
|
+
name: name$1J
|
|
11177
11203
|
};
|
|
11178
11204
|
|
|
11179
11205
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
@@ -11193,7 +11219,7 @@ const getExtensionHostSubWorkerUrl = () => {
|
|
|
11193
11219
|
return getConfiguredWorkerUrl$9();
|
|
11194
11220
|
};
|
|
11195
11221
|
|
|
11196
|
-
const name$
|
|
11222
|
+
const name$1I = 'IpcParent';
|
|
11197
11223
|
const wrappedCreate = options => {
|
|
11198
11224
|
// TODO
|
|
11199
11225
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
@@ -11201,18 +11227,18 @@ const wrappedCreate = options => {
|
|
|
11201
11227
|
}
|
|
11202
11228
|
return create$13(options);
|
|
11203
11229
|
};
|
|
11204
|
-
const Commands$
|
|
11230
|
+
const Commands$1B = {
|
|
11205
11231
|
create: wrappedCreate
|
|
11206
11232
|
};
|
|
11207
11233
|
|
|
11208
11234
|
const IpcParent_ipc = {
|
|
11209
11235
|
__proto__: null,
|
|
11210
|
-
Commands: Commands$
|
|
11211
|
-
name: name$
|
|
11236
|
+
Commands: Commands$1B,
|
|
11237
|
+
name: name$1I
|
|
11212
11238
|
};
|
|
11213
11239
|
|
|
11214
|
-
const name$
|
|
11215
|
-
const Commands$
|
|
11240
|
+
const name$1H = 'KeyBindings';
|
|
11241
|
+
const Commands$1A = {
|
|
11216
11242
|
handleKeyBinding: handleKeyBinding$1,
|
|
11217
11243
|
// @ts-ignore
|
|
11218
11244
|
setIdentifiers: undefined,
|
|
@@ -11222,8 +11248,8 @@ const Commands$1z = {
|
|
|
11222
11248
|
|
|
11223
11249
|
const KeyBindings_ipc = {
|
|
11224
11250
|
__proto__: null,
|
|
11225
|
-
Commands: Commands$
|
|
11226
|
-
name: name$
|
|
11251
|
+
Commands: Commands$1A,
|
|
11252
|
+
name: name$1H
|
|
11227
11253
|
};
|
|
11228
11254
|
|
|
11229
11255
|
// TODO extension key bindings
|
|
@@ -11249,17 +11275,17 @@ const getKeyBindings$j = async () => {
|
|
|
11249
11275
|
return keybindings;
|
|
11250
11276
|
};
|
|
11251
11277
|
|
|
11252
|
-
const name$
|
|
11278
|
+
const name$1G = 'KeyBindingsInitial';
|
|
11253
11279
|
|
|
11254
11280
|
// prettier-ignore
|
|
11255
|
-
const Commands$
|
|
11281
|
+
const Commands$1z = {
|
|
11256
11282
|
getKeyBindings: getKeyBindings$j
|
|
11257
11283
|
};
|
|
11258
11284
|
|
|
11259
11285
|
const KeyBindingsInitial_ipc = {
|
|
11260
11286
|
__proto__: null,
|
|
11261
|
-
Commands: Commands$
|
|
11262
|
-
name: name$
|
|
11287
|
+
Commands: Commands$1z,
|
|
11288
|
+
name: name$1G
|
|
11263
11289
|
};
|
|
11264
11290
|
|
|
11265
11291
|
const state$c = Object.create(null);
|
|
@@ -11278,19 +11304,19 @@ const execute$2 = (id, ...args) => {
|
|
|
11278
11304
|
return listener(...args);
|
|
11279
11305
|
};
|
|
11280
11306
|
|
|
11281
|
-
const Commands$
|
|
11307
|
+
const Commands$1y = {
|
|
11282
11308
|
3444: execute$2
|
|
11283
11309
|
};
|
|
11284
11310
|
|
|
11285
11311
|
const Listener_ipc = {
|
|
11286
11312
|
__proto__: null,
|
|
11287
|
-
Commands: Commands$
|
|
11313
|
+
Commands: Commands$1y
|
|
11288
11314
|
};
|
|
11289
11315
|
|
|
11290
11316
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
11291
11317
|
|
|
11292
|
-
const name$
|
|
11293
|
-
const Commands$
|
|
11318
|
+
const name$1F = 'LocalStorage';
|
|
11319
|
+
const Commands$1x = {
|
|
11294
11320
|
clear: clear$4,
|
|
11295
11321
|
getJson: getJson$5,
|
|
11296
11322
|
getText: getText$1,
|
|
@@ -11300,8 +11326,8 @@ const Commands$1w = {
|
|
|
11300
11326
|
|
|
11301
11327
|
const LocalStorage_ipc = {
|
|
11302
11328
|
__proto__: null,
|
|
11303
|
-
Commands: Commands$
|
|
11304
|
-
name: name$
|
|
11329
|
+
Commands: Commands$1x,
|
|
11330
|
+
name: name$1F
|
|
11305
11331
|
};
|
|
11306
11332
|
|
|
11307
11333
|
const executeMenuItemCommand = async item => {
|
|
@@ -12348,8 +12374,8 @@ const focusNext$6 = async () => {
|
|
|
12348
12374
|
|
|
12349
12375
|
// TODO more tests
|
|
12350
12376
|
|
|
12351
|
-
const name$
|
|
12352
|
-
const Commands$
|
|
12377
|
+
const name$1E = 'Menu';
|
|
12378
|
+
const Commands$1w = {
|
|
12353
12379
|
focusFirst: focusFirst$4,
|
|
12354
12380
|
focusIndex: focusIndex$6,
|
|
12355
12381
|
focusLast: focusLast$4,
|
|
@@ -12365,8 +12391,8 @@ const Commands$1v = {
|
|
|
12365
12391
|
|
|
12366
12392
|
const Menu_ipc = {
|
|
12367
12393
|
__proto__: null,
|
|
12368
|
-
Commands: Commands$
|
|
12369
|
-
name: name$
|
|
12394
|
+
Commands: Commands$1w,
|
|
12395
|
+
name: name$1E
|
|
12370
12396
|
};
|
|
12371
12397
|
|
|
12372
12398
|
// based on https://github.com/microsoft/vscode/blob/bd782eb059e133d3a20fdb446b8feb0010a278ad/src/vs/base/common/mime.ts (License MIT)
|
|
@@ -12445,16 +12471,16 @@ const getMediaMimeType = uri => {
|
|
|
12445
12471
|
return mapExtToMediaMimes[extension] || defaultMimeType;
|
|
12446
12472
|
};
|
|
12447
12473
|
|
|
12448
|
-
const name$
|
|
12449
|
-
const Commands$
|
|
12474
|
+
const name$1D = 'Mime';
|
|
12475
|
+
const Commands$1v = {
|
|
12450
12476
|
getMediaMimeType: getMediaMimeType,
|
|
12451
12477
|
getTextMime: getTextMime
|
|
12452
12478
|
};
|
|
12453
12479
|
|
|
12454
12480
|
const Mime_ipc = {
|
|
12455
12481
|
__proto__: null,
|
|
12456
|
-
Commands: Commands$
|
|
12457
|
-
name: name$
|
|
12482
|
+
Commands: Commands$1v,
|
|
12483
|
+
name: name$1D
|
|
12458
12484
|
};
|
|
12459
12485
|
|
|
12460
12486
|
const HandleMaximized = 'handleMaximized';
|
|
@@ -12488,8 +12514,8 @@ const handleMinimized = () => {
|
|
|
12488
12514
|
emitEvent(HandleMinimized);
|
|
12489
12515
|
};
|
|
12490
12516
|
|
|
12491
|
-
const name$
|
|
12492
|
-
const Commands$
|
|
12517
|
+
const name$1C = 'NativeHost';
|
|
12518
|
+
const Commands$1u = {
|
|
12493
12519
|
handleMaximized: handleMaximized,
|
|
12494
12520
|
handleMinimized: handleMinimized,
|
|
12495
12521
|
handleUnmaximized: handleUnmaximized
|
|
@@ -12497,8 +12523,8 @@ const Commands$1t = {
|
|
|
12497
12523
|
|
|
12498
12524
|
const NativeHost_ipc = {
|
|
12499
12525
|
__proto__: null,
|
|
12500
|
-
Commands: Commands$
|
|
12501
|
-
name: name$
|
|
12526
|
+
Commands: Commands$1u,
|
|
12527
|
+
name: name$1C
|
|
12502
12528
|
};
|
|
12503
12529
|
|
|
12504
12530
|
// TODO maybe rename this module to Focus
|
|
@@ -12612,8 +12638,8 @@ const focusPreviousPart = async () => {
|
|
|
12612
12638
|
await focusPart(previousPart);
|
|
12613
12639
|
};
|
|
12614
12640
|
|
|
12615
|
-
const name$
|
|
12616
|
-
const Commands$
|
|
12641
|
+
const name$1B = 'Navigation';
|
|
12642
|
+
const Commands$1t = {
|
|
12617
12643
|
focusActivityBar: focusActivityBar,
|
|
12618
12644
|
focusMain: focusMain,
|
|
12619
12645
|
focusNextPart: focusNextPart,
|
|
@@ -12626,8 +12652,8 @@ const Commands$1s = {
|
|
|
12626
12652
|
|
|
12627
12653
|
const Navigation_ipc = {
|
|
12628
12654
|
__proto__: null,
|
|
12629
|
-
Commands: Commands$
|
|
12630
|
-
name: name$
|
|
12655
|
+
Commands: Commands$1t,
|
|
12656
|
+
name: name$1B
|
|
12631
12657
|
};
|
|
12632
12658
|
|
|
12633
12659
|
const state$8 = {
|
|
@@ -12667,8 +12693,8 @@ const dispose$t = async id => {
|
|
|
12667
12693
|
await invoke$i(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12668
12694
|
};
|
|
12669
12695
|
|
|
12670
|
-
const name$
|
|
12671
|
-
const Commands$
|
|
12696
|
+
const name$1A = 'Notification';
|
|
12697
|
+
const Commands$1s = {
|
|
12672
12698
|
create: create$S,
|
|
12673
12699
|
dispose: dispose$t,
|
|
12674
12700
|
handleClick: handleClick$5,
|
|
@@ -12677,8 +12703,8 @@ const Commands$1r = {
|
|
|
12677
12703
|
|
|
12678
12704
|
const Notification_ipc = {
|
|
12679
12705
|
__proto__: null,
|
|
12680
|
-
Commands: Commands$
|
|
12681
|
-
name: name$
|
|
12706
|
+
Commands: Commands$1s,
|
|
12707
|
+
name: name$1A
|
|
12682
12708
|
};
|
|
12683
12709
|
|
|
12684
12710
|
const openUrlWeb = async url => {
|
|
@@ -12701,31 +12727,31 @@ const openUrl = async url => {
|
|
|
12701
12727
|
};
|
|
12702
12728
|
const openExternal$1 = openExternal$2;
|
|
12703
12729
|
|
|
12704
|
-
const name$
|
|
12705
|
-
const Commands$
|
|
12730
|
+
const name$1z = 'Open';
|
|
12731
|
+
const Commands$1r = {
|
|
12706
12732
|
openExternal: openExternal$1,
|
|
12707
12733
|
openUrl: openUrl
|
|
12708
12734
|
};
|
|
12709
12735
|
|
|
12710
12736
|
const Open_ipc = {
|
|
12711
12737
|
__proto__: null,
|
|
12712
|
-
Commands: Commands$
|
|
12713
|
-
name: name$
|
|
12738
|
+
Commands: Commands$1r,
|
|
12739
|
+
name: name$1z
|
|
12714
12740
|
};
|
|
12715
12741
|
|
|
12716
|
-
const name$
|
|
12717
|
-
const Commands$
|
|
12742
|
+
const name$1y = 'OpenNativeFolder';
|
|
12743
|
+
const Commands$1q = {
|
|
12718
12744
|
openNativeFolder: openNativeFolder
|
|
12719
12745
|
};
|
|
12720
12746
|
|
|
12721
12747
|
const OpenNativeFolder_ipc = {
|
|
12722
12748
|
__proto__: null,
|
|
12723
|
-
Commands: Commands$
|
|
12724
|
-
name: name$
|
|
12749
|
+
Commands: Commands$1q,
|
|
12750
|
+
name: name$1y
|
|
12725
12751
|
};
|
|
12726
12752
|
|
|
12727
|
-
const name$
|
|
12728
|
-
const Commands$
|
|
12753
|
+
const name$1x = 'PersistentFileHandle';
|
|
12754
|
+
const Commands$1p = {
|
|
12729
12755
|
addHandle: addHandle,
|
|
12730
12756
|
getHandle: getHandle,
|
|
12731
12757
|
removeHandle: removeHandle
|
|
@@ -12733,14 +12759,14 @@ const Commands$1o = {
|
|
|
12733
12759
|
|
|
12734
12760
|
const PersistentFileHandle_ipc = {
|
|
12735
12761
|
__proto__: null,
|
|
12736
|
-
Commands: Commands$
|
|
12737
|
-
name: name$
|
|
12762
|
+
Commands: Commands$1p,
|
|
12763
|
+
name: name$1x
|
|
12738
12764
|
};
|
|
12739
12765
|
|
|
12740
|
-
const name$
|
|
12766
|
+
const name$1w = 'Preferences';
|
|
12741
12767
|
|
|
12742
12768
|
// prettier-ignore
|
|
12743
|
-
const Commands$
|
|
12769
|
+
const Commands$1o = {
|
|
12744
12770
|
// TODO is this needed?
|
|
12745
12771
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
12746
12772
|
hydrate: hydrate$b,
|
|
@@ -12751,44 +12777,44 @@ const Commands$1n = {
|
|
|
12751
12777
|
|
|
12752
12778
|
const Preferences_ipc = {
|
|
12753
12779
|
__proto__: null,
|
|
12754
|
-
Commands: Commands$
|
|
12755
|
-
name: name$
|
|
12780
|
+
Commands: Commands$1o,
|
|
12781
|
+
name: name$1w
|
|
12756
12782
|
};
|
|
12757
12783
|
|
|
12758
12784
|
const prompt = (message, defaultValue) => {
|
|
12759
12785
|
return invoke$i('Prompt.prompt', message, defaultValue);
|
|
12760
12786
|
};
|
|
12761
12787
|
|
|
12762
|
-
const name$
|
|
12763
|
-
const Commands$
|
|
12788
|
+
const name$1v = 'Prompt';
|
|
12789
|
+
const Commands$1n = {
|
|
12764
12790
|
prompt: prompt
|
|
12765
12791
|
};
|
|
12766
12792
|
|
|
12767
12793
|
const Prompt_ipc = {
|
|
12768
12794
|
__proto__: null,
|
|
12769
|
-
Commands: Commands$
|
|
12770
|
-
name: name$
|
|
12795
|
+
Commands: Commands$1n,
|
|
12796
|
+
name: name$1v
|
|
12771
12797
|
};
|
|
12772
12798
|
|
|
12773
12799
|
const rebuildNodePty = async () => {
|
|
12774
12800
|
await invoke$g('RebuildNodePty.rebuildNodePty');
|
|
12775
12801
|
};
|
|
12776
12802
|
|
|
12777
|
-
const name$
|
|
12778
|
-
const Commands$
|
|
12803
|
+
const name$1u = 'RebuildNodePty';
|
|
12804
|
+
const Commands$1m = {
|
|
12779
12805
|
rebuildNodePty: rebuildNodePty
|
|
12780
12806
|
};
|
|
12781
12807
|
|
|
12782
12808
|
const RebuildNodePty_ipc = {
|
|
12783
12809
|
__proto__: null,
|
|
12784
|
-
Commands: Commands$
|
|
12785
|
-
name: name$
|
|
12810
|
+
Commands: Commands$1m,
|
|
12811
|
+
name: name$1u
|
|
12786
12812
|
};
|
|
12787
12813
|
|
|
12788
|
-
const name$
|
|
12814
|
+
const name$1t = 'RecentlyOpened';
|
|
12789
12815
|
|
|
12790
12816
|
// prettier-ignore
|
|
12791
|
-
const Commands$
|
|
12817
|
+
const Commands$1l = {
|
|
12792
12818
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
12793
12819
|
clearRecentlyOpened: clearRecentlyOpened$1,
|
|
12794
12820
|
getRecentlyOpened: getRecentlyOpened$1,
|
|
@@ -12797,19 +12823,19 @@ const Commands$1k = {
|
|
|
12797
12823
|
|
|
12798
12824
|
const RecentlyOpened_ipc = {
|
|
12799
12825
|
__proto__: null,
|
|
12800
|
-
Commands: Commands$
|
|
12801
|
-
name: name$
|
|
12826
|
+
Commands: Commands$1l,
|
|
12827
|
+
name: name$1t
|
|
12802
12828
|
};
|
|
12803
12829
|
|
|
12804
|
-
const name$
|
|
12805
|
-
const Commands$
|
|
12830
|
+
const name$1s = 'Reload';
|
|
12831
|
+
const Commands$1k = {
|
|
12806
12832
|
reload: reload$2
|
|
12807
12833
|
};
|
|
12808
12834
|
|
|
12809
12835
|
const Reload_ipc = {
|
|
12810
12836
|
__proto__: null,
|
|
12811
|
-
Commands: Commands$
|
|
12812
|
-
name: name$
|
|
12837
|
+
Commands: Commands$1k,
|
|
12838
|
+
name: name$1s
|
|
12813
12839
|
};
|
|
12814
12840
|
|
|
12815
12841
|
const isAbortError = error => {
|
|
@@ -12840,35 +12866,35 @@ const saveFileAs = async (fileName, url) => {
|
|
|
12840
12866
|
}
|
|
12841
12867
|
};
|
|
12842
12868
|
|
|
12843
|
-
const name$
|
|
12869
|
+
const name$1r = 'SaveFileAs';
|
|
12844
12870
|
|
|
12845
12871
|
// prettier-ignore
|
|
12846
|
-
const Commands$
|
|
12872
|
+
const Commands$1j = {
|
|
12847
12873
|
saveFileAs: saveFileAs
|
|
12848
12874
|
};
|
|
12849
12875
|
|
|
12850
12876
|
const SaveFileAs_ipc = {
|
|
12851
12877
|
__proto__: null,
|
|
12852
|
-
Commands: Commands$
|
|
12853
|
-
name: name$
|
|
12878
|
+
Commands: Commands$1j,
|
|
12879
|
+
name: name$1r
|
|
12854
12880
|
};
|
|
12855
12881
|
|
|
12856
|
-
const name$
|
|
12882
|
+
const name$1q = 'SaveState';
|
|
12857
12883
|
|
|
12858
12884
|
// prettier-ignore
|
|
12859
|
-
const Commands$
|
|
12885
|
+
const Commands$1i = {
|
|
12860
12886
|
handleVisibilityChange: handleVisibilityChange,
|
|
12861
12887
|
hydrate: hydrate$5
|
|
12862
12888
|
};
|
|
12863
12889
|
|
|
12864
12890
|
const SaveState_ipc = {
|
|
12865
12891
|
__proto__: null,
|
|
12866
|
-
Commands: Commands$
|
|
12867
|
-
name: name$
|
|
12892
|
+
Commands: Commands$1i,
|
|
12893
|
+
name: name$1q
|
|
12868
12894
|
};
|
|
12869
12895
|
|
|
12870
|
-
const name$
|
|
12871
|
-
const Commands$
|
|
12896
|
+
const name$1p = 'SessionReplay';
|
|
12897
|
+
const Commands$1h = {
|
|
12872
12898
|
downloadSession: downloadSession,
|
|
12873
12899
|
openSession: openSession,
|
|
12874
12900
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -12877,22 +12903,22 @@ const Commands$1g = {
|
|
|
12877
12903
|
|
|
12878
12904
|
const SessionReplay_ipc = {
|
|
12879
12905
|
__proto__: null,
|
|
12880
|
-
Commands: Commands$
|
|
12881
|
-
name: name$
|
|
12906
|
+
Commands: Commands$1h,
|
|
12907
|
+
name: name$1p
|
|
12882
12908
|
};
|
|
12883
12909
|
|
|
12884
12910
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
12885
12911
|
|
|
12886
|
-
const name$
|
|
12887
|
-
const Commands$
|
|
12912
|
+
const name$1o = 'SessionStorage';
|
|
12913
|
+
const Commands$1g = {
|
|
12888
12914
|
clear: clear$3,
|
|
12889
12915
|
getJson: getJson$3
|
|
12890
12916
|
};
|
|
12891
12917
|
|
|
12892
12918
|
const SessionStorage_ipc = {
|
|
12893
12919
|
__proto__: null,
|
|
12894
|
-
Commands: Commands$
|
|
12895
|
-
name: name$
|
|
12920
|
+
Commands: Commands$1g,
|
|
12921
|
+
name: name$1o
|
|
12896
12922
|
};
|
|
12897
12923
|
|
|
12898
12924
|
const getConfiguredWorkerUrl$8 = (preferenceKey, fallback) => {
|
|
@@ -12925,15 +12951,15 @@ const execute$1 = async href => {
|
|
|
12925
12951
|
await invoke$j(ipc, 'Test.execute', href);
|
|
12926
12952
|
};
|
|
12927
12953
|
|
|
12928
|
-
const name$
|
|
12929
|
-
const Commands$
|
|
12954
|
+
const name$1n = 'Test';
|
|
12955
|
+
const Commands$1f = {
|
|
12930
12956
|
execute: execute$1
|
|
12931
12957
|
};
|
|
12932
12958
|
|
|
12933
12959
|
const Test_ipc = {
|
|
12934
12960
|
__proto__: null,
|
|
12935
|
-
Commands: Commands$
|
|
12936
|
-
name: name$
|
|
12961
|
+
Commands: Commands$1f,
|
|
12962
|
+
name: name$1n
|
|
12937
12963
|
};
|
|
12938
12964
|
|
|
12939
12965
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
@@ -12949,8 +12975,8 @@ const performAction = (...args) => {
|
|
|
12949
12975
|
return invoke$i('TestFrameWork.performAction', ...args);
|
|
12950
12976
|
};
|
|
12951
12977
|
|
|
12952
|
-
const name$
|
|
12953
|
-
const Commands$
|
|
12978
|
+
const name$1m = 'TestFrameWork';
|
|
12979
|
+
const Commands$1e = {
|
|
12954
12980
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
12955
12981
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
12956
12982
|
showOverlay: showOverlay,
|
|
@@ -12959,24 +12985,24 @@ const Commands$1d = {
|
|
|
12959
12985
|
|
|
12960
12986
|
const TestFrameWork_ipc = {
|
|
12961
12987
|
__proto__: null,
|
|
12962
|
-
Commands: Commands$
|
|
12963
|
-
name: name$
|
|
12988
|
+
Commands: Commands$1e,
|
|
12989
|
+
name: name$1m
|
|
12964
12990
|
};
|
|
12965
12991
|
|
|
12966
|
-
const name$
|
|
12967
|
-
const Commands$
|
|
12992
|
+
const name$1l = 'Url';
|
|
12993
|
+
const Commands$1d = {
|
|
12968
12994
|
createObjectUrl: createObjectUrl,
|
|
12969
12995
|
revokeObjectUrl: revokeObjectUrl
|
|
12970
12996
|
};
|
|
12971
12997
|
|
|
12972
12998
|
const Url_ipc = {
|
|
12973
12999
|
__proto__: null,
|
|
12974
|
-
Commands: Commands$
|
|
12975
|
-
name: name$
|
|
13000
|
+
Commands: Commands$1d,
|
|
13001
|
+
name: name$1l
|
|
12976
13002
|
};
|
|
12977
13003
|
|
|
12978
|
-
const name$
|
|
12979
|
-
const Commands$
|
|
13004
|
+
const name$1k = 'Viewlet';
|
|
13005
|
+
const Commands$1c = {
|
|
12980
13006
|
2133: send,
|
|
12981
13007
|
closeWidget: closeWidget,
|
|
12982
13008
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -12989,12 +13015,12 @@ const Commands$1b = {
|
|
|
12989
13015
|
|
|
12990
13016
|
const Viewlet_ipc = {
|
|
12991
13017
|
__proto__: null,
|
|
12992
|
-
Commands: Commands$
|
|
12993
|
-
name: name$
|
|
13018
|
+
Commands: Commands$1c,
|
|
13019
|
+
name: name$1k
|
|
12994
13020
|
};
|
|
12995
13021
|
|
|
12996
|
-
const name$
|
|
12997
|
-
const Commands$
|
|
13022
|
+
const name$1j = 'Window';
|
|
13023
|
+
const Commands$1b = {
|
|
12998
13024
|
close: close$4,
|
|
12999
13025
|
exit: exit$2,
|
|
13000
13026
|
maximize: maximize$1,
|
|
@@ -13008,12 +13034,12 @@ const Commands$1a = {
|
|
|
13008
13034
|
|
|
13009
13035
|
const Window_ipc = {
|
|
13010
13036
|
__proto__: null,
|
|
13011
|
-
Commands: Commands$
|
|
13012
|
-
name: name$
|
|
13037
|
+
Commands: Commands$1b,
|
|
13038
|
+
name: name$1j
|
|
13013
13039
|
};
|
|
13014
13040
|
|
|
13015
|
-
const name$
|
|
13016
|
-
const Commands$
|
|
13041
|
+
const name$1i = 'Workspace';
|
|
13042
|
+
const Commands$1a = {
|
|
13017
13043
|
close: close$6,
|
|
13018
13044
|
getPath: getPath,
|
|
13019
13045
|
getUri: getUri$1,
|
|
@@ -13024,19 +13050,19 @@ const Commands$19 = {
|
|
|
13024
13050
|
|
|
13025
13051
|
const Workspace_ipc = {
|
|
13026
13052
|
__proto__: null,
|
|
13027
|
-
Commands: Commands$
|
|
13028
|
-
name: name$
|
|
13053
|
+
Commands: Commands$1a,
|
|
13054
|
+
name: name$1i
|
|
13029
13055
|
};
|
|
13030
13056
|
|
|
13031
|
-
const name$
|
|
13032
|
-
const Commands$
|
|
13057
|
+
const name$1h = 'WindowTitle';
|
|
13058
|
+
const Commands$19 = {
|
|
13033
13059
|
set: set$e
|
|
13034
13060
|
};
|
|
13035
13061
|
|
|
13036
13062
|
const WindowTitle_ipc = {
|
|
13037
13063
|
__proto__: null,
|
|
13038
|
-
Commands: Commands$
|
|
13039
|
-
name: name$
|
|
13064
|
+
Commands: Commands$19,
|
|
13065
|
+
name: name$1h
|
|
13040
13066
|
};
|
|
13041
13067
|
|
|
13042
13068
|
const mock = () => {
|
|
@@ -13046,16 +13072,16 @@ const unmock = () => {
|
|
|
13046
13072
|
return invoke$i('PointerCapture.unmock');
|
|
13047
13073
|
};
|
|
13048
13074
|
|
|
13049
|
-
const name$
|
|
13050
|
-
const Commands$
|
|
13075
|
+
const name$1g = 'PointerCapture';
|
|
13076
|
+
const Commands$18 = {
|
|
13051
13077
|
mock: mock,
|
|
13052
13078
|
unmock: unmock
|
|
13053
13079
|
};
|
|
13054
13080
|
|
|
13055
13081
|
const PointerCapture_ipc = {
|
|
13056
13082
|
__proto__: null,
|
|
13057
|
-
Commands: Commands$
|
|
13058
|
-
name: name$
|
|
13083
|
+
Commands: Commands$18,
|
|
13084
|
+
name: name$1g
|
|
13059
13085
|
};
|
|
13060
13086
|
|
|
13061
13087
|
const show$6 = async (...args) => {
|
|
@@ -13082,8 +13108,8 @@ const showCustom = (picks, resolve) => {
|
|
|
13082
13108
|
return show$6('custom', picks, resolve);
|
|
13083
13109
|
};
|
|
13084
13110
|
|
|
13085
|
-
const name$
|
|
13086
|
-
const Commands$
|
|
13111
|
+
const name$1f = 'QuickPick';
|
|
13112
|
+
const Commands$17 = {
|
|
13087
13113
|
show: show$6,
|
|
13088
13114
|
showColorTheme: showColorTheme,
|
|
13089
13115
|
showCommands: showCommands,
|
|
@@ -13095,8 +13121,8 @@ const Commands$16 = {
|
|
|
13095
13121
|
|
|
13096
13122
|
const QuickPick_ipc = {
|
|
13097
13123
|
__proto__: null,
|
|
13098
|
-
Commands: Commands$
|
|
13099
|
-
name: name$
|
|
13124
|
+
Commands: Commands$17,
|
|
13125
|
+
name: name$1f
|
|
13100
13126
|
};
|
|
13101
13127
|
|
|
13102
13128
|
const show$5 = async picks => {
|
|
@@ -13108,17 +13134,17 @@ const show$5 = async picks => {
|
|
|
13108
13134
|
return promise;
|
|
13109
13135
|
};
|
|
13110
13136
|
|
|
13111
|
-
const name$
|
|
13137
|
+
const name$1e = 'ExtensionHostQuickPick';
|
|
13112
13138
|
|
|
13113
13139
|
// prettier-ignore
|
|
13114
|
-
const Commands$
|
|
13140
|
+
const Commands$16 = {
|
|
13115
13141
|
show: show$5
|
|
13116
13142
|
};
|
|
13117
13143
|
|
|
13118
13144
|
const ExtensionHostQuickPick_ipc = {
|
|
13119
13145
|
__proto__: null,
|
|
13120
|
-
Commands: Commands$
|
|
13121
|
-
name: name$
|
|
13146
|
+
Commands: Commands$16,
|
|
13147
|
+
name: name$1e
|
|
13122
13148
|
};
|
|
13123
13149
|
|
|
13124
13150
|
const showInformationMessage = async message => {
|
|
@@ -13127,17 +13153,17 @@ const showInformationMessage = async message => {
|
|
|
13127
13153
|
return result;
|
|
13128
13154
|
};
|
|
13129
13155
|
|
|
13130
|
-
const name$
|
|
13156
|
+
const name$1d = 'ExtensionHostDialog';
|
|
13131
13157
|
|
|
13132
13158
|
// prettier-ignore
|
|
13133
|
-
const Commands$
|
|
13159
|
+
const Commands$15 = {
|
|
13134
13160
|
showInformationMessage: showInformationMessage
|
|
13135
13161
|
};
|
|
13136
13162
|
|
|
13137
13163
|
const ExtensionHostDialog_ipc = {
|
|
13138
13164
|
__proto__: null,
|
|
13139
|
-
Commands: Commands$
|
|
13140
|
-
name: name$
|
|
13165
|
+
Commands: Commands$15,
|
|
13166
|
+
name: name$1d
|
|
13141
13167
|
};
|
|
13142
13168
|
|
|
13143
13169
|
const set$4 = async (url, contentSecurityPolicy) => {
|
|
@@ -13153,26 +13179,26 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13153
13179
|
await set$4(url, contentSecurityPolicy);
|
|
13154
13180
|
};
|
|
13155
13181
|
|
|
13156
|
-
const name$
|
|
13157
|
-
const Commands$
|
|
13182
|
+
const name$1c = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13183
|
+
const Commands$14 = {
|
|
13158
13184
|
set: set$3
|
|
13159
13185
|
};
|
|
13160
13186
|
|
|
13161
13187
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13162
13188
|
__proto__: null,
|
|
13163
|
-
Commands: Commands$
|
|
13164
|
-
name: name$
|
|
13189
|
+
Commands: Commands$14,
|
|
13190
|
+
name: name$1c
|
|
13165
13191
|
};
|
|
13166
13192
|
|
|
13167
|
-
const name$
|
|
13168
|
-
const Commands$
|
|
13193
|
+
const name$1b = 'SendMessagePortToElectron';
|
|
13194
|
+
const Commands$13 = {
|
|
13169
13195
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13170
13196
|
};
|
|
13171
13197
|
|
|
13172
13198
|
const SendMessagePortToElectron_ipc = {
|
|
13173
13199
|
__proto__: null,
|
|
13174
|
-
Commands: Commands$
|
|
13175
|
-
name: name$
|
|
13200
|
+
Commands: Commands$13,
|
|
13201
|
+
name: name$1b
|
|
13176
13202
|
};
|
|
13177
13203
|
|
|
13178
13204
|
const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWorkerMain.js`;
|
|
@@ -13205,13 +13231,24 @@ const createForTerminal = async (canvasId, callbackId) => {
|
|
|
13205
13231
|
await invokeAndTransfer$1('OffscreenCanvas.handleResult', callbackId, canvas);
|
|
13206
13232
|
};
|
|
13207
13233
|
|
|
13208
|
-
const name$
|
|
13209
|
-
const Commands$
|
|
13234
|
+
const name$1a = 'OffscreenCanvas';
|
|
13235
|
+
const Commands$12 = {
|
|
13210
13236
|
create: create$R,
|
|
13211
13237
|
createForTerminal: createForTerminal
|
|
13212
13238
|
};
|
|
13213
13239
|
|
|
13214
13240
|
const OffscreenCanvas_ipc = {
|
|
13241
|
+
__proto__: null,
|
|
13242
|
+
Commands: Commands$12,
|
|
13243
|
+
name: name$1a
|
|
13244
|
+
};
|
|
13245
|
+
|
|
13246
|
+
const name$19 = 'Timeout';
|
|
13247
|
+
const Commands$11 = {
|
|
13248
|
+
sleep: sleep
|
|
13249
|
+
};
|
|
13250
|
+
|
|
13251
|
+
const Timeout_ipc = {
|
|
13215
13252
|
__proto__: null,
|
|
13216
13253
|
Commands: Commands$11,
|
|
13217
13254
|
name: name$19
|