@lvce-editor/static-server 0.50.2 → 0.51.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 +1860 -1836
- package/package.json +1 -1
- package/static/{61bc957 → c54f71c}/css/App.css +83 -83
- package/static/{61bc957 → c54f71c}/css/parts/ViewletSourceControl.css +14 -0
- package/static/{61bc957 → c54f71c}/extensions/builtin.vscode-icons/icon-theme.json +68 -0
- package/static/c54f71c/file-icons/file_type_changie.svg +1 -0
- package/static/c54f71c/file-icons/file_type_claude.svg +1 -0
- package/static/c54f71c/file-icons/file_type_dune.svg +1 -0
- package/static/c54f71c/file-icons/file_type_lefthook.svg +1 -0
- package/static/c54f71c/file-icons/file_type_light_markuplint.svg +1 -0
- package/static/c54f71c/file-icons/file_type_light_yaml.svg +1 -0
- package/static/c54f71c/file-icons/file_type_markuplint.svg +1 -0
- package/static/c54f71c/file-icons/file_type_metal.svg +1 -0
- package/static/c54f71c/file-icons/file_type_npm.svg +1 -0
- package/static/c54f71c/file-icons/file_type_opam.svg +1 -0
- package/static/c54f71c/file-icons/file_type_stackblitz.svg +1 -0
- package/static/c54f71c/file-icons/file_type_syncpack.svg +1 -0
- package/static/c54f71c/file-icons/file_type_tsdoc.svg +1 -0
- package/static/c54f71c/file-icons/file_type_yaml.svg +1 -0
- package/static/{61bc957 → c54f71c}/js/preview-injected.js +70 -86
- package/static/{61bc957 → c54f71c}/manifest.json +2 -2
- package/static/{61bc957 → c54f71c}/packages/about-view-worker/dist/aboutWorkerMain.js +4 -4
- package/static/c54f71c/packages/debug-worker/dist/debugWorkerMain.js +3010 -0
- package/static/{61bc957 → c54f71c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +33 -29
- package/static/{61bc957 → c54f71c}/packages/renderer-process/dist/rendererProcessMain.js +174 -176
- package/static/{61bc957 → c54f71c}/packages/renderer-process/package.json +1 -1
- package/static/{61bc957 → c54f71c}/packages/renderer-worker/dist/rendererWorkerMain.js +1795 -3835
- package/static/c54f71c/packages/source-control-worker/dist/sourceControlWorkerMain.js +2241 -0
- package/static/index.html +4 -4
- package/static/61bc957/file-icons/file_type_npm.svg +0 -1
- /package/static/{61bc957 → c54f71c}/config/colorTheme.json +0 -0
- /package/static/{61bc957 → c54f71c}/config/defaultSettings.json +0 -0
- /package/static/{61bc957 → c54f71c}/config/fileMap.json +0 -0
- /package/static/{61bc957 → c54f71c}/config/webExtensions.json +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Animation.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/DebugButtons.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/DebugValue.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/E2eTest.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/E2eTests.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/EditorHover.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/EditorMessage.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/FeatureContent.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Features.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ImagePreview.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/InputBadge.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Key.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Markdown.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Progress.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Select.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/Table.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{61bc957 → c54f71c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{61bc957 → c54f71c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/default_file.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/default_folder.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_access.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_al.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_c.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_class.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_config.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_css.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_db.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_django.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_font.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_git.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_host.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_html.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_http.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_image.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_io.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_java.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_json.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_just.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_k.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_key.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_less.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_license.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{61bc957/file-icons/file_type_light_yaml.svg → c54f71c/file-icons/file_type_light_yaml_official.svg} +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_log.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_map.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_next.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_node.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_org.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_package.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_php.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_python.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_q.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_r.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_red.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_san.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_script.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_source.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_style.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_test.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_text.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_video.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_view.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_word.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{61bc957/file-icons/file_type_yaml.svg → c54f71c/file-icons/file_type_yaml_official.svg} +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{61bc957 → c54f71c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{61bc957 → c54f71c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{61bc957 → c54f71c}/icons/add.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/arrow-down.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/arrow-left.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/arrow-right.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/arrow-up.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/blank.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/book.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/case-sensitive.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/check.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chevron-down.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chevron-left.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chevron-right.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chevron-up.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chrome-close.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chrome-maximize.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chrome-minimize.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/chrome-restore.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/circle-filled.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/clear-all.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/close.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/cloud.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/collapse-all.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-all.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-alt-2.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-alt-small.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-alt.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-console.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-continue-small.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-continue.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-coverage.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-disconnect.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-pause.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-rerun.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-restart.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-stackframe.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-start.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-step-back.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-step-into.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-step-out.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-step-over.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug-stop.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/debug.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/discard.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/edit.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/ellipsis.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/error.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/exclude.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{61bc957 → c54f71c}/icons/extensions.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/files.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/filter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/go-to-file.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/icon-close.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/icon-source-control.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/icon-sync.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/icon.png +0 -0
- /package/static/{61bc957 → c54f71c}/icons/icon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/info.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/language-icon.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/link-external.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/list-flat.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/list-tree.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/new-file.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/new-folder.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/newline.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/open-preview.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/play.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/preserve-case.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/progress.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/pwa-icon-192.png +0 -0
- /package/static/{61bc957 → c54f71c}/icons/pwa-icon-512.png +0 -0
- /package/static/{61bc957 → c54f71c}/icons/record-keys.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/refresh.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/regex.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/remove.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/replace-all.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/replace.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/run-all.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/search.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/settings-gear.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/sort-precedence.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/source-control.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/split-horizontal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/squiggly-error.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/squiggly-warning.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-array.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-boolean.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-class.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-color.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-constant.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-enum.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-event.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-field.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-file.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-interface.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-key.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-keyword.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-method.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-misc.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-namespace.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-numeric.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-operator.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-parameter.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-property.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-ruler.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-snippet.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-string.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-structure.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/symbol-variable.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/tag.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/terminal-bash.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/terminal.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/theme-icon.png +0 -0
- /package/static/{61bc957 → c54f71c}/icons/trash.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/triangle-down.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/triangle-left.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/triangle-right.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/triangle-up.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/warning.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/whole-word.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/zoom-in.svg +0 -0
- /package/static/{61bc957 → c54f71c}/icons/zoom-out.svg +0 -0
- /package/static/{61bc957 → c54f71c}/js/babel-parser.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/blob-util.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/ky.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/lvce-editor-verror.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/p-min-delay.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/pretty-bytes.js +0 -0
- /package/static/{61bc957 → c54f71c}/js/yoctodelay.js +0 -0
- /package/static/{61bc957 → c54f71c}/lib-css/termterm.css +0 -0
- /package/static/{61bc957 → c54f71c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{61bc957 → c54f71c}/packages/renderer-process/README.md +0 -0
- /package/static/{61bc957 → c54f71c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.cpp +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.css +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.csv +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.dart +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.env +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.ex +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.html +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.java +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.jl +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.js +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.json +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.kt +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.pl +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.py +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/index.ts +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/scrolling.txt +0 -0
- /package/static/{61bc957 → c54f71c}/playground/languages/tsconfig.json +0 -0
- /package/static/{61bc957 → c54f71c}/playground/sample-folder/a.txt +0 -0
- /package/static/{61bc957 → c54f71c}/playground/sample-folder/b.txt +0 -0
- /package/static/{61bc957 → c54f71c}/playground/sample-folder/c.txt +0 -0
|
@@ -435,12 +435,14 @@
|
|
|
435
435
|
"_f_cf": "/file-icons/file_type_cf.svg",
|
|
436
436
|
"_f_cfc": "/file-icons/file_type_cfc.svg",
|
|
437
437
|
"_f_cfm": "/file-icons/file_type_cfm.svg",
|
|
438
|
+
"_f_changie": "/file-icons/file_type_changie.svg",
|
|
438
439
|
"_f_cheader": "/file-icons/file_type_cheader.svg",
|
|
439
440
|
"_f_chef": "/file-icons/file_type_chef.svg",
|
|
440
441
|
"_f_chef_cookbook": "/file-icons/file_type_chef_cookbook.svg",
|
|
441
442
|
"_f_circleci": "/file-icons/file_type_circleci.svg",
|
|
442
443
|
"_f_light_circleci": "/file-icons/file_type_light_circleci.svg",
|
|
443
444
|
"_f_class": "/file-icons/file_type_class.svg",
|
|
445
|
+
"_f_claude": "/file-icons/file_type_claude.svg",
|
|
444
446
|
"_f_clojure": "/file-icons/file_type_clojure.svg",
|
|
445
447
|
"_f_clojurescript": "/file-icons/file_type_clojurescript.svg",
|
|
446
448
|
"_f_cloudfoundry": "/file-icons/file_type_cloudfoundry.svg",
|
|
@@ -531,6 +533,7 @@
|
|
|
531
533
|
"_f_light_drone": "/file-icons/file_type_light_drone.svg",
|
|
532
534
|
"_f_drools": "/file-icons/file_type_drools.svg",
|
|
533
535
|
"_f_dtd": "/file-icons/file_type_dtd.svg",
|
|
536
|
+
"_f_dune": "/file-icons/file_type_dune.svg",
|
|
534
537
|
"_f_dustjs": "/file-icons/file_type_dustjs.svg",
|
|
535
538
|
"_f_dvc": "/file-icons/file_type_dvc.svg",
|
|
536
539
|
"_f_dylan": "/file-icons/file_type_dylan.svg",
|
|
@@ -734,6 +737,7 @@
|
|
|
734
737
|
"_f_light_lark": "/file-icons/file_type_light_lark.svg",
|
|
735
738
|
"_f_latino": "/file-icons/file_type_latino.svg",
|
|
736
739
|
"_f_layout": "/file-icons/file_type_layout.svg",
|
|
740
|
+
"_f_lefthook": "/file-icons/file_type_lefthook.svg",
|
|
737
741
|
"_f_lerna": "/file-icons/file_type_lerna.svg",
|
|
738
742
|
"_f_light_lerna": "/file-icons/file_type_light_lerna.svg",
|
|
739
743
|
"_f_less": "/file-icons/file_type_less.svg",
|
|
@@ -773,6 +777,8 @@
|
|
|
773
777
|
"_f_markdownlint_ignore": "/file-icons/file_type_markdownlint_ignore.svg",
|
|
774
778
|
"_f_marko": "/file-icons/file_type_marko.svg",
|
|
775
779
|
"_f_markojs": "/file-icons/file_type_markojs.svg",
|
|
780
|
+
"_f_markuplint": "/file-icons/file_type_markuplint.svg",
|
|
781
|
+
"_f_light_markuplint": "/file-icons/file_type_light_markuplint.svg",
|
|
776
782
|
"_f_master-co": "/file-icons/file_type_master-co.svg",
|
|
777
783
|
"_f_matlab": "/file-icons/file_type_matlab.svg",
|
|
778
784
|
"_f_maven": "/file-icons/file_type_maven.svg",
|
|
@@ -786,6 +792,7 @@
|
|
|
786
792
|
"_f_mercurial": "/file-icons/file_type_mercurial.svg",
|
|
787
793
|
"_f_mermaid": "/file-icons/file_type_mermaid.svg",
|
|
788
794
|
"_f_meson": "/file-icons/file_type_meson.svg",
|
|
795
|
+
"_f_metal": "/file-icons/file_type_metal.svg",
|
|
789
796
|
"_f_meteor": "/file-icons/file_type_meteor.svg",
|
|
790
797
|
"_f_minecraft": "/file-icons/file_type_minecraft.svg",
|
|
791
798
|
"_f_mivascript": "/file-icons/file_type_mivascript.svg",
|
|
@@ -849,6 +856,7 @@
|
|
|
849
856
|
"_f_ocaml_intf": "/file-icons/file_type_ocaml_intf.svg",
|
|
850
857
|
"_f_ogone": "/file-icons/file_type_ogone.svg",
|
|
851
858
|
"_f_onenote": "/file-icons/file_type_onenote.svg",
|
|
859
|
+
"_f_opam": "/file-icons/file_type_opam.svg",
|
|
852
860
|
"_f_openHAB": "/file-icons/file_type_openHAB.svg",
|
|
853
861
|
"_f_light_openHAB": "/file-icons/file_type_light_openHAB.svg",
|
|
854
862
|
"_f_opencl": "/file-icons/file_type_opencl.svg",
|
|
@@ -1051,6 +1059,7 @@
|
|
|
1051
1059
|
"_f_squirrel": "/file-icons/file_type_squirrel.svg",
|
|
1052
1060
|
"_f_sss": "/file-icons/file_type_sss.svg",
|
|
1053
1061
|
"_f_sst": "/file-icons/file_type_sst.svg",
|
|
1062
|
+
"_f_stackblitz": "/file-icons/file_type_stackblitz.svg",
|
|
1054
1063
|
"_f_stan": "/file-icons/file_type_stan.svg",
|
|
1055
1064
|
"_f_stata": "/file-icons/file_type_stata.svg",
|
|
1056
1065
|
"_f_stencil": "/file-icons/file_type_stencil.svg",
|
|
@@ -1077,6 +1086,7 @@
|
|
|
1077
1086
|
"_f_swig": "/file-icons/file_type_swig.svg",
|
|
1078
1087
|
"_f_symfony": "/file-icons/file_type_symfony.svg",
|
|
1079
1088
|
"_f_light_symfony": "/file-icons/file_type_light_symfony.svg",
|
|
1089
|
+
"_f_syncpack": "/file-icons/file_type_syncpack.svg",
|
|
1080
1090
|
"_f_systemd": "/file-icons/file_type_systemd.svg",
|
|
1081
1091
|
"_f_light_systemd": "/file-icons/file_type_light_systemd.svg",
|
|
1082
1092
|
"_f_systemverilog": "/file-icons/file_type_systemverilog.svg",
|
|
@@ -1085,6 +1095,7 @@
|
|
|
1085
1095
|
"_f_tailwind": "/file-icons/file_type_tailwind.svg",
|
|
1086
1096
|
"_f_tamagui": "/file-icons/file_type_tamagui.svg",
|
|
1087
1097
|
"_f_taplo": "/file-icons/file_type_taplo.svg",
|
|
1098
|
+
"_f_taskfile": "/file-icons/file_type_taskfile.svg",
|
|
1088
1099
|
"_f_tauri": "/file-icons/file_type_tauri.svg",
|
|
1089
1100
|
"_f_tcl": "/file-icons/file_type_tcl.svg",
|
|
1090
1101
|
"_f_teal": "/file-icons/file_type_teal.svg",
|
|
@@ -1124,6 +1135,7 @@
|
|
|
1124
1135
|
"_f_tsbuildinfo": "/file-icons/file_type_tsbuildinfo.svg",
|
|
1125
1136
|
"_f_tscn": "/file-icons/file_type_tscn.svg",
|
|
1126
1137
|
"_f_tsconfig": "/file-icons/file_type_tsconfig.svg",
|
|
1138
|
+
"_f_tsdoc": "/file-icons/file_type_tsdoc.svg",
|
|
1127
1139
|
"_f_tslint": "/file-icons/file_type_tslint.svg",
|
|
1128
1140
|
"_f_tt": "/file-icons/file_type_tt.svg",
|
|
1129
1141
|
"_f_ttcn": "/file-icons/file_type_ttcn.svg",
|
|
@@ -1284,12 +1296,15 @@
|
|
|
1284
1296
|
"capacitor.config.json": "_f_capacitor",
|
|
1285
1297
|
"cargo.toml": "_f_cargo",
|
|
1286
1298
|
"cargo.lock": "_f_cargo",
|
|
1299
|
+
".changie.yaml": "_f_changie",
|
|
1300
|
+
".changie.yml": "_f_changie",
|
|
1287
1301
|
"chefignore": "_f_chef",
|
|
1288
1302
|
"berksfile": "_f_chef",
|
|
1289
1303
|
"berksfile.lock": "_f_chef",
|
|
1290
1304
|
"policyfile.rb": "_f_chef",
|
|
1291
1305
|
"policyfile.lock.json": "_f_chef",
|
|
1292
1306
|
"circle.yml": "_f_circleci",
|
|
1307
|
+
"claude.md": "_f_claude",
|
|
1293
1308
|
".cfignore": "_f_cloudfoundry",
|
|
1294
1309
|
".codacy.yml": "_f_codacy",
|
|
1295
1310
|
".codacy.yaml": "_f_codacy",
|
|
@@ -1422,6 +1437,9 @@
|
|
|
1422
1437
|
"doppler-template.yaml": "_f_doppler",
|
|
1423
1438
|
".drone.yml": "_f_drone",
|
|
1424
1439
|
".drone.yml.sig": "_f_drone",
|
|
1440
|
+
"dune": "_f_dune",
|
|
1441
|
+
"dune-project": "_f_dune",
|
|
1442
|
+
"dune-workspace": "_f_dune",
|
|
1425
1443
|
".dvc": "_f_dvc",
|
|
1426
1444
|
".earthlyignore": "_f_earthly",
|
|
1427
1445
|
"Earthfile": "_f_earthly",
|
|
@@ -1510,6 +1528,7 @@
|
|
|
1510
1528
|
"gatsby-node.ts": "_f_gatsby",
|
|
1511
1529
|
"gatsby-node.mjs": "_f_gatsby",
|
|
1512
1530
|
".gcloudignore": "_f_gcloud",
|
|
1531
|
+
".git": "_f_git",
|
|
1513
1532
|
".gitattributes": "_f_git",
|
|
1514
1533
|
".gitconfig": "_f_git",
|
|
1515
1534
|
".gitignore": "_f_git",
|
|
@@ -1664,6 +1683,8 @@
|
|
|
1664
1683
|
"language-configuration.json": "_f_language_configuration",
|
|
1665
1684
|
"layout.html": "_f_layout",
|
|
1666
1685
|
"layout.htm": "_f_layout",
|
|
1686
|
+
"lefthook.yml": "_f_lefthook",
|
|
1687
|
+
"lefthook.yaml": "_f_lefthook",
|
|
1667
1688
|
"lerna.json": "_f_lerna",
|
|
1668
1689
|
"liara.json": "_f_liara",
|
|
1669
1690
|
".liaraignore": "_f_liara",
|
|
@@ -1726,6 +1747,21 @@
|
|
|
1726
1747
|
".markdownlint-cli2.yaml": "_f_markdownlint",
|
|
1727
1748
|
".markdownlint-cli2.cjs": "_f_markdownlint",
|
|
1728
1749
|
".markdownlintignore": "_f_markdownlint_ignore",
|
|
1750
|
+
".markuplintrc": "_f_markuplint",
|
|
1751
|
+
".markuplintrc.json": "_f_markuplint",
|
|
1752
|
+
".markuplintrc.yaml": "_f_markuplint",
|
|
1753
|
+
".markuplintrc.yml": "_f_markuplint",
|
|
1754
|
+
".markuplintrc.js": "_f_markuplint",
|
|
1755
|
+
".markuplintrc.cjs": "_f_markuplint",
|
|
1756
|
+
".markuplintrc.mjs": "_f_markuplint",
|
|
1757
|
+
".markuplintrc.ts": "_f_markuplint",
|
|
1758
|
+
"markuplint.config.json": "_f_markuplint",
|
|
1759
|
+
"markuplint.config.yaml": "_f_markuplint",
|
|
1760
|
+
"markuplint.config.yml": "_f_markuplint",
|
|
1761
|
+
"markuplint.config.js": "_f_markuplint",
|
|
1762
|
+
"markuplint.config.cjs": "_f_markuplint",
|
|
1763
|
+
"markuplint.config.mjs": "_f_markuplint",
|
|
1764
|
+
"markuplint.config.ts": "_f_markuplint",
|
|
1729
1765
|
"master.js": "_f_master-co",
|
|
1730
1766
|
"master.ts": "_f_master-co",
|
|
1731
1767
|
"master.mjs": "_f_master-co",
|
|
@@ -1783,6 +1819,7 @@
|
|
|
1783
1819
|
"flake.lock": "_f_nix",
|
|
1784
1820
|
".node-version": "_f_node",
|
|
1785
1821
|
".nvmrc": "_f_node",
|
|
1822
|
+
"node.config.json": "_f_node",
|
|
1786
1823
|
"nodemon.json": "_f_nodemon",
|
|
1787
1824
|
".npmignore": "_f_npm",
|
|
1788
1825
|
".npmrc": "_f_npm",
|
|
@@ -2051,6 +2088,7 @@
|
|
|
2051
2088
|
"sst.config.d.ts": "_f_sst",
|
|
2052
2089
|
"sst.config.ts": "_f_sst",
|
|
2053
2090
|
"sst.config.js": "_f_sst",
|
|
2091
|
+
".stackblitzrc": "_f_stackblitz",
|
|
2054
2092
|
"stryker.conf.mjs": "_f_stryker",
|
|
2055
2093
|
"stryker.conf.cjs": "_f_stryker",
|
|
2056
2094
|
"stryker.conf.js": "_f_stryker",
|
|
@@ -2107,6 +2145,14 @@
|
|
|
2107
2145
|
".swcrc": "_f_swc",
|
|
2108
2146
|
"package.pins": "_f_swift",
|
|
2109
2147
|
"symfony.lock": "_f_symfony",
|
|
2148
|
+
".syncpackrc": "_f_syncpack",
|
|
2149
|
+
".syncpackrc.json": "_f_syncpack",
|
|
2150
|
+
".syncpackrc.yaml": "_f_syncpack",
|
|
2151
|
+
".syncpackrc.yml": "_f_syncpack",
|
|
2152
|
+
".syncpackrc.js": "_f_syncpack",
|
|
2153
|
+
".syncpackrc.cjs": "_f_syncpack",
|
|
2154
|
+
"syncpack.config.js": "_f_syncpack",
|
|
2155
|
+
"syncpack.config.cjs": "_f_syncpack",
|
|
2110
2156
|
"tailwind.js": "_f_tailwind",
|
|
2111
2157
|
"tailwind.cjs": "_f_tailwind",
|
|
2112
2158
|
"tailwind.coffee": "_f_tailwind",
|
|
@@ -2145,6 +2191,10 @@
|
|
|
2145
2191
|
"tamagui.config.cts": "_f_tamagui",
|
|
2146
2192
|
".taplo.toml": "_f_taplo",
|
|
2147
2193
|
"taplo.toml": "_f_taplo",
|
|
2194
|
+
"taskfile.yml": "_f_taskfile",
|
|
2195
|
+
"taskfile.yaml": "_f_taskfile",
|
|
2196
|
+
"taskfile.dist.yml": "_f_taskfile",
|
|
2197
|
+
"taskfile.dist.yaml": "_f_taskfile",
|
|
2148
2198
|
"tauri.conf.json": "_f_tauri",
|
|
2149
2199
|
".taurignore": "_f_tauri",
|
|
2150
2200
|
".testcaferc.json": "_f_testcafe",
|
|
@@ -2186,6 +2236,7 @@
|
|
|
2186
2236
|
"tsconfig.types.json": "_f_tsconfig",
|
|
2187
2237
|
"tsconfig.lib.json": "_f_tsconfig",
|
|
2188
2238
|
"tsconfig.lib.prod.json": "_f_tsconfig",
|
|
2239
|
+
"tsdoc.json": "_f_tsdoc",
|
|
2189
2240
|
"tslint.json": "_f_tslint",
|
|
2190
2241
|
"tslint.yaml": "_f_tslint",
|
|
2191
2242
|
"tslint.yml": "_f_tslint",
|
|
@@ -2668,9 +2719,13 @@
|
|
|
2668
2719
|
".hooks": "_fd_hook",
|
|
2669
2720
|
".husky": "_fd_husky",
|
|
2670
2721
|
".idea": "_fd_idea",
|
|
2722
|
+
".fig": "_fd_images",
|
|
2723
|
+
".figs": "_fd_images",
|
|
2671
2724
|
"images": "_fd_images",
|
|
2672
2725
|
"image": "_fd_images",
|
|
2726
|
+
".img": "_fd_images",
|
|
2673
2727
|
"img": "_fd_images",
|
|
2728
|
+
".imgs": "_fd_images",
|
|
2674
2729
|
"imgs": "_fd_images",
|
|
2675
2730
|
"icons": "_fd_images",
|
|
2676
2731
|
"icon": "_fd_images",
|
|
@@ -2678,6 +2733,8 @@
|
|
|
2678
2733
|
"screenshot": "_fd_images",
|
|
2679
2734
|
"screenshots": "_fd_images",
|
|
2680
2735
|
"svg": "_fd_images",
|
|
2736
|
+
"texture": "_fd_images",
|
|
2737
|
+
"textures": "_fd_images",
|
|
2681
2738
|
"include": "_fd_include",
|
|
2682
2739
|
"includes": "_fd_include",
|
|
2683
2740
|
"incl": "_fd_include",
|
|
@@ -3100,9 +3157,13 @@
|
|
|
3100
3157
|
".hooks": "_fd_hook_open",
|
|
3101
3158
|
".husky": "_fd_husky_open",
|
|
3102
3159
|
".idea": "_fd_idea_open",
|
|
3160
|
+
".fig": "_fd_images_open",
|
|
3161
|
+
".figs": "_fd_images_open",
|
|
3103
3162
|
"images": "_fd_images_open",
|
|
3104
3163
|
"image": "_fd_images_open",
|
|
3164
|
+
".img": "_fd_images_open",
|
|
3105
3165
|
"img": "_fd_images_open",
|
|
3166
|
+
".imgs": "_fd_images_open",
|
|
3106
3167
|
"imgs": "_fd_images_open",
|
|
3107
3168
|
"icons": "_fd_images_open",
|
|
3108
3169
|
"icon": "_fd_images_open",
|
|
@@ -3110,6 +3171,8 @@
|
|
|
3110
3171
|
"screenshot": "_fd_images_open",
|
|
3111
3172
|
"screenshots": "_fd_images_open",
|
|
3112
3173
|
"svg": "_fd_images_open",
|
|
3174
|
+
"texture": "_fd_images_open",
|
|
3175
|
+
"textures": "_fd_images_open",
|
|
3113
3176
|
"include": "_fd_include_open",
|
|
3114
3177
|
"includes": "_fd_include_open",
|
|
3115
3178
|
"incl": "_fd_include_open",
|
|
@@ -3667,6 +3730,7 @@
|
|
|
3667
3730
|
"onetoc": "_f_onenote",
|
|
3668
3731
|
"onetoc2": "_f_onenote",
|
|
3669
3732
|
"sig": "_f_onenote",
|
|
3733
|
+
"opam": "_f_opam",
|
|
3670
3734
|
"cl": "_f_opencl",
|
|
3671
3735
|
"opencl": "_f_opencl",
|
|
3672
3736
|
"tofu": "_f_opentofu",
|
|
@@ -3757,6 +3821,7 @@
|
|
|
3757
3821
|
"eskip": "_f_skipper",
|
|
3758
3822
|
"sln": "_f_sln",
|
|
3759
3823
|
"slnx": "_f_sln",
|
|
3824
|
+
"slnf": "_f_sln",
|
|
3760
3825
|
"spe": "_f_spacengine",
|
|
3761
3826
|
"sqlite": "_f_sqlite",
|
|
3762
3827
|
"sqlite3": "_f_sqlite",
|
|
@@ -3769,11 +3834,13 @@
|
|
|
3769
3834
|
"story.ts": "_f_storybook",
|
|
3770
3835
|
"story.tsx": "_f_storybook",
|
|
3771
3836
|
"story.mdx": "_f_storybook",
|
|
3837
|
+
"story.svelte": "_f_storybook",
|
|
3772
3838
|
"stories.js": "_f_storybook",
|
|
3773
3839
|
"stories.jsx": "_f_storybook",
|
|
3774
3840
|
"stories.ts": "_f_storybook",
|
|
3775
3841
|
"stories.tsx": "_f_storybook",
|
|
3776
3842
|
"stories.mdx": "_f_storybook",
|
|
3843
|
+
"stories.svelte": "_f_storybook",
|
|
3777
3844
|
"sublime-project": "_f_sublime",
|
|
3778
3845
|
"svg": "_f_svg",
|
|
3779
3846
|
"tcl": "_f_tcl",
|
|
@@ -4170,6 +4237,7 @@
|
|
|
4170
4237
|
"mediawiki": "_f_mediawiki",
|
|
4171
4238
|
"mermaid": "_f_mermaid",
|
|
4172
4239
|
"meson": "_f_meson",
|
|
4240
|
+
"metal": "_f_metal",
|
|
4173
4241
|
"bc-mcfunction": "_f_minecraft",
|
|
4174
4242
|
"bc-minecraft-language": "_f_minecraft",
|
|
4175
4243
|
"bc-minecraft-molang": "_f_minecraft",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#b986f5" d="M3.68 9.46c-.93 0-1.68.75-1.68 1.68v12.54c0 .93.75 1.68 1.68 1.68h4.97c-.13-.4.02-.92.05-1.29H4.72c-.86 0-1.54-.68-1.54-1.54V12.3c0-.85.68-1.54 1.54-1.54h6.84c.21-.41.39-.85.48-1.28zm13.97 0c.43.38.8.78.94 1.3h8.7c.85 0 1.53.68 1.53 1.53v10.24c0 .86-.68 1.54-1.54 1.54-.23.29-.8.93-1.3 1.29h2.34c.93 0 1.68-.75 1.68-1.68V11.14c0-.93-.75-1.68-1.68-1.68z"/><path fill="#88ea15" d="M20.12 13.38c-.03 0 .3.72.41.91a9.2 9.2 0 0 1 .83 5.54 2.96 2.96 0 0 1-.71 1.5c-.55.6-.84.76-1.78.97-5.23 1.15-10.16 3.93-10.16 5.72 0 .74.84 1.24 2.3 1.38.75.07 1.02.07 2.04 0 4.5-.34 10.26-2.5 12.55-4.68.56-.54.95-1.15.95-1.52 0-.49-.38-.92-1.69-1.94-1.31-1.03-1.46-1.27-2.5-4.04-.5-1.09-1-3.31-2.24-3.84m2.42 9.03c2.2 0 3.3.67 2.72 1.82-.35.7-1.57 1.64-3.16 2.44a24.9 24.9 0 0 1-7.26 2.3c-.96.15-2.81.18-3.45.06-2.59-.5-1.77-2.37 1.83-4.19l.84-.42.05.38a3.28 3.28 0 0 0 4.74 2.55 3.28 3.28 0 0 0 1.51-4.32l-.2-.41.29-.04c.77-.12 1.48-.17 2.1-.17M9.58 25c-.03-.03-.02-.16.01-.3.14-.62.27-2.34.27-3.62 0-1.52.09-3.37.2-4.23a10 10 0 0 1 1.78-4.57c.72-1.14 1.27-2.26 1.28-3.44 0-.66-.02-.78-.18-1.12a3.2 3.2 0 0 0-1.11-1.25c-1.4-.9-1.1-3.18.49-3.78.8-.3 1.75-.1 2.36.51.4.4.6.9.6 1.54-.03.94-.61 1.53-.56 2.46.07.98.38 1.44 1.74 2.59.97.82 1.2 1.09 1.2 1.4 0 .1-.04.1-.26-.02-.41-.21-1.05-.34-1.7-.34-1.1 0-2.17.4-2.94 1.13-.33.31-.47.51-.74 1.09-.87 1.84-1.17 3.33-1.18 5.85 0 2.25.14 3.18.7 4.34.15.3.26.54.25.55a92 92 0 0 1-2.09 1.2c-.05.03-.1.02-.12 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#d97757" d="m7.5 20.61 5.5-3.08.1-.27-.1-.15h-.27l-.92-.06a234 234 0 0 1-8.51-.34l-.67-.14-.62-.82.06-.41.56-.38.8.07c3.08.2 6.15.4 9.21.72h.46l.06-.19-.16-.1-.12-.12-2.74-1.86c-2.04-1.3-3.55-2.43-5.38-3.68l-.43-.54-.18-1.18.76-.84 1.03.07.26.07c2.03 1.6 4.1 3.14 6.17 4.66l.43.36.17-.12.02-.09-.2-.32c-1.43-2.6-2.55-4.62-4-6.96l-.2-.72c-.08-.3-.13-.55-.13-.85l.87-1.18.49-.16 1.16.16.49.42c1.4 3.31 2.76 5.93 4.23 8.83l.29.97.1.3h.19v-.17c.65-3.42 0-6.57 1.22-9.53l.87-.57.68.33.56.8-.08.51c-.37 2.62-.92 5.22-1.4 7.82h.24l.29-.29a69 69 0 0 1 4.91-5.94l.64-.5h1.2l.89 1.32-.4 1.36a53.5 53.5 0 0 0-4.66 6.47l.09.13.22-.02c2.4-.57 4.84-.99 7.27-1.4l.97.45.1.46-.37.94c-3 .72-6 1.34-9 2.05l-.05.04.06.07c2.7.26 5.62.3 7.99.47l.92.61.55.75-.1.56-1.4.73c-2.93-.7-5.19-1.22-7.91-1.9h-.22v.13c2.18 2.12 4.6 4.27 6.54 6.07l.15.68-.38.53-.4-.06c-2.04-1.43-3.9-3.09-5.8-4.7h-.15v.2l.52.76c1.14 1.79 2.64 3.25 2.87 5.37l-.2.41-.7.25-.78-.14a73 73 0 0 1-4.58-7.04l-.17.09-.78 8.46-.37.43-.85.33-.71-.54-.38-.87a114 114 0 0 0 1.53-7.97l.2-.73-.01-.05-.16.02a77 77 0 0 1-6.23 7.88l-.48.2-.84-.44.08-.77.47-.69c2.07-2.57 3.54-4.66 5.54-7v-.19h-.07l-7.4 4.8-1.31.17-.57-.53.07-.87.27-.28 2.23-1.53z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#84421d" d="M30 29.635V7.268L2 10.002v19.633z"/><path fill="#815021" d="M25.742 10.112c-.062-.52.989-1.395.934-1.914L30 9.073v7.984c-1.264-4.73-4.157-5.523-4.258-6.945"/><path fill="#b76f29" d="M30 5.037c-5.806-2.634-8.174-3.132-9.515-2.308-1.342.85 5.38 4.998 6.065 5.437.684.44 2.028.907 3.45 1.07z"/><path fill="#b0a788" d="M20.484 2.729 2 9.919v18.677c5.004-.082 8.313-3.09 10.5-7.93 2.215-5.14 5.414-6.714 8.86-8.75 3.609-2.132 5.413-2.706 5.413-4.347 0-.711-1.234-1.597-3.308-2.598-2.76-1.332-3.282-1.941-2.981-2.242"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.2 23.1-7.7-3.71-5.11 1.57-5.06-2.44 5.42-6.95-.93-1.73L9.8 7.09l4.62-.19 5.35-2 9.52 10.24-4.5 6.82-4.59 1.13Z" style="fill:#ee2d2b;stroke-width:0"/><path d="M7.85 16.33c2.02.61 4.13.04 6.35-1.7l10.38 6.72-2.12 1.31H19l-5.47-2.7-5 1.27-5.68-2.58 4.05-2.09zm3.68-7.96c.73-.19 2.24 1.57 2.31 2.01.27 1.5.38 2.51-1.46 3.98-1.1.94-2.56 1.34-3.99 1.11l.37-1.65-1.33-2.66a6.87 6.87 0 0 1 4.1-2.8Z" style="fill:#bf2025;stroke-width:0"/><path d="m8.37 21.76-.12.04L2 18.99l.14-.32c1-2.3 2.47-4.32 4.4-6.06.27-.25.55-.49.83-.72l-.32-.61-.4-.74-.13-.25-.08-.16.08-.16c.87-1.77 2.22-2.75 4.43-3.35 1.35-.35 2.48-.33 3.39.1 1.68-.95 3.5-1.66 5.38-2.1h.07l10.2 10.93-.11.21q-1.29 2.58-2.64 5.13c-1.22 2.3-3.25 3.14-5.88 2.75-1.98-.28-4.13-1.2-6.71-2.67l-.78-.43c-1.19.18-3.04.59-5.52 1.23Zm-1.36-8.63c-1.72 1.53-3.11 3.4-4.07 5.49l4.32 1.95c1.44-.52 2.92-.95 4.41-1.29-1.5-.84-2.99-1.68-4.49-2.51l-.32-.18 1.65-2.58-.78-1.48c-.24.2-.47.41-.71.61Zm2.62 3.44c2.67-.47 4.76-2.59 5.51-3.93.14-.21.28-.43.41-.65l3.66-6.51c-1.86.5-3.65 1.27-5.28 2.29l-.76-.35c.13-.08.25-.16.38-.24a4.84 4.84 0 0 0-2.42.13c-1.95.52-3.12 1.36-3.9 2.82l.05.08.39.74 1.38 2.61c.44.09.9.09 1.34.01.68-.1 1.3-.35 1.8-.76 1-.81 1.53-1.41 1.57-1.95.05-.64-.37-1.49-1.53-3.11 1.65 1.1 2.77 2.87 1.86 4.14-.09.15-.19.28-.3.4-.3.34-.66.67-1.15 1.07-.62.48-1.36.8-2.14.9-.45.07-.9.08-1.35.02l-1.31 2.05c1.17.65 2.33 1.3 3.5 1.95 3.6-.2 5.93-2.39 8.18-5.97-1.72 3.66-3.86 6-7.15 6.55.69.38 1.31.73 1.88 1.06 3.53-.23 5.66-2.17 7.9-5.71-1.7 3.62-3.67 5.75-6.85 6.3.34.19.69.38 1.04.56l-.04-.04.39.21c.19.1.39.19.59.28 3.52-.23 5.48-1.91 7.71-5.46-1.64 3.48-3.39 5.4-6.33 6 2.15.64 3.9.25 5.65-.85.6-.39 2.04-2.44 4.31-6.16l-8.73-9.36-3.71 6.62c-.58 1-1.29 1.91-2.13 2.71a6.67 6.67 0 0 1-4.41 1.52Z" style="fill:#361212;stroke-width:0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="32" height="32"><path fill="#333" d="M4.193 26.809c-1.49 0-2.544-1.478-2.084-2.919L5.94 11.888a2.195 2.195 0 0 1 2.084-1.541c1.489 0 2.544 1.478 2.084 2.919L6.277 25.268a2.195 2.195 0 0 1-2.084 1.541"/><path fill="#1572eb" d="M21.548 4c-.973 0-1.855.583-2.25 1.487l-5.653 12.921-2.04-4.663-.004.014-2.271 7.112 1.971 4.506a2.46 2.46 0 0 0 2.25 1.487l.093-.003q.046.002.092.003c.973 0 1.855-.583 2.25-1.487l7.812-17.85C24.523 5.867 23.331 4 21.548 4z"/><path fill="#333" d="M29.891 23.89 25.024 8.647l-2.664 6.09 3.363 10.531a2.195 2.195 0 0 0 2.084 1.541c1.489 0 2.544-1.478 2.084-2.919"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038 2.761 2.758c.891-.906 1.8-1.794 2.7-2.7.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975-.754.022-1.511.007-2.266.007 1.223-1.209 2.431-2.433 3.658-3.637-1.321-1.304-2.63-2.62-3.948-3.927M12.7 12.218h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8-.089.08-.166.217-.305.194-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218M14.958 12.22c.47-.009.939 0 1.409 0 .836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536-.856-.835-1.687-1.695-2.532-2.541 0 1.594-.006 3.188.006 4.781-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57M23.259 12.217c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045.448.454.907.9 1.353 1.354q-3.371.007-6.741 0 .007-3.782-.001-7.565" style="fill:#fbc02d"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="32" height="32"><path fill="#fff" d="M4.193 26.809c-1.49 0-2.544-1.478-2.084-2.919L5.94 11.888a2.195 2.195 0 0 1 2.084-1.541c1.489 0 2.544 1.478 2.084 2.919L6.277 25.268a2.195 2.195 0 0 1-2.084 1.541"/><path fill="#1572eb" d="M21.548 4c-.973 0-1.855.583-2.25 1.487l-5.653 12.921-2.04-4.663-.004.014-2.271 7.112 1.971 4.506a2.46 2.46 0 0 0 2.25 1.487l.093-.003q.046.002.092.003c.973 0 1.855-.583 2.25-1.487l7.812-17.85C24.523 5.867 23.331 4 21.548 4z"/><path fill="#fff" d="M29.891 23.89 25.024 8.647l-2.664 6.09 3.363 10.531a2.195 2.195 0 0 0 2.084 1.541c1.489 0 2.544-1.478 2.084-2.919"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="url(#a)" d="M24.4 30H7.6A5.6 5.6 0 0 1 2 24.4V7.6C2 4.508 4.508 2 7.6 2h16.8C27.492 2 30 4.508 30 7.6v16.8c0 3.092-2.508 5.6-5.6 5.6"/><path fill="#000" d="M7.483 23.194V7.134l7.506 9.177V9.583l12.328 13.611h-3.19l-6.65-7.038-.077 7.038-7.428-9.177v9.177z"/><defs><linearGradient id="a" x1="16" x2="16" y1="2" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#E94151"/><stop offset="1" stop-color="#4E0AC9"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#c12127" d="M2 2h28v28H2"/><path fill="#fff" d="M7.25 7.25h17.5v17.5h-3.5v-14H16v14H7.25"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><mask id="b" width="21" height="21" x="2" y="8" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M2.25 8.25h20v20h-20z"/></mask><path fill="#fff" d="m4.06 27.648 16.12.037c1.63.049 2.066.098 3.397-.6.435-.446 6.283-15.87 6.283-20.83-.01-1.193-.31-1.89-1.347-1.89-7.091.554-18.68.192-24.265 3.093-.788.414-2.154 1.895-2.138 2.89l-.04 15.486c.58 1.348.911 1.458 1.983 1.81z"/><path fill="#f6901e" d="M25.793 6.073c-4.646 2.058-2.53 1.772-13.263 1.791-10.734.02-9.896.301-5.251-1.757 4.648-2.058 2.53-1.772 13.264-1.793 10.735-.019 9.897-.3 5.251 1.759"/><path fill="url(#a)" d="M29.32 14.749c.038 10.874.59 9.134-3.465 10.9-4.056 1.764-3.493 3.018-3.531-7.855s-.591-9.134 3.465-10.9c4.056-1.765 3.493-3.02 3.53 7.855" transform="translate(-.545 -.72)scale(1.0378)"/><g mask="url(#b)" transform="translate(-.545 -.72)scale(1.0378)"><path fill="url(#c)" d="M2.57 14.052c0 .511.024 1.033-.01 1.543-.026 1.116-.007 2.238-.007 3.355v1.381c0 .27-.008.542.008.81a.4.4 0 0 0 .048.203c.008.106-.04.301-.04.434q-.002.546.005 1.092c.005.284.02 1.847.007 2.13l19.242.656V11.198c.019-.723-.155-1.357-.664-1.889-.496-.519-1.145-.738-1.851-.751-1.11-.021-2.221-.002-3.331-.002H5.505c-.286-.001-.572-.006-.856.039a2.47 2.47 0 0 0-1.337.655c-.48.46-.72 1.117-.73 1.772-.006.43.002.86 0 1.29z"/><path fill="#fff" d="M3.628 15.213c-.166.132-.847.347-1.078.4l-.01 8.114.04 1.773 19.25.217v-.462c-.23.03-.496.074-.728.08-.91.027-1.718-.308-2.6-.433a6 6 0 0 0-.94-.076c-.374.003-.754.046-1.13.061-.518.021-1.035.003-1.553.041-.59.042-1.17.175-1.737.33-.061-.197-.15-.382-.223-.574a6 6 0 0 1-.246-.832 4 4 0 0 1-.082-.516c-.011-.136.007-.296-.031-.427s-.148-.248-.223-.361a2 2 0 0 1-.181-.335c-.137-.318-.15-.58-.208-.911-.037-.212-.088-.421-.103-.637-.011-.156 0-.313-.006-.469-.008-.164-.031-.325-.014-.49 1.04-.013 2.12.127 3.106-.293.405-.172.852-.413 1.153-.741.157-.17.287-.364.455-.524.16-.156.377-.277.505-.464.116-.17.162-.373.24-.563a.73.73 0 0 1 .22-.31 1.4 1.4 0 0 1 .282-.16c.167-.076.343-.129.516-.19.22-.079.448-.197.684-.209.19-.009.42.149.598.075.02-.071-.025-.156-.013-.225.019-.113.099-.083.065-.271-.048-.268-.162-.524-.392-.682-.445-.306-1.14-.301-1.66-.383-.468-.074-.93-.241-1.41-.138-.183.04-.278.338-.36.475-.067.113-.15.222-.201.342-.056.13-.077.279-.12.414a3.4 3.4 0 0 1-.394.836c-.154.232-.43.627-.654.784a.8.8 0 0 1-.301.123 1.4 1.4 0 0 1-.637-.044c-.751-.206-1.136-.687-1.695-1.174-.158-.137-.317-.277-.482-.407-.144-.112-.296-.214-.43-.337-.203-.185-.368-.408-.568-.595-.188-.177-.426-.286-.606-.47-.293-.301-.433-.687-.797-.931-.193-.129-.728-.368-.964-.316a.7.7 0 0 0-.21.1c-.322.207-.297.482-.478.769a.46.46 0 0 1-.305.211c-.374.084-.943-.034-1.276-.213-.151-.081-.284-.197-.43-.287-.114-.072-.253-.134-.391-.114-.342.049-.73.666-.902.942-.1.157-.196.359-.345.477"/><path fill="url(#d)" d="M6.837 24.486c.034-.1.08-.197.12-.296.094-.231.179-.466.317-.676.11-.167.255-.311.346-.49.117-.226.147-.497.25-.732.132-.296.33-.558.499-.833.278-.454.49-1.066 1-1.316.114-.056.248-.1.372-.058.112.04.22.124.315.195.4.3.778.687.986 1.147q.271.62.44 1.273c.054.198.08.42.157.609.08.195.255.34.358.522.144.257.244.526.354.798.083.206.174.413.247.623-.18-.063-.394-.081-.572-.16-.44-.196-.81-.537-1.214-.792a3.2 3.2 0 0 0-.912-.388c-.87-.225-1.243-.01-2.02.289-.325.123-.705.206-1.043.285"/><path fill="url(#e)" d="M2.608 21.344q.098-.143.202-.283c.238-.322.438-.53.638-.889.121-.218.137-.532.276-.72a.5.5 0 0 1 .317-.187.4.4 0 0 1 .313.084c.15.11.272.257.433.354.11.067.245.111.365.155.638.228 1.3.381 1.973.457.266.03.536.028.8.065a1.6 1.6 0 0 0-.383.453c-.227.415-.3.891-.496 1.319-.117.255-.409.472-.426.76-.01.188.031.375.007.564-.045.352-.262.73-.35 1.068-.086.03-.216.042-.307.043-.96.005-1.79-.452-2.692-.713-.223-.064-.464-.14-.697-.15.014-.283-.002-.57-.007-.854a79 79 0 0 1-.005-1.092c0-.133.047-.328.04-.434"/></g><defs><linearGradient id="a" x1="45.323" x2="52.781" y1="-8.306" y2="-8.026" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#F6901E"/><stop offset="1" stop-color="#F47B1F"/></linearGradient><linearGradient id="c" x1="12.209" x2="12.193" y1="25.319" y2="8.588" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#F27022"/><stop offset="1" stop-color="#F7921E"/></linearGradient><linearGradient id="d" x1="9.701" x2="9.718" y1="25.193" y2="20.083" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#F37022"/><stop offset="1" stop-color="#F7911E"/></linearGradient><linearGradient id="e" x1="5.207" x2="5.227" y1="24.558" y2="19.278" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#F27021"/><stop offset="1" stop-color="#F7911E"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#2196f3" d="M6.3 18.8h8.2L9.9 30l15.8-16.8h-8.2L22.1 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#84cc16"><path id="a" d="M2 13.15h2.5C7-.1 26 .6 27.7 13.7l-3.6-4-2.7 3.25C19 7.5 12 9 10.7 13.15h2.95L7.8 20"/></g><use fill="#365314" href="#a" transform="rotate(180 16 16)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 8.467 8.467"><path fill="#fff" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-linejoin="bevel" stroke-width=".28" d="M3.865 3.873h3.027V6.9H3.865z"/><path fill="#108938" d="M7.68.53H.786A.257.257 0 0 0 .53.785V7.68a.257.257 0 0 0 .257.258H7.68a.257.257 0 0 0 .258-.258V.786A.257.257 0 0 0 7.68.53m-.669 5.345-.378.652-.954-.675.11 1.16h-.792l.106-1.16-.95.675-.383-.652 1.064-.484-1.064-.484.383-.653.95.675-.106-1.159h.791l-.11 1.16.955-.676.378.653-1.06.484z" class="a"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038 2.761 2.758c.891-.906 1.8-1.794 2.7-2.7.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975-.754.022-1.511.007-2.266.007 1.223-1.209 2.431-2.433 3.658-3.637-1.321-1.304-2.63-2.62-3.948-3.927M12.7 12.218h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8-.089.08-.166.217-.305.194-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218M14.958 12.22c.47-.009.939 0 1.409 0 .836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536-.856-.835-1.687-1.695-2.532-2.541 0 1.594-.006 3.188.006 4.781-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57M23.259 12.217c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045.448.454.907.9 1.353 1.354q-3.371.007-6.741 0 .007-3.782-.001-7.565" style="fill:#ffe885"/></svg>
|
|
@@ -72,13 +72,6 @@ const apiFactory = commandMap => {
|
|
|
72
72
|
};
|
|
73
73
|
};
|
|
74
74
|
|
|
75
|
-
let AssertionError$1 = class AssertionError extends Error {
|
|
76
|
-
constructor(message) {
|
|
77
|
-
super(message);
|
|
78
|
-
this.name = 'AssertionError';
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
|
|
82
75
|
const htmlElements = ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdo', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'command', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'link', 'map', 'mark', 'menu', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'pre', 'progress', 'q', 'rp', 'rt', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'sub', 'sup', 'table', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'time', 'title', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr'];
|
|
83
76
|
|
|
84
77
|
const isElement = selector => {
|
|
@@ -157,37 +150,21 @@ const querySelectorWithOptions = (selector, {
|
|
|
157
150
|
return element;
|
|
158
151
|
};
|
|
159
152
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
const toBeVisible$1 = locator => {
|
|
163
|
-
return `expected selector to be visible ${locator._selector}`;
|
|
164
|
-
};
|
|
165
|
-
const toHaveValue$1 = (locator, {
|
|
166
|
-
value
|
|
167
|
-
}) => {
|
|
168
|
-
return `expected selector ${locator._selector} to have value ${value}`;
|
|
169
|
-
};
|
|
170
|
-
const printLocator = locator => {
|
|
171
|
-
if (locator._nth !== -1) {
|
|
172
|
-
return `${locator._selector}:nth(${locator._nth})`;
|
|
173
|
-
}
|
|
174
|
-
if (locator._hasText) {
|
|
175
|
-
return `${locator._selector} "${locator._hasText}"`;
|
|
176
|
-
}
|
|
177
|
-
return `${locator._selector}`;
|
|
178
|
-
};
|
|
179
|
-
const toHaveText$1 = (locator, {
|
|
180
|
-
text
|
|
181
|
-
}) => {
|
|
153
|
+
const toHaveText$1 = locator => {
|
|
182
154
|
const element = querySelectorWithOptions(locator._selector, {
|
|
183
155
|
nth: locator._nth,
|
|
184
156
|
hasText: locator._hasText
|
|
185
157
|
});
|
|
186
|
-
const locatorString = printLocator(locator);
|
|
187
158
|
if (!element) {
|
|
188
|
-
return
|
|
159
|
+
return {
|
|
160
|
+
wasFound: false,
|
|
161
|
+
actual: ''
|
|
162
|
+
};
|
|
189
163
|
}
|
|
190
|
-
return
|
|
164
|
+
return {
|
|
165
|
+
wasFound: true,
|
|
166
|
+
actual: element.textContent
|
|
167
|
+
};
|
|
191
168
|
};
|
|
192
169
|
const toHaveAttribute$1 = (locator, {
|
|
193
170
|
key,
|
|
@@ -197,20 +174,26 @@ const toHaveAttribute$1 = (locator, {
|
|
|
197
174
|
nth: locator._nth,
|
|
198
175
|
hasText: locator._hasText
|
|
199
176
|
});
|
|
200
|
-
const locatorString = printLocator(locator);
|
|
201
177
|
if (!element) {
|
|
202
|
-
return
|
|
178
|
+
return {
|
|
179
|
+
wasFound: false,
|
|
180
|
+
actual: ''
|
|
181
|
+
};
|
|
203
182
|
}
|
|
204
183
|
const actual = element.getAttribute(key);
|
|
205
|
-
return
|
|
184
|
+
return {
|
|
185
|
+
wasFound: false,
|
|
186
|
+
actual
|
|
187
|
+
};
|
|
206
188
|
};
|
|
207
189
|
const toHaveCount = (locator, {
|
|
208
190
|
count
|
|
209
191
|
}) => {
|
|
210
|
-
const locatorString = printLocator(locator);
|
|
211
192
|
const elements = querySelector(locator._selector);
|
|
212
193
|
const actualCount = elements.length;
|
|
213
|
-
return
|
|
194
|
+
return {
|
|
195
|
+
actual: actualCount
|
|
196
|
+
};
|
|
214
197
|
};
|
|
215
198
|
const stringifyElement = element => {
|
|
216
199
|
if (element.id) {
|
|
@@ -225,76 +208,74 @@ const stringifyElement = element => {
|
|
|
225
208
|
return element.tagName;
|
|
226
209
|
};
|
|
227
210
|
const toBeFocused$1 = locator => {
|
|
228
|
-
const locatorString = printLocator(locator);
|
|
229
211
|
const {
|
|
230
212
|
activeElement
|
|
231
213
|
} = document;
|
|
232
214
|
const stringifiedActiveElement = stringifyElement(activeElement);
|
|
233
|
-
return
|
|
215
|
+
return {
|
|
216
|
+
actual: stringifiedActiveElement
|
|
217
|
+
};
|
|
234
218
|
};
|
|
235
219
|
const toHaveClass$1 = (locator, {
|
|
236
220
|
className
|
|
237
221
|
}) => {
|
|
238
222
|
const [element] = querySelector(locator._selector);
|
|
239
|
-
const locatorString = printLocator(locator);
|
|
240
223
|
if (!element) {
|
|
241
|
-
return
|
|
224
|
+
return {
|
|
225
|
+
wasFound: false,
|
|
226
|
+
actual: ''
|
|
227
|
+
};
|
|
242
228
|
}
|
|
243
|
-
return
|
|
229
|
+
return {
|
|
230
|
+
wasFound: true,
|
|
231
|
+
actual: className
|
|
232
|
+
};
|
|
244
233
|
};
|
|
245
|
-
const toHaveId$1 =
|
|
246
|
-
id
|
|
247
|
-
}) => {
|
|
234
|
+
const toHaveId$1 = locator => {
|
|
248
235
|
const [element] = querySelector(locator._selector);
|
|
249
|
-
const locatorString = printLocator(locator);
|
|
250
236
|
if (!element) {
|
|
251
|
-
return
|
|
237
|
+
return {
|
|
238
|
+
wasFound: false,
|
|
239
|
+
actual: ''
|
|
240
|
+
};
|
|
252
241
|
}
|
|
253
|
-
return
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
return `expected ${locatorString} to be hidden`;
|
|
242
|
+
return {
|
|
243
|
+
wasFound: true,
|
|
244
|
+
actual: element.id
|
|
245
|
+
};
|
|
258
246
|
};
|
|
259
247
|
const toHaveCss$1 = (locator, {
|
|
260
|
-
key
|
|
261
|
-
value
|
|
248
|
+
key
|
|
262
249
|
}) => {
|
|
263
250
|
const [element] = querySelector(locator._selector);
|
|
264
|
-
const locatorString = printLocator(locator);
|
|
265
251
|
if (!element) {
|
|
266
|
-
return
|
|
252
|
+
return {
|
|
253
|
+
wasFound: false,
|
|
254
|
+
actual: ''
|
|
255
|
+
};
|
|
267
256
|
}
|
|
268
257
|
const style = getComputedStyle(element);
|
|
269
258
|
const actual = style[key];
|
|
270
|
-
return
|
|
259
|
+
return {
|
|
260
|
+
wasFound: true,
|
|
261
|
+
actual
|
|
262
|
+
};
|
|
271
263
|
};
|
|
272
264
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
case 'toHaveId':
|
|
288
|
-
return toHaveId$1;
|
|
289
|
-
case 'toBeHidden':
|
|
290
|
-
return toBeHidden;
|
|
291
|
-
case 'toHaveCss':
|
|
292
|
-
return toHaveCss$1;
|
|
293
|
-
case 'toHaveClass':
|
|
294
|
-
return toHaveClass$1;
|
|
295
|
-
default:
|
|
296
|
-
throw new Error(`unexpected function name ${fnName}`);
|
|
297
|
-
}
|
|
265
|
+
var ConditionValues = /*#__PURE__*/Object.freeze({
|
|
266
|
+
__proto__: null,
|
|
267
|
+
toBeFocused: toBeFocused$1,
|
|
268
|
+
toHaveAttribute: toHaveAttribute$1,
|
|
269
|
+
toHaveClass: toHaveClass$1,
|
|
270
|
+
toHaveCount: toHaveCount,
|
|
271
|
+
toHaveCss: toHaveCss$1,
|
|
272
|
+
toHaveId: toHaveId$1,
|
|
273
|
+
toHaveText: toHaveText$1
|
|
274
|
+
});
|
|
275
|
+
|
|
276
|
+
const checkConditionError = (fnName, ...params) => {
|
|
277
|
+
const fn = ConditionValues[fnName];
|
|
278
|
+
return fn(...params);
|
|
298
279
|
};
|
|
299
280
|
|
|
300
281
|
const toBeVisible = element => {
|
|
@@ -419,15 +400,17 @@ const checkSingleElementCondition = async (locator, fnName, options) => {
|
|
|
419
400
|
if (element) {
|
|
420
401
|
const successful = fn(element, options);
|
|
421
402
|
if (successful) {
|
|
422
|
-
return
|
|
403
|
+
return {
|
|
404
|
+
error: false
|
|
405
|
+
};
|
|
423
406
|
}
|
|
424
407
|
}
|
|
425
408
|
await waitForMutation(100);
|
|
426
409
|
currentTime = getTimeStamp();
|
|
427
410
|
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
411
|
+
return {
|
|
412
|
+
error: true
|
|
413
|
+
};
|
|
431
414
|
};
|
|
432
415
|
|
|
433
416
|
const createObjectUrl = blob => {
|
|
@@ -584,6 +567,7 @@ const performAction = async (locator, fnName, options) => {
|
|
|
584
567
|
const testCommandMap = {
|
|
585
568
|
createObjectUrl: createObjectUrl,
|
|
586
569
|
'TestFrameWork.performAction': performAction,
|
|
570
|
+
'TestFrameWork.checkConditionError': checkConditionError,
|
|
587
571
|
'TestFrameWork.checkSingleElementCondition': checkSingleElementCondition
|
|
588
572
|
};
|
|
589
573
|
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"display_override": ["window-controls-overlay", "minimal-ui"],
|
|
12
12
|
"icons": [
|
|
13
13
|
{
|
|
14
|
-
"src": "/
|
|
14
|
+
"src": "/c54f71c/icons/pwa-icon-192.png",
|
|
15
15
|
"type": "image/png",
|
|
16
16
|
"sizes": "192x192",
|
|
17
17
|
"purpose": "any maskable"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"src": "/
|
|
20
|
+
"src": "/c54f71c/icons/pwa-icon-512.png",
|
|
21
21
|
"type": "image/png",
|
|
22
22
|
"sizes": "512x512",
|
|
23
23
|
"purpose": "any maskable"
|
|
@@ -1340,9 +1340,9 @@ const getBrowser = () => {
|
|
|
1340
1340
|
return `${navigator.userAgent}`;
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
|
-
const version = '0.
|
|
1344
|
-
const commit = '
|
|
1345
|
-
const date = '2025-
|
|
1343
|
+
const version = '0.51.1';
|
|
1344
|
+
const commit = 'c54f71c';
|
|
1345
|
+
const date = '2025-05-03T12:11:57.000Z';
|
|
1346
1346
|
const getElectronVersion = () => {
|
|
1347
1347
|
return invoke('Process.getElectronVersion');
|
|
1348
1348
|
};
|
|
@@ -1359,7 +1359,7 @@ const getCommit = () => {
|
|
|
1359
1359
|
return commit;
|
|
1360
1360
|
};
|
|
1361
1361
|
const getV8Version = () => {
|
|
1362
|
-
return '';
|
|
1362
|
+
return invoke('Process.getV8Version');
|
|
1363
1363
|
};
|
|
1364
1364
|
const getDate = () => {
|
|
1365
1365
|
return date;
|