@lvce-editor/static-server 0.59.0 → 0.59.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1871 -1871
- package/package.json +1 -1
- package/static/{91d96a2 → d75c78c}/css/App.css +90 -83
- package/static/{91d96a2 → d75c78c}/manifest.json +2 -2
- package/static/{91d96a2 → d75c78c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{91d96a2 → d75c78c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +60 -20
- package/static/{91d96a2 → d75c78c}/packages/editor-worker/dist/editorWorkerMain.js +617 -172
- package/static/{91d96a2 → d75c78c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{91d96a2 → d75c78c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +913 -188
- package/static/{91d96a2 → d75c78c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{91d96a2 → d75c78c}/packages/renderer-worker/dist/rendererWorkerMain.js +15 -3
- package/static/{91d96a2 → d75c78c}/packages/test-worker/dist/testWorkerMain.js +62 -6
- package/static/{91d96a2 → d75c78c}/packages/text-search-worker/dist/textSearchWorkerMain.js +530 -257
- package/static/index.html +4 -4
- /package/static/{91d96a2 → d75c78c}/config/colorTheme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/defaultSettings.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/fileMap.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/webExtensions.json +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Animation.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Category.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/DebugButtons.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/DebugValue.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/E2eTest.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/E2eTests.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/EditorHover.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/EditorMessage.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/FeatureContent.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Features.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ImagePreview.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/InputBadge.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Key.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Markdown.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Message.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Progress.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Select.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsItems.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Table.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_access.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_al.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_class.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_django.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_font.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_git.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_host.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_http.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_image.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_io.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_java.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_just.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_k.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_key.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_license.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_map.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_org.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_python.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_q.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_r.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_red.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_san.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_script.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_source.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_style.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_text.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_video.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_view.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_word.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/add.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/blank.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/book.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/case-sensitive.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/check.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-maximize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-minimize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-restore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/circle-filled.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/clear-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/cloud.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/collapse-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt-2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt-small.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-console.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-continue-small.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-continue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-disconnect.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-pause.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-rerun.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-restart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stackframe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-start.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-back.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-into.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-out.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-over.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/discard.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/edit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/ellipsis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/error.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/exclude.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/extensions.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/files.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/filter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/go-to-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-source-control.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-sync.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/info.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/language-icon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/link-external.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/list-flat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/list-tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/new-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/new-folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/newline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/open-preview.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/play.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/preserve-case.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/progress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/pwa-icon-192.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/pwa-icon-512.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/record-keys.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/refresh.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/regex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/remove.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/replace-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/replace.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/run-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/search.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/settings-gear.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/sort-precedence.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/source-control.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/split-horizontal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/squiggly-error.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/squiggly-warning.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-array.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-boolean.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-class.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-color.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-constant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-enum.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-event.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-field.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-interface.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-key.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-keyword.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-method.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-misc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-namespace.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-numeric.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-operator.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-parameter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-property.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-ruler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-snippet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-string.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-structure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-variable.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/tag.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/terminal-bash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/terminal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/theme-icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/trash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/warning.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/whole-word.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/zoom-in.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/zoom-out.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/js/babel-parser.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/blob-util.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/ky.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-verror.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/p-min-delay.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/pretty-bytes.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/preview-injected.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/yoctodelay.js +0 -0
- /package/static/{91d96a2 → d75c78c}/lib-css/termterm.css +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/package.json +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.cpp +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.css +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.csv +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.dart +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.env +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.ex +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.html +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.java +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.jl +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.js +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.json +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.kt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.pl +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.py +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.ts +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/scrolling.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/tsconfig.json +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/a.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/b.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/c.txt +0 -0
|
@@ -596,7 +596,7 @@ const create$4$1 = (method, params) => {
|
|
|
596
596
|
};
|
|
597
597
|
};
|
|
598
598
|
const callbacks = Object.create(null);
|
|
599
|
-
const set$
|
|
599
|
+
const set$4 = (id, fn) => {
|
|
600
600
|
callbacks[id] = fn;
|
|
601
601
|
};
|
|
602
602
|
const get$3 = id => {
|
|
@@ -615,7 +615,7 @@ const registerPromise = () => {
|
|
|
615
615
|
resolve,
|
|
616
616
|
promise
|
|
617
617
|
} = Promise.withResolvers();
|
|
618
|
-
set$
|
|
618
|
+
set$4(id, resolve);
|
|
619
619
|
return {
|
|
620
620
|
id,
|
|
621
621
|
promise
|
|
@@ -960,10 +960,10 @@ const send = (transport, method, ...params) => {
|
|
|
960
960
|
const message = create$4$1(method, params);
|
|
961
961
|
transport.send(message);
|
|
962
962
|
};
|
|
963
|
-
const invoke$
|
|
963
|
+
const invoke$3 = (ipc, method, ...params) => {
|
|
964
964
|
return invokeHelper(ipc, method, params, false);
|
|
965
965
|
};
|
|
966
|
-
const invokeAndTransfer = (ipc, method, ...params) => {
|
|
966
|
+
const invokeAndTransfer$1 = (ipc, method, ...params) => {
|
|
967
967
|
return invokeHelper(ipc, method, params, true);
|
|
968
968
|
};
|
|
969
969
|
|
|
@@ -999,10 +999,10 @@ const createRpc = ipc => {
|
|
|
999
999
|
send(ipc, method, ...params);
|
|
1000
1000
|
},
|
|
1001
1001
|
invoke(method, ...params) {
|
|
1002
|
-
return invoke$
|
|
1002
|
+
return invoke$3(ipc, method, ...params);
|
|
1003
1003
|
},
|
|
1004
1004
|
invokeAndTransfer(method, ...params) {
|
|
1005
|
-
return invokeAndTransfer(ipc, method, ...params);
|
|
1005
|
+
return invokeAndTransfer$1(ipc, method, ...params);
|
|
1006
1006
|
},
|
|
1007
1007
|
async dispose() {
|
|
1008
1008
|
await ipc?.dispose();
|
|
@@ -1136,6 +1136,22 @@ const WebWorkerRpcClient = {
|
|
|
1136
1136
|
__proto__: null,
|
|
1137
1137
|
create: create$4
|
|
1138
1138
|
};
|
|
1139
|
+
const createMockRpc = ({
|
|
1140
|
+
commandMap
|
|
1141
|
+
}) => {
|
|
1142
|
+
const invocations = [];
|
|
1143
|
+
const invoke = (method, ...params) => {
|
|
1144
|
+
invocations.push([method, ...params]);
|
|
1145
|
+
const command = commandMap[method];
|
|
1146
|
+
return command(...params);
|
|
1147
|
+
};
|
|
1148
|
+
const mockRpc = {
|
|
1149
|
+
invoke,
|
|
1150
|
+
invokeAndTransfer: invoke,
|
|
1151
|
+
invocations
|
|
1152
|
+
};
|
|
1153
|
+
return mockRpc;
|
|
1154
|
+
};
|
|
1139
1155
|
|
|
1140
1156
|
const toCommandId = key => {
|
|
1141
1157
|
const dotIndex = key.indexOf('.');
|
|
@@ -1224,7 +1240,7 @@ const terminate = () => {
|
|
|
1224
1240
|
const User = 1;
|
|
1225
1241
|
const Script = 2;
|
|
1226
1242
|
|
|
1227
|
-
const Empty = 0;
|
|
1243
|
+
const Empty$1 = 0;
|
|
1228
1244
|
const FocusIgnoreFiles = 1012;
|
|
1229
1245
|
const FocusSearch = 1013;
|
|
1230
1246
|
const FocusSearchExcludeInput = 1008;
|
|
@@ -1283,16 +1299,86 @@ const collapseDetails = state => {
|
|
|
1283
1299
|
};
|
|
1284
1300
|
};
|
|
1285
1301
|
|
|
1302
|
+
const Actions = 'Actions';
|
|
1303
|
+
const Badge = 'Badge';
|
|
1304
|
+
const Chevron = 'Chevron';
|
|
1305
|
+
const CloseMaskIcon = 'MaskIcon MaskIconClose';
|
|
1306
|
+
const Empty = '';
|
|
1307
|
+
const FileIcon = 'FileIcon';
|
|
1308
|
+
const FocusOutline = 'FocusOutline';
|
|
1309
|
+
const Grow = 'Grow';
|
|
1310
|
+
const Highlight = 'Highlight';
|
|
1311
|
+
const HighlightDeleted = 'HighlightDeleted';
|
|
1312
|
+
const HighlightInserted = 'HighlightInserted';
|
|
1313
|
+
const IconButton = 'IconButton';
|
|
1314
|
+
const Label = 'Label';
|
|
1315
|
+
const List$1 = 'List';
|
|
1316
|
+
const MaskIcon = 'MaskIcon';
|
|
1317
|
+
const MaskIconBook = 'MaskIconBook';
|
|
1318
|
+
const MaskIconCaseSensitive = 'MaskIconCaseSensitive';
|
|
1319
|
+
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
1320
|
+
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
1321
|
+
const MaskIconEllipsis = 'MaskIconEllipsis';
|
|
1322
|
+
const MaskIconExclude = 'MaskIconExclude';
|
|
1323
|
+
const MaskIconPreserveCase = 'MaskIconPreserveCase';
|
|
1324
|
+
const MaskIconRegex = 'MaskIconRegex';
|
|
1325
|
+
const MaskIconReplaceAll = 'MaskIconReplaceAll';
|
|
1326
|
+
const MaskIconWholeWord = 'MaskIconWholeWord';
|
|
1327
|
+
const MultilineInputBox = 'MultilineInputBox';
|
|
1328
|
+
const ScrollBar$1 = 'ScrollBar';
|
|
1329
|
+
const ScrollBarThumb = 'ScrollBarThumb';
|
|
1330
|
+
const ScrollBarVertical = 'ScrollBarVertical';
|
|
1331
|
+
const Search$2 = 'Search';
|
|
1332
|
+
const SearchField = 'SearchField';
|
|
1333
|
+
const SearchFieldButton = 'SearchFieldButton';
|
|
1334
|
+
const SearchFieldButtonChecked = 'SearchFieldButtonChecked';
|
|
1335
|
+
const SearchFieldButtonDisabled = 'SearchFieldButtonDisabled';
|
|
1336
|
+
const SearchFieldButtons = 'SearchFieldButtons';
|
|
1337
|
+
const SearchFieldContainer = 'SearchFieldContainer';
|
|
1338
|
+
const SearchFieldError = 'SearchFieldError';
|
|
1339
|
+
const SearchHeader = 'SearchHeader';
|
|
1340
|
+
const SearchHeaderDetails = 'SearchHeaderDetails';
|
|
1341
|
+
const SearchHeaderDetailsExpanded = 'SearchHeaderDetailsExpanded';
|
|
1342
|
+
const SearchHeaderDetailsExpandedTop = 'SearchHeaderDetailsExpandedTop';
|
|
1343
|
+
const SearchHeaderDetailsHeading = 'SearchHeaderDetailsHeading';
|
|
1344
|
+
const SearchHeaderTop = 'SearchHeaderTop';
|
|
1345
|
+
const SearchHeaderTopRight = 'SearchHeaderTopRight';
|
|
1346
|
+
const SearchInputError = 'SearchInputError';
|
|
1347
|
+
const SearchRemove = 'SearchRemove';
|
|
1348
|
+
const SearchToggleButton = 'SearchToggleButton';
|
|
1349
|
+
const SearchToggleButtonExpanded = 'SearchToggleButtonExpanded';
|
|
1350
|
+
const SourceControlBadge = 'SourceControlBadge';
|
|
1351
|
+
const ToggleDetails = 'ToggleDetails';
|
|
1352
|
+
const Tree$1 = 'Tree';
|
|
1353
|
+
const TreeItem$1 = 'TreeItem';
|
|
1354
|
+
const TreeItemActive = 'TreeItemActive';
|
|
1355
|
+
const TreeItems$1 = 'TreeItems';
|
|
1356
|
+
const Viewlet = 'Viewlet';
|
|
1357
|
+
const ViewletSearchMessage = 'ViewletSearchMessage';
|
|
1358
|
+
const ViewletSearchMessageIndented = 'ViewletSearchMessageIndented';
|
|
1359
|
+
|
|
1360
|
+
const Button$2 = 1;
|
|
1361
|
+
const Div = 4;
|
|
1362
|
+
const Span = 8;
|
|
1363
|
+
const Text = 12;
|
|
1364
|
+
const Img = 17;
|
|
1365
|
+
const Ins = 20;
|
|
1366
|
+
const Del = 21;
|
|
1367
|
+
const H4 = 24;
|
|
1368
|
+
const TextArea = 62;
|
|
1369
|
+
|
|
1370
|
+
const DebugWorker = 55;
|
|
1371
|
+
const RendererWorker$1 = 1;
|
|
1372
|
+
const SearchProcess = 77;
|
|
1373
|
+
|
|
1286
1374
|
const rpcs = Object.create(null);
|
|
1287
|
-
const set$
|
|
1375
|
+
const set$3 = (id, rpc) => {
|
|
1288
1376
|
rpcs[id] = rpc;
|
|
1289
1377
|
};
|
|
1290
1378
|
const get$2 = id => {
|
|
1291
1379
|
return rpcs[id];
|
|
1292
1380
|
};
|
|
1293
1381
|
|
|
1294
|
-
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1295
|
-
|
|
1296
1382
|
const create$2 = rpcId => {
|
|
1297
1383
|
return {
|
|
1298
1384
|
// @ts-ignore
|
|
@@ -1308,7 +1394,7 @@ const create$2 = rpcId => {
|
|
|
1308
1394
|
return rpc.invokeAndTransfer(method, ...params);
|
|
1309
1395
|
},
|
|
1310
1396
|
set(rpc) {
|
|
1311
|
-
set$
|
|
1397
|
+
set$3(rpcId, rpc);
|
|
1312
1398
|
},
|
|
1313
1399
|
async dispose() {
|
|
1314
1400
|
const rpc = get$2(rpcId);
|
|
@@ -1316,46 +1402,362 @@ const create$2 = rpcId => {
|
|
|
1316
1402
|
}
|
|
1317
1403
|
};
|
|
1318
1404
|
};
|
|
1319
|
-
|
|
1320
|
-
const SearchProcess$1 = 77;
|
|
1321
|
-
const RpcId = {
|
|
1322
|
-
__proto__: null,
|
|
1323
|
-
SearchProcess: SearchProcess$1};
|
|
1405
|
+
|
|
1324
1406
|
const {
|
|
1325
|
-
invoke: invoke$
|
|
1326
|
-
invokeAndTransfer
|
|
1327
|
-
set: set$
|
|
1407
|
+
invoke: invoke$2,
|
|
1408
|
+
invokeAndTransfer,
|
|
1409
|
+
set: set$2,
|
|
1410
|
+
dispose
|
|
1411
|
+
} = create$2(RendererWorker$1);
|
|
1412
|
+
const searchFileHtml = async uri => {
|
|
1413
|
+
return invoke$2('ExtensionHost.searchFileWithHtml', uri);
|
|
1414
|
+
};
|
|
1415
|
+
const getFilePathElectron = async file => {
|
|
1416
|
+
return invoke$2('FileSystemHandle.getFilePathElectron', file);
|
|
1417
|
+
};
|
|
1328
1418
|
const showContextMenu$1 = async (x, y, id, ...args) => {
|
|
1329
|
-
return invoke$
|
|
1419
|
+
return invoke$2('ContextMenu.show', x, y, id, ...args);
|
|
1420
|
+
};
|
|
1421
|
+
const getElectronVersion = async () => {
|
|
1422
|
+
return invoke$2('Process.getElectronVersion');
|
|
1423
|
+
};
|
|
1424
|
+
const applyBulkReplacement$1 = async bulkEdits => {
|
|
1425
|
+
await invoke$2('BulkReplacement.applyBulkReplacement', bulkEdits);
|
|
1426
|
+
};
|
|
1427
|
+
const setColorTheme = async id => {
|
|
1428
|
+
// @ts-ignore
|
|
1429
|
+
return invoke$2(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
1430
|
+
};
|
|
1431
|
+
const getNodeVersion = async () => {
|
|
1432
|
+
return invoke$2('Process.getNodeVersion');
|
|
1433
|
+
};
|
|
1434
|
+
const getChromeVersion = async () => {
|
|
1435
|
+
return invoke$2('Process.getChromeVersion');
|
|
1436
|
+
};
|
|
1437
|
+
const getV8Version = async () => {
|
|
1438
|
+
return invoke$2('Process.getV8Version');
|
|
1439
|
+
};
|
|
1440
|
+
const getFileHandles = async fileIds => {
|
|
1441
|
+
const files = await invoke$2('FileSystemHandle.getFileHandles', fileIds);
|
|
1442
|
+
return files;
|
|
1443
|
+
};
|
|
1444
|
+
const setWorkspacePath = async path => {
|
|
1445
|
+
await invoke$2('Workspace.setPath', path);
|
|
1446
|
+
};
|
|
1447
|
+
const registerWebViewInterceptor = async (id, port) => {
|
|
1448
|
+
await invokeAndTransfer('WebView.registerInterceptor', id, port);
|
|
1449
|
+
};
|
|
1450
|
+
const unregisterWebViewInterceptor = async id => {
|
|
1451
|
+
await invoke$2('WebView.unregisterInterceptor', id);
|
|
1452
|
+
};
|
|
1453
|
+
const sendMessagePortToEditorWorker = async (port, rpcId) => {
|
|
1454
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1455
|
+
// @ts-ignore
|
|
1456
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToEditorWorker', port, command, rpcId);
|
|
1457
|
+
};
|
|
1458
|
+
const sendMessagePortToErrorWorker = async (port, rpcId) => {
|
|
1459
|
+
const command = 'Errors.handleMessagePort';
|
|
1460
|
+
// @ts-ignore
|
|
1461
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToErrorWorker', port, command, rpcId);
|
|
1462
|
+
};
|
|
1463
|
+
const sendMessagePortToMarkdownWorker = async (port, rpcId) => {
|
|
1464
|
+
const command = 'Markdown.handleMessagePort';
|
|
1465
|
+
// @ts-ignore
|
|
1466
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToMarkdownWorker', port, command, rpcId);
|
|
1467
|
+
};
|
|
1468
|
+
const sendMessagePortToFileSystemWorker = async (port, rpcId) => {
|
|
1469
|
+
const command = 'FileSystem.handleMessagePort';
|
|
1470
|
+
// @ts-ignore
|
|
1471
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToFileSystemWorker', port, command, rpcId);
|
|
1472
|
+
};
|
|
1473
|
+
const readFile = async uri => {
|
|
1474
|
+
return invoke$2('FileSystem.readFile', uri);
|
|
1475
|
+
};
|
|
1476
|
+
const getWebViewSecret = async key => {
|
|
1477
|
+
// @ts-ignore
|
|
1478
|
+
return invoke$2('WebView.getSecret', key);
|
|
1479
|
+
};
|
|
1480
|
+
const setWebViewPort = async (uid, port, origin, portType) => {
|
|
1481
|
+
return invokeAndTransfer('WebView.setPort', uid, port, origin, portType);
|
|
1482
|
+
};
|
|
1483
|
+
const setFocus = key => {
|
|
1484
|
+
return invoke$2('Focus.setFocus', key);
|
|
1330
1485
|
};
|
|
1331
1486
|
const getFileIcon$2 = async options => {
|
|
1332
|
-
return invoke$
|
|
1487
|
+
return invoke$2('IconTheme.getFileIcon', options);
|
|
1488
|
+
};
|
|
1489
|
+
const getColorThemeNames = async () => {
|
|
1490
|
+
return invoke$2('ColorTheme.getColorThemeNames');
|
|
1491
|
+
};
|
|
1492
|
+
const disableExtension = async id => {
|
|
1493
|
+
// @ts-ignore
|
|
1494
|
+
return invoke$2('ExtensionManagement.disable', id);
|
|
1495
|
+
};
|
|
1496
|
+
const enableExtension = async id => {
|
|
1497
|
+
// @ts-ignore
|
|
1498
|
+
return invoke$2('ExtensionManagement.enable', id);
|
|
1499
|
+
};
|
|
1500
|
+
const handleDebugChange = async params => {
|
|
1501
|
+
// @ts-ignore
|
|
1502
|
+
return invoke$2('Run And Debug.handleChange', params);
|
|
1503
|
+
};
|
|
1504
|
+
const getFolderIcon = async options => {
|
|
1505
|
+
return invoke$2('IconTheme.getFolderIcon', options);
|
|
1506
|
+
};
|
|
1507
|
+
const closeWidget = async widgetId => {
|
|
1508
|
+
return invoke$2('Viewlet.closeWidget', widgetId);
|
|
1509
|
+
};
|
|
1510
|
+
const sendMessagePortToExtensionHostWorker = async (port, rpcId = 0) => {
|
|
1511
|
+
const command = 'HandleMessagePort.handleMessagePort2';
|
|
1512
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker', port, command, rpcId);
|
|
1333
1513
|
};
|
|
1334
1514
|
const sendMessagePortToSearchProcess$1 = async port => {
|
|
1335
|
-
await invokeAndTransfer
|
|
1515
|
+
await invokeAndTransfer('SendMessagePortToElectron.sendMessagePortToElectron', port, 'HandleMessagePortForSearchProcess.handleMessagePortForSearchProcess');
|
|
1516
|
+
};
|
|
1517
|
+
const confirm = async (message, options) => {
|
|
1518
|
+
// @ts-ignore
|
|
1519
|
+
const result = await invoke$2('ConfirmPrompt.prompt', message, options);
|
|
1520
|
+
return result;
|
|
1521
|
+
};
|
|
1522
|
+
const getRecentlyOpened = async () => {
|
|
1523
|
+
return invoke$2(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
|
|
1524
|
+
};
|
|
1525
|
+
const getKeyBindings$1 = async () => {
|
|
1526
|
+
return invoke$2('KeyBindingsInitial.getKeyBindings');
|
|
1336
1527
|
};
|
|
1337
1528
|
const writeClipBoardText$1 = async text => {
|
|
1338
|
-
await invoke$
|
|
1529
|
+
await invoke$2('ClipBoard.writeText', /* text */text);
|
|
1530
|
+
};
|
|
1531
|
+
const writeClipBoardImage = async blob => {
|
|
1532
|
+
// @ts-ignore
|
|
1533
|
+
await invoke$2('ClipBoard.writeImage', /* text */blob);
|
|
1534
|
+
};
|
|
1535
|
+
const searchFileMemory = async uri => {
|
|
1536
|
+
// @ts-ignore
|
|
1537
|
+
return invoke$2('ExtensionHost.searchFileWithMemory', uri);
|
|
1538
|
+
};
|
|
1539
|
+
const searchFileFetch = async uri => {
|
|
1540
|
+
return invoke$2('ExtensionHost.searchFileWithFetch', uri);
|
|
1541
|
+
};
|
|
1542
|
+
const showMessageBox = async options => {
|
|
1543
|
+
return invoke$2('ElectronDialog.showMessageBox', options);
|
|
1544
|
+
};
|
|
1545
|
+
const handleDebugResumed = async params => {
|
|
1546
|
+
await invoke$2('Run And Debug.handleResumed', params);
|
|
1547
|
+
};
|
|
1548
|
+
const openWidget = async name => {
|
|
1549
|
+
await invoke$2('Viewlet.openWidget', name);
|
|
1550
|
+
};
|
|
1551
|
+
const getIcons = async requests => {
|
|
1552
|
+
const icons = await invoke$2('IconTheme.getIcons', requests);
|
|
1553
|
+
return icons;
|
|
1554
|
+
};
|
|
1555
|
+
const activateByEvent = event => {
|
|
1556
|
+
return invoke$2('ExtensionHostManagement.activateByEvent', event);
|
|
1557
|
+
};
|
|
1558
|
+
const setAdditionalFocus = focusKey => {
|
|
1559
|
+
// @ts-ignore
|
|
1560
|
+
return invoke$2('Focus.setAdditionalFocus', focusKey);
|
|
1561
|
+
};
|
|
1562
|
+
const getActiveEditorId = () => {
|
|
1563
|
+
// @ts-ignore
|
|
1564
|
+
return invoke$2('GetActiveEditor.getActiveEditorId');
|
|
1565
|
+
};
|
|
1566
|
+
const getWorkspacePath = () => {
|
|
1567
|
+
return invoke$2('Workspace.getPath');
|
|
1568
|
+
};
|
|
1569
|
+
const sendMessagePortToRendererProcess = async port => {
|
|
1570
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1571
|
+
// @ts-ignore
|
|
1572
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToRendererProcess', port, command, DebugWorker);
|
|
1573
|
+
};
|
|
1574
|
+
const getPreference = async key => {
|
|
1575
|
+
return await invoke$2('Preferences.get', key);
|
|
1576
|
+
};
|
|
1577
|
+
const getAllExtensions = async () => {
|
|
1578
|
+
return invoke$2('ExtensionManagement.getAllExtensions');
|
|
1579
|
+
};
|
|
1580
|
+
const rerenderEditor = async key => {
|
|
1581
|
+
// @ts-ignore
|
|
1582
|
+
return invoke$2('Editor.rerender', key);
|
|
1583
|
+
};
|
|
1584
|
+
const handleDebugPaused = async params => {
|
|
1585
|
+
await invoke$2('Run And Debug.handlePaused', params);
|
|
1339
1586
|
};
|
|
1340
1587
|
const openUri$2 = async (uri, focus, options) => {
|
|
1341
|
-
await invoke$
|
|
1588
|
+
await invoke$2('Main.openUri', uri, focus, options);
|
|
1589
|
+
};
|
|
1590
|
+
const sendMessagePortToSyntaxHighlightingWorker = async port => {
|
|
1591
|
+
await invokeAndTransfer(
|
|
1592
|
+
// @ts-ignore
|
|
1593
|
+
'SendMessagePortToSyntaxHighlightingWorker.sendMessagePortToSyntaxHighlightingWorker', port, 'HandleMessagePort.handleMessagePort2');
|
|
1594
|
+
};
|
|
1595
|
+
const handleDebugScriptParsed = async script => {
|
|
1596
|
+
await invoke$2('Run And Debug.handleScriptParsed', script);
|
|
1597
|
+
};
|
|
1598
|
+
const getWindowId = async () => {
|
|
1599
|
+
return invoke$2('GetWindowId.getWindowId');
|
|
1600
|
+
};
|
|
1601
|
+
const getBlob = async uri => {
|
|
1602
|
+
// @ts-ignore
|
|
1603
|
+
return invoke$2('FileSystem.getBlob', uri);
|
|
1604
|
+
};
|
|
1605
|
+
const getExtensionCommands = async () => {
|
|
1606
|
+
return invoke$2('ExtensionHost.getCommands');
|
|
1607
|
+
};
|
|
1608
|
+
const showErrorDialog = async errorInfo => {
|
|
1609
|
+
// @ts-ignore
|
|
1610
|
+
await invoke$2('ErrorHandling.showErrorDialog', errorInfo);
|
|
1611
|
+
};
|
|
1612
|
+
const getFolderSize = async uri => {
|
|
1613
|
+
// @ts-ignore
|
|
1614
|
+
return await invoke$2('FileSystem.getFolderSize', uri);
|
|
1615
|
+
};
|
|
1616
|
+
const getExtension = async id => {
|
|
1617
|
+
// @ts-ignore
|
|
1618
|
+
return invoke$2('ExtensionManagement.getExtension', id);
|
|
1619
|
+
};
|
|
1620
|
+
const getMarkdownDom = async html => {
|
|
1621
|
+
// @ts-ignore
|
|
1622
|
+
return invoke$2('Markdown.getVirtualDom', html);
|
|
1623
|
+
};
|
|
1624
|
+
const renderMarkdown = async (markdown, options) => {
|
|
1625
|
+
// @ts-ignore
|
|
1626
|
+
return invoke$2('Markdown.renderMarkdown', markdown, options);
|
|
1627
|
+
};
|
|
1628
|
+
const openNativeFolder = async uri => {
|
|
1629
|
+
// @ts-ignore
|
|
1630
|
+
await invoke$2('OpenNativeFolder.openNativeFolder', uri);
|
|
1631
|
+
};
|
|
1632
|
+
const uninstallExtension = async id => {
|
|
1633
|
+
return invoke$2('ExtensionManagement.uninstall', id);
|
|
1342
1634
|
};
|
|
1635
|
+
const installExtension = async id => {
|
|
1636
|
+
// @ts-ignore
|
|
1637
|
+
return invoke$2('ExtensionManagement.install', id);
|
|
1638
|
+
};
|
|
1639
|
+
const openExtensionSearch = async () => {
|
|
1640
|
+
// @ts-ignore
|
|
1641
|
+
return invoke$2('SideBar.openViewlet', 'Extensions');
|
|
1642
|
+
};
|
|
1643
|
+
const setExtensionsSearchValue = async searchValue => {
|
|
1644
|
+
// @ts-ignore
|
|
1645
|
+
return invoke$2('Extensions.handleInput', searchValue);
|
|
1646
|
+
};
|
|
1647
|
+
const openExternal = async uri => {
|
|
1648
|
+
// @ts-ignore
|
|
1649
|
+
await invoke$2('Open.openExternal', uri);
|
|
1650
|
+
};
|
|
1651
|
+
const openUrl = async uri => {
|
|
1652
|
+
// @ts-ignore
|
|
1653
|
+
await invoke$2('Open.openUrl', uri);
|
|
1654
|
+
};
|
|
1655
|
+
const getAllPreferences = async () => {
|
|
1656
|
+
// @ts-ignore
|
|
1657
|
+
return invoke$2('Preferences.getAll');
|
|
1658
|
+
};
|
|
1659
|
+
const showSaveFilePicker = async () => {
|
|
1660
|
+
// @ts-ignore
|
|
1661
|
+
return invoke$2('FilePicker.showSaveFilePicker');
|
|
1662
|
+
};
|
|
1663
|
+
const getLogsDir = async () => {
|
|
1664
|
+
// @ts-ignore
|
|
1665
|
+
return invoke$2('PlatformPaths.getLogsDir');
|
|
1666
|
+
};
|
|
1667
|
+
const registerMockRpc = commandMap => {
|
|
1668
|
+
const mockRpc = createMockRpc({
|
|
1669
|
+
commandMap
|
|
1670
|
+
});
|
|
1671
|
+
set$2(mockRpc);
|
|
1672
|
+
return mockRpc;
|
|
1673
|
+
};
|
|
1674
|
+
|
|
1343
1675
|
const RendererWorker = {
|
|
1344
1676
|
__proto__: null,
|
|
1677
|
+
activateByEvent,
|
|
1678
|
+
applyBulkReplacement: applyBulkReplacement$1,
|
|
1679
|
+
closeWidget,
|
|
1680
|
+
confirm,
|
|
1681
|
+
disableExtension,
|
|
1682
|
+
dispose,
|
|
1683
|
+
enableExtension,
|
|
1684
|
+
getActiveEditorId,
|
|
1685
|
+
getAllExtensions,
|
|
1686
|
+
getAllPreferences,
|
|
1687
|
+
getBlob,
|
|
1688
|
+
getChromeVersion,
|
|
1689
|
+
getColorThemeNames,
|
|
1690
|
+
getElectronVersion,
|
|
1691
|
+
getExtension,
|
|
1692
|
+
getExtensionCommands,
|
|
1693
|
+
getFileHandles,
|
|
1345
1694
|
getFileIcon: getFileIcon$2,
|
|
1346
|
-
|
|
1695
|
+
getFilePathElectron,
|
|
1696
|
+
getFolderIcon,
|
|
1697
|
+
getFolderSize,
|
|
1698
|
+
getIcons,
|
|
1699
|
+
getKeyBindings: getKeyBindings$1,
|
|
1700
|
+
getLogsDir,
|
|
1701
|
+
getMarkdownDom,
|
|
1702
|
+
getNodeVersion,
|
|
1703
|
+
getPreference,
|
|
1704
|
+
getRecentlyOpened,
|
|
1705
|
+
getV8Version,
|
|
1706
|
+
getWebViewSecret,
|
|
1707
|
+
getWindowId,
|
|
1708
|
+
getWorkspacePath,
|
|
1709
|
+
handleDebugChange,
|
|
1710
|
+
handleDebugPaused,
|
|
1711
|
+
handleDebugResumed,
|
|
1712
|
+
handleDebugScriptParsed,
|
|
1713
|
+
installExtension,
|
|
1714
|
+
invoke: invoke$2,
|
|
1715
|
+
invokeAndTransfer,
|
|
1716
|
+
openExtensionSearch,
|
|
1717
|
+
openExternal,
|
|
1718
|
+
openNativeFolder,
|
|
1347
1719
|
openUri: openUri$2,
|
|
1720
|
+
openUrl,
|
|
1721
|
+
openWidget,
|
|
1722
|
+
readFile,
|
|
1723
|
+
registerMockRpc,
|
|
1724
|
+
registerWebViewInterceptor,
|
|
1725
|
+
renderMarkdown,
|
|
1726
|
+
rerenderEditor,
|
|
1727
|
+
searchFileFetch,
|
|
1728
|
+
searchFileHtml,
|
|
1729
|
+
searchFileMemory,
|
|
1730
|
+
sendMessagePortToEditorWorker,
|
|
1731
|
+
sendMessagePortToErrorWorker,
|
|
1732
|
+
sendMessagePortToExtensionHostWorker,
|
|
1733
|
+
sendMessagePortToFileSystemWorker,
|
|
1734
|
+
sendMessagePortToMarkdownWorker,
|
|
1735
|
+
sendMessagePortToRendererProcess,
|
|
1348
1736
|
sendMessagePortToSearchProcess: sendMessagePortToSearchProcess$1,
|
|
1349
|
-
|
|
1737
|
+
sendMessagePortToSyntaxHighlightingWorker,
|
|
1738
|
+
set: set$2,
|
|
1739
|
+
setAdditionalFocus,
|
|
1740
|
+
setColorTheme,
|
|
1741
|
+
setExtensionsSearchValue,
|
|
1742
|
+
setFocus,
|
|
1743
|
+
setWebViewPort,
|
|
1744
|
+
setWorkspacePath,
|
|
1350
1745
|
showContextMenu: showContextMenu$1,
|
|
1746
|
+
showErrorDialog,
|
|
1747
|
+
showMessageBox,
|
|
1748
|
+
showSaveFilePicker,
|
|
1749
|
+
uninstallExtension,
|
|
1750
|
+
unregisterWebViewInterceptor,
|
|
1751
|
+
writeClipBoardImage,
|
|
1351
1752
|
writeClipBoardText: writeClipBoardText$1
|
|
1352
1753
|
};
|
|
1754
|
+
|
|
1353
1755
|
const createLazyRpc = rpcId => {
|
|
1354
1756
|
let rpcPromise;
|
|
1355
1757
|
let factory;
|
|
1356
1758
|
const createRpc = async () => {
|
|
1357
1759
|
const rpc = await factory();
|
|
1358
|
-
set$
|
|
1760
|
+
set$3(rpcId, rpc);
|
|
1359
1761
|
};
|
|
1360
1762
|
const ensureRpc = async () => {
|
|
1361
1763
|
if (!rpcPromise) {
|
|
@@ -1406,7 +1808,7 @@ const {
|
|
|
1406
1808
|
wrapCommand
|
|
1407
1809
|
} = create$3();
|
|
1408
1810
|
|
|
1409
|
-
const List
|
|
1811
|
+
const List = 1;
|
|
1410
1812
|
|
|
1411
1813
|
const create$1 = ({
|
|
1412
1814
|
itemHeight,
|
|
@@ -1458,7 +1860,7 @@ const create = (uid, x, y, width, height, workspacePath, assetDir, itemHeight, v
|
|
|
1458
1860
|
workspacePath: workspacePath,
|
|
1459
1861
|
includeValue: '',
|
|
1460
1862
|
excludeValue: '',
|
|
1461
|
-
focus: Empty,
|
|
1863
|
+
focus: Empty$1,
|
|
1462
1864
|
loaded: false,
|
|
1463
1865
|
message: '',
|
|
1464
1866
|
collapsedPaths: [],
|
|
@@ -1475,7 +1877,7 @@ const create = (uid, x, y, width, height, workspacePath, assetDir, itemHeight, v
|
|
|
1475
1877
|
searchInputErrorMessage: '',
|
|
1476
1878
|
history: [],
|
|
1477
1879
|
historyIndex: -1,
|
|
1478
|
-
viewMode: List
|
|
1880
|
+
viewMode: List,
|
|
1479
1881
|
incrementalSearch: false,
|
|
1480
1882
|
searchId: '',
|
|
1481
1883
|
useChevrons: true,
|
|
@@ -1594,7 +1996,7 @@ const ReplaceAll$1 = 'Replace All';
|
|
|
1594
1996
|
const ReplacedManyOccurrencesInManyFiles = "Replaced {PH1} occurrences across {PH2} files with '{PH3}'";
|
|
1595
1997
|
const ReplacedOneOccurrenceInOneFile = "Replaced 1 occurrence across 1 file with '{PH1}'";
|
|
1596
1998
|
const ReplaceForHistory = 'Replace (⇅ for history)';
|
|
1597
|
-
const Search$
|
|
1999
|
+
const Search$1 = 'Search';
|
|
1598
2000
|
const SearchForHistory = 'Search (⇅ for history)';
|
|
1599
2001
|
const SearchOnlyOpenEditors$1 = 'Search Only Open Editors';
|
|
1600
2002
|
const ToggleReplace$1 = 'Toggle Replace';
|
|
@@ -1731,7 +2133,7 @@ const searchForHistory = () => {
|
|
|
1731
2133
|
return i18nString(SearchForHistory);
|
|
1732
2134
|
};
|
|
1733
2135
|
const search = () => {
|
|
1734
|
-
return i18nString(Search$
|
|
2136
|
+
return i18nString(Search$1);
|
|
1735
2137
|
};
|
|
1736
2138
|
const replaceForHistory = () => {
|
|
1737
2139
|
return i18nString(ReplaceForHistory);
|
|
@@ -2316,7 +2718,7 @@ const getRipGrepArgs = ({
|
|
|
2316
2718
|
const {
|
|
2317
2719
|
invoke,
|
|
2318
2720
|
setFactory
|
|
2319
|
-
} = createLazyRpc(
|
|
2721
|
+
} = createLazyRpc(SearchProcess);
|
|
2320
2722
|
|
|
2321
2723
|
const waitForNextFrame = async () => {
|
|
2322
2724
|
const {
|
|
@@ -3543,144 +3945,10 @@ const createViewModel = state => {
|
|
|
3543
3945
|
};
|
|
3544
3946
|
};
|
|
3545
3947
|
|
|
3546
|
-
const Actions = 'Actions';
|
|
3547
|
-
const Badge = 'Badge';
|
|
3548
|
-
const Chevron = 'Chevron';
|
|
3549
|
-
const CloseMaskIcon = 'MaskIcon MaskIconClose';
|
|
3550
|
-
const Empty$1 = '';
|
|
3551
|
-
const FileIcon = 'FileIcon';
|
|
3552
|
-
const FocusOutline = 'FocusOutline';
|
|
3553
|
-
const Grow = 'Grow';
|
|
3554
|
-
const Highlight = 'Highlight';
|
|
3555
|
-
const HighlightDeleted = 'HighlightDeleted';
|
|
3556
|
-
const HighlightInserted = 'HighlightInserted';
|
|
3557
|
-
const IconButton = 'IconButton';
|
|
3558
|
-
const Label$1 = 'Label';
|
|
3559
|
-
const List = 'List';
|
|
3560
|
-
const MaskIcon = 'MaskIcon';
|
|
3561
|
-
const MaskIconBook = 'MaskIconBook';
|
|
3562
|
-
const MaskIconCaseSensitive = 'MaskIconCaseSensitive';
|
|
3563
|
-
const MaskIconChevronDown = 'MaskIconChevronDown';
|
|
3564
|
-
const MaskIconChevronRight = 'MaskIconChevronRight';
|
|
3565
|
-
const MaskIconEllipsis = 'MaskIconEllipsis';
|
|
3566
|
-
const MaskIconExclude = 'MaskIconExclude';
|
|
3567
|
-
const MaskIconPreserveCase = 'MaskIconPreserveCase';
|
|
3568
|
-
const MaskIconRegex = 'MaskIconRegex';
|
|
3569
|
-
const MaskIconReplaceAll = 'MaskIconReplaceAll';
|
|
3570
|
-
const MaskIconWholeWord = 'MaskIconWholeWord';
|
|
3571
|
-
const MultilineInputBox = 'MultilineInputBox';
|
|
3572
|
-
const ScrollBar$1 = 'ScrollBar';
|
|
3573
|
-
const ScrollBarThumb = 'ScrollBarThumb';
|
|
3574
|
-
const ScrollBarVertical = 'ScrollBarVertical';
|
|
3575
|
-
const Search$1 = 'Search';
|
|
3576
|
-
const SearchField = 'SearchField';
|
|
3577
|
-
const SearchFieldButton = 'SearchFieldButton';
|
|
3578
|
-
const SearchFieldButtonChecked = 'SearchFieldButtonChecked';
|
|
3579
|
-
const SearchFieldButtonDisabled = 'SearchFieldButtonDisabled';
|
|
3580
|
-
const SearchFieldButtons = 'SearchFieldButtons';
|
|
3581
|
-
const SearchFieldContainer = 'SearchFieldContainer';
|
|
3582
|
-
const SearchFieldError = 'SearchFieldError';
|
|
3583
|
-
const SearchHeader = 'SearchHeader';
|
|
3584
|
-
const SearchHeaderDetails = 'SearchHeaderDetails';
|
|
3585
|
-
const SearchHeaderDetailsExpanded = 'SearchHeaderDetailsExpanded';
|
|
3586
|
-
const SearchHeaderDetailsExpandedTop = 'SearchHeaderDetailsExpandedTop';
|
|
3587
|
-
const SearchHeaderDetailsHeading = 'SearchHeaderDetailsHeading';
|
|
3588
|
-
const SearchHeaderTop = 'SearchHeaderTop';
|
|
3589
|
-
const SearchHeaderTopRight = 'SearchHeaderTopRight';
|
|
3590
|
-
const SearchInputError = 'SearchInputError';
|
|
3591
|
-
const SearchRemove = 'SearchRemove';
|
|
3592
|
-
const SearchToggleButton = 'SearchToggleButton';
|
|
3593
|
-
const SearchToggleButtonExpanded = 'SearchToggleButtonExpanded';
|
|
3594
|
-
const SourceControlBadge = 'SourceControlBadge';
|
|
3595
|
-
const ToggleDetails = 'ToggleDetails';
|
|
3596
|
-
const Tree$1 = 'Tree';
|
|
3597
|
-
const TreeItem$1 = 'TreeItem';
|
|
3598
|
-
const TreeItemActive = 'TreeItemActive';
|
|
3599
|
-
const TreeItems$1 = 'TreeItems';
|
|
3600
|
-
const Viewlet = 'Viewlet';
|
|
3601
|
-
const ViewletSearchMessage = 'ViewletSearchMessage';
|
|
3602
|
-
const ViewletSearchMessageIndented = 'ViewletSearchMessageIndented';
|
|
3603
|
-
const ClassNames = {
|
|
3604
|
-
__proto__: null,
|
|
3605
|
-
Actions,
|
|
3606
|
-
Badge,
|
|
3607
|
-
Chevron,
|
|
3608
|
-
CloseMaskIcon,
|
|
3609
|
-
Empty: Empty$1,
|
|
3610
|
-
FileIcon,
|
|
3611
|
-
FocusOutline,
|
|
3612
|
-
Grow,
|
|
3613
|
-
Highlight,
|
|
3614
|
-
HighlightDeleted,
|
|
3615
|
-
HighlightInserted,
|
|
3616
|
-
IconButton,
|
|
3617
|
-
Label: Label$1,
|
|
3618
|
-
List,
|
|
3619
|
-
MaskIcon,
|
|
3620
|
-
MaskIconBook,
|
|
3621
|
-
MaskIconCaseSensitive,
|
|
3622
|
-
MaskIconChevronDown,
|
|
3623
|
-
MaskIconChevronRight,
|
|
3624
|
-
MaskIconEllipsis,
|
|
3625
|
-
MaskIconExclude,
|
|
3626
|
-
MaskIconPreserveCase,
|
|
3627
|
-
MaskIconRegex,
|
|
3628
|
-
MaskIconReplaceAll,
|
|
3629
|
-
MaskIconWholeWord,
|
|
3630
|
-
MultilineInputBox,
|
|
3631
|
-
ScrollBar: ScrollBar$1,
|
|
3632
|
-
ScrollBarThumb,
|
|
3633
|
-
ScrollBarVertical,
|
|
3634
|
-
Search: Search$1,
|
|
3635
|
-
SearchField,
|
|
3636
|
-
SearchFieldButton,
|
|
3637
|
-
SearchFieldButtonChecked,
|
|
3638
|
-
SearchFieldButtonDisabled,
|
|
3639
|
-
SearchFieldButtons,
|
|
3640
|
-
SearchFieldContainer,
|
|
3641
|
-
SearchFieldError,
|
|
3642
|
-
SearchHeader,
|
|
3643
|
-
SearchHeaderDetails,
|
|
3644
|
-
SearchHeaderDetailsExpanded,
|
|
3645
|
-
SearchHeaderDetailsExpandedTop,
|
|
3646
|
-
SearchHeaderDetailsHeading,
|
|
3647
|
-
SearchHeaderTop,
|
|
3648
|
-
SearchHeaderTopRight,
|
|
3649
|
-
SearchInputError,
|
|
3650
|
-
SearchRemove,
|
|
3651
|
-
SearchToggleButton,
|
|
3652
|
-
SearchToggleButtonExpanded,
|
|
3653
|
-
SourceControlBadge,
|
|
3654
|
-
ToggleDetails,
|
|
3655
|
-
Tree: Tree$1,
|
|
3656
|
-
TreeItem: TreeItem$1,
|
|
3657
|
-
TreeItemActive,
|
|
3658
|
-
TreeItems: TreeItems$1,
|
|
3659
|
-
Viewlet,
|
|
3660
|
-
ViewletSearchMessage,
|
|
3661
|
-
ViewletSearchMessageIndented};
|
|
3662
3948
|
const mergeClassNames = (...classNames) => {
|
|
3663
3949
|
return classNames.filter(Boolean).join(' ');
|
|
3664
3950
|
};
|
|
3665
|
-
|
|
3666
|
-
const Div = 4;
|
|
3667
|
-
const Span = 8;
|
|
3668
|
-
const Text = 12;
|
|
3669
|
-
const Img = 17;
|
|
3670
|
-
const Ins = 20;
|
|
3671
|
-
const Del = 21;
|
|
3672
|
-
const H4 = 24;
|
|
3673
|
-
const TextArea = 62;
|
|
3674
|
-
const VirtualDomElements = {
|
|
3675
|
-
__proto__: null,
|
|
3676
|
-
Button: Button$2,
|
|
3677
|
-
Del,
|
|
3678
|
-
Div,
|
|
3679
|
-
H4,
|
|
3680
|
-
Img,
|
|
3681
|
-
Ins,
|
|
3682
|
-
Span,
|
|
3683
|
-
TextArea};
|
|
3951
|
+
|
|
3684
3952
|
const text = data => {
|
|
3685
3953
|
return {
|
|
3686
3954
|
type: Text,
|
|
@@ -3688,6 +3956,7 @@ const text = data => {
|
|
|
3688
3956
|
childCount: 0
|
|
3689
3957
|
};
|
|
3690
3958
|
};
|
|
3959
|
+
|
|
3691
3960
|
const SetText = 1;
|
|
3692
3961
|
const SetAttribute = 3;
|
|
3693
3962
|
const RemoveAttribute = 4;
|
|
@@ -3696,6 +3965,7 @@ const NavigateChild = 7;
|
|
|
3696
3965
|
const NavigateParent = 8;
|
|
3697
3966
|
const RemoveChild = 9;
|
|
3698
3967
|
const NavigateSibling = 10;
|
|
3968
|
+
|
|
3699
3969
|
const applyPendingPatches = (patches, pendingPatches, skip) => {
|
|
3700
3970
|
for (let k = 0; k < pendingPatches.length - skip; k += 2) {
|
|
3701
3971
|
const type = pendingPatches[k];
|
|
@@ -3713,13 +3983,16 @@ const applyPendingPatches = (patches, pendingPatches, skip) => {
|
|
|
3713
3983
|
}
|
|
3714
3984
|
pendingPatches.length = 0;
|
|
3715
3985
|
};
|
|
3986
|
+
|
|
3716
3987
|
const isKey = key => {
|
|
3717
3988
|
return key !== 'type' && key !== 'childCount';
|
|
3718
3989
|
};
|
|
3990
|
+
|
|
3719
3991
|
const getKeys = node => {
|
|
3720
3992
|
const keys = Object.keys(node).filter(isKey);
|
|
3721
3993
|
return keys;
|
|
3722
3994
|
};
|
|
3995
|
+
|
|
3723
3996
|
const getTotalChildCount = (nodes, index) => {
|
|
3724
3997
|
let i = index;
|
|
3725
3998
|
let pending = 1;
|
|
@@ -3731,6 +4004,7 @@ const getTotalChildCount = (nodes, index) => {
|
|
|
3731
4004
|
}
|
|
3732
4005
|
return i - index;
|
|
3733
4006
|
};
|
|
4007
|
+
|
|
3734
4008
|
const diff = (oldNodes, newNodes) => {
|
|
3735
4009
|
const patches = [];
|
|
3736
4010
|
const pendingPatches = [];
|
|
@@ -3742,7 +4016,6 @@ const diff = (oldNodes, newNodes) => {
|
|
|
3742
4016
|
while (i < oldNodes.length && j < newNodes.length) {
|
|
3743
4017
|
const oldNode = oldNodes[i];
|
|
3744
4018
|
const newNode = newNodes[j];
|
|
3745
|
-
|
|
3746
4019
|
// TODO maybe don't have the current element in indexstack
|
|
3747
4020
|
if (siblingOffset === maxSiblingOffset) {
|
|
3748
4021
|
indexStack.pop();
|
|
@@ -3928,8 +4201,8 @@ const HandleWheel = 'handleWheel';
|
|
|
3928
4201
|
|
|
3929
4202
|
const getSearchDetailsToggleVirtualDom = () => {
|
|
3930
4203
|
return [{
|
|
3931
|
-
type:
|
|
3932
|
-
className:
|
|
4204
|
+
type: Div,
|
|
4205
|
+
className: ToggleDetails,
|
|
3933
4206
|
role: Button$1,
|
|
3934
4207
|
tabIndex: 0,
|
|
3935
4208
|
ariaLabel: toggleSearchDetails(),
|
|
@@ -3937,21 +4210,21 @@ const getSearchDetailsToggleVirtualDom = () => {
|
|
|
3937
4210
|
name: ToggleSearchDetails,
|
|
3938
4211
|
childCount: 1
|
|
3939
4212
|
}, {
|
|
3940
|
-
type:
|
|
3941
|
-
className: mergeClassNames(
|
|
4213
|
+
type: Div,
|
|
4214
|
+
className: mergeClassNames(MaskIcon, MaskIconEllipsis),
|
|
3942
4215
|
childCount: 0
|
|
3943
4216
|
}];
|
|
3944
4217
|
};
|
|
3945
4218
|
|
|
3946
4219
|
const getClassName = indented => {
|
|
3947
4220
|
if (indented) {
|
|
3948
|
-
return mergeClassNames(
|
|
4221
|
+
return mergeClassNames(ViewletSearchMessage, ViewletSearchMessageIndented);
|
|
3949
4222
|
}
|
|
3950
|
-
return
|
|
4223
|
+
return ViewletSearchMessage;
|
|
3951
4224
|
};
|
|
3952
4225
|
const getSearchMessageVirtualDom = (message, indented) => {
|
|
3953
4226
|
return [{
|
|
3954
|
-
type:
|
|
4227
|
+
type: Div,
|
|
3955
4228
|
className: getClassName(indented),
|
|
3956
4229
|
role: Status,
|
|
3957
4230
|
tabIndex: 0,
|
|
@@ -3961,8 +4234,8 @@ const getSearchMessageVirtualDom = (message, indented) => {
|
|
|
3961
4234
|
|
|
3962
4235
|
const getSearchHeaderDetailsCollapsedVirtualDom = message => {
|
|
3963
4236
|
return [{
|
|
3964
|
-
type:
|
|
3965
|
-
className:
|
|
4237
|
+
type: Div,
|
|
4238
|
+
className: SearchHeaderDetails,
|
|
3966
4239
|
childCount: 2
|
|
3967
4240
|
}, ...getSearchMessageVirtualDom(message, true), ...getSearchDetailsToggleVirtualDom()];
|
|
3968
4241
|
};
|
|
@@ -3974,7 +4247,7 @@ const ButtonDisabled = 3;
|
|
|
3974
4247
|
|
|
3975
4248
|
const getInputActionsExclude = flags => {
|
|
3976
4249
|
const inside = [{
|
|
3977
|
-
icon:
|
|
4250
|
+
icon: MaskIconExclude,
|
|
3978
4251
|
title: useExcludeSettings(),
|
|
3979
4252
|
command: 'toggleUseExcludeSettings',
|
|
3980
4253
|
flag: flags & UseIgnoreFiles ? CheckBoxEnabled : CheckBoxDisabled,
|
|
@@ -3989,7 +4262,7 @@ const getInputActionsExclude = flags => {
|
|
|
3989
4262
|
|
|
3990
4263
|
const getInputActionsInclude = flags => {
|
|
3991
4264
|
const inside = [{
|
|
3992
|
-
icon:
|
|
4265
|
+
icon: MaskIconBook,
|
|
3993
4266
|
title: searchOnlyOpenEditors(),
|
|
3994
4267
|
command: 'searchOnlyOpenEditors',
|
|
3995
4268
|
flag: flags & OpenEditors ? CheckBoxEnabled : CheckBoxDisabled,
|
|
@@ -4003,7 +4276,7 @@ const getInputActionsInclude = flags => {
|
|
|
4003
4276
|
};
|
|
4004
4277
|
|
|
4005
4278
|
const getSearchFieldButtonClassName = flag => {
|
|
4006
|
-
return mergeClassNames(
|
|
4279
|
+
return mergeClassNames(SearchFieldButton, flag === CheckBoxEnabled ? SearchFieldButtonChecked : '', flag === ButtonDisabled ? SearchFieldButtonDisabled : '');
|
|
4007
4280
|
};
|
|
4008
4281
|
|
|
4009
4282
|
// TODO maybe move logic to viewmodel, which returns ariaChecked 1 | 2 | 3
|
|
@@ -4047,7 +4320,7 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
4047
4320
|
const role = getRole(flag);
|
|
4048
4321
|
const disabled = getDisabled(flag);
|
|
4049
4322
|
return [{
|
|
4050
|
-
type:
|
|
4323
|
+
type: Button$2,
|
|
4051
4324
|
className: getSearchFieldButtonClassName(flag),
|
|
4052
4325
|
name,
|
|
4053
4326
|
title,
|
|
@@ -4057,8 +4330,8 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
4057
4330
|
tabIndex: 0,
|
|
4058
4331
|
childCount: 1
|
|
4059
4332
|
}, {
|
|
4060
|
-
type:
|
|
4061
|
-
className: mergeClassNames(
|
|
4333
|
+
type: Span,
|
|
4334
|
+
className: mergeClassNames(MaskIcon, icon),
|
|
4062
4335
|
childCount: 0
|
|
4063
4336
|
}];
|
|
4064
4337
|
};
|
|
@@ -4072,8 +4345,8 @@ const getOutSideButtonsDom = outsideButtons => {
|
|
|
4072
4345
|
}
|
|
4073
4346
|
return {
|
|
4074
4347
|
preNodes: [{
|
|
4075
|
-
type:
|
|
4076
|
-
className:
|
|
4348
|
+
type: Div,
|
|
4349
|
+
className: SearchFieldContainer,
|
|
4077
4350
|
role: None,
|
|
4078
4351
|
childCount: 1 + outsideButtons.length
|
|
4079
4352
|
}],
|
|
@@ -4086,15 +4359,15 @@ const getSearchFieldVirtualDom = (name, placeholder, onInput, insideButtons, out
|
|
|
4086
4359
|
preNodes,
|
|
4087
4360
|
postNodes
|
|
4088
4361
|
} = getOutSideButtonsDom(outsideButtons);
|
|
4089
|
-
const searchFieldClassName = hasError ? mergeClassNames(
|
|
4362
|
+
const searchFieldClassName = hasError ? mergeClassNames(SearchField, SearchFieldError) : SearchField;
|
|
4090
4363
|
const dom = [...preNodes, {
|
|
4091
|
-
type:
|
|
4364
|
+
type: Div,
|
|
4092
4365
|
className: searchFieldClassName,
|
|
4093
4366
|
role: None,
|
|
4094
4367
|
childCount: 2
|
|
4095
4368
|
}, {
|
|
4096
|
-
type:
|
|
4097
|
-
className:
|
|
4369
|
+
type: TextArea,
|
|
4370
|
+
className: MultilineInputBox,
|
|
4098
4371
|
spellcheck: false,
|
|
4099
4372
|
autocapitalize: 'off',
|
|
4100
4373
|
autocorrect: 'off',
|
|
@@ -4104,8 +4377,8 @@ const getSearchFieldVirtualDom = (name, placeholder, onInput, insideButtons, out
|
|
|
4104
4377
|
onFocus,
|
|
4105
4378
|
childCount: 0
|
|
4106
4379
|
}, {
|
|
4107
|
-
type:
|
|
4108
|
-
className:
|
|
4380
|
+
type: Div,
|
|
4381
|
+
className: SearchFieldButtons,
|
|
4109
4382
|
childCount: insideButtons.length
|
|
4110
4383
|
}, ...insideButtons.flatMap(getSearchFieldButtonVirtualDom), ...postNodes];
|
|
4111
4384
|
return dom;
|
|
@@ -4117,20 +4390,20 @@ const getSearchHeaderDetailsExpandedVirtualDom = (flags, message) => {
|
|
|
4117
4390
|
const includePlaceholder = include();
|
|
4118
4391
|
const excludePlaceholder = exclude();
|
|
4119
4392
|
return [{
|
|
4120
|
-
type:
|
|
4121
|
-
className:
|
|
4393
|
+
type: Div,
|
|
4394
|
+
className: SearchHeaderDetailsExpanded,
|
|
4122
4395
|
childCount: 5
|
|
4123
4396
|
}, {
|
|
4124
|
-
type:
|
|
4125
|
-
className:
|
|
4397
|
+
type: Div,
|
|
4398
|
+
className: SearchHeaderDetailsExpandedTop,
|
|
4126
4399
|
childCount: 2
|
|
4127
4400
|
}, ...getSearchDetailsToggleVirtualDom(), {
|
|
4128
|
-
type:
|
|
4129
|
-
className:
|
|
4401
|
+
type: H4,
|
|
4402
|
+
className: SearchHeaderDetailsHeading,
|
|
4130
4403
|
childCount: 1
|
|
4131
4404
|
}, text(filesToInclude()), ...getSearchFieldVirtualDom(FilesToInclude, includePlaceholder, HandleInput2, includeButtons.inside, includeButtons.outside), {
|
|
4132
|
-
type:
|
|
4133
|
-
className:
|
|
4405
|
+
type: H4,
|
|
4406
|
+
className: SearchHeaderDetailsHeading,
|
|
4134
4407
|
childCount: 1
|
|
4135
4408
|
}, text(filesToExclude()), ...getSearchFieldVirtualDom(FilesToExclude, excludePlaceholder, HandleInput2, excludeButtons.inside, excludeButtons.outside), ...getSearchMessageVirtualDom(message, false)];
|
|
4136
4409
|
};
|
|
@@ -4144,17 +4417,17 @@ const getSearchHeaderDetailsVirtualDom = (flags, message) => {
|
|
|
4144
4417
|
|
|
4145
4418
|
const getInputActionsInput = flags => {
|
|
4146
4419
|
const inside = [{
|
|
4147
|
-
icon:
|
|
4420
|
+
icon: MaskIconCaseSensitive,
|
|
4148
4421
|
flag: flags & MatchCase$2 ? CheckBoxEnabled : CheckBoxDisabled,
|
|
4149
4422
|
title: matchCase(),
|
|
4150
4423
|
name: MatchCase
|
|
4151
4424
|
}, {
|
|
4152
|
-
icon:
|
|
4425
|
+
icon: MaskIconWholeWord,
|
|
4153
4426
|
flag: flags & MatchWholeWord$2 ? CheckBoxEnabled : CheckBoxDisabled,
|
|
4154
4427
|
title: matchWholeWord(),
|
|
4155
4428
|
name: MatchWholeWord
|
|
4156
4429
|
}, {
|
|
4157
|
-
icon:
|
|
4430
|
+
icon: MaskIconRegex,
|
|
4158
4431
|
flag: flags & UseRegularExpression$2 ? CheckBoxEnabled : CheckBoxDisabled,
|
|
4159
4432
|
title: useRegularExpression(),
|
|
4160
4433
|
name: UseRegularExpression
|
|
@@ -4168,13 +4441,13 @@ const getInputActionsInput = flags => {
|
|
|
4168
4441
|
|
|
4169
4442
|
const getInputActionsReplace = (flags, matchCount) => {
|
|
4170
4443
|
const inside = [{
|
|
4171
|
-
icon:
|
|
4444
|
+
icon: MaskIconPreserveCase,
|
|
4172
4445
|
flag: flags & PreserveCase$2 ? CheckBoxEnabled : CheckBoxDisabled,
|
|
4173
4446
|
title: preserveCase(),
|
|
4174
4447
|
name: PreserveCase
|
|
4175
4448
|
}];
|
|
4176
4449
|
const outside = [{
|
|
4177
|
-
icon:
|
|
4450
|
+
icon: MaskIconReplaceAll,
|
|
4178
4451
|
flag: matchCount === 0 ? ButtonDisabled : ButtonEnabled,
|
|
4179
4452
|
title: replaceAll$1(),
|
|
4180
4453
|
name: ReplaceAll
|
|
@@ -4201,8 +4474,8 @@ const getSearchPlaceholder = focus => {
|
|
|
4201
4474
|
|
|
4202
4475
|
const getSearchToggleVirtualDom = replaceExpanded => {
|
|
4203
4476
|
return [{
|
|
4204
|
-
type:
|
|
4205
|
-
className: mergeClassNames(
|
|
4477
|
+
type: Button$2,
|
|
4478
|
+
className: mergeClassNames(IconButton, SearchToggleButton, replaceExpanded ? SearchToggleButtonExpanded : ''),
|
|
4206
4479
|
title: toggleReplace$1(),
|
|
4207
4480
|
ariaLabel: toggleReplace$1(),
|
|
4208
4481
|
ariaExpanded: Boolean(replaceExpanded),
|
|
@@ -4210,8 +4483,8 @@ const getSearchToggleVirtualDom = replaceExpanded => {
|
|
|
4210
4483
|
'data-command': 'toggleReplace',
|
|
4211
4484
|
name: ToggleReplace
|
|
4212
4485
|
}, {
|
|
4213
|
-
type:
|
|
4214
|
-
className: mergeClassNames(
|
|
4486
|
+
type: Div,
|
|
4487
|
+
className: mergeClassNames(MaskIcon, replaceExpanded ? MaskIconChevronDown : MaskIconChevronRight),
|
|
4215
4488
|
childCount: 0
|
|
4216
4489
|
}];
|
|
4217
4490
|
};
|
|
@@ -4223,13 +4496,13 @@ const getSearchHeaderTopVirtualDom = (flags, searchInputErrorMessage, matchCount
|
|
|
4223
4496
|
const replacePlaceholder = getReplacePlaceholder(focus);
|
|
4224
4497
|
const replaceExpanded = flags & ReplaceExpanded;
|
|
4225
4498
|
const dom = [{
|
|
4226
|
-
type:
|
|
4227
|
-
className:
|
|
4499
|
+
type: Div,
|
|
4500
|
+
className: SearchHeaderTop,
|
|
4228
4501
|
role: None,
|
|
4229
4502
|
childCount: 2
|
|
4230
4503
|
}, ...getSearchToggleVirtualDom(replaceExpanded), {
|
|
4231
|
-
type:
|
|
4232
|
-
className:
|
|
4504
|
+
type: Div,
|
|
4505
|
+
className: SearchHeaderTopRight,
|
|
4233
4506
|
role: None,
|
|
4234
4507
|
childCount: replaceExpanded ? 2 : 1
|
|
4235
4508
|
}, ...getSearchFieldVirtualDom(SearchValue, searchPlaceholder, HandleInput2, inputActions.inside, inputActions.outside, '', Boolean(searchInputErrorMessage))];
|
|
@@ -4240,8 +4513,8 @@ const getSearchHeaderTopVirtualDom = (flags, searchInputErrorMessage, matchCount
|
|
|
4240
4513
|
};
|
|
4241
4514
|
|
|
4242
4515
|
const parentNode = {
|
|
4243
|
-
type:
|
|
4244
|
-
className:
|
|
4516
|
+
type: Div,
|
|
4517
|
+
className: SearchHeader,
|
|
4245
4518
|
role: None,
|
|
4246
4519
|
childCount: 2,
|
|
4247
4520
|
onClick: HandleHeaderClick2,
|
|
@@ -4259,8 +4532,8 @@ const getSearchInputErrorVirtualDom = errorMessage => {
|
|
|
4259
4532
|
return [];
|
|
4260
4533
|
}
|
|
4261
4534
|
return [{
|
|
4262
|
-
type:
|
|
4263
|
-
className:
|
|
4535
|
+
type: Div,
|
|
4536
|
+
className: SearchInputError,
|
|
4264
4537
|
role: Alert,
|
|
4265
4538
|
childCount: 1
|
|
4266
4539
|
}, text(errorMessage)];
|
|
@@ -4273,16 +4546,16 @@ const getScrollBarVirtualDom = (scrollBarHeight, scrollBarY, scrollBarValue) =>
|
|
|
4273
4546
|
return [];
|
|
4274
4547
|
}
|
|
4275
4548
|
return [{
|
|
4276
|
-
type:
|
|
4277
|
-
className: mergeClassNames(
|
|
4549
|
+
type: Div,
|
|
4550
|
+
className: mergeClassNames(ScrollBar$1, ScrollBarVertical),
|
|
4278
4551
|
childCount: 1,
|
|
4279
4552
|
onPointerDown: HandleScrollBarPointerDown,
|
|
4280
4553
|
role: ScrollBar,
|
|
4281
4554
|
ariaControls: TreeItems,
|
|
4282
4555
|
ariaValueNow: scrollBarValue
|
|
4283
4556
|
}, {
|
|
4284
|
-
type:
|
|
4285
|
-
className:
|
|
4557
|
+
type: Div,
|
|
4558
|
+
className: ScrollBarThumb,
|
|
4286
4559
|
height: scrollBarHeight,
|
|
4287
4560
|
translate: `0 ${scrollBarY}px`,
|
|
4288
4561
|
childCount: 0
|
|
@@ -4303,8 +4576,8 @@ const getAriaExpanded = expanded => {
|
|
|
4303
4576
|
};
|
|
4304
4577
|
|
|
4305
4578
|
const badge = {
|
|
4306
|
-
type:
|
|
4307
|
-
className: mergeClassNames(
|
|
4579
|
+
type: Div,
|
|
4580
|
+
className: mergeClassNames(Badge, SourceControlBadge),
|
|
4308
4581
|
childCount: 1
|
|
4309
4582
|
};
|
|
4310
4583
|
const getBadgeVirtualDom = badgeText => {
|
|
@@ -4315,13 +4588,13 @@ const getBadgeVirtualDom = badgeText => {
|
|
|
4315
4588
|
};
|
|
4316
4589
|
|
|
4317
4590
|
const chevronDownVirtualDom = {
|
|
4318
|
-
type:
|
|
4319
|
-
className: mergeClassNames(
|
|
4591
|
+
type: Div,
|
|
4592
|
+
className: mergeClassNames(Chevron, MaskIconChevronDown),
|
|
4320
4593
|
childCount: 0
|
|
4321
4594
|
};
|
|
4322
4595
|
const chevronRightVirtualDom = {
|
|
4323
|
-
type:
|
|
4324
|
-
className: mergeClassNames(
|
|
4596
|
+
type: Div,
|
|
4597
|
+
className: mergeClassNames(Chevron, MaskIconChevronRight),
|
|
4325
4598
|
childCount: 0
|
|
4326
4599
|
};
|
|
4327
4600
|
|
|
@@ -4338,8 +4611,8 @@ const getChevronVirtualDom = expanded => {
|
|
|
4338
4611
|
|
|
4339
4612
|
const getFileIconVirtualDom = icon => {
|
|
4340
4613
|
return {
|
|
4341
|
-
type:
|
|
4342
|
-
className:
|
|
4614
|
+
type: Img,
|
|
4615
|
+
className: FileIcon,
|
|
4343
4616
|
src: icon,
|
|
4344
4617
|
role: None,
|
|
4345
4618
|
childCount: 0
|
|
@@ -4354,23 +4627,23 @@ const getIconsVirtualDom = icon => {
|
|
|
4354
4627
|
};
|
|
4355
4628
|
|
|
4356
4629
|
const deleted = {
|
|
4357
|
-
type:
|
|
4358
|
-
className:
|
|
4630
|
+
type: Del,
|
|
4631
|
+
className: HighlightDeleted,
|
|
4359
4632
|
childCount: 1
|
|
4360
4633
|
};
|
|
4361
4634
|
const inserted = {
|
|
4362
|
-
type:
|
|
4363
|
-
className:
|
|
4635
|
+
type: Ins,
|
|
4636
|
+
className: HighlightInserted,
|
|
4364
4637
|
childCount: 1
|
|
4365
4638
|
};
|
|
4366
4639
|
const highlighted = {
|
|
4367
|
-
type:
|
|
4368
|
-
className:
|
|
4640
|
+
type: Span,
|
|
4641
|
+
className: Highlight,
|
|
4369
4642
|
childCount: 1
|
|
4370
4643
|
};
|
|
4371
4644
|
const label1 = {
|
|
4372
|
-
type:
|
|
4373
|
-
className: mergeClassNames(
|
|
4645
|
+
type: Div,
|
|
4646
|
+
className: mergeClassNames(Label, Grow),
|
|
4374
4647
|
childCount: 1
|
|
4375
4648
|
};
|
|
4376
4649
|
const label3 = {
|
|
@@ -4417,12 +4690,12 @@ const getChildCount = (icon, expanded, badgeText) => {
|
|
|
4417
4690
|
const getSearchRemoveVirtualDom = () => {
|
|
4418
4691
|
// TODO add title/aria label
|
|
4419
4692
|
const dom = [{
|
|
4420
|
-
type:
|
|
4421
|
-
className:
|
|
4693
|
+
type: Div,
|
|
4694
|
+
className: SearchRemove,
|
|
4422
4695
|
childCount: 1
|
|
4423
4696
|
}, {
|
|
4424
|
-
type:
|
|
4425
|
-
className:
|
|
4697
|
+
type: Div,
|
|
4698
|
+
className: CloseMaskIcon,
|
|
4426
4699
|
childCount: 0
|
|
4427
4700
|
}];
|
|
4428
4701
|
return dom;
|
|
@@ -4430,9 +4703,9 @@ const getSearchRemoveVirtualDom = () => {
|
|
|
4430
4703
|
|
|
4431
4704
|
const getSearchResultClassName = focused => {
|
|
4432
4705
|
if (focused) {
|
|
4433
|
-
return
|
|
4706
|
+
return TreeItem$1 + ' ' + TreeItemActive;
|
|
4434
4707
|
}
|
|
4435
|
-
return
|
|
4708
|
+
return TreeItem$1;
|
|
4436
4709
|
};
|
|
4437
4710
|
|
|
4438
4711
|
const PaddingRight = '12px';
|
|
@@ -4454,7 +4727,7 @@ const getSearchResultVirtualDom = rowInfo => {
|
|
|
4454
4727
|
} = rowInfo;
|
|
4455
4728
|
const childCount = getChildCount(icon, expanded, badgeText);
|
|
4456
4729
|
const dom = [{
|
|
4457
|
-
type:
|
|
4730
|
+
type: Div,
|
|
4458
4731
|
role: TreeItem,
|
|
4459
4732
|
className: getSearchResultClassName(focused),
|
|
4460
4733
|
title,
|
|
@@ -4474,8 +4747,8 @@ const getSearchResultVirtualDom = rowInfo => {
|
|
|
4474
4747
|
const getTreeItemsVirtualDom = (visibleItems, deltaY, itemHeight) => {
|
|
4475
4748
|
const pixelOffset = deltaY % itemHeight;
|
|
4476
4749
|
return [{
|
|
4477
|
-
type:
|
|
4478
|
-
className:
|
|
4750
|
+
type: Div,
|
|
4751
|
+
className: TreeItems$1,
|
|
4479
4752
|
childCount: visibleItems.length,
|
|
4480
4753
|
onClick: HandleClick,
|
|
4481
4754
|
onBlur: HandleListBlur,
|
|
@@ -4489,8 +4762,8 @@ const getTreeItemsVirtualDom = (visibleItems, deltaY, itemHeight) => {
|
|
|
4489
4762
|
const getSearchResultsVirtualDom = (visibleItems, focusOutline, scrollbarHeight, scrollBarY, scrollBarValue, deltaY, itemHeight) => {
|
|
4490
4763
|
const childCount = scrollbarHeight === 0 ? 1 : 2;
|
|
4491
4764
|
return [{
|
|
4492
|
-
type:
|
|
4493
|
-
className: mergeClassNames(
|
|
4765
|
+
type: Div,
|
|
4766
|
+
className: mergeClassNames(Viewlet, List$1, Tree$1, focusOutline ? FocusOutline : Empty),
|
|
4494
4767
|
role: Tree,
|
|
4495
4768
|
tabIndex: 0,
|
|
4496
4769
|
childCount
|
|
@@ -4501,8 +4774,8 @@ const getSearchVirtualDom = (visibleItems, flags, message, focusOutline, searchI
|
|
|
4501
4774
|
const errorDom = getSearchInputErrorVirtualDom(searchInputErrorMessage);
|
|
4502
4775
|
const childCount = 2 + (errorDom.length > 0 ? 1 : 0);
|
|
4503
4776
|
return [{
|
|
4504
|
-
type:
|
|
4505
|
-
className: mergeClassNames(
|
|
4777
|
+
type: Div,
|
|
4778
|
+
className: mergeClassNames(Viewlet, Search$2),
|
|
4506
4779
|
childCount
|
|
4507
4780
|
}, ...getSearchHeaderVirtualDom(flags, message, searchInputErrorMessage, matchCount, focus), ...errorDom, ...getSearchResultsVirtualDom(visibleItems, focusOutline, scrollBarHeight, scrollBarY, scrollBarValue, deltaY, itemHeight)];
|
|
4508
4781
|
};
|
|
@@ -4568,10 +4841,10 @@ const render2 = (uid, diffResult) => {
|
|
|
4568
4841
|
|
|
4569
4842
|
const Button = 1;
|
|
4570
4843
|
|
|
4571
|
-
const getIconVirtualDom = (icon, type =
|
|
4844
|
+
const getIconVirtualDom = (icon, type = Div) => {
|
|
4572
4845
|
return {
|
|
4573
4846
|
type,
|
|
4574
|
-
className: mergeClassNames(
|
|
4847
|
+
className: mergeClassNames(MaskIcon, `MaskIcon${icon}`),
|
|
4575
4848
|
role: None,
|
|
4576
4849
|
childCount: 0
|
|
4577
4850
|
};
|
|
@@ -4584,8 +4857,8 @@ const getActionButtonVirtualDom = action => {
|
|
|
4584
4857
|
command
|
|
4585
4858
|
} = action;
|
|
4586
4859
|
return [{
|
|
4587
|
-
type:
|
|
4588
|
-
className:
|
|
4860
|
+
type: Button$2,
|
|
4861
|
+
className: IconButton,
|
|
4589
4862
|
title: id,
|
|
4590
4863
|
'data-command': command,
|
|
4591
4864
|
childCount: 1
|
|
@@ -4603,8 +4876,8 @@ const getActionVirtualDom = action => {
|
|
|
4603
4876
|
|
|
4604
4877
|
const getActionsVirtualDom = actions => {
|
|
4605
4878
|
return [{
|
|
4606
|
-
type:
|
|
4607
|
-
className:
|
|
4879
|
+
type: Div,
|
|
4880
|
+
className: Actions,
|
|
4608
4881
|
role: ToolBar,
|
|
4609
4882
|
childCount: actions.length
|
|
4610
4883
|
}, ...actions.flatMap(getActionVirtualDom)];
|
|
@@ -4836,7 +5109,7 @@ const getSearchFocusKey = key => {
|
|
|
4836
5109
|
case ToggleReplace:
|
|
4837
5110
|
return FocusToggleReplace;
|
|
4838
5111
|
default:
|
|
4839
|
-
return Empty;
|
|
5112
|
+
return Empty$1;
|
|
4840
5113
|
}
|
|
4841
5114
|
};
|
|
4842
5115
|
|