@lvce-editor/static-server 0.45.8 → 0.45.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1839 -1797
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{85b69da → b53ee00}/css/App.css +89 -83
- package/static/b53ee00/css/parts/InputBadge.css +19 -0
- package/static/{85b69da → b53ee00}/css/parts/KeyBindingsHeader.css +12 -3
- package/static/{85b69da → b53ee00}/extensions/builtin.vscode-icons/icon-theme.json +132 -6
- package/static/b53ee00/file-icons/file_type_agda.svg +1 -0
- package/static/b53ee00/file-icons/file_type_angular.svg +1 -0
- package/static/b53ee00/file-icons/file_type_bak.svg +1 -0
- package/static/b53ee00/file-icons/file_type_blender.svg +1 -0
- package/static/b53ee00/file-icons/file_type_codemagic.svg +1 -0
- package/static/b53ee00/file-icons/file_type_copilot.svg +1 -0
- package/static/b53ee00/file-icons/file_type_css2.svg +1 -0
- package/static/b53ee00/file-icons/file_type_css2map.svg +1 -0
- package/static/b53ee00/file-icons/file_type_cursorrules.svg +1 -0
- package/static/b53ee00/file-icons/file_type_docusaurus.svg +1 -0
- package/static/b53ee00/file-icons/file_type_fastly.svg +1 -0
- package/static/b53ee00/file-icons/file_type_gltf.svg +1 -0
- package/static/b53ee00/file-icons/file_type_histoire.svg +1 -0
- package/static/b53ee00/file-icons/file_type_hugo.svg +1 -0
- package/static/b53ee00/file-icons/file_type_just.svg +1 -0
- package/static/b53ee00/file-icons/file_type_lark.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_agda.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_copilot.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_lark.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_mypy.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_next.svg +1 -0
- package/static/b53ee00/file-icons/file_type_light_yaml.svg +1 -0
- package/static/b53ee00/file-icons/file_type_mypy.svg +1 -0
- package/static/b53ee00/file-icons/file_type_next.svg +1 -0
- package/static/b53ee00/file-icons/file_type_npmpackagejsonlint.svg +1 -0
- package/static/b53ee00/file-icons/file_type_opentofu.svg +1 -0
- package/static/b53ee00/file-icons/file_type_oxlint.svg +1 -0
- package/static/b53ee00/file-icons/file_type_purgecss.svg +1 -0
- package/static/b53ee00/file-icons/file_type_pytest.svg +1 -0
- package/static/b53ee00/file-icons/file_type_seedkit.svg +1 -0
- package/static/b53ee00/file-icons/file_type_taplo.svg +1 -0
- package/static/b53ee00/file-icons/file_type_weblate.svg +1 -0
- package/static/b53ee00/file-icons/file_type_yaml.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_css.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_css_opened.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_light_mypy.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_light_mypy_opened.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_mypy.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_mypy_opened.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_netlify.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_netlify_opened.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_pytest.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_pytest_opened.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_seedkit.svg +1 -0
- package/static/b53ee00/file-icons/folder_type_seedkit_opened.svg +1 -0
- package/static/b53ee00/icons/sort-precedence.svg +1 -0
- package/static/{85b69da → b53ee00}/manifest.json +2 -2
- package/static/{85b69da → b53ee00}/packages/about-view-worker/dist/aboutWorkerMain.js +57 -14
- package/static/{85b69da → b53ee00}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +53 -17
- package/static/{85b69da → b53ee00}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{85b69da → b53ee00}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{85b69da → b53ee00}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{85b69da → b53ee00}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +446 -140
- package/static/{85b69da → b53ee00}/packages/renderer-process/dist/rendererProcessMain.js +108 -256
- package/static/{85b69da → b53ee00}/packages/renderer-process/package.json +1 -1
- package/static/{85b69da → b53ee00}/packages/renderer-worker/dist/rendererWorkerMain.js +346 -549
- package/static/{85b69da → b53ee00}/packages/test-worker/dist/testWorkerMain.js +21 -1
- package/static/{85b69da → b53ee00}/packages/text-search-worker/dist/textSearchWorkerMain.js +135 -103
- package/static/index.html +4 -4
- package/static/85b69da/file-icons/file_type_angular.svg +0 -1
- package/static/85b69da/file-icons/file_type_light_next.svg +0 -1
- package/static/85b69da/file-icons/file_type_light_yaml.svg +0 -1
- package/static/85b69da/file-icons/file_type_next.svg +0 -1
- package/static/85b69da/file-icons/file_type_yaml.svg +0 -1
- /package/static/{85b69da → b53ee00}/config/colorTheme.json +0 -0
- /package/static/{85b69da → b53ee00}/config/defaultSettings.json +0 -0
- /package/static/{85b69da → b53ee00}/config/fileMap.json +0 -0
- /package/static/{85b69da → b53ee00}/config/webExtensions.json +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Animation.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/DebugButtons.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/DebugValue.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/E2eTest.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/E2eTests.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/EditorHover.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/EditorMessage.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/FeatureContent.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Features.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ImagePreview.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Key.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Markdown.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Progress.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Select.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/Table.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletAbout.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletDialog.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletMedia.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletOutput.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletPanel.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletPdf.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletProblems.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletReferences.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletSearch.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletStorage.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{85b69da → b53ee00}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{85b69da → b53ee00}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/default_file.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/default_folder.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/default_root_folder.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_access.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_access2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ada.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ai.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_al.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_apache.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_apex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_apib.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_apl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_asp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_astro.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_atom.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ats.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_attw.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_audio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_avif.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_avro.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_awk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_aws.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_azure.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_babel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bat.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bats.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_biml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_binary.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_biome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_blade.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bower.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_buf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bun.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_c.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_c2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_c3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_casc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cert.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_chef.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_class.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_compass.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_composer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_conan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_conda.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_config.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_craco.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_css.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_cython.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_db.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_debian.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_deno.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_diff.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_django.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_docker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_docz.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_drone.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_drools.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_edge.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_elm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ember.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eps.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_epub.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_erb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_excel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_expo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fla.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flash.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flow.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_font.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_funding.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_galen.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_git.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_git2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_glide.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_godot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_grain.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_helix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_helm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_host.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_html.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_http.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_husky.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_icl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_idris.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_image.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_imba.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_inc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_informix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ini.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ink.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_io.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_janet.svg +0 -0
- /package/static/{85b69da/file-icons/file_type_java.svg → b53ee00/file-icons/file_type_jar.svg} +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{85b69da/file-icons/file_type_jar.svg → b53ee00/file-icons/file_type_java.svg} +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_json.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_json2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_json5.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_juice.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_julia.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_k.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_karma.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_key.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kite.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_knip.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kos.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_latino.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_layout.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_less.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_liara.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_license.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lime.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_locale.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_log.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lua.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_luau.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_lync.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_map.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_marko.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_maven.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_maya.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_meson.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_motif.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mson.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nim.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_noc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_node.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_node2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_npm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_org.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_package.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_paket.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_patch.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_perl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_php.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_php2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_php3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pine.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pip.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pony.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_postman.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_preact.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_progress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pug.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_python.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_q.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_qml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_r.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_racket.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rails.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_raku.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_raml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_razor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_reason.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_red.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_registry.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rego.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_remark.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_replit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_retext.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_riot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_robots.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rome.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ron.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rust.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sails.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_san.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sas.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sass.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_scala.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_script.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_scss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_shell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sino.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_slang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_slice.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_slim.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_slint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sln.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_snort.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_source.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_spin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sst.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stata.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_style.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_styled.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_svg.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_swc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_swift.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_swig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_teal.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_templ.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tera.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_test.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_testts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_text.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_textile.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_todo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_toit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_toml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tox.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_travis.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tree.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tres.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_twig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_unison.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vala.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vash.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vba.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vento.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_video.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_view.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vim.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vite.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_volt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vue.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wally.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_windi.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_word.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_word2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xib.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yang.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_zig.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_zip.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_android.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_api.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_app.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_client.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_common.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_component.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_config.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{85b69da/file-icons/folder_type_css.svg → b53ee00/file-icons/folder_type_css2.svg} +0 -0
- /package/static/{85b69da/file-icons/folder_type_css_opened.svg → b53ee00/file-icons/folder_type_css2_opened.svg} +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_db.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_git.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_github.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_images.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_include.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_js.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_json.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_less.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_library.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_log.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_model.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_module.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_next.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_node.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_package.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_php.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_private.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_public.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_python.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_route.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_script.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_server.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_services.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_src.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_story.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_style.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_template.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_test.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_video.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_view.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_www.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{85b69da → b53ee00}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{85b69da → b53ee00}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{85b69da → b53ee00}/icons/add.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/arrow-down.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/arrow-left.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/arrow-right.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/arrow-up.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/blank.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/book.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/case-sensitive.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/check.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chevron-down.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chevron-left.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chevron-right.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chevron-up.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chrome-close.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chrome-maximize.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chrome-minimize.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/chrome-restore.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/circle-filled.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/clear-all.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/close.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/cloud.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/collapse-all.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-all.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-alt-2.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-alt-small.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-alt.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-console.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-continue-small.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-continue.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-coverage.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-disconnect.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-line-by-line.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-pause.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-rerun.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-restart-frame.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-restart.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-stackframe.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-start.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-step-back.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-step-into.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-step-out.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-step-over.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug-stop.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/debug.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/discard.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/edit.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/ellipsis.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/error.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/exclude.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{85b69da → b53ee00}/icons/extensions.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/files.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/filter.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/go-to-file.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/icon-close.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/icon-source-control.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/icon-sync.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/icon.png +0 -0
- /package/static/{85b69da → b53ee00}/icons/icon.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/info.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/language-icon.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/link-external.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/list-flat.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/list-tree.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/new-file.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/new-folder.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/newline.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/open-preview.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/play.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/preserve-case.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/progress.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/pwa-icon-192.png +0 -0
- /package/static/{85b69da → b53ee00}/icons/pwa-icon-512.png +0 -0
- /package/static/{85b69da → b53ee00}/icons/record-keys.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/refresh.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/regex.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/remove.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/replace-all.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/replace.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/run-all.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/search.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/settings-gear.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/source-control.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/split-horizontal.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/squiggly-error.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/squiggly-warning.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-array.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-boolean.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-class.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-color.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-constant.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-enum-member.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-enum.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-event.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-field.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-file.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-interface.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-key.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-keyword.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-method.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-misc.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-namespace.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-numeric.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-operator.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-parameter.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-property.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-ruler.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-snippet.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-string.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-structure.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/symbol-variable.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/tag.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/terminal-bash.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/terminal.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/theme-icon.png +0 -0
- /package/static/{85b69da → b53ee00}/icons/trash.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/triangle-down.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/triangle-left.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/triangle-right.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/triangle-up.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/warning.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/whole-word.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/zoom-in.svg +0 -0
- /package/static/{85b69da → b53ee00}/icons/zoom-out.svg +0 -0
- /package/static/{85b69da → b53ee00}/js/babel-parser.js +0 -0
- /package/static/{85b69da → b53ee00}/js/blob-util.js +0 -0
- /package/static/{85b69da → b53ee00}/js/ky.js +0 -0
- /package/static/{85b69da → b53ee00}/js/lvce-editor-import-script.js +0 -0
- /package/static/{85b69da → b53ee00}/js/lvce-editor-ipc.js +0 -0
- /package/static/{85b69da → b53ee00}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{85b69da → b53ee00}/js/lvce-editor-verror.js +0 -0
- /package/static/{85b69da → b53ee00}/js/p-min-delay.js +0 -0
- /package/static/{85b69da → b53ee00}/js/pretty-bytes.js +0 -0
- /package/static/{85b69da → b53ee00}/js/preview-injected.js +0 -0
- /package/static/{85b69da → b53ee00}/js/yoctodelay.js +0 -0
- /package/static/{85b69da → b53ee00}/lib-css/termterm.css +0 -0
- /package/static/{85b69da → b53ee00}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{85b69da → b53ee00}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/renderer-process/LICENSE +0 -0
- /package/static/{85b69da → b53ee00}/packages/renderer-process/README.md +0 -0
- /package/static/{85b69da → b53ee00}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.cpp +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.css +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.csv +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.dart +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.env +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.ex +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.html +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.java +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.jl +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.js +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.json +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.kt +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.pl +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.py +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/index.ts +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/scrolling.txt +0 -0
- /package/static/{85b69da → b53ee00}/playground/languages/tsconfig.json +0 -0
- /package/static/{85b69da → b53ee00}/playground/sample-folder/a.txt +0 -0
- /package/static/{85b69da → b53ee00}/playground/sample-folder/b.txt +0 -0
- /package/static/{85b69da → b53ee00}/playground/sample-folder/c.txt +0 -0
|
@@ -11,20 +11,29 @@
|
|
|
11
11
|
height: 30px;
|
|
12
12
|
contain: strict;
|
|
13
13
|
flex: 1;
|
|
14
|
+
display: flex;
|
|
15
|
+
background: var(--InputBoxBackground);
|
|
16
|
+
border: 1px solid var(--InputBoxBorder, rgb(55, 65, 63));
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
.KeyBindingsSearchInputBox {
|
|
17
20
|
height: 100%;
|
|
18
|
-
width: 100%;
|
|
19
21
|
margin: 0;
|
|
20
22
|
border: none;
|
|
21
23
|
outline: none;
|
|
22
24
|
background: var(--InputBoxBackground);
|
|
23
|
-
border: 1px solid var(--InputBoxBorder, rgb(55, 65, 63));
|
|
24
25
|
padding: 4px 6px;
|
|
25
|
-
color: var(--InputBoxForeground);
|
|
26
26
|
font-size: 14px;
|
|
27
27
|
contain: strict;
|
|
28
|
+
color: var(--InputBoxForeground);
|
|
29
|
+
flex: 1;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.KeyBindingsSearchActions {
|
|
33
|
+
display: flex;
|
|
34
|
+
contain: content;
|
|
35
|
+
gap: 10px;
|
|
36
|
+
padding-right: 10px;
|
|
28
37
|
}
|
|
29
38
|
|
|
30
39
|
/* clears the 'X' from Chrome */
|
|
@@ -202,10 +202,16 @@
|
|
|
202
202
|
"_fd_mojo_open": "/file-icons/folder_type_mojo_opened.svg",
|
|
203
203
|
"_fd_mongodb": "/file-icons/folder_type_mongodb.svg",
|
|
204
204
|
"_fd_mongodb_open": "/file-icons/folder_type_mongodb_opened.svg",
|
|
205
|
+
"_fd_mypy": "/file-icons/folder_type_mypy.svg",
|
|
206
|
+
"_fd_mypy_open": "/file-icons/folder_type_mypy_opened.svg",
|
|
207
|
+
"_fd_light_mypy": "/file-icons/folder_type_light_mypy.svg",
|
|
208
|
+
"_fd_light_mypy_open": "/file-icons/folder_type_light_mypy_opened.svg",
|
|
205
209
|
"_fd_mysql": "/file-icons/folder_type_mysql.svg",
|
|
206
210
|
"_fd_mysql_open": "/file-icons/folder_type_mysql_opened.svg",
|
|
207
211
|
"_fd_light_mysql": "/file-icons/folder_type_light_mysql.svg",
|
|
208
212
|
"_fd_light_mysql_open": "/file-icons/folder_type_light_mysql_opened.svg",
|
|
213
|
+
"_fd_netlify": "/file-icons/folder_type_netlify.svg",
|
|
214
|
+
"_fd_netlify_open": "/file-icons/folder_type_netlify_opened.svg",
|
|
209
215
|
"_fd_next": "/file-icons/folder_type_next.svg",
|
|
210
216
|
"_fd_next_open": "/file-icons/folder_type_next_opened.svg",
|
|
211
217
|
"_fd_nginx": "/file-icons/folder_type_nginx.svg",
|
|
@@ -240,6 +246,8 @@
|
|
|
240
246
|
"_fd_private_open": "/file-icons/folder_type_private_opened.svg",
|
|
241
247
|
"_fd_public": "/file-icons/folder_type_public.svg",
|
|
242
248
|
"_fd_public_open": "/file-icons/folder_type_public_opened.svg",
|
|
249
|
+
"_fd_pytest": "/file-icons/folder_type_pytest.svg",
|
|
250
|
+
"_fd_pytest_open": "/file-icons/folder_type_pytest_opened.svg",
|
|
243
251
|
"_fd_python": "/file-icons/folder_type_python.svg",
|
|
244
252
|
"_fd_python_open": "/file-icons/folder_type_python_opened.svg",
|
|
245
253
|
"_fd_ravendb": "/file-icons/folder_type_ravendb.svg",
|
|
@@ -258,6 +266,8 @@
|
|
|
258
266
|
"_fd_light_sass_open": "/file-icons/folder_type_light_sass_opened.svg",
|
|
259
267
|
"_fd_script": "/file-icons/folder_type_script.svg",
|
|
260
268
|
"_fd_script_open": "/file-icons/folder_type_script_opened.svg",
|
|
269
|
+
"_fd_seedkit": "/file-icons/folder_type_seedkit.svg",
|
|
270
|
+
"_fd_seedkit_open": "/file-icons/folder_type_seedkit_opened.svg",
|
|
261
271
|
"_fd_server": "/file-icons/folder_type_server.svg",
|
|
262
272
|
"_fd_server_open": "/file-icons/folder_type_server_opened.svg",
|
|
263
273
|
"_fd_services": "/file-icons/folder_type_services.svg",
|
|
@@ -335,6 +345,8 @@
|
|
|
335
345
|
"_f_affinitydesigner": "/file-icons/file_type_affinitydesigner.svg",
|
|
336
346
|
"_f_affinityphoto": "/file-icons/file_type_affinityphoto.svg",
|
|
337
347
|
"_f_affinitypublisher": "/file-icons/file_type_affinitypublisher.svg",
|
|
348
|
+
"_f_agda": "/file-icons/file_type_agda.svg",
|
|
349
|
+
"_f_light_agda": "/file-icons/file_type_light_agda.svg",
|
|
338
350
|
"_f_ai": "/file-icons/file_type_ai.svg",
|
|
339
351
|
"_f_al": "/file-icons/file_type_al.svg",
|
|
340
352
|
"_f_al_dal": "/file-icons/file_type_al_dal.svg",
|
|
@@ -378,6 +390,7 @@
|
|
|
378
390
|
"_f_azurepipelines": "/file-icons/file_type_azurepipelines.svg",
|
|
379
391
|
"_f_babel": "/file-icons/file_type_babel.svg",
|
|
380
392
|
"_f_light_babel": "/file-icons/file_type_light_babel.svg",
|
|
393
|
+
"_f_bak": "/file-icons/file_type_bak.svg",
|
|
381
394
|
"_f_ballerina": "/file-icons/file_type_ballerina.svg",
|
|
382
395
|
"_f_bat": "/file-icons/file_type_bat.svg",
|
|
383
396
|
"_f_bats": "/file-icons/file_type_bats.svg",
|
|
@@ -393,6 +406,7 @@
|
|
|
393
406
|
"_f_bitbucketpipeline": "/file-icons/file_type_bitbucketpipeline.svg",
|
|
394
407
|
"_f_bithound": "/file-icons/file_type_bithound.svg",
|
|
395
408
|
"_f_blade": "/file-icons/file_type_blade.svg",
|
|
409
|
+
"_f_blender": "/file-icons/file_type_blender.svg",
|
|
396
410
|
"_f_blitzbasic": "/file-icons/file_type_blitzbasic.svg",
|
|
397
411
|
"_f_bolt": "/file-icons/file_type_bolt.svg",
|
|
398
412
|
"_f_bosque": "/file-icons/file_type_bosque.svg",
|
|
@@ -439,6 +453,7 @@
|
|
|
439
453
|
"_f_light_codeclimate": "/file-icons/file_type_light_codeclimate.svg",
|
|
440
454
|
"_f_codecov": "/file-icons/file_type_codecov.svg",
|
|
441
455
|
"_f_codekit": "/file-icons/file_type_codekit.svg",
|
|
456
|
+
"_f_codemagic": "/file-icons/file_type_codemagic.svg",
|
|
442
457
|
"_f_codeowners": "/file-icons/file_type_codeowners.svg",
|
|
443
458
|
"_f_light_codeowners": "/file-icons/file_type_light_codeowners.svg",
|
|
444
459
|
"_f_codeql": "/file-icons/file_type_codeql.svg",
|
|
@@ -454,6 +469,8 @@
|
|
|
454
469
|
"_f_config": "/file-icons/file_type_config.svg",
|
|
455
470
|
"_f_light_config": "/file-icons/file_type_light_config.svg",
|
|
456
471
|
"_f_confluence": "/file-icons/file_type_confluence.svg",
|
|
472
|
+
"_f_copilot": "/file-icons/file_type_copilot.svg",
|
|
473
|
+
"_f_light_copilot": "/file-icons/file_type_light_copilot.svg",
|
|
457
474
|
"_f_coverage": "/file-icons/file_type_coverage.svg",
|
|
458
475
|
"_f_coveralls": "/file-icons/file_type_coveralls.svg",
|
|
459
476
|
"_f_cpp": "/file-icons/file_type_cpp.svg",
|
|
@@ -471,6 +488,7 @@
|
|
|
471
488
|
"_f_cssmap": "/file-icons/file_type_cssmap.svg",
|
|
472
489
|
"_f_cucumber": "/file-icons/file_type_cucumber.svg",
|
|
473
490
|
"_f_cuda": "/file-icons/file_type_cuda.svg",
|
|
491
|
+
"_f_cursorrules": "/file-icons/file_type_cursorrules.svg",
|
|
474
492
|
"_f_cvs": "/file-icons/file_type_cvs.svg",
|
|
475
493
|
"_f_cypress": "/file-icons/file_type_cypress.svg",
|
|
476
494
|
"_f_light_cypress": "/file-icons/file_type_light_cypress.svg",
|
|
@@ -501,6 +519,7 @@
|
|
|
501
519
|
"_f_dockertest": "/file-icons/file_type_dockertest.svg",
|
|
502
520
|
"_f_docpad": "/file-icons/file_type_docpad.svg",
|
|
503
521
|
"_f_light_docpad": "/file-icons/file_type_light_docpad.svg",
|
|
522
|
+
"_f_docusaurus": "/file-icons/file_type_docusaurus.svg",
|
|
504
523
|
"_f_docz": "/file-icons/file_type_docz.svg",
|
|
505
524
|
"_f_dojo": "/file-icons/file_type_dojo.svg",
|
|
506
525
|
"_f_doppler": "/file-icons/file_type_doppler.svg",
|
|
@@ -545,6 +564,7 @@
|
|
|
545
564
|
"_f_light_expo": "/file-icons/file_type_light_expo.svg",
|
|
546
565
|
"_f_falcon": "/file-icons/file_type_falcon.svg",
|
|
547
566
|
"_f_fantasticon": "/file-icons/file_type_fantasticon.svg",
|
|
567
|
+
"_f_fastly": "/file-icons/file_type_fastly.svg",
|
|
548
568
|
"_f_fauna": "/file-icons/file_type_fauna.svg",
|
|
549
569
|
"_f_favicon": "/file-icons/file_type_favicon.svg",
|
|
550
570
|
"_f_fbx": "/file-icons/file_type_fbx.svg",
|
|
@@ -593,6 +613,7 @@
|
|
|
593
613
|
"_f_glide": "/file-icons/file_type_glide.svg",
|
|
594
614
|
"_f_glitter": "/file-icons/file_type_glitter.svg",
|
|
595
615
|
"_f_glsl": "/file-icons/file_type_glsl.svg",
|
|
616
|
+
"_f_gltf": "/file-icons/file_type_gltf.svg",
|
|
596
617
|
"_f_glyphs": "/file-icons/file_type_glyphs.svg",
|
|
597
618
|
"_f_gnu": "/file-icons/file_type_gnu.svg",
|
|
598
619
|
"_f_gnuplot": "/file-icons/file_type_gnuplot.svg",
|
|
@@ -625,6 +646,7 @@
|
|
|
625
646
|
"_f_haxedevelop": "/file-icons/file_type_haxedevelop.svg",
|
|
626
647
|
"_f_helix": "/file-icons/file_type_helix.svg",
|
|
627
648
|
"_f_helm": "/file-icons/file_type_helm.svg",
|
|
649
|
+
"_f_histoire": "/file-icons/file_type_histoire.svg",
|
|
628
650
|
"_f_hjson": "/file-icons/file_type_hjson.svg",
|
|
629
651
|
"_f_light_hjson": "/file-icons/file_type_light_hjson.svg",
|
|
630
652
|
"_f_hlsl": "/file-icons/file_type_hlsl.svg",
|
|
@@ -635,6 +657,7 @@
|
|
|
635
657
|
"_f_htmlhint": "/file-icons/file_type_htmlhint.svg",
|
|
636
658
|
"_f_htmlvalidate": "/file-icons/file_type_htmlvalidate.svg",
|
|
637
659
|
"_f_http": "/file-icons/file_type_http.svg",
|
|
660
|
+
"_f_hugo": "/file-icons/file_type_hugo.svg",
|
|
638
661
|
"_f_humanstxt": "/file-icons/file_type_humanstxt.svg",
|
|
639
662
|
"_f_hunspell": "/file-icons/file_type_hunspell.svg",
|
|
640
663
|
"_f_husky": "/file-icons/file_type_husky.svg",
|
|
@@ -694,6 +717,7 @@
|
|
|
694
717
|
"_f_juice": "/file-icons/file_type_juice.svg",
|
|
695
718
|
"_f_julia": "/file-icons/file_type_julia.svg",
|
|
696
719
|
"_f_jupyter": "/file-icons/file_type_jupyter.svg",
|
|
720
|
+
"_f_just": "/file-icons/file_type_just.svg",
|
|
697
721
|
"_f_k": "/file-icons/file_type_k.svg",
|
|
698
722
|
"_f_karma": "/file-icons/file_type_karma.svg",
|
|
699
723
|
"_f_key": "/file-icons/file_type_key.svg",
|
|
@@ -706,6 +730,8 @@
|
|
|
706
730
|
"_f_kotlin": "/file-icons/file_type_kotlin.svg",
|
|
707
731
|
"_f_kusto": "/file-icons/file_type_kusto.svg",
|
|
708
732
|
"_f_language_configuration": "/file-icons/file_type_language_configuration.svg",
|
|
733
|
+
"_f_lark": "/file-icons/file_type_lark.svg",
|
|
734
|
+
"_f_light_lark": "/file-icons/file_type_light_lark.svg",
|
|
709
735
|
"_f_latino": "/file-icons/file_type_latino.svg",
|
|
710
736
|
"_f_layout": "/file-icons/file_type_layout.svg",
|
|
711
737
|
"_f_lerna": "/file-icons/file_type_lerna.svg",
|
|
@@ -781,6 +807,8 @@
|
|
|
781
807
|
"_f_mvt": "/file-icons/file_type_mvt.svg",
|
|
782
808
|
"_f_mvtcss": "/file-icons/file_type_mvtcss.svg",
|
|
783
809
|
"_f_mvtjs": "/file-icons/file_type_mvtjs.svg",
|
|
810
|
+
"_f_mypy": "/file-icons/file_type_mypy.svg",
|
|
811
|
+
"_f_light_mypy": "/file-icons/file_type_light_mypy.svg",
|
|
784
812
|
"_f_ndst": "/file-icons/file_type_ndst.svg",
|
|
785
813
|
"_f_nearly": "/file-icons/file_type_nearly.svg",
|
|
786
814
|
"_f_neo4j": "/file-icons/file_type_neo4j.svg",
|
|
@@ -802,6 +830,7 @@
|
|
|
802
830
|
"_f_node": "/file-icons/file_type_node.svg",
|
|
803
831
|
"_f_nodemon": "/file-icons/file_type_nodemon.svg",
|
|
804
832
|
"_f_npm": "/file-icons/file_type_npm.svg",
|
|
833
|
+
"_f_npmpackagejsonlint": "/file-icons/file_type_npmpackagejsonlint.svg",
|
|
805
834
|
"_f_nsi": "/file-icons/file_type_nsi.svg",
|
|
806
835
|
"_f_nsri": "/file-icons/file_type_nsri.svg",
|
|
807
836
|
"_f_nsri-integrity": "/file-icons/file_type_nsri-integrity.svg",
|
|
@@ -824,9 +853,11 @@
|
|
|
824
853
|
"_f_light_openHAB": "/file-icons/file_type_light_openHAB.svg",
|
|
825
854
|
"_f_opencl": "/file-icons/file_type_opencl.svg",
|
|
826
855
|
"_f_openscad": "/file-icons/file_type_openscad.svg",
|
|
856
|
+
"_f_opentofu": "/file-icons/file_type_opentofu.svg",
|
|
827
857
|
"_f_org": "/file-icons/file_type_org.svg",
|
|
828
858
|
"_f_outlook": "/file-icons/file_type_outlook.svg",
|
|
829
859
|
"_f_ovpn": "/file-icons/file_type_ovpn.svg",
|
|
860
|
+
"_f_oxlint": "/file-icons/file_type_oxlint.svg",
|
|
830
861
|
"_f_package": "/file-icons/file_type_package.svg",
|
|
831
862
|
"_f_paket": "/file-icons/file_type_paket.svg",
|
|
832
863
|
"_f_pandacss": "/file-icons/file_type_pandacss.svg",
|
|
@@ -895,9 +926,11 @@
|
|
|
895
926
|
"_f_puppet": "/file-icons/file_type_puppet.svg",
|
|
896
927
|
"_f_purescript": "/file-icons/file_type_purescript.svg",
|
|
897
928
|
"_f_light_purescript": "/file-icons/file_type_light_purescript.svg",
|
|
929
|
+
"_f_purgecss": "/file-icons/file_type_purgecss.svg",
|
|
898
930
|
"_f_pyenv": "/file-icons/file_type_pyenv.svg",
|
|
899
931
|
"_f_pyret": "/file-icons/file_type_pyret.svg",
|
|
900
932
|
"_f_pyscript": "/file-icons/file_type_pyscript.svg",
|
|
933
|
+
"_f_pytest": "/file-icons/file_type_pytest.svg",
|
|
901
934
|
"_f_python": "/file-icons/file_type_python.svg",
|
|
902
935
|
"_f_pythowo": "/file-icons/file_type_pythowo.svg",
|
|
903
936
|
"_f_pytyped": "/file-icons/file_type_pytyped.svg",
|
|
@@ -978,6 +1011,7 @@
|
|
|
978
1011
|
"_f_scss": "/file-icons/file_type_scss.svg",
|
|
979
1012
|
"_f_sdlang": "/file-icons/file_type_sdlang.svg",
|
|
980
1013
|
"_f_search_result": "/file-icons/file_type_search_result.svg",
|
|
1014
|
+
"_f_seedkit": "/file-icons/file_type_seedkit.svg",
|
|
981
1015
|
"_f_sentry": "/file-icons/file_type_sentry.svg",
|
|
982
1016
|
"_f_sequelize": "/file-icons/file_type_sequelize.svg",
|
|
983
1017
|
"_f_serverless": "/file-icons/file_type_serverless.svg",
|
|
@@ -1050,6 +1084,7 @@
|
|
|
1050
1084
|
"_f_t4tt": "/file-icons/file_type_t4tt.svg",
|
|
1051
1085
|
"_f_tailwind": "/file-icons/file_type_tailwind.svg",
|
|
1052
1086
|
"_f_tamagui": "/file-icons/file_type_tamagui.svg",
|
|
1087
|
+
"_f_taplo": "/file-icons/file_type_taplo.svg",
|
|
1053
1088
|
"_f_tauri": "/file-icons/file_type_tauri.svg",
|
|
1054
1089
|
"_f_tcl": "/file-icons/file_type_tcl.svg",
|
|
1055
1090
|
"_f_teal": "/file-icons/file_type_teal.svg",
|
|
@@ -1145,6 +1180,7 @@
|
|
|
1145
1180
|
"_f_wasm": "/file-icons/file_type_wasm.svg",
|
|
1146
1181
|
"_f_watchmanconfig": "/file-icons/file_type_watchmanconfig.svg",
|
|
1147
1182
|
"_f_wdio": "/file-icons/file_type_wdio.svg",
|
|
1183
|
+
"_f_weblate": "/file-icons/file_type_weblate.svg",
|
|
1148
1184
|
"_f_webpack": "/file-icons/file_type_webpack.svg",
|
|
1149
1185
|
"_f_wenyan": "/file-icons/file_type_wenyan.svg",
|
|
1150
1186
|
"_f_wercker": "/file-icons/file_type_wercker.svg",
|
|
@@ -1229,6 +1265,10 @@
|
|
|
1229
1265
|
".browserslistrc": "_f_browserslist",
|
|
1230
1266
|
"browserslist": "_f_browserslist",
|
|
1231
1267
|
".buckconfig": "_f_buckbuild",
|
|
1268
|
+
".bunfig.toml": "_f_bun",
|
|
1269
|
+
"bunfig.toml": "_f_bunfig",
|
|
1270
|
+
"bun.lockb": "_f_bun",
|
|
1271
|
+
"bun.lock": "_f_bun",
|
|
1232
1272
|
".bundlemonrc": "_f_bundlemon",
|
|
1233
1273
|
"bundlemon.config.js": "_f_bundlemon",
|
|
1234
1274
|
"bundlemon.config.mjs": "_f_bundlemon",
|
|
@@ -1241,7 +1281,6 @@
|
|
|
1241
1281
|
".bundlemonrc.yml": "_f_bundlemon",
|
|
1242
1282
|
"gemfile": "_f_bundler",
|
|
1243
1283
|
"gemfile.lock": "_f_bundler",
|
|
1244
|
-
"bunfig.toml": "_f_bunfig",
|
|
1245
1284
|
"capacitor.config.json": "_f_capacitor",
|
|
1246
1285
|
"cargo.toml": "_f_cargo",
|
|
1247
1286
|
"cargo.lock": "_f_cargo",
|
|
@@ -1263,6 +1302,7 @@
|
|
|
1263
1302
|
".config.codekit": "_f_codekit",
|
|
1264
1303
|
".config.codekit2": "_f_codekit",
|
|
1265
1304
|
".config.codekit3": "_f_codekit",
|
|
1305
|
+
"codemagic.yaml": "_f_codemagic",
|
|
1266
1306
|
"codeowners": "_f_codeowners",
|
|
1267
1307
|
".coderabbit.yaml": "_f_coderabbit",
|
|
1268
1308
|
"coffeelint.json": "_f_coffeelint",
|
|
@@ -1289,6 +1329,8 @@
|
|
|
1289
1329
|
"conanfile.py": "_f_conan",
|
|
1290
1330
|
".condarc": "_f_conda",
|
|
1291
1331
|
".tool-versions": "_f_config",
|
|
1332
|
+
"copilot-instructions.md": "_f_copilot",
|
|
1333
|
+
"github-copilot.xml": "_f_copilot",
|
|
1292
1334
|
".coverage": "_f_coverage",
|
|
1293
1335
|
"lcov.info": "_f_coverage",
|
|
1294
1336
|
".coveralls.yml": "_f_coveralls",
|
|
@@ -1316,6 +1358,7 @@
|
|
|
1316
1358
|
".cspell.yml": "_f_cspell",
|
|
1317
1359
|
".csscomb.json": "_f_csscomb",
|
|
1318
1360
|
".csslintrc": "_f_csslint",
|
|
1361
|
+
".cursorrules": "_f_cursorrules",
|
|
1319
1362
|
".cvsignore": "_f_cvs",
|
|
1320
1363
|
"cypress.json": "_f_cypress",
|
|
1321
1364
|
"cypress.env.json": "_f_cypress",
|
|
@@ -1359,6 +1402,12 @@
|
|
|
1359
1402
|
"docker-cloud.yaml": "_f_docker",
|
|
1360
1403
|
"docker-cloud.yml": "_f_docker",
|
|
1361
1404
|
"docker-compose.test.yml": "_f_dockertest",
|
|
1405
|
+
"docusaurus.config.ts": "_f_docusaurus",
|
|
1406
|
+
"docusaurus.config.mts": "_f_docusaurus",
|
|
1407
|
+
"docusaurus.config.cts": "_f_docusaurus",
|
|
1408
|
+
"docusaurus.config.js": "_f_docusaurus",
|
|
1409
|
+
"docusaurus.config.mjs": "_f_docusaurus",
|
|
1410
|
+
"docusaurus.config.cjs": "_f_docusaurus",
|
|
1362
1411
|
".doczrc": "_f_docz",
|
|
1363
1412
|
"docz.js": "_f_docz",
|
|
1364
1413
|
"docz.json": "_f_docz",
|
|
@@ -1381,6 +1430,7 @@
|
|
|
1381
1430
|
".eleventy.js": "_f_eleventy",
|
|
1382
1431
|
"eleventy.config.js": "_f_eleventy",
|
|
1383
1432
|
"eleventy.config.cjs": "_f_eleventy",
|
|
1433
|
+
"eleventy.config.mjs": "_f_eleventy",
|
|
1384
1434
|
"elm-package.json": "_f_elm",
|
|
1385
1435
|
".ember-cli": "_f_ember",
|
|
1386
1436
|
"emakefile": "_f_erlang",
|
|
@@ -1421,6 +1471,7 @@
|
|
|
1421
1471
|
"fantasticonrc.json": "_f_fantasticon",
|
|
1422
1472
|
".fantasticonrc.js": "_f_fantasticon",
|
|
1423
1473
|
"fantasticonrc.js": "_f_fantasticon",
|
|
1474
|
+
"fastly.toml": "_f_fastly",
|
|
1424
1475
|
".faunarc": "_f_fauna",
|
|
1425
1476
|
"favicon.ico": "_f_favicon",
|
|
1426
1477
|
".firebaserc": "_f_firebase",
|
|
@@ -1517,12 +1568,20 @@
|
|
|
1517
1568
|
".p4ignore": "_f_helix",
|
|
1518
1569
|
"chart.lock": "_f_helm",
|
|
1519
1570
|
"chart.yaml": "_f_helm",
|
|
1571
|
+
"histoire.config.ts": "_f_histoire",
|
|
1572
|
+
"histoire.config.js": "_f_histoire",
|
|
1573
|
+
".histoire.ts": "_f_histoire",
|
|
1574
|
+
".histoire.js": "_f_histoire",
|
|
1520
1575
|
"horusec-config.json": "_f_horusec",
|
|
1521
1576
|
".htmlhintrc": "_f_htmlhint",
|
|
1522
1577
|
".htmlvalidateignore": "_f_htmlvalidate",
|
|
1523
1578
|
".htmlvalidate.js": "_f_htmlvalidate",
|
|
1524
1579
|
".htmlvalidate.cjs": "_f_htmlvalidate",
|
|
1525
1580
|
".htmlvalidate.json": "_f_htmlvalidate",
|
|
1581
|
+
"hugo.json": "_f_hugo",
|
|
1582
|
+
"hugo.toml": "_f_hugo",
|
|
1583
|
+
"hugo.yaml": "_f_hugo",
|
|
1584
|
+
".hugo_build.lock": "_f_hugo",
|
|
1526
1585
|
"humans.txt": "_f_humanstxt",
|
|
1527
1586
|
".huskyrc": "_f_husky",
|
|
1528
1587
|
"husky.config.js": "_f_husky",
|
|
@@ -1640,11 +1699,17 @@
|
|
|
1640
1699
|
".lintstagedrc.yaml": "_f_lintstagedrc",
|
|
1641
1700
|
".lintstagedrc.yml": "_f_lintstagedrc",
|
|
1642
1701
|
".lintstagedrc.mjs": "_f_lintstagedrc",
|
|
1702
|
+
".lintstagedrc.mts": "_f_lintstagedrc",
|
|
1643
1703
|
".lintstagedrc.js": "_f_lintstagedrc",
|
|
1704
|
+
".lintstagedrc.ts": "_f_lintstagedrc",
|
|
1644
1705
|
".lintstagedrc.cjs": "_f_lintstagedrc",
|
|
1706
|
+
".lintstagedrc.cts": "_f_lintstagedrc",
|
|
1645
1707
|
"lint-staged.config.mjs": "_f_lintstagedrc",
|
|
1708
|
+
"lint-staged.config.mts": "_f_lintstagedrc",
|
|
1646
1709
|
"lint-staged.config.js": "_f_lintstagedrc",
|
|
1710
|
+
"lint-staged.config.ts": "_f_lintstagedrc",
|
|
1647
1711
|
"lint-staged.config.cjs": "_f_lintstagedrc",
|
|
1712
|
+
"lint-staged.config.cts": "_f_lintstagedrc",
|
|
1648
1713
|
"mailing.config.json": "_f_mailing",
|
|
1649
1714
|
"manifest": "_f_manifest",
|
|
1650
1715
|
"manifest.bak": "_f_manifest_bak",
|
|
@@ -1700,6 +1765,8 @@
|
|
|
1700
1765
|
"moleculer.config.ts": "_f_moleculer",
|
|
1701
1766
|
".mtn-ignore": "_f_monotone",
|
|
1702
1767
|
"motif.json": "_f_motif",
|
|
1768
|
+
"mypy.ini": "_f_mypy",
|
|
1769
|
+
".mypy.ini": "_f_mypy",
|
|
1703
1770
|
".nest-cli.json": "_f_nestjs",
|
|
1704
1771
|
"nest-cli.json": "_f_nestjs",
|
|
1705
1772
|
"nestconfig.json": "_f_nestjs",
|
|
@@ -1723,6 +1790,17 @@
|
|
|
1723
1790
|
"package.json": "_f_npm",
|
|
1724
1791
|
"package-lock.json": "_f_npm",
|
|
1725
1792
|
"npm-shrinkwrap.json": "_f_npm",
|
|
1793
|
+
".npmpackagejsonlintrc": "_f_npmpackagejsonlint",
|
|
1794
|
+
".npmpackagejsonlintrc.cjs": "_f_npmpackagejsonlint",
|
|
1795
|
+
".npmpackagejsonlintrc.js": "_f_npmpackagejsonlint",
|
|
1796
|
+
".npmpackagejsonlintrc.json": "_f_npmpackagejsonlint",
|
|
1797
|
+
".npmpackagejsonlintrc.yaml": "_f_npmpackagejsonlint",
|
|
1798
|
+
".npmpackagejsonlintrc.yml": "_f_npmpackagejsonlint",
|
|
1799
|
+
".npmpackagejsonlintrc.mjs": "_f_npmpackagejsonlint",
|
|
1800
|
+
".npmpackagejsonlintignore": "_f_npmpackagejsonlint",
|
|
1801
|
+
"npmpackagejsonlint.config.cjs": "_f_npmpackagejsonlint",
|
|
1802
|
+
"npmpackagejsonlint.config.js": "_f_npmpackagejsonlint",
|
|
1803
|
+
"npmpackagejsonlint.config.mjs": "_f_npmpackagejsonlint",
|
|
1726
1804
|
".nsrirc": "_f_nsri",
|
|
1727
1805
|
".nsriignore": "_f_nsri",
|
|
1728
1806
|
"nsri.config.js": "_f_nsri",
|
|
@@ -1744,6 +1822,8 @@
|
|
|
1744
1822
|
".nycrc.json": "_f_nyc",
|
|
1745
1823
|
".objidconfig": "_f_objidconfig",
|
|
1746
1824
|
".merlin": "_f_ocaml",
|
|
1825
|
+
".oxlintignore": "_f_oxlint",
|
|
1826
|
+
".oxlintrc.json": "_f_oxlint",
|
|
1747
1827
|
"paket.dependencies": "_f_paket",
|
|
1748
1828
|
"paket.lock": "_f_paket",
|
|
1749
1829
|
"paket.references": "_f_paket",
|
|
@@ -1834,7 +1914,10 @@
|
|
|
1834
1914
|
"Pulumi.dev.yml": "_f_pulumi",
|
|
1835
1915
|
"Pulumi.prod.yaml": "_f_pulumi",
|
|
1836
1916
|
"Pulumi.prod.yml": "_f_pulumi",
|
|
1917
|
+
"purgecss.config.js": "_f_purgecss",
|
|
1837
1918
|
".python-version": "_f_pyenv",
|
|
1919
|
+
"pytest.ini": "_f_pytest",
|
|
1920
|
+
".pytest.ini": "_f_pytest",
|
|
1838
1921
|
"py.typed": "_f_pytyped",
|
|
1839
1922
|
".pyup": "_f_pyup",
|
|
1840
1923
|
".pyup.yml": "_f_pyup",
|
|
@@ -1941,6 +2024,9 @@
|
|
|
1941
2024
|
".sapphirerc.json": "_f_sapphire_framework_cli",
|
|
1942
2025
|
".sapphirerc.yml": "_f_sapphire_framework_cli",
|
|
1943
2026
|
".sapphirerc": "_f_sapphire_framework_cli",
|
|
2027
|
+
"seedkit.config.js": "_f_seedkit",
|
|
2028
|
+
"seedkit.config.ts": "_f_seedkit",
|
|
2029
|
+
"seedkit.config.mjs": "_f_seedkit",
|
|
1944
2030
|
".sentryclirc": "_f_sentry",
|
|
1945
2031
|
".sequelizerc": "_f_sequelize",
|
|
1946
2032
|
".sequelizerc.js": "_f_sequelize",
|
|
@@ -2057,6 +2143,8 @@
|
|
|
2057
2143
|
"tamagui.config.ts": "_f_tamagui",
|
|
2058
2144
|
"tamagui.config.mts": "_f_tamagui",
|
|
2059
2145
|
"tamagui.config.cts": "_f_tamagui",
|
|
2146
|
+
".taplo.toml": "_f_taplo",
|
|
2147
|
+
"taplo.toml": "_f_taplo",
|
|
2060
2148
|
"tauri.conf.json": "_f_tauri",
|
|
2061
2149
|
".taurignore": "_f_tauri",
|
|
2062
2150
|
".testcaferc.json": "_f_testcafe",
|
|
@@ -2210,6 +2298,10 @@
|
|
|
2210
2298
|
"wdio.conf.ts": "_f_wdio",
|
|
2211
2299
|
"wdio.conf.mts": "_f_wdio",
|
|
2212
2300
|
"wdio.conf.cts": "_f_wdio",
|
|
2301
|
+
".weblate": "_f_weblate",
|
|
2302
|
+
".weblate.ini": "_f_weblate",
|
|
2303
|
+
"weblate": "_f_weblate",
|
|
2304
|
+
"weblate.ini": "_f_weblate",
|
|
2213
2305
|
"webpack.base.conf.js": "_f_webpack",
|
|
2214
2306
|
"webpack.base.conf.cjs": "_f_webpack",
|
|
2215
2307
|
"webpack.base.conf.mjs": "_f_webpack",
|
|
@@ -2544,6 +2636,7 @@
|
|
|
2544
2636
|
"fonts": "_fd_fonts",
|
|
2545
2637
|
"font": "_fd_fonts",
|
|
2546
2638
|
"fnt": "_fd_fonts",
|
|
2639
|
+
"webfonts": "_fd_fonts",
|
|
2547
2640
|
".front-commerce": "_fd_frontcommerce",
|
|
2548
2641
|
"gcp": "_fd_gcp",
|
|
2549
2642
|
".gcp": "_fd_gcp",
|
|
@@ -2616,6 +2709,8 @@
|
|
|
2616
2709
|
"libs": "_fd_library",
|
|
2617
2710
|
".lib": "_fd_library",
|
|
2618
2711
|
".libs": "_fd_library",
|
|
2712
|
+
"__lib__": "_fd_library",
|
|
2713
|
+
"__libs__": "_fd_library",
|
|
2619
2714
|
"library": "_fd_library",
|
|
2620
2715
|
"libraries": "_fd_library",
|
|
2621
2716
|
"linux": "_fd_linux",
|
|
@@ -2664,8 +2759,10 @@
|
|
|
2664
2759
|
"mojo": "_fd_mojo",
|
|
2665
2760
|
"mongodb": "_fd_mongodb",
|
|
2666
2761
|
"mongo": "_fd_mongodb",
|
|
2762
|
+
".mypy_cache": "_fd_mypy",
|
|
2667
2763
|
"mysqldb": "_fd_mysql",
|
|
2668
2764
|
"mysql": "_fd_mysql",
|
|
2765
|
+
"netlify": "_fd_netlify",
|
|
2669
2766
|
".next": "_fd_next",
|
|
2670
2767
|
"nginx": "_fd_nginx",
|
|
2671
2768
|
"conf.d": "_fd_nginx",
|
|
@@ -2705,10 +2802,10 @@
|
|
|
2705
2802
|
".private": "_fd_private",
|
|
2706
2803
|
"public": "_fd_public",
|
|
2707
2804
|
".public": "_fd_public",
|
|
2805
|
+
".pytest_cache": "_fd_pytest",
|
|
2708
2806
|
".venv": "_fd_python",
|
|
2709
2807
|
".virtualenv": "_fd_python",
|
|
2710
2808
|
"__pycache__": "_fd_python",
|
|
2711
|
-
".pytest_cache": "_fd_python",
|
|
2712
2809
|
"ravendb": "_fd_ravendb",
|
|
2713
2810
|
"redis": "_fd_redis",
|
|
2714
2811
|
"redux": "_fd_redux",
|
|
@@ -2724,6 +2821,8 @@
|
|
|
2724
2821
|
"_scss": "_fd_sass",
|
|
2725
2822
|
"script": "_fd_script",
|
|
2726
2823
|
"scripts": "_fd_script",
|
|
2824
|
+
"seedkit": "_fd_seedkit",
|
|
2825
|
+
".seedkit": "_fd_seedkit",
|
|
2727
2826
|
"server": "_fd_server",
|
|
2728
2827
|
"service": "_fd_services",
|
|
2729
2828
|
"services": "_fd_services",
|
|
@@ -2738,6 +2837,7 @@
|
|
|
2738
2837
|
"src": "_fd_src",
|
|
2739
2838
|
"source": "_fd_src",
|
|
2740
2839
|
"sources": "_fd_src",
|
|
2840
|
+
"__src__": "_fd_src",
|
|
2741
2841
|
"sso": "_fd_sso",
|
|
2742
2842
|
"story": "_fd_story",
|
|
2743
2843
|
"stories": "_fd_story",
|
|
@@ -2813,6 +2913,7 @@
|
|
|
2813
2913
|
"windows": "_fd_windows",
|
|
2814
2914
|
"win32": "_fd_windows",
|
|
2815
2915
|
"wit": "_fd_wit",
|
|
2916
|
+
".web": "_fd_www",
|
|
2816
2917
|
"www": "_fd_www",
|
|
2817
2918
|
"wwwroot": "_fd_www",
|
|
2818
2919
|
"web": "_fd_www",
|
|
@@ -2967,6 +3068,7 @@
|
|
|
2967
3068
|
"fonts": "_fd_fonts_open",
|
|
2968
3069
|
"font": "_fd_fonts_open",
|
|
2969
3070
|
"fnt": "_fd_fonts_open",
|
|
3071
|
+
"webfonts": "_fd_fonts_open",
|
|
2970
3072
|
".front-commerce": "_fd_frontcommerce_open",
|
|
2971
3073
|
"gcp": "_fd_gcp_open",
|
|
2972
3074
|
".gcp": "_fd_gcp_open",
|
|
@@ -3039,6 +3141,8 @@
|
|
|
3039
3141
|
"libs": "_fd_library_open",
|
|
3040
3142
|
".lib": "_fd_library_open",
|
|
3041
3143
|
".libs": "_fd_library_open",
|
|
3144
|
+
"__lib__": "_fd_library_open",
|
|
3145
|
+
"__libs__": "_fd_library_open",
|
|
3042
3146
|
"library": "_fd_library_open",
|
|
3043
3147
|
"libraries": "_fd_library_open",
|
|
3044
3148
|
"linux": "_fd_linux_open",
|
|
@@ -3087,8 +3191,10 @@
|
|
|
3087
3191
|
"mojo": "_fd_mojo_open",
|
|
3088
3192
|
"mongodb": "_fd_mongodb_open",
|
|
3089
3193
|
"mongo": "_fd_mongodb_open",
|
|
3194
|
+
".mypy_cache": "_fd_mypy_open",
|
|
3090
3195
|
"mysqldb": "_fd_mysql_open",
|
|
3091
3196
|
"mysql": "_fd_mysql_open",
|
|
3197
|
+
"netlify": "_fd_netlify_open",
|
|
3092
3198
|
".next": "_fd_next_open",
|
|
3093
3199
|
"nginx": "_fd_nginx_open",
|
|
3094
3200
|
"conf.d": "_fd_nginx_open",
|
|
@@ -3128,10 +3234,10 @@
|
|
|
3128
3234
|
".private": "_fd_private_open",
|
|
3129
3235
|
"public": "_fd_public_open",
|
|
3130
3236
|
".public": "_fd_public_open",
|
|
3237
|
+
".pytest_cache": "_fd_pytest_open",
|
|
3131
3238
|
".venv": "_fd_python_open",
|
|
3132
3239
|
".virtualenv": "_fd_python_open",
|
|
3133
3240
|
"__pycache__": "_fd_python_open",
|
|
3134
|
-
".pytest_cache": "_fd_python_open",
|
|
3135
3241
|
"ravendb": "_fd_ravendb_open",
|
|
3136
3242
|
"redis": "_fd_redis_open",
|
|
3137
3243
|
"redux": "_fd_redux_open",
|
|
@@ -3147,6 +3253,8 @@
|
|
|
3147
3253
|
"_scss": "_fd_sass_open",
|
|
3148
3254
|
"script": "_fd_script_open",
|
|
3149
3255
|
"scripts": "_fd_script_open",
|
|
3256
|
+
"seedkit": "_fd_seedkit_open",
|
|
3257
|
+
".seedkit": "_fd_seedkit_open",
|
|
3150
3258
|
"server": "_fd_server_open",
|
|
3151
3259
|
"service": "_fd_services_open",
|
|
3152
3260
|
"services": "_fd_services_open",
|
|
@@ -3161,6 +3269,7 @@
|
|
|
3161
3269
|
"src": "_fd_src_open",
|
|
3162
3270
|
"source": "_fd_src_open",
|
|
3163
3271
|
"sources": "_fd_src_open",
|
|
3272
|
+
"__src__": "_fd_src_open",
|
|
3164
3273
|
"sso": "_fd_sso_open",
|
|
3165
3274
|
"story": "_fd_story_open",
|
|
3166
3275
|
"stories": "_fd_story_open",
|
|
@@ -3236,6 +3345,7 @@
|
|
|
3236
3345
|
"windows": "_fd_windows_open",
|
|
3237
3346
|
"win32": "_fd_windows_open",
|
|
3238
3347
|
"wit": "_fd_wit_open",
|
|
3348
|
+
".web": "_fd_www_open",
|
|
3239
3349
|
"www": "_fd_www_open",
|
|
3240
3350
|
"wwwroot": "_fd_www_open",
|
|
3241
3351
|
"web": "_fd_www_open",
|
|
@@ -3307,6 +3417,9 @@
|
|
|
3307
3417
|
"wma": "_f_audio",
|
|
3308
3418
|
"avif": "_f_avif",
|
|
3309
3419
|
"awk": "_f_awk",
|
|
3420
|
+
"back": "_f_bak",
|
|
3421
|
+
"backup": "_f_bak",
|
|
3422
|
+
"bak": "_f_bak",
|
|
3310
3423
|
"a": "_f_binary",
|
|
3311
3424
|
"app": "_f_binary",
|
|
3312
3425
|
"bin": "_f_binary",
|
|
@@ -3331,6 +3444,7 @@
|
|
|
3331
3444
|
"scpt": "_f_binary",
|
|
3332
3445
|
"scptd": "_f_binary",
|
|
3333
3446
|
"so": "_f_binary",
|
|
3447
|
+
"blend": "_f_blender",
|
|
3334
3448
|
"bb": "_f_blitzbasic",
|
|
3335
3449
|
"buf.yaml": "_f_buf",
|
|
3336
3450
|
"buf.yml": "_f_buf",
|
|
@@ -3338,9 +3452,6 @@
|
|
|
3338
3452
|
"buf.gen.yaml": "_f_buf",
|
|
3339
3453
|
"buf.work.yaml": "_f_buf",
|
|
3340
3454
|
"buf.work.yml": "_f_buf",
|
|
3341
|
-
"bun": "_f_bun",
|
|
3342
|
-
"lockb": "_f_bun",
|
|
3343
|
-
"bun.lock": "_f_bun",
|
|
3344
3455
|
"gemfile": "_f_bundler",
|
|
3345
3456
|
"gemfile.lock": "_f_bundler",
|
|
3346
3457
|
"cake": "_f_cake",
|
|
@@ -3431,6 +3542,8 @@
|
|
|
3431
3542
|
"yy": "_f_gamemaker2",
|
|
3432
3543
|
"yyp": "_f_gamemaker2",
|
|
3433
3544
|
"gleam": "_f_gleam",
|
|
3545
|
+
"glb": "_f_gltf",
|
|
3546
|
+
"gltf": "_f_gltf",
|
|
3434
3547
|
"am": "_f_gnu",
|
|
3435
3548
|
"ld": "_f_gnu",
|
|
3436
3549
|
"m4": "_f_gnu",
|
|
@@ -3556,6 +3669,10 @@
|
|
|
3556
3669
|
"sig": "_f_onenote",
|
|
3557
3670
|
"cl": "_f_opencl",
|
|
3558
3671
|
"opencl": "_f_opencl",
|
|
3672
|
+
"tofu": "_f_opentofu",
|
|
3673
|
+
"tofu.json": "_f_opentofu",
|
|
3674
|
+
"tofutest.hcl": "_f_opentofu",
|
|
3675
|
+
"tofutest.json": "_f_opentofu",
|
|
3559
3676
|
"org": "_f_org",
|
|
3560
3677
|
"pst": "_f_outlook",
|
|
3561
3678
|
"bcmx": "_f_outlook",
|
|
@@ -3795,6 +3912,10 @@
|
|
|
3795
3912
|
"ada": "_f_ada",
|
|
3796
3913
|
"advpl": "_f_advpl",
|
|
3797
3914
|
"affectscript": "_f_affectscript",
|
|
3915
|
+
"agda": "_f_agda",
|
|
3916
|
+
"lagda-md": "_f_agda",
|
|
3917
|
+
"lagda-rst": "_f_agda",
|
|
3918
|
+
"lagda-tex": "_f_agda",
|
|
3798
3919
|
"al": "_f_al",
|
|
3799
3920
|
"ansible": "_f_ansible",
|
|
3800
3921
|
"antlr": "_f_antlr",
|
|
@@ -3840,6 +3961,7 @@
|
|
|
3840
3961
|
"bruno": "_f_bruno",
|
|
3841
3962
|
"buf": "_f_buf",
|
|
3842
3963
|
"buf-gen": "_f_buf",
|
|
3964
|
+
"bun.lockb": "_f_bun",
|
|
3843
3965
|
"c": "_f_c",
|
|
3844
3966
|
"c-al": "_f_c_al",
|
|
3845
3967
|
"cabal": "_f_cabal",
|
|
@@ -3870,6 +3992,7 @@
|
|
|
3870
3992
|
"crystal": "_f_crystal",
|
|
3871
3993
|
"csharp": "_f_csharp",
|
|
3872
3994
|
"css": "_f_css",
|
|
3995
|
+
"cucumber": "_f_cucumber",
|
|
3873
3996
|
"feature": "_f_cucumber",
|
|
3874
3997
|
"cuda": "_f_cuda",
|
|
3875
3998
|
"cuda-cpp": "_f_cuda",
|
|
@@ -4019,12 +4142,14 @@
|
|
|
4019
4142
|
"jsonnet": "_f_jsonnet",
|
|
4020
4143
|
"julia": "_f_julia",
|
|
4021
4144
|
"juliamarkdown": "_f_julia",
|
|
4145
|
+
"just": "_f_just",
|
|
4022
4146
|
"k": "_f_k",
|
|
4023
4147
|
"kivy": "_f_kivy",
|
|
4024
4148
|
"kos": "_f_kos",
|
|
4025
4149
|
"kotlin": "_f_kotlin",
|
|
4026
4150
|
"kotlinscript": "_f_kotlin",
|
|
4027
4151
|
"kusto": "_f_kusto",
|
|
4152
|
+
"lark": "_f_lark",
|
|
4028
4153
|
"latino": "_f_latino",
|
|
4029
4154
|
"less": "_f_less",
|
|
4030
4155
|
"lex": "_f_lex",
|
|
@@ -4101,6 +4226,7 @@
|
|
|
4101
4226
|
"plsql": "_f_plsql",
|
|
4102
4227
|
"oracle": "_f_plsql",
|
|
4103
4228
|
"oraclesql": "_f_plsql",
|
|
4229
|
+
"oracle-sql": "_f_plsql",
|
|
4104
4230
|
"po": "_f_poedit",
|
|
4105
4231
|
"polymer": "_f_polymer",
|
|
4106
4232
|
"pony": "_f_pony",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M8.46 10.79a.61.61 0 0 1-.62.61.61.61 0 0 1-.6-.61.61.61 0 0 1 .6-.61.61.61 0 0 1 .62.61m2.26 0a.61.61 0 0 1-.61.61.61.61 0 0 1-.61-.61.61.61 0 0 1 .61-.61.61.61 0 0 1 .61.61"/><path fill="none" stroke="#d2d2d2" stroke-linecap="round" stroke-linejoin="round" stroke-width=".82" d="M25.06 4.67 16 13.73m13.6-6.8-4.54 4.54m4.53-6.8L25.06 9.2M13.73 4.67 9.2 9.2M16 4.67 11.47 9.2m0-4.53L2.4 13.73h4.53v4.54c0 4.98 4.08 9.06 9.06 9.06s9.06-4.08 9.06-9.06v-4.54l4.53-4.53"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="b" x1="49.009" x2="225.83" y1="213.75" y2="129.72" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#E40035"/><stop offset=".24" stop-color="#F60A48"/><stop offset=".352" stop-color="#F20755"/><stop offset=".494" stop-color="#DC087D"/><stop offset=".745" stop-color="#9717E7"/><stop offset="1" stop-color="#6C00F5"/></linearGradient><linearGradient id="c" x1="41.025" x2="156.74" y1="28.344" y2="160.34" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FF31D9"/><stop offset="1" stop-color="#FF5BE1" stop-opacity="0"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h223v236H0z"/></clipPath></defs><g clip-path="url(#a)" transform="translate(2.76 1.986)scale(.11923)"><path fill="url(#b)" d="m222.08 39.192-8.019 125.92L137.39-.008zm-53.105 162.82-57.933 33.056-57.934-33.056 11.783-28.556h92.301zm-57.933-139.34 30.357 73.803H80.684zm-103.1 102.44L.005 39.192 84.695 0z"/><path fill="url(#c)" d="m222.08 39.192-8.019 125.92L137.39-.008zm-53.105 162.82-57.933 33.056-57.934-33.056 11.783-28.556h92.301zm-57.933-139.34 30.357 73.803H80.684zm-103.1 102.44L.005 39.192 84.695 0z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#c5c5c5" d="M20.414 2H5v28h22V8.586ZM7 28V4h12v6h6v18Z"/><path fill="#99b8c4" d="M20.856 9.659a10.74 10.74 0 0 1 7.893 3.249A10.74 10.74 0 0 1 32 20.8a10.74 10.74 0 0 1-3.25 7.891 10.74 10.74 0 0 1-7.893 3.249 10.7 10.7 0 0 1-6.789-2.321l1.74-1.74a8.84 8.84 0 0 0 5.049 1.568 8.624 8.624 0 0 0 8.648-8.647 8.624 8.624 0 0 0-8.649-8.647 8.624 8.624 0 0 0-8.649 8.647h3.714l-4.99 4.934L6 20.8h3.713a10.74 10.74 0 0 1 3.25-7.891 10.76 10.76 0 0 1 7.893-3.25"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#0e548b" d="M16.6 17.42a3.3 3.3 0 0 1 1.2-2.34 4 4 0 0 1 2.58-.93 4 4 0 0 1 2.58.93 3.3 3.3 0 0 1 1.2 2.34c.05.95-.34 1.85-1.01 2.5-.7.68-1.67 1.1-2.77 1.1s-2.09-.42-2.78-1.1a3.24 3.24 0 0 1-1-2.5"/><path fill="#f4792b" d="M10.58 19.3c0 .37.12 1.08.3 1.63a8.6 8.6 0 0 0 1.85 3.22 9.6 9.6 0 0 0 3.25 2.34c1.33.58 2.78.88 4.27.88a10.5 10.5 0 0 0 4.27-.9 9.7 9.7 0 0 0 3.25-2.34 8.67 8.67 0 0 0 2.2-5.03 8.2 8.2 0 0 0-.05-1.78 8.3 8.3 0 0 0-1.19-3.25 9 9 0 0 0-2.16-2.38l-8.74-6.72-.03-.01a1.94 1.94 0 0 0-2.17 0c-.63.45-.7 1.18-.14 1.65l3.65 2.97-11.12.01H8c-.92 0-1.8.6-1.97 1.37-.18.77.44 1.42 1.4 1.42h5.63L3 20.08l-.04.03c-.94.73-1.25 1.94-.65 2.7.6.78 1.9.78 2.85 0l5.49-4.49s-.08.6-.07.97m14.1 2.03a6.18 6.18 0 0 1-4.43 1.81c-1.71 0-3.3-.64-4.43-1.8a5.3 5.3 0 0 1-1.2-1.88 4.9 4.9 0 0 1-.28-2.12 5 5 0 0 1 .6-1.99 5.5 5.5 0 0 1 1.35-1.6c1.1-.9 2.5-1.38 3.96-1.38 1.47 0 2.86.48 3.96 1.37a5.5 5.5 0 0 1 1.35 1.6 5 5 0 0 1 .6 1.98 4.9 4.9 0 0 1-.27 2.12 5.3 5.3 0 0 1-1.21 1.9"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="url(#a)" d="m28.62 13.8-6.87-3.37a.28.28 0 0 1-.19-.19l-3.39-6.87C17.74 2.47 16.87 2 16 2s-1.74.47-2.17 1.37l-3.4 6.87a.3.3 0 0 1-.18.2l-6.88 3.38a2.44 2.44 0 0 0 0 4.39l6.88 3.36c.1.03.15.1.19.18l3.39 6.88c.43.9 1.3 1.37 2.2 1.37a2.4 2.4 0 0 0 2.18-1.37l3.36-6.88c.03-.09.1-.15.19-.18l6.87-3.4a2.44 2.44 0 0 0 0-4.38zm-5.13.49-3.17 2.77a3.87 3.87 0 0 0-1.25 2.14l-.8 4.14a.33.33 0 0 1-.57.16l-2.76-3.18a3.87 3.87 0 0 0-2.15-1.24l-4.14-.81a.33.33 0 0 1-.15-.56l3.17-2.77a3.87 3.87 0 0 0 1.24-2.14l.81-4.14a.33.33 0 0 1 .56-.16l2.8 3.18c.56.62 1.3 1.08 2.15 1.24l4.14.8c.24.07.34.38.12.57" class="st0"/><defs><linearGradient id="a" x1="5" x2="95" y1="5" y2="5" gradientTransform="matrix(.31 0 0 .31 .44 .45)" gradientUnits="userSpaceOnUse"><stop stop-color="#EC0C43"/><stop offset="1" stop-color="#FBB03B"/></linearGradient></defs></svg>
|