@lvce-editor/static-server 0.56.10 → 0.56.12
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 +1883 -1875
- package/package.json +1 -1
- package/static/{0fd710b → cbe19f6}/css/App.css +103 -89
- package/static/{0fd710b → cbe19f6}/css/parts/SettingsHeader.css +1 -0
- package/static/{0fd710b → cbe19f6}/css/parts/SettingsItems.css +8 -0
- package/static/{0fd710b → cbe19f6}/manifest.json +2 -2
- package/static/{0fd710b → cbe19f6}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{0fd710b → cbe19f6}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +98 -36
- package/static/{0fd710b → cbe19f6}/packages/completion-worker/dist/completionWorkerMain.js +57 -36
- package/static/cbe19f6/packages/error-worker/dist/errorWorkerMain.js +20501 -0
- package/static/{0fd710b → cbe19f6}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{0fd710b → cbe19f6}/packages/markdown-worker/dist/markdownWorkerMain.js +530 -530
- package/static/{0fd710b → cbe19f6}/packages/renderer-process/dist/rendererProcessMain.js +28 -6
- package/static/{0fd710b → cbe19f6}/packages/renderer-process/package.json +1 -1
- package/static/{0fd710b → cbe19f6}/packages/renderer-worker/dist/rendererWorkerMain.js +65 -40
- package/static/{0fd710b → cbe19f6}/packages/settings-view/dist/settingsViewWorkerMain.js +441 -311
- package/static/{0fd710b → cbe19f6}/packages/text-search-worker/dist/textSearchWorkerMain.js +88 -38
- package/static/index.html +4 -4
- package/static/0fd710b/packages/error-worker/dist/errorWorkerMain.js +0 -2344
- /package/static/{0fd710b → cbe19f6}/config/colorTheme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/config/defaultSettings.json +0 -0
- /package/static/{0fd710b → cbe19f6}/config/fileMap.json +0 -0
- /package/static/{0fd710b → cbe19f6}/config/webExtensions.json +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Animation.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Category.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/DebugButtons.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/DebugValue.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/E2eTest.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/E2eTests.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/EditorHover.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/EditorMessage.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/FeatureContent.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Features.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ImagePreview.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/InputBadge.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Key.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/LegacyDialog.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Markdown.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Message.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Progress.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ScrollToTop.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Select.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/Table.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletAbout.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletDialog.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletMedia.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletOutput.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletPanel.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletPdf.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletProblems.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletReferences.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletSearch.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletSettings.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletStorage.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{0fd710b → cbe19f6}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{0fd710b → cbe19f6}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/default_file.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/default_folder.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/default_root_folder.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_access.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_access2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ada.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_agda.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ai.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_al.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_angular.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_apache.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_apex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_apib.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_apl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_asp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_astro.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_atom.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ats.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_attw.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_audio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_avif.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_avro.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_awk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_aws.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_azure.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_babel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bak.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bat.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bats.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_biml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_binary.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_biome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_blade.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_blender.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bower.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_buf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bun.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_c.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_c2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_c3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_casc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cert.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_changie.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_chef.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_class.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_claude.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_compass.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_composer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_conan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_conda.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_config.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_craco.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_css.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_css2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_cython.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_db.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_debian.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_deno.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_diff.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_django.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_docker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_docz.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_drone.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_drools.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dune.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_edge.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_elm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ember.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eps.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_epub.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_erb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_excel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_expo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fla.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flash.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flow.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_font.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_funding.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_galen.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_git.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_git2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_glide.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_godot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_grain.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_helix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_helm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_host.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_html.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_http.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_husky.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_icl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_idris.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_image.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_imba.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_inc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_informix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ini.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ink.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_io.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_janet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jar.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_java.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_json.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_json2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_json5.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_juice.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_julia.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_just.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_k.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_karma.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_key.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kite.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_knip.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kos.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lark.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_latino.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_layout.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_less.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_liara.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_license.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lime.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_locale.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_log.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lua.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_luau.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_lync.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_map.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_marko.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_maven.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_maya.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_meson.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_metal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_motif.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mson.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_next.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nim.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_noc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_node.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_node2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_npm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_opam.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_org.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_package.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_paket.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_patch.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_perl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_php.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_php2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_php3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pine.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pip.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pony.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_postman.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_preact.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_progress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pug.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_python.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_q.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_qml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_r.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_racket.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rails.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_raku.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_raml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_razor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_reason.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_red.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_registry.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rego.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_remark.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_replit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_retext.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_riot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_robots.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rome.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ron.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rust.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sails.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_san.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sas.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sass.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_scala.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_script.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_scss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_shell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sino.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_slang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_slice.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_slim.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_slint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sln.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_snort.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_source.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_spin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sst.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stata.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_style.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_styled.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_svg.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_swc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_swift.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_swig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_teal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_templ.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tera.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_test.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_testts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_text.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_textile.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_todo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_toit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_toml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tox.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_travis.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tree.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tres.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_twig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_unison.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vala.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vash.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vba.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vento.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_video.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_view.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vim.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vite.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_volt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vue.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wally.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_windi.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_word.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_word2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xib.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yang.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_zig.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_zip.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_android.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_api.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_app.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_client.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_common.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_component.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_config.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_css.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_db.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_git.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_github.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_images.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_include.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_js.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_json.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_less.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_library.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_log.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_model.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_module.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_next.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_node.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_package.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_php.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_private.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_public.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_python.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_route.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_script.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_server.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_services.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_src.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_story.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_style.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_template.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_test.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_video.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_view.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_www.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/add.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/arrow-down.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/arrow-left.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/arrow-right.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/arrow-up.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/blank.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/book.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/case-sensitive.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/check.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chevron-down.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chevron-left.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chevron-right.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chevron-up.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chrome-close.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chrome-maximize.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chrome-minimize.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/chrome-restore.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/circle-filled.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/clear-all.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/close.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/cloud.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/collapse-all.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-all.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-alt-2.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-alt-small.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-alt.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-console.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-continue-small.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-continue.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-coverage.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-disconnect.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-line-by-line.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-pause.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-rerun.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-restart-frame.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-restart.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-stackframe.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-start.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-step-back.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-step-into.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-step-out.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-step-over.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug-stop.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/debug.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/discard.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/edit.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/ellipsis.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/error.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/exclude.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/extensions.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/files.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/filter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/go-to-file.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/icon-close.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/icon-source-control.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/icon-sync.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/icon.png +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/icon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/info.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/language-icon.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/link-external.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/list-flat.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/list-tree.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/new-file.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/new-folder.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/newline.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/open-preview.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/play.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/preserve-case.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/progress.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/pwa-icon-192.png +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/pwa-icon-512.png +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/record-keys.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/refresh.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/regex.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/remove.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/replace-all.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/replace.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/run-all.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/search.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/settings-gear.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/sort-precedence.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/source-control.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/split-horizontal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/squiggly-error.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/squiggly-warning.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-array.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-boolean.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-class.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-color.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-constant.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-enum-member.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-enum.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-event.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-field.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-file.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-interface.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-key.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-keyword.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-method.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-misc.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-namespace.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-numeric.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-operator.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-parameter.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-property.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-ruler.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-snippet.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-string.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-structure.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/symbol-variable.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/tag.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/terminal-bash.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/terminal.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/theme-icon.png +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/trash.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/triangle-down.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/triangle-left.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/triangle-right.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/triangle-up.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/warning.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/whole-word.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/zoom-in.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/icons/zoom-out.svg +0 -0
- /package/static/{0fd710b → cbe19f6}/js/babel-parser.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/blob-util.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/ky.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/lvce-editor-import-script.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/lvce-editor-ipc.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/lvce-editor-verror.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/p-min-delay.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/pretty-bytes.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/preview-injected.js +0 -0
- /package/static/{0fd710b → cbe19f6}/js/yoctodelay.js +0 -0
- /package/static/{0fd710b → cbe19f6}/lib-css/termterm.css +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/renderer-process/LICENSE +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/renderer-process/README.md +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.cpp +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.css +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.csv +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.dart +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.env +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.ex +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.html +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.java +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.jl +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.js +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.json +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.kt +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.pl +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.py +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/index.ts +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/scrolling.txt +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/languages/tsconfig.json +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/sample-folder/a.txt +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/sample-folder/b.txt +0 -0
- /package/static/{0fd710b → cbe19f6}/playground/sample-folder/c.txt +0 -0
|
@@ -914,15 +914,14 @@ const terminate = () => {
|
|
|
914
914
|
globalThis.close();
|
|
915
915
|
};
|
|
916
916
|
|
|
917
|
-
const
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
modified: isItemModified(item, preferences)
|
|
924
|
-
}));
|
|
917
|
+
const filterBySearch = (items, searchValue) => {
|
|
918
|
+
if (!searchValue || !searchValue.trim()) {
|
|
919
|
+
return items;
|
|
920
|
+
}
|
|
921
|
+
const normalizedSearchValue = searchValue.toLowerCase().trim();
|
|
922
|
+
return items.filter(item => item.heading.toLowerCase().includes(normalizedSearchValue));
|
|
925
923
|
};
|
|
924
|
+
|
|
926
925
|
const filterByTab = (items, tabs) => {
|
|
927
926
|
const selectedTab = tabs.find(tab => tab.selected);
|
|
928
927
|
if (!selectedTab) {
|
|
@@ -930,17 +929,36 @@ const filterByTab = (items, tabs) => {
|
|
|
930
929
|
}
|
|
931
930
|
return items.filter(item => item.category === selectedTab.id);
|
|
932
931
|
};
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
}
|
|
937
|
-
const normalizedSearchValue = searchValue.toLowerCase().trim();
|
|
938
|
-
return items.filter(item => item.heading.toLowerCase().includes(normalizedSearchValue));
|
|
932
|
+
|
|
933
|
+
const isItemModified = (item, preferences) => {
|
|
934
|
+
return item.id in preferences;
|
|
939
935
|
};
|
|
940
|
-
const
|
|
936
|
+
const validateSettings = (items, modifiedSettings, preferences) => {
|
|
937
|
+
return items.map(item => {
|
|
938
|
+
const value = preferences[item.id] ?? item.value;
|
|
939
|
+
const errorMessage = item.validate ? item.validate(value) : '';
|
|
940
|
+
const hasError = errorMessage.length > 0;
|
|
941
|
+
const modified = isItemModified(item, modifiedSettings);
|
|
942
|
+
return {
|
|
943
|
+
id: item.id,
|
|
944
|
+
heading: item.heading,
|
|
945
|
+
description: item.description,
|
|
946
|
+
type: item.type,
|
|
947
|
+
value: item.value,
|
|
948
|
+
category: item.category,
|
|
949
|
+
options: item.options,
|
|
950
|
+
modified,
|
|
951
|
+
errorMessage,
|
|
952
|
+
hasError
|
|
953
|
+
};
|
|
954
|
+
});
|
|
955
|
+
};
|
|
956
|
+
|
|
957
|
+
const getFilteredItems = (items, tabs, searchValue, modifiedSettings, preferences) => {
|
|
941
958
|
const tabFilteredItems = filterByTab(items, tabs);
|
|
942
|
-
const
|
|
943
|
-
|
|
959
|
+
const searchFilteredItems = filterBySearch(tabFilteredItems, searchValue);
|
|
960
|
+
const validated = validateSettings(searchFilteredItems, modifiedSettings, preferences);
|
|
961
|
+
return validated;
|
|
944
962
|
};
|
|
945
963
|
|
|
946
964
|
const User = 1;
|
|
@@ -952,10 +970,11 @@ const clear$1 = state => {
|
|
|
952
970
|
const {
|
|
953
971
|
items,
|
|
954
972
|
tabs,
|
|
955
|
-
modifiedSettings
|
|
973
|
+
modifiedSettings,
|
|
974
|
+
preferences
|
|
956
975
|
} = state;
|
|
957
976
|
const newSearchValue = '';
|
|
958
|
-
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings);
|
|
977
|
+
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings, preferences);
|
|
959
978
|
return {
|
|
960
979
|
...state,
|
|
961
980
|
filteredItems,
|
|
@@ -1065,10 +1084,12 @@ const diff2 = uid => {
|
|
|
1065
1084
|
return diffResult;
|
|
1066
1085
|
};
|
|
1067
1086
|
|
|
1087
|
+
const Group = 'group';
|
|
1068
1088
|
const Tab$1 = 'tab';
|
|
1069
1089
|
const TabList = 'tablist';
|
|
1070
1090
|
const AriaRoles = {
|
|
1071
1091
|
__proto__: null,
|
|
1092
|
+
Group,
|
|
1072
1093
|
Tab: Tab$1,
|
|
1073
1094
|
TabList};
|
|
1074
1095
|
const Viewlet$1 = 'Viewlet';
|
|
@@ -1085,7 +1106,7 @@ const KeyCode = {
|
|
|
1085
1106
|
const mergeClassNames = (...classNames) => {
|
|
1086
1107
|
return classNames.filter(Boolean).join(' ');
|
|
1087
1108
|
};
|
|
1088
|
-
const Button
|
|
1109
|
+
const Button = 1;
|
|
1089
1110
|
const Div = 4;
|
|
1090
1111
|
const H1 = 5;
|
|
1091
1112
|
const Input = 6;
|
|
@@ -1100,7 +1121,7 @@ const Label = 66;
|
|
|
1100
1121
|
const VirtualDomElements = {
|
|
1101
1122
|
__proto__: null,
|
|
1102
1123
|
Aside,
|
|
1103
|
-
Button
|
|
1124
|
+
Button,
|
|
1104
1125
|
Div,
|
|
1105
1126
|
H1,
|
|
1106
1127
|
H3,
|
|
@@ -1164,10 +1185,11 @@ const handleClickTab = (state, name) => {
|
|
|
1164
1185
|
items,
|
|
1165
1186
|
tabs,
|
|
1166
1187
|
searchValue,
|
|
1167
|
-
modifiedSettings
|
|
1188
|
+
modifiedSettings,
|
|
1189
|
+
preferences
|
|
1168
1190
|
} = state;
|
|
1169
1191
|
const updatedTabs = getUpdatedTabs(tabs, name);
|
|
1170
|
-
const filteredItems = getFilteredItems(items, updatedTabs, searchValue, modifiedSettings);
|
|
1192
|
+
const filteredItems = getFilteredItems(items, updatedTabs, searchValue, modifiedSettings, preferences);
|
|
1171
1193
|
return {
|
|
1172
1194
|
...state,
|
|
1173
1195
|
tabs: updatedTabs,
|
|
@@ -1241,9 +1263,10 @@ const handleInput = (state, value, inputSource = User) => {
|
|
|
1241
1263
|
items,
|
|
1242
1264
|
tabs,
|
|
1243
1265
|
history,
|
|
1244
|
-
modifiedSettings
|
|
1266
|
+
modifiedSettings,
|
|
1267
|
+
preferences
|
|
1245
1268
|
} = state;
|
|
1246
|
-
const filteredItems = getFilteredItems(items, tabs, value, modifiedSettings);
|
|
1269
|
+
const filteredItems = getFilteredItems(items, tabs, value, modifiedSettings, preferences);
|
|
1247
1270
|
const {
|
|
1248
1271
|
newHistory,
|
|
1249
1272
|
newHistoryIndex
|
|
@@ -1283,11 +1306,11 @@ const handleScroll = (state, scrollTop, inputSource = User) => {
|
|
|
1283
1306
|
};
|
|
1284
1307
|
};
|
|
1285
1308
|
|
|
1286
|
-
const getNewFilteredItems = (oldModifiedSetings, newModifiedSettings, items, tabs, searchValue, oldFilteredItems) => {
|
|
1287
|
-
if (oldModifiedSetings === newModifiedSettings) {
|
|
1309
|
+
const getNewFilteredItems = (oldModifiedSetings, newModifiedSettings, items, tabs, searchValue, oldFilteredItems, oldPreferences, newPreferences) => {
|
|
1310
|
+
if (oldModifiedSetings === newModifiedSettings && oldPreferences === newPreferences) {
|
|
1288
1311
|
return oldFilteredItems;
|
|
1289
1312
|
}
|
|
1290
|
-
return getFilteredItems(items, tabs, searchValue, newModifiedSettings);
|
|
1313
|
+
return getFilteredItems(items, tabs, searchValue, newModifiedSettings, newPreferences);
|
|
1291
1314
|
};
|
|
1292
1315
|
|
|
1293
1316
|
const getNewModifiedSettings = (modifiedSettings, name) => {
|
|
@@ -1314,7 +1337,7 @@ const handleSettingUpdate = (state, name, value, inputSource) => {
|
|
|
1314
1337
|
...preferences,
|
|
1315
1338
|
[name]: value
|
|
1316
1339
|
};
|
|
1317
|
-
const newFilteredItems = getNewFilteredItems(modifiedSettings, newModifiedSettings, items, tabs, searchValue, filteredItems);
|
|
1340
|
+
const newFilteredItems = getNewFilteredItems(modifiedSettings, newModifiedSettings, items, tabs, searchValue, filteredItems, preferences, newPreferences);
|
|
1318
1341
|
return {
|
|
1319
1342
|
...state,
|
|
1320
1343
|
inputSource,
|
|
@@ -1327,7 +1350,24 @@ const handleSettingChecked = (state, name, value, source = User) => {
|
|
|
1327
1350
|
return handleSettingUpdate(state, name, value, source);
|
|
1328
1351
|
};
|
|
1329
1352
|
|
|
1353
|
+
const Enum = 1;
|
|
1354
|
+
const String = 2;
|
|
1355
|
+
const Boolean$1 = 3;
|
|
1356
|
+
const Number$1 = 5;
|
|
1357
|
+
const Color = 6;
|
|
1358
|
+
const Url = 7;
|
|
1359
|
+
|
|
1330
1360
|
const handleSettingInput = (state, name, value, inputSource = User) => {
|
|
1361
|
+
const {
|
|
1362
|
+
items
|
|
1363
|
+
} = state;
|
|
1364
|
+
|
|
1365
|
+
// TODO maybe have separate input functions for number and string inputs
|
|
1366
|
+
const settingItem = items.find(item => item.id === name);
|
|
1367
|
+
if (settingItem && settingItem.type === Number$1) {
|
|
1368
|
+
const numberValue = value === '' ? '' : Number(value);
|
|
1369
|
+
return handleSettingUpdate(state, name, numberValue, inputSource);
|
|
1370
|
+
}
|
|
1331
1371
|
return handleSettingUpdate(state, name, value, inputSource);
|
|
1332
1372
|
};
|
|
1333
1373
|
|
|
@@ -1434,6 +1474,11 @@ const sendMessagePortToEditorWorker = async (port, rpcId) => {
|
|
|
1434
1474
|
// @ts-ignore
|
|
1435
1475
|
await invokeAndTransfer$3('SendMessagePortToExtensionHostWorker.sendMessagePortToEditorWorker', port, command, rpcId);
|
|
1436
1476
|
};
|
|
1477
|
+
const sendMessagePortToErrorWorker = async (port, rpcId) => {
|
|
1478
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1479
|
+
// @ts-ignore
|
|
1480
|
+
await invokeAndTransfer$3('SendMessagePortToExtensionHostWorker.sendMessagePortToErrorWorker', port, command, rpcId);
|
|
1481
|
+
};
|
|
1437
1482
|
const sendMessagePortToMarkdownWorker = async (port, rpcId) => {
|
|
1438
1483
|
const command = 'Markdown.handleMessagePort';
|
|
1439
1484
|
// @ts-ignore
|
|
@@ -1683,6 +1728,7 @@ const RendererWorker = {
|
|
|
1683
1728
|
searchFileHtml,
|
|
1684
1729
|
searchFileMemory,
|
|
1685
1730
|
sendMessagePortToEditorWorker,
|
|
1731
|
+
sendMessagePortToErrorWorker,
|
|
1686
1732
|
sendMessagePortToExtensionHostWorker,
|
|
1687
1733
|
sendMessagePortToFileSystemWorker,
|
|
1688
1734
|
sendMessagePortToMarkdownWorker,
|
|
@@ -1723,13 +1769,6 @@ const TextEditorTab = 'text-editor';
|
|
|
1723
1769
|
const WindowTab = 'window';
|
|
1724
1770
|
const WorkbenchTab = 'workbench';
|
|
1725
1771
|
|
|
1726
|
-
const Enum = 1;
|
|
1727
|
-
const String = 2;
|
|
1728
|
-
const Boolean$1 = 3;
|
|
1729
|
-
const Number$1 = 5;
|
|
1730
|
-
const Color = 6;
|
|
1731
|
-
const Url = 7;
|
|
1732
|
-
|
|
1733
1772
|
const emptyObject = {};
|
|
1734
1773
|
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
1735
1774
|
const i18nString = (key, placeholders = emptyObject) => {
|
|
@@ -2816,375 +2855,419 @@ const unknownSettingType = () => {
|
|
|
2816
2855
|
return i18nString(UnknownSettingType);
|
|
2817
2856
|
};
|
|
2818
2857
|
|
|
2819
|
-
const
|
|
2858
|
+
const getSettingItemsApplications = () => {
|
|
2859
|
+
return [{
|
|
2860
|
+
id: 'telemetry',
|
|
2861
|
+
heading: telemetry(),
|
|
2862
|
+
description: telemetryDescription(),
|
|
2863
|
+
type: Boolean$1,
|
|
2864
|
+
value: 'true',
|
|
2865
|
+
category: ApplicationsTab
|
|
2866
|
+
}, {
|
|
2867
|
+
id: 'updates',
|
|
2868
|
+
heading: autoUpdates(),
|
|
2869
|
+
description: autoUpdatesDescription(),
|
|
2870
|
+
type: Boolean$1,
|
|
2871
|
+
value: 'true',
|
|
2872
|
+
category: ApplicationsTab
|
|
2873
|
+
}];
|
|
2874
|
+
};
|
|
2875
|
+
|
|
2876
|
+
const getSettingItemsEditor = () => {
|
|
2820
2877
|
return [{
|
|
2821
|
-
id: '
|
|
2878
|
+
id: 'editor.fontSize',
|
|
2822
2879
|
heading: fontSize(),
|
|
2823
2880
|
description: fontSizeDescription(),
|
|
2824
2881
|
type: Number$1,
|
|
2825
2882
|
value: 15,
|
|
2826
|
-
category: TextEditorTab
|
|
2883
|
+
category: TextEditorTab,
|
|
2884
|
+
validate(value) {
|
|
2885
|
+
if (typeof value !== 'number') {
|
|
2886
|
+
return 'font size must be of type number';
|
|
2887
|
+
}
|
|
2888
|
+
const minFontSize = 10;
|
|
2889
|
+
const maxFontSize = 100;
|
|
2890
|
+
if (value < minFontSize) {
|
|
2891
|
+
return 'font size must be at least 10';
|
|
2892
|
+
}
|
|
2893
|
+
if (value > maxFontSize) {
|
|
2894
|
+
return 'font size must not be greater than 100';
|
|
2895
|
+
}
|
|
2896
|
+
return '';
|
|
2897
|
+
}
|
|
2827
2898
|
}, {
|
|
2828
|
-
id: '
|
|
2899
|
+
id: 'editor.fontFamily',
|
|
2829
2900
|
heading: fontFamily(),
|
|
2830
2901
|
description: fontFamilyDescription(),
|
|
2831
2902
|
type: String,
|
|
2832
2903
|
value: 'Fira Code',
|
|
2833
2904
|
category: TextEditorTab
|
|
2834
|
-
},
|
|
2835
|
-
|
|
2836
|
-
{
|
|
2837
|
-
id: 'Editor.wordWrap',
|
|
2905
|
+
}, {
|
|
2906
|
+
id: 'editor.wordWrap',
|
|
2838
2907
|
heading: wordWrap(),
|
|
2839
2908
|
description: wordWrapDescription(),
|
|
2840
2909
|
type: Enum,
|
|
2841
2910
|
value: 'off',
|
|
2842
2911
|
category: TextEditorTab,
|
|
2843
2912
|
options: [{
|
|
2844
|
-
id: 'on',
|
|
2913
|
+
id: 'editor.on',
|
|
2845
2914
|
label: 'On' // i18n
|
|
2846
2915
|
}, {
|
|
2847
|
-
id: 'off',
|
|
2916
|
+
id: 'editor.off',
|
|
2848
2917
|
label: 'off' // i18n
|
|
2849
2918
|
}]
|
|
2850
2919
|
}, {
|
|
2851
|
-
id: '
|
|
2920
|
+
id: 'editor.lineNumbers',
|
|
2852
2921
|
heading: lineNumbers(),
|
|
2853
2922
|
description: lineNumbersDescription(),
|
|
2854
2923
|
type: Enum,
|
|
2855
2924
|
value: 'on',
|
|
2856
2925
|
category: TextEditorTab,
|
|
2857
2926
|
options: [{
|
|
2858
|
-
id: 'on',
|
|
2927
|
+
id: 'editor.on',
|
|
2859
2928
|
label: 'On' // i18n
|
|
2860
2929
|
}, {
|
|
2861
|
-
id: 'off',
|
|
2930
|
+
id: 'editor.off',
|
|
2862
2931
|
label: 'off' // i18n
|
|
2863
2932
|
}]
|
|
2864
2933
|
}, {
|
|
2865
|
-
id: '
|
|
2934
|
+
id: 'editor.minimap',
|
|
2866
2935
|
heading: minimap(),
|
|
2867
2936
|
description: minimapDescription(),
|
|
2868
2937
|
type: Boolean$1,
|
|
2869
2938
|
value: 'true',
|
|
2870
2939
|
category: TextEditorTab
|
|
2871
2940
|
}, {
|
|
2872
|
-
id: '
|
|
2941
|
+
id: 'editor.scrollBeyondLastLine',
|
|
2873
2942
|
heading: scrollBeyondLastLine(),
|
|
2874
2943
|
description: scrollBeyondLastLineDescription(),
|
|
2875
2944
|
type: Boolean$1,
|
|
2876
2945
|
value: 'false',
|
|
2877
2946
|
category: TextEditorTab
|
|
2878
2947
|
}, {
|
|
2879
|
-
id: '
|
|
2948
|
+
id: 'editor.smoothScrolling',
|
|
2880
2949
|
heading: smoothScrolling(),
|
|
2881
2950
|
description: smoothScrollingDescription(),
|
|
2882
2951
|
type: Boolean$1,
|
|
2883
2952
|
value: 'true',
|
|
2884
2953
|
category: TextEditorTab
|
|
2885
2954
|
}, {
|
|
2886
|
-
id: '
|
|
2955
|
+
id: 'editor.cursorBlinking',
|
|
2887
2956
|
heading: cursorBlinking(),
|
|
2888
2957
|
description: cursorBlinkingDescription(),
|
|
2889
2958
|
type: String,
|
|
2890
2959
|
value: 'blink',
|
|
2891
2960
|
category: TextEditorTab
|
|
2892
2961
|
}, {
|
|
2893
|
-
id: '
|
|
2962
|
+
id: 'editor.cursorStyle',
|
|
2894
2963
|
heading: cursorStyle(),
|
|
2895
2964
|
description: cursorStyleDescription(),
|
|
2896
2965
|
type: String,
|
|
2897
2966
|
value: 'line',
|
|
2898
2967
|
category: TextEditorTab
|
|
2899
2968
|
}, {
|
|
2900
|
-
id: '
|
|
2969
|
+
id: 'editor.cursorWidth',
|
|
2901
2970
|
heading: cursorWidth(),
|
|
2902
2971
|
description: cursorWidthDescription(),
|
|
2903
2972
|
type: Number$1,
|
|
2904
2973
|
value: '0',
|
|
2905
2974
|
category: TextEditorTab
|
|
2906
2975
|
}, {
|
|
2907
|
-
id: '
|
|
2976
|
+
id: 'editor.tabSize',
|
|
2908
2977
|
heading: tabSize(),
|
|
2909
2978
|
description: tabSizeDescription(),
|
|
2910
2979
|
type: Number$1,
|
|
2911
2980
|
value: '4',
|
|
2912
|
-
category: TextEditorTab
|
|
2981
|
+
category: TextEditorTab,
|
|
2982
|
+
validate(value) {
|
|
2983
|
+
if (typeof value !== 'number') {
|
|
2984
|
+
return 'font size must be of type number';
|
|
2985
|
+
}
|
|
2986
|
+
const minTabSize = 1;
|
|
2987
|
+
const maxTabSize = 8;
|
|
2988
|
+
if (value < minTabSize) {
|
|
2989
|
+
return `tab size must be at least ${minTabSize}`;
|
|
2990
|
+
}
|
|
2991
|
+
if (value > maxTabSize) {
|
|
2992
|
+
return `tab size must not be greater than ${maxTabSize}`;
|
|
2993
|
+
}
|
|
2994
|
+
return '';
|
|
2995
|
+
}
|
|
2913
2996
|
}, {
|
|
2914
|
-
id: '
|
|
2997
|
+
id: 'editor.insertSpaces',
|
|
2915
2998
|
heading: insertSpaces(),
|
|
2916
2999
|
description: insertSpacesDescription(),
|
|
2917
3000
|
type: Boolean$1,
|
|
2918
3001
|
value: 'true',
|
|
2919
3002
|
category: TextEditorTab
|
|
2920
3003
|
}, {
|
|
2921
|
-
id: '
|
|
3004
|
+
id: 'editor.detectIndentation',
|
|
2922
3005
|
heading: detectIndentation(),
|
|
2923
3006
|
description: detectIndentationDescription(),
|
|
2924
3007
|
type: Boolean$1,
|
|
2925
3008
|
value: 'true',
|
|
2926
3009
|
category: TextEditorTab
|
|
2927
3010
|
}, {
|
|
2928
|
-
id: '
|
|
3011
|
+
id: 'editor.trimAutoWhitespace',
|
|
2929
3012
|
heading: trimAutoWhitespace(),
|
|
2930
3013
|
description: trimAutoWhitespaceDescription(),
|
|
2931
3014
|
type: Boolean$1,
|
|
2932
3015
|
value: 'true',
|
|
2933
3016
|
category: TextEditorTab
|
|
2934
3017
|
}, {
|
|
2935
|
-
id: '
|
|
3018
|
+
id: 'editor.largeFileOptimizations',
|
|
2936
3019
|
heading: largeFileOptimizations(),
|
|
2937
3020
|
description: largeFileOptimizationsDescription(),
|
|
2938
3021
|
type: Boolean$1,
|
|
2939
3022
|
value: 'true',
|
|
2940
3023
|
category: TextEditorTab
|
|
2941
3024
|
}, {
|
|
2942
|
-
id: '
|
|
3025
|
+
id: 'editor.renderWhitespace',
|
|
2943
3026
|
heading: renderWhitespace(),
|
|
2944
3027
|
description: renderWhitespaceDescription(),
|
|
2945
3028
|
type: String,
|
|
2946
3029
|
value: 'selection',
|
|
2947
3030
|
category: TextEditorTab
|
|
2948
3031
|
}, {
|
|
2949
|
-
id: '
|
|
3032
|
+
id: 'editor.renderControlCharacters',
|
|
2950
3033
|
heading: renderControlCharacters(),
|
|
2951
3034
|
description: renderControlCharactersDescription(),
|
|
2952
3035
|
type: Boolean$1,
|
|
2953
3036
|
value: 'false',
|
|
2954
3037
|
category: TextEditorTab
|
|
2955
3038
|
}, {
|
|
2956
|
-
id: '
|
|
3039
|
+
id: 'editor.renderLineHighlight',
|
|
2957
3040
|
heading: renderLineHighlight(),
|
|
2958
3041
|
description: renderLineHighlightDescription(),
|
|
2959
3042
|
type: String,
|
|
2960
3043
|
value: 'line',
|
|
2961
3044
|
category: TextEditorTab
|
|
2962
3045
|
}, {
|
|
2963
|
-
id: '
|
|
3046
|
+
id: 'editor.codeLens',
|
|
2964
3047
|
heading: codeLens(),
|
|
2965
3048
|
description: codeLensDescription(),
|
|
2966
3049
|
type: Boolean$1,
|
|
2967
3050
|
value: 'true',
|
|
2968
3051
|
category: TextEditorTab
|
|
2969
3052
|
}, {
|
|
2970
|
-
id: '
|
|
3053
|
+
id: 'editor.folding',
|
|
2971
3054
|
heading: folding(),
|
|
2972
3055
|
description: foldingDescription(),
|
|
2973
3056
|
type: Boolean$1,
|
|
2974
3057
|
value: 'true',
|
|
2975
3058
|
category: TextEditorTab
|
|
2976
3059
|
}, {
|
|
2977
|
-
id: '
|
|
3060
|
+
id: 'editor.showFoldingControls',
|
|
2978
3061
|
heading: showFoldingControls(),
|
|
2979
3062
|
description: showFoldingControlsDescription(),
|
|
2980
3063
|
type: String,
|
|
2981
3064
|
value: 'mouseover',
|
|
2982
3065
|
category: TextEditorTab
|
|
2983
3066
|
}, {
|
|
2984
|
-
id: '
|
|
3067
|
+
id: 'editor.unfoldOnClickAfterEnd',
|
|
2985
3068
|
heading: unfoldOnClickAfterEnd(),
|
|
2986
3069
|
description: unfoldOnClickAfterEndDescription(),
|
|
2987
3070
|
type: Boolean$1,
|
|
2988
3071
|
value: 'false',
|
|
2989
3072
|
category: TextEditorTab
|
|
2990
3073
|
}, {
|
|
2991
|
-
id: '
|
|
3074
|
+
id: 'editor.links',
|
|
2992
3075
|
heading: links(),
|
|
2993
3076
|
description: linksDescription(),
|
|
2994
3077
|
type: Boolean$1,
|
|
2995
3078
|
value: 'true',
|
|
2996
3079
|
category: TextEditorTab
|
|
2997
3080
|
}, {
|
|
2998
|
-
id: 'colorDecorators',
|
|
3081
|
+
id: 'editor.colorDecorators',
|
|
2999
3082
|
heading: colorDecorators(),
|
|
3000
3083
|
description: colorDecoratorsDescription(),
|
|
3001
3084
|
type: Boolean$1,
|
|
3002
3085
|
value: 'true',
|
|
3003
3086
|
category: TextEditorTab
|
|
3004
3087
|
}, {
|
|
3005
|
-
id: 'lightbulb',
|
|
3088
|
+
id: 'editor.lightbulb',
|
|
3006
3089
|
heading: lightbulb(),
|
|
3007
3090
|
description: lightbulbDescription(),
|
|
3008
3091
|
type: Boolean$1,
|
|
3009
3092
|
value: 'true',
|
|
3010
3093
|
category: TextEditorTab
|
|
3011
3094
|
}, {
|
|
3012
|
-
id: 'codeActionsOnSave',
|
|
3095
|
+
id: 'editor.codeActionsOnSave',
|
|
3013
3096
|
heading: codeActionsOnSave(),
|
|
3014
3097
|
description: codeActionsOnSaveDescription(),
|
|
3015
3098
|
type: Boolean$1,
|
|
3016
3099
|
value: 'false',
|
|
3017
3100
|
category: TextEditorTab
|
|
3018
3101
|
}, {
|
|
3019
|
-
id: 'formatOnPaste',
|
|
3102
|
+
id: 'editor.formatOnPaste',
|
|
3020
3103
|
heading: formatOnPaste(),
|
|
3021
3104
|
description: formatOnPasteDescription(),
|
|
3022
3105
|
type: Boolean$1,
|
|
3023
3106
|
value: 'false',
|
|
3024
3107
|
category: TextEditorTab
|
|
3025
3108
|
}, {
|
|
3026
|
-
id: 'formatOnType',
|
|
3109
|
+
id: 'editor.formatOnType',
|
|
3027
3110
|
heading: formatOnType(),
|
|
3028
3111
|
description: formatOnTypeDescription(),
|
|
3029
3112
|
type: Boolean$1,
|
|
3030
3113
|
value: 'false',
|
|
3031
3114
|
category: TextEditorTab
|
|
3032
3115
|
}, {
|
|
3033
|
-
id: 'acceptSuggestionOnCommitCharacter',
|
|
3116
|
+
id: 'editor.acceptSuggestionOnCommitCharacter',
|
|
3034
3117
|
heading: acceptSuggestionOnCommitCharacter(),
|
|
3035
3118
|
description: acceptSuggestionOnCommitCharacterDescription(),
|
|
3036
3119
|
type: Boolean$1,
|
|
3037
3120
|
value: 'true',
|
|
3038
3121
|
category: TextEditorTab
|
|
3039
3122
|
}, {
|
|
3040
|
-
id: 'acceptSuggestionOnEnter',
|
|
3123
|
+
id: 'editor.acceptSuggestionOnEnter',
|
|
3041
3124
|
heading: acceptSuggestionOnEnter(),
|
|
3042
3125
|
description: acceptSuggestionOnEnterDescription(),
|
|
3043
3126
|
type: String,
|
|
3044
3127
|
value: 'on',
|
|
3045
3128
|
category: TextEditorTab
|
|
3046
3129
|
}, {
|
|
3047
|
-
id: 'tabCompletion',
|
|
3130
|
+
id: 'editor.tabCompletion',
|
|
3048
3131
|
heading: tabCompletion(),
|
|
3049
3132
|
description: tabCompletionDescription(),
|
|
3050
3133
|
type: String,
|
|
3051
3134
|
value: 'on',
|
|
3052
3135
|
category: TextEditorTab
|
|
3053
3136
|
}, {
|
|
3054
|
-
id: 'wordBasedSuggestions',
|
|
3137
|
+
id: 'editor.wordBasedSuggestions',
|
|
3055
3138
|
heading: wordBasedSuggestions(),
|
|
3056
3139
|
description: wordBasedSuggestionsDescription(),
|
|
3057
3140
|
type: Boolean$1,
|
|
3058
3141
|
value: 'true',
|
|
3059
3142
|
category: TextEditorTab
|
|
3060
3143
|
}, {
|
|
3061
|
-
id: 'suggestOnTriggerCharacters',
|
|
3144
|
+
id: 'editor.suggestOnTriggerCharacters',
|
|
3062
3145
|
heading: suggestOnTriggerCharacters(),
|
|
3063
3146
|
description: suggestOnTriggerCharactersDescription(),
|
|
3064
3147
|
type: Boolean$1,
|
|
3065
3148
|
value: 'true',
|
|
3066
3149
|
category: TextEditorTab
|
|
3067
3150
|
}, {
|
|
3068
|
-
id: 'quickSuggestions',
|
|
3151
|
+
id: 'editor.quickSuggestions',
|
|
3069
3152
|
heading: quickSuggestions(),
|
|
3070
3153
|
description: quickSuggestionsDescription(),
|
|
3071
3154
|
type: Boolean$1,
|
|
3072
3155
|
value: 'true',
|
|
3073
3156
|
category: TextEditorTab
|
|
3074
3157
|
}, {
|
|
3075
|
-
id: 'parameterHints',
|
|
3158
|
+
id: 'editor.parameterHints',
|
|
3076
3159
|
heading: parameterHints(),
|
|
3077
3160
|
description: parameterHintsDescription(),
|
|
3078
3161
|
type: Boolean$1,
|
|
3079
3162
|
value: 'true',
|
|
3080
3163
|
category: TextEditorTab
|
|
3081
3164
|
}, {
|
|
3082
|
-
id: 'autoClosingBrackets',
|
|
3165
|
+
id: 'editor.autoClosingBrackets',
|
|
3083
3166
|
heading: autoClosingBrackets(),
|
|
3084
3167
|
description: autoClosingBracketsDescription(),
|
|
3085
3168
|
type: String,
|
|
3086
3169
|
value: 'always',
|
|
3087
3170
|
category: TextEditorTab
|
|
3088
3171
|
}, {
|
|
3089
|
-
id: 'autoClosingQuotes',
|
|
3172
|
+
id: 'editor.autoClosingQuotes',
|
|
3090
3173
|
heading: autoClosingQuotes(),
|
|
3091
3174
|
description: autoClosingQuotesDescription(),
|
|
3092
3175
|
type: String,
|
|
3093
3176
|
value: 'always',
|
|
3094
3177
|
category: TextEditorTab
|
|
3095
3178
|
}, {
|
|
3096
|
-
id: 'autoClosingOvertype',
|
|
3179
|
+
id: 'editor.autoClosingOvertype',
|
|
3097
3180
|
heading: autoClosingOvertype(),
|
|
3098
3181
|
description: autoClosingOvertypeDescription(),
|
|
3099
3182
|
type: String,
|
|
3100
3183
|
value: 'auto',
|
|
3101
3184
|
category: TextEditorTab
|
|
3102
3185
|
}, {
|
|
3103
|
-
id: 'autoClosingDelete',
|
|
3186
|
+
id: 'editor.autoClosingDelete',
|
|
3104
3187
|
heading: autoClosingDelete(),
|
|
3105
3188
|
description: autoClosingDeleteDescription(),
|
|
3106
3189
|
type: String,
|
|
3107
3190
|
value: 'auto',
|
|
3108
3191
|
category: TextEditorTab
|
|
3109
3192
|
}, {
|
|
3110
|
-
id: 'autoSurround',
|
|
3193
|
+
id: 'editor.autoSurround',
|
|
3111
3194
|
heading: autoSurround(),
|
|
3112
3195
|
description: autoSurroundDescription(),
|
|
3113
3196
|
type: String,
|
|
3114
3197
|
value: 'quotes',
|
|
3115
3198
|
category: TextEditorTab
|
|
3116
3199
|
}, {
|
|
3117
|
-
id: 'bracketPairColorization',
|
|
3200
|
+
id: 'editor.bracketPairColorization',
|
|
3118
3201
|
heading: bracketPairColorization(),
|
|
3119
3202
|
description: bracketPairColorizationDescription(),
|
|
3120
3203
|
type: Boolean$1,
|
|
3121
3204
|
value: 'true',
|
|
3122
3205
|
category: TextEditorTab
|
|
3123
3206
|
}, {
|
|
3124
|
-
id: 'guides',
|
|
3207
|
+
id: 'editor.guides',
|
|
3125
3208
|
heading: guides(),
|
|
3126
3209
|
description: guidesDescription(),
|
|
3127
3210
|
type: Boolean$1,
|
|
3128
3211
|
value: 'true',
|
|
3129
3212
|
category: TextEditorTab
|
|
3130
3213
|
}, {
|
|
3131
|
-
id: 'dragAndDrop',
|
|
3214
|
+
id: 'editor.dragAndDrop',
|
|
3132
3215
|
heading: dragAndDrop(),
|
|
3133
3216
|
description: dragAndDropDescription(),
|
|
3134
3217
|
type: Boolean$1,
|
|
3135
3218
|
value: 'true',
|
|
3136
3219
|
category: TextEditorTab
|
|
3137
3220
|
}, {
|
|
3138
|
-
id: 'copyWithSyntaxHighlighting',
|
|
3221
|
+
id: 'editor.copyWithSyntaxHighlighting',
|
|
3139
3222
|
heading: copyWithSyntaxHighlighting(),
|
|
3140
3223
|
description: copyWithSyntaxHighlightingDescription(),
|
|
3141
3224
|
type: Boolean$1,
|
|
3142
3225
|
value: 'true',
|
|
3143
3226
|
category: TextEditorTab
|
|
3144
3227
|
}, {
|
|
3145
|
-
id: 'multiCursorModifier',
|
|
3228
|
+
id: 'editor.multiCursorModifier',
|
|
3146
3229
|
heading: multiCursorModifier(),
|
|
3147
3230
|
description: multiCursorModifierDescription(),
|
|
3148
3231
|
type: String,
|
|
3149
3232
|
value: 'alt',
|
|
3150
3233
|
category: TextEditorTab
|
|
3151
3234
|
}, {
|
|
3152
|
-
id: 'multiCursorPaste',
|
|
3235
|
+
id: 'editor.multiCursorPaste',
|
|
3153
3236
|
heading: multiCursorPaste(),
|
|
3154
3237
|
description: multiCursorPasteDescription(),
|
|
3155
3238
|
type: String,
|
|
3156
3239
|
value: 'full',
|
|
3157
3240
|
category: TextEditorTab
|
|
3158
3241
|
}, {
|
|
3159
|
-
id: 'occurrencesHighlight',
|
|
3242
|
+
id: 'editor.occurrencesHighlight',
|
|
3160
3243
|
heading: occurrencesHighlight(),
|
|
3161
3244
|
description: occurrencesHighlightDescription(),
|
|
3162
3245
|
type: Boolean$1,
|
|
3163
3246
|
value: 'true',
|
|
3164
3247
|
category: TextEditorTab
|
|
3165
3248
|
}, {
|
|
3166
|
-
id: 'selectionHighlight',
|
|
3249
|
+
id: 'editor.selectionHighlight',
|
|
3167
3250
|
heading: selectionHighlight(),
|
|
3168
3251
|
description: selectionHighlightDescription(),
|
|
3169
3252
|
type: Boolean$1,
|
|
3170
3253
|
value: 'true',
|
|
3171
3254
|
category: TextEditorTab
|
|
3172
3255
|
}, {
|
|
3173
|
-
id: 'semanticHighlighting',
|
|
3256
|
+
id: 'editor.semanticHighlighting',
|
|
3174
3257
|
heading: semanticHighlighting(),
|
|
3175
3258
|
description: semanticHighlightingDescription(),
|
|
3176
3259
|
type: Boolean$1,
|
|
3177
3260
|
value: 'true',
|
|
3178
3261
|
category: TextEditorTab
|
|
3179
3262
|
}, {
|
|
3180
|
-
id: 'tokenColorCustomizations',
|
|
3263
|
+
id: 'editor.tokenColorCustomizations',
|
|
3181
3264
|
heading: tokenColorCustomizations(),
|
|
3182
3265
|
description: tokenColorCustomizationsDescription(),
|
|
3183
3266
|
type: String,
|
|
3184
3267
|
value: '{}',
|
|
3185
3268
|
category: TextEditorTab
|
|
3186
3269
|
}, {
|
|
3187
|
-
id: 'workbenchColorCustomizations',
|
|
3270
|
+
id: 'editor.workbenchColorCustomizations',
|
|
3188
3271
|
heading: workbenchColorCustomizations(),
|
|
3189
3272
|
description: workbenchColorCustomizationsDescription(),
|
|
3190
3273
|
type: String,
|
|
@@ -3198,491 +3281,483 @@ const getSettingItems = async () => {
|
|
|
3198
3281
|
value: '{}',
|
|
3199
3282
|
category: TextEditorTab
|
|
3200
3283
|
}, {
|
|
3201
|
-
id: 'diffEditor',
|
|
3284
|
+
id: 'editor.diffEditor',
|
|
3202
3285
|
heading: diffEditor(),
|
|
3203
3286
|
description: diffEditorDescription(),
|
|
3204
3287
|
type: Boolean$1,
|
|
3205
3288
|
value: 'true',
|
|
3206
3289
|
category: TextEditorTab
|
|
3207
3290
|
}, {
|
|
3208
|
-
id: 'diffWordWrap',
|
|
3291
|
+
id: 'editor.diffWordWrap',
|
|
3209
3292
|
heading: diffWordWrap(),
|
|
3210
3293
|
description: diffWordWrapDescription(),
|
|
3211
3294
|
type: String,
|
|
3212
3295
|
value: 'inherit',
|
|
3213
3296
|
category: TextEditorTab
|
|
3214
3297
|
}, {
|
|
3215
|
-
id: 'diffCodeLens',
|
|
3298
|
+
id: 'editor.diffCodeLens',
|
|
3216
3299
|
heading: diffCodeLens(),
|
|
3217
3300
|
description: diffCodeLensDescription(),
|
|
3218
3301
|
type: Boolean$1,
|
|
3219
3302
|
value: 'true',
|
|
3220
3303
|
category: TextEditorTab
|
|
3221
3304
|
}, {
|
|
3222
|
-
id: 'diffRenderSideBySide',
|
|
3305
|
+
id: 'editor.diffRenderSideBySide',
|
|
3223
3306
|
heading: diffRenderSideBySide(),
|
|
3224
3307
|
description: diffRenderSideBySideDescription(),
|
|
3225
3308
|
type: Boolean$1,
|
|
3226
3309
|
value: 'true',
|
|
3227
3310
|
category: TextEditorTab
|
|
3228
3311
|
}, {
|
|
3229
|
-
id: 'diffIgnoreTrimWhitespace',
|
|
3312
|
+
id: 'editor.diffIgnoreTrimWhitespace',
|
|
3230
3313
|
heading: diffIgnoreTrimWhitespace(),
|
|
3231
3314
|
description: diffIgnoreTrimWhitespaceDescription(),
|
|
3232
3315
|
type: Boolean$1,
|
|
3233
3316
|
value: 'false',
|
|
3234
3317
|
category: TextEditorTab
|
|
3235
3318
|
}, {
|
|
3236
|
-
id: 'diffRenderIndicators',
|
|
3319
|
+
id: 'editor.diffRenderIndicators',
|
|
3237
3320
|
heading: diffRenderIndicators(),
|
|
3238
3321
|
description: diffRenderIndicatorsDescription(),
|
|
3239
3322
|
type: Boolean$1,
|
|
3240
3323
|
value: 'true',
|
|
3241
3324
|
category: TextEditorTab
|
|
3242
3325
|
}, {
|
|
3243
|
-
id: 'diffRenderOverviewRuler',
|
|
3326
|
+
id: 'editor.diffRenderOverviewRuler',
|
|
3244
3327
|
heading: diffRenderOverviewRuler(),
|
|
3245
3328
|
description: diffRenderOverviewRulerDescription(),
|
|
3246
3329
|
type: Boolean$1,
|
|
3247
3330
|
value: 'true',
|
|
3248
3331
|
category: TextEditorTab
|
|
3249
3332
|
}, {
|
|
3250
|
-
id: 'diffRenderMarginRevertIcon',
|
|
3333
|
+
id: 'editor.diffRenderMarginRevertIcon',
|
|
3251
3334
|
heading: diffRenderMarginRevertIcon(),
|
|
3252
3335
|
description: diffRenderMarginRevertIconDescription(),
|
|
3253
3336
|
type: Boolean$1,
|
|
3254
3337
|
value: 'true',
|
|
3255
3338
|
category: TextEditorTab
|
|
3256
|
-
},
|
|
3257
|
-
|
|
3258
|
-
{
|
|
3259
|
-
id: 'insertMode',
|
|
3339
|
+
}, {
|
|
3340
|
+
id: 'editor.insertMode',
|
|
3260
3341
|
heading: insertMode(),
|
|
3261
3342
|
description: insertModeDescription(),
|
|
3262
3343
|
type: Boolean$1,
|
|
3263
3344
|
value: 'true',
|
|
3264
3345
|
category: TextEditorTab
|
|
3265
3346
|
}, {
|
|
3266
|
-
id: 'overwriteMode',
|
|
3347
|
+
id: 'editor.overwriteMode',
|
|
3267
3348
|
heading: overwriteMode(),
|
|
3268
3349
|
description: overwriteModeDescription(),
|
|
3269
3350
|
type: Boolean$1,
|
|
3270
3351
|
value: 'false',
|
|
3271
3352
|
category: TextEditorTab
|
|
3272
3353
|
}, {
|
|
3273
|
-
id: 'readOnly',
|
|
3354
|
+
id: 'editor.readOnly',
|
|
3274
3355
|
heading: readOnly(),
|
|
3275
3356
|
description: readOnlyDescription(),
|
|
3276
3357
|
type: Boolean$1,
|
|
3277
3358
|
value: 'false',
|
|
3278
3359
|
category: TextEditorTab
|
|
3279
3360
|
}, {
|
|
3280
|
-
id: 'accessibilitySupport',
|
|
3361
|
+
id: 'editor.accessibilitySupport',
|
|
3281
3362
|
heading: accessibilitySupport(),
|
|
3282
3363
|
description: accessibilitySupportDescription(),
|
|
3283
3364
|
type: String,
|
|
3284
3365
|
value: 'auto',
|
|
3285
3366
|
category: TextEditorTab
|
|
3286
3367
|
}, {
|
|
3287
|
-
id: 'autoIndent',
|
|
3368
|
+
id: 'editor.autoIndent',
|
|
3288
3369
|
heading: autoIndent(),
|
|
3289
3370
|
description: autoIndentDescription(),
|
|
3290
3371
|
type: Boolean$1,
|
|
3291
3372
|
value: 'true',
|
|
3292
3373
|
category: TextEditorTab
|
|
3293
3374
|
}, {
|
|
3294
|
-
id: 'bracketMatching',
|
|
3375
|
+
id: 'editor.bracketMatching',
|
|
3295
3376
|
heading: bracketMatching(),
|
|
3296
3377
|
description: bracketMatchingDescription(),
|
|
3297
3378
|
type: Boolean$1,
|
|
3298
3379
|
value: 'true',
|
|
3299
3380
|
category: TextEditorTab
|
|
3300
3381
|
}, {
|
|
3301
|
-
id: 'centeredLayout',
|
|
3382
|
+
id: 'editor.centeredLayout',
|
|
3302
3383
|
heading: centeredLayout(),
|
|
3303
3384
|
description: centeredLayoutDescription(),
|
|
3304
3385
|
type: Boolean$1,
|
|
3305
3386
|
value: 'false',
|
|
3306
3387
|
category: TextEditorTab
|
|
3307
3388
|
}, {
|
|
3308
|
-
id: 'columnSelection',
|
|
3389
|
+
id: 'editor.columnSelection',
|
|
3309
3390
|
heading: columnSelection(),
|
|
3310
3391
|
description: columnSelectionDescription(),
|
|
3311
3392
|
type: Boolean$1,
|
|
3312
3393
|
value: 'false',
|
|
3313
3394
|
category: TextEditorTab
|
|
3314
3395
|
}, {
|
|
3315
|
-
id: 'contextmenu',
|
|
3396
|
+
id: 'editor.contextmenu',
|
|
3316
3397
|
heading: contextmenu(),
|
|
3317
3398
|
description: contextmenuDescription(),
|
|
3318
3399
|
type: Boolean$1,
|
|
3319
3400
|
value: 'true',
|
|
3320
3401
|
category: TextEditorTab
|
|
3321
3402
|
}, {
|
|
3322
|
-
id: 'cursorSmoothCaretAnimation',
|
|
3403
|
+
id: 'editor.cursorSmoothCaretAnimation',
|
|
3323
3404
|
heading: cursorSmoothCaretAnimation(),
|
|
3324
3405
|
description: cursorSmoothCaretAnimationDescription(),
|
|
3325
3406
|
type: String,
|
|
3326
3407
|
value: 'off',
|
|
3327
3408
|
category: TextEditorTab
|
|
3328
3409
|
}, {
|
|
3329
|
-
id: 'cursorSurroundingLines',
|
|
3410
|
+
id: 'editor.cursorSurroundingLines',
|
|
3330
3411
|
heading: cursorSurroundingLines(),
|
|
3331
3412
|
description: cursorSurroundingLinesDescription(),
|
|
3332
3413
|
type: Number$1,
|
|
3333
3414
|
value: '3',
|
|
3334
3415
|
category: TextEditorTab
|
|
3335
3416
|
}, {
|
|
3336
|
-
id: 'cursorSurroundingLinesStyle',
|
|
3417
|
+
id: 'editor.cursorSurroundingLinesStyle',
|
|
3337
3418
|
heading: cursorSurroundingLinesStyle(),
|
|
3338
3419
|
description: cursorSurroundingLinesStyleDescription(),
|
|
3339
3420
|
type: String,
|
|
3340
3421
|
value: 'all',
|
|
3341
3422
|
category: TextEditorTab
|
|
3342
3423
|
}, {
|
|
3343
|
-
id: 'disableMonospaceOptimizations',
|
|
3424
|
+
id: 'editor.disableMonospaceOptimizations',
|
|
3344
3425
|
heading: disableMonospaceOptimizations(),
|
|
3345
3426
|
description: disableMonospaceOptimizationsDescription(),
|
|
3346
3427
|
type: Boolean$1,
|
|
3347
3428
|
value: 'false',
|
|
3348
3429
|
category: TextEditorTab
|
|
3349
3430
|
}, {
|
|
3350
|
-
id: 'emptySelectionClipboard',
|
|
3431
|
+
id: 'editor.emptySelectionClipboard',
|
|
3351
3432
|
heading: emptySelectionClipboard(),
|
|
3352
3433
|
description: emptySelectionClipboardDescription(),
|
|
3353
3434
|
type: Boolean$1,
|
|
3354
3435
|
value: 'true',
|
|
3355
3436
|
category: TextEditorTab
|
|
3356
3437
|
}, {
|
|
3357
|
-
id: 'extraEditorClassName',
|
|
3438
|
+
id: 'editor.extraEditorClassName',
|
|
3358
3439
|
heading: extraEditorClassName(),
|
|
3359
3440
|
description: extraEditorClassNameDescription(),
|
|
3360
3441
|
type: String,
|
|
3361
3442
|
value: '',
|
|
3362
3443
|
category: TextEditorTab
|
|
3363
3444
|
}, {
|
|
3364
|
-
id: 'fastScrollSensitivity',
|
|
3445
|
+
id: 'editor.fastScrollSensitivity',
|
|
3365
3446
|
heading: fastScrollSensitivity(),
|
|
3366
3447
|
description: fastScrollSensitivityDescription(),
|
|
3367
3448
|
type: Number$1,
|
|
3368
3449
|
value: '5',
|
|
3369
3450
|
category: TextEditorTab
|
|
3370
3451
|
}, {
|
|
3371
|
-
id: 'find',
|
|
3452
|
+
id: 'editor.find',
|
|
3372
3453
|
heading: find(),
|
|
3373
3454
|
description: findDescription(),
|
|
3374
3455
|
type: Boolean$1,
|
|
3375
3456
|
value: 'true',
|
|
3376
3457
|
category: TextEditorTab
|
|
3377
3458
|
}, {
|
|
3378
|
-
id: 'fixedOverflowWidgets',
|
|
3459
|
+
id: 'editor.fixedOverflowWidgets',
|
|
3379
3460
|
heading: fixedOverflowWidgets(),
|
|
3380
3461
|
description: fixedOverflowWidgetsDescription(),
|
|
3381
3462
|
type: Boolean$1,
|
|
3382
3463
|
value: 'false',
|
|
3383
3464
|
category: TextEditorTab
|
|
3384
3465
|
}, {
|
|
3385
|
-
id: 'foldingStrategy',
|
|
3466
|
+
id: 'editor.foldingStrategy',
|
|
3386
3467
|
heading: foldingStrategy(),
|
|
3387
3468
|
description: foldingStrategyDescription(),
|
|
3388
3469
|
type: String,
|
|
3389
3470
|
value: 'auto',
|
|
3390
3471
|
category: TextEditorTab
|
|
3391
3472
|
}, {
|
|
3392
|
-
id: 'fontLigatures',
|
|
3473
|
+
id: 'editor.fontLigatures',
|
|
3393
3474
|
heading: fontLigatures(),
|
|
3394
3475
|
description: fontLigaturesDescription(),
|
|
3395
3476
|
type: Boolean$1,
|
|
3396
3477
|
value: 'false',
|
|
3397
3478
|
category: TextEditorTab
|
|
3398
3479
|
}, {
|
|
3399
|
-
id: 'glyphMargin',
|
|
3480
|
+
id: 'editor.glyphMargin',
|
|
3400
3481
|
heading: glyphMargin(),
|
|
3401
3482
|
description: glyphMarginDescription(),
|
|
3402
3483
|
type: Boolean$1,
|
|
3403
3484
|
value: 'true',
|
|
3404
3485
|
category: TextEditorTab
|
|
3405
3486
|
}, {
|
|
3406
|
-
id: 'gotoLocation',
|
|
3487
|
+
id: 'editor.gotoLocation',
|
|
3407
3488
|
heading: gotoLocation(),
|
|
3408
3489
|
description: gotoLocationDescription(),
|
|
3409
3490
|
type: String,
|
|
3410
3491
|
value: 'mouse',
|
|
3411
3492
|
category: TextEditorTab
|
|
3412
3493
|
}, {
|
|
3413
|
-
id: 'hideCursorInOverviewRuler',
|
|
3494
|
+
id: 'editor.hideCursorInOverviewRuler',
|
|
3414
3495
|
heading: hideCursorInOverviewRuler(),
|
|
3415
3496
|
description: hideCursorInOverviewRulerDescription(),
|
|
3416
3497
|
type: Boolean$1,
|
|
3417
3498
|
value: 'false',
|
|
3418
3499
|
category: TextEditorTab
|
|
3419
3500
|
}, {
|
|
3420
|
-
id: 'hover',
|
|
3501
|
+
id: 'editor.hover',
|
|
3421
3502
|
heading: hover(),
|
|
3422
3503
|
description: hoverDescription(),
|
|
3423
3504
|
type: Boolean$1,
|
|
3424
3505
|
value: 'true',
|
|
3425
3506
|
category: TextEditorTab
|
|
3426
3507
|
}, {
|
|
3427
|
-
id: 'inDiffEditor',
|
|
3508
|
+
id: 'editor.inDiffEditor',
|
|
3428
3509
|
heading: inDiffEditor(),
|
|
3429
3510
|
description: inDiffEditorDescription(),
|
|
3430
3511
|
type: Boolean$1,
|
|
3431
3512
|
value: 'false',
|
|
3432
3513
|
category: TextEditorTab
|
|
3433
3514
|
}, {
|
|
3434
|
-
id: 'letterSpacing',
|
|
3515
|
+
id: 'editor.letterSpacing',
|
|
3435
3516
|
heading: letterSpacing(),
|
|
3436
3517
|
description: letterSpacingDescription(),
|
|
3437
3518
|
type: Number$1,
|
|
3438
3519
|
value: '0',
|
|
3439
3520
|
category: TextEditorTab
|
|
3440
3521
|
}, {
|
|
3441
|
-
id: 'lightbulbEnabled',
|
|
3522
|
+
id: 'editor.lightbulbEnabled',
|
|
3442
3523
|
heading: lightbulbEnabled(),
|
|
3443
3524
|
description: lightbulbEnabledDescription(),
|
|
3444
3525
|
type: Boolean$1,
|
|
3445
3526
|
value: 'true',
|
|
3446
3527
|
category: TextEditorTab
|
|
3447
3528
|
}, {
|
|
3448
|
-
id: 'lineDecorationsWidth',
|
|
3529
|
+
id: 'editor.lineDecorationsWidth',
|
|
3449
3530
|
heading: lineDecorationsWidth(),
|
|
3450
3531
|
description: lineDecorationsWidthDescription(),
|
|
3451
3532
|
type: Number$1,
|
|
3452
3533
|
value: '10',
|
|
3453
3534
|
category: TextEditorTab
|
|
3454
3535
|
}, {
|
|
3455
|
-
id: 'lineHeight',
|
|
3536
|
+
id: 'editor.lineHeight',
|
|
3456
3537
|
heading: lineHeight(),
|
|
3457
3538
|
description: lineHeightDescription(),
|
|
3458
3539
|
type: Number$1,
|
|
3459
3540
|
value: '0',
|
|
3460
3541
|
category: TextEditorTab
|
|
3461
3542
|
}, {
|
|
3462
|
-
id: 'matchBrackets',
|
|
3543
|
+
id: 'editor.matchBrackets',
|
|
3463
3544
|
heading: matchBrackets(),
|
|
3464
3545
|
description: matchBracketsDescription(),
|
|
3465
3546
|
type: Boolean$1,
|
|
3466
3547
|
value: 'true',
|
|
3467
3548
|
category: TextEditorTab
|
|
3468
3549
|
}, {
|
|
3469
|
-
id: 'minimapEnabled',
|
|
3550
|
+
id: 'editor.minimapEnabled',
|
|
3470
3551
|
heading: minimapEnabled(),
|
|
3471
3552
|
description: minimapEnabledDescription(),
|
|
3472
3553
|
type: Boolean$1,
|
|
3473
3554
|
value: 'true',
|
|
3474
3555
|
category: TextEditorTab
|
|
3475
3556
|
}, {
|
|
3476
|
-
id: 'mouseWheelScrollSensitivity',
|
|
3557
|
+
id: 'editor.mouseWheelScrollSensitivity',
|
|
3477
3558
|
heading: mouseWheelScrollSensitivity(),
|
|
3478
3559
|
description: mouseWheelScrollSensitivityDescription(),
|
|
3479
3560
|
type: Number$1,
|
|
3480
3561
|
value: '1',
|
|
3481
3562
|
category: TextEditorTab
|
|
3482
3563
|
}, {
|
|
3483
|
-
id: 'mouseWheelZoom',
|
|
3564
|
+
id: 'editor.mouseWheelZoom',
|
|
3484
3565
|
heading: mouseWheelZoom(),
|
|
3485
3566
|
description: mouseWheelZoomDescription(),
|
|
3486
3567
|
type: Boolean$1,
|
|
3487
3568
|
value: 'false',
|
|
3488
3569
|
category: TextEditorTab
|
|
3489
3570
|
}, {
|
|
3490
|
-
id: 'multiCursorMergeOverlapping',
|
|
3571
|
+
id: 'editor.multiCursorMergeOverlapping',
|
|
3491
3572
|
heading: multiCursorMergeOverlapping(),
|
|
3492
3573
|
description: multiCursorMergeOverlappingDescription(),
|
|
3493
3574
|
type: Boolean$1,
|
|
3494
3575
|
value: 'true',
|
|
3495
3576
|
category: TextEditorTab
|
|
3496
3577
|
}, {
|
|
3497
|
-
id: 'overviewRulerBorder',
|
|
3578
|
+
id: 'editor.overviewRulerBorder',
|
|
3498
3579
|
heading: overviewRulerBorder(),
|
|
3499
3580
|
description: overviewRulerBorderDescription(),
|
|
3500
3581
|
type: Boolean$1,
|
|
3501
3582
|
value: 'true',
|
|
3502
3583
|
category: TextEditorTab
|
|
3503
3584
|
}, {
|
|
3504
|
-
id: 'overviewRulerLanes',
|
|
3585
|
+
id: 'editor.overviewRulerLanes',
|
|
3505
3586
|
heading: overviewRulerLanes(),
|
|
3506
3587
|
description: overviewRulerLanesDescription(),
|
|
3507
3588
|
type: Number$1,
|
|
3508
3589
|
value: '3',
|
|
3509
3590
|
category: TextEditorTab
|
|
3510
3591
|
}, {
|
|
3511
|
-
id: 'peekWidgetDefaultFocus',
|
|
3592
|
+
id: 'editor.peekWidgetDefaultFocus',
|
|
3512
3593
|
heading: peekWidgetDefaultFocus(),
|
|
3513
3594
|
description: peekWidgetDefaultFocusDescription(),
|
|
3514
3595
|
type: String,
|
|
3515
3596
|
value: 'editor',
|
|
3516
3597
|
category: TextEditorTab
|
|
3517
3598
|
}, {
|
|
3518
|
-
id: 'quickSuggestionsDelay',
|
|
3599
|
+
id: 'editor.quickSuggestionsDelay',
|
|
3519
3600
|
heading: quickSuggestionsDelay(),
|
|
3520
3601
|
description: quickSuggestionsDelayDescription(),
|
|
3521
3602
|
type: Number$1,
|
|
3522
3603
|
value: '10',
|
|
3523
3604
|
category: TextEditorTab
|
|
3524
3605
|
}, {
|
|
3525
|
-
id: 'renderFinalNewline',
|
|
3606
|
+
id: 'editor.renderFinalNewline',
|
|
3526
3607
|
heading: renderFinalNewline(),
|
|
3527
3608
|
description: renderFinalNewlineDescription(),
|
|
3528
3609
|
type: Boolean$1,
|
|
3529
3610
|
value: 'true',
|
|
3530
3611
|
category: TextEditorTab
|
|
3531
3612
|
}, {
|
|
3532
|
-
id: 'renderValidationDecorations',
|
|
3613
|
+
id: 'editor.renderValidationDecorations',
|
|
3533
3614
|
heading: renderValidationDecorations(),
|
|
3534
3615
|
description: renderValidationDecorationsDescription(),
|
|
3535
3616
|
type: Boolean$1,
|
|
3536
3617
|
value: 'true',
|
|
3537
3618
|
category: TextEditorTab
|
|
3538
3619
|
}, {
|
|
3539
|
-
id: 'revealHorizontalRightPadding',
|
|
3620
|
+
id: 'editor.revealHorizontalRightPadding',
|
|
3540
3621
|
heading: revealHorizontalRightPadding(),
|
|
3541
3622
|
description: revealHorizontalRightPaddingDescription(),
|
|
3542
3623
|
type: Number$1,
|
|
3543
3624
|
value: '30',
|
|
3544
3625
|
category: TextEditorTab
|
|
3545
3626
|
}, {
|
|
3546
|
-
id: 'roundedSelection',
|
|
3627
|
+
id: 'editor.roundedSelection',
|
|
3547
3628
|
heading: roundedSelection(),
|
|
3548
3629
|
description: roundedSelectionDescription(),
|
|
3549
3630
|
type: Boolean$1,
|
|
3550
3631
|
value: 'true',
|
|
3551
3632
|
category: TextEditorTab
|
|
3552
3633
|
}, {
|
|
3553
|
-
id: 'rulers',
|
|
3634
|
+
id: 'editor.rulers',
|
|
3554
3635
|
heading: rulers(),
|
|
3555
3636
|
description: rulersDescription(),
|
|
3556
3637
|
type: String,
|
|
3557
3638
|
value: '[]',
|
|
3558
3639
|
category: TextEditorTab
|
|
3559
3640
|
}, {
|
|
3560
|
-
id: 'scrollBeyondLastColumn',
|
|
3641
|
+
id: 'editor.scrollBeyondLastColumn',
|
|
3561
3642
|
heading: scrollBeyondLastColumn(),
|
|
3562
3643
|
description: scrollBeyondLastColumnDescription(),
|
|
3563
3644
|
type: Number$1,
|
|
3564
3645
|
value: '5',
|
|
3565
3646
|
category: TextEditorTab
|
|
3566
3647
|
}, {
|
|
3567
|
-
id: 'scrollbar',
|
|
3648
|
+
id: 'editor.scrollbar',
|
|
3568
3649
|
heading: scrollbar(),
|
|
3569
3650
|
description: scrollbarDescription(),
|
|
3570
3651
|
type: String,
|
|
3571
3652
|
value: 'auto',
|
|
3572
3653
|
category: TextEditorTab
|
|
3573
3654
|
}, {
|
|
3574
|
-
id: 'scrollPredominantAxis',
|
|
3655
|
+
id: 'editor.scrollPredominantAxis',
|
|
3575
3656
|
heading: scrollPredominantAxis(),
|
|
3576
3657
|
description: scrollPredominantAxisDescription(),
|
|
3577
3658
|
type: Boolean$1,
|
|
3578
3659
|
value: 'true',
|
|
3579
3660
|
category: TextEditorTab
|
|
3580
3661
|
}, {
|
|
3581
|
-
id: 'selectionClipboard',
|
|
3662
|
+
id: 'editor.selectionClipboard',
|
|
3582
3663
|
heading: selectionClipboard(),
|
|
3583
3664
|
description: selectionClipboardDescription(),
|
|
3584
3665
|
type: Boolean$1,
|
|
3585
3666
|
value: 'true',
|
|
3586
3667
|
category: TextEditorTab
|
|
3587
3668
|
}, {
|
|
3588
|
-
id: '
|
|
3669
|
+
id: 'editor.background',
|
|
3589
3670
|
heading: 'Editor background',
|
|
3590
3671
|
description: 'Editor background color',
|
|
3591
3672
|
type: Color,
|
|
3592
3673
|
value: '#567567',
|
|
3593
3674
|
category: TextEditorTab
|
|
3594
3675
|
}, {
|
|
3595
|
-
id: 'showUnused',
|
|
3676
|
+
id: 'editor.showUnused',
|
|
3596
3677
|
heading: showUnused(),
|
|
3597
3678
|
description: showUnusedDescription(),
|
|
3598
3679
|
type: Boolean$1,
|
|
3599
3680
|
value: 'true',
|
|
3600
3681
|
category: TextEditorTab
|
|
3601
3682
|
}, {
|
|
3602
|
-
id: 'snippetSuggestions',
|
|
3683
|
+
id: 'editor.snippetSuggestions',
|
|
3603
3684
|
heading: snippetSuggestions(),
|
|
3604
3685
|
description: snippetSuggestionsDescription(),
|
|
3605
3686
|
type: String,
|
|
3606
3687
|
value: 'bottom',
|
|
3607
3688
|
category: TextEditorTab
|
|
3608
3689
|
}, {
|
|
3609
|
-
id: 'suggest',
|
|
3690
|
+
id: 'editor.suggest',
|
|
3610
3691
|
heading: suggest(),
|
|
3611
3692
|
description: suggestDescription(),
|
|
3612
3693
|
type: Boolean$1,
|
|
3613
3694
|
value: 'true',
|
|
3614
3695
|
category: TextEditorTab
|
|
3615
3696
|
}, {
|
|
3616
|
-
id: 'suggestFontSize',
|
|
3697
|
+
id: 'editor.suggestFontSize',
|
|
3617
3698
|
heading: suggestFontSize(),
|
|
3618
3699
|
description: suggestFontSizeDescription(),
|
|
3619
3700
|
type: Number$1,
|
|
3620
3701
|
value: '0',
|
|
3621
3702
|
category: TextEditorTab
|
|
3622
3703
|
}, {
|
|
3623
|
-
id: 'suggestLineHeight',
|
|
3704
|
+
id: 'editor.suggestLineHeight',
|
|
3624
3705
|
heading: suggestLineHeight(),
|
|
3625
3706
|
description: suggestLineHeightDescription(),
|
|
3626
3707
|
type: Number$1,
|
|
3627
3708
|
value: '0',
|
|
3628
3709
|
category: TextEditorTab
|
|
3629
3710
|
}, {
|
|
3630
|
-
id: 'suggestSelection',
|
|
3711
|
+
id: 'editor.suggestSelection',
|
|
3631
3712
|
heading: suggestSelection(),
|
|
3632
3713
|
description: suggestSelectionDescription(),
|
|
3633
3714
|
type: String,
|
|
3634
3715
|
value: 'recentlyUsed',
|
|
3635
3716
|
category: TextEditorTab
|
|
3636
3717
|
}, {
|
|
3637
|
-
id: 'useTabStops',
|
|
3718
|
+
id: 'editor.useTabStops',
|
|
3638
3719
|
heading: useTabStops(),
|
|
3639
3720
|
description: useTabStopsDescription(),
|
|
3640
3721
|
type: Boolean$1,
|
|
3641
3722
|
value: 'true',
|
|
3642
3723
|
category: TextEditorTab
|
|
3643
3724
|
}, {
|
|
3644
|
-
id: 'wordSeparators',
|
|
3725
|
+
id: 'editor.wordSeparators',
|
|
3645
3726
|
heading: wordSeparators(),
|
|
3646
3727
|
description: wordSeparatorsDescription(),
|
|
3647
3728
|
type: String,
|
|
3648
3729
|
value: '`~!@#$%^&*()-=+[{]}\\|;:\'",.<>/?',
|
|
3649
3730
|
category: TextEditorTab
|
|
3650
3731
|
}, {
|
|
3651
|
-
id: 'wrappingIndent',
|
|
3732
|
+
id: 'editor.wrappingIndent',
|
|
3652
3733
|
heading: wrappingIndent(),
|
|
3653
3734
|
description: wrappingIndentDescription(),
|
|
3654
3735
|
type: String,
|
|
3655
3736
|
value: 'same',
|
|
3656
3737
|
category: TextEditorTab
|
|
3738
|
+
}];
|
|
3739
|
+
};
|
|
3740
|
+
|
|
3741
|
+
const getSettingItemsExtensions = () => {
|
|
3742
|
+
return [{
|
|
3743
|
+
id: 'extensionsAutoUpdate',
|
|
3744
|
+
heading: autoUpdateExtensions(),
|
|
3745
|
+
description: autoUpdateExtensionsDescription(),
|
|
3746
|
+
type: Boolean$1,
|
|
3747
|
+
value: 'true',
|
|
3748
|
+
category: ExtensionsTab
|
|
3657
3749
|
}, {
|
|
3658
|
-
id: '
|
|
3659
|
-
heading:
|
|
3660
|
-
description:
|
|
3661
|
-
type:
|
|
3662
|
-
value: '
|
|
3663
|
-
category:
|
|
3664
|
-
}
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
value: 'Left',
|
|
3670
|
-
category: WorkbenchTab
|
|
3671
|
-
}, {
|
|
3672
|
-
id: 'windowTitle',
|
|
3673
|
-
heading: windowTitle(),
|
|
3674
|
-
description: windowTitleDescription(),
|
|
3675
|
-
type: String,
|
|
3676
|
-
value: 'Settings View',
|
|
3677
|
-
category: WindowTab
|
|
3678
|
-
}, {
|
|
3679
|
-
id: 'windowSize',
|
|
3680
|
-
heading: windowSize(),
|
|
3681
|
-
description: windowSizeDescription(),
|
|
3682
|
-
type: String,
|
|
3683
|
-
value: '1024x768',
|
|
3684
|
-
category: WindowTab
|
|
3685
|
-
}, {
|
|
3750
|
+
id: 'extensionRecommendations',
|
|
3751
|
+
heading: extensionRecommendations(),
|
|
3752
|
+
description: extensionRecommendationsDescription(),
|
|
3753
|
+
type: Boolean$1,
|
|
3754
|
+
value: 'true',
|
|
3755
|
+
category: ExtensionsTab
|
|
3756
|
+
}];
|
|
3757
|
+
};
|
|
3758
|
+
|
|
3759
|
+
const getSettingItemsFeatures = () => {
|
|
3760
|
+
return [{
|
|
3686
3761
|
id: 'autoSave',
|
|
3687
3762
|
heading: autoSave(),
|
|
3688
3763
|
description: autoSaveDescription(),
|
|
@@ -3696,21 +3771,11 @@ const getSettingItems = async () => {
|
|
|
3696
3771
|
type: Boolean$1,
|
|
3697
3772
|
value: 'false',
|
|
3698
3773
|
category: FeaturesTab
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
value: 'true',
|
|
3705
|
-
category: ApplicationsTab
|
|
3706
|
-
}, {
|
|
3707
|
-
id: 'updates',
|
|
3708
|
-
heading: autoUpdates(),
|
|
3709
|
-
description: autoUpdatesDescription(),
|
|
3710
|
-
type: Boolean$1,
|
|
3711
|
-
value: 'true',
|
|
3712
|
-
category: ApplicationsTab
|
|
3713
|
-
}, {
|
|
3774
|
+
}];
|
|
3775
|
+
};
|
|
3776
|
+
|
|
3777
|
+
const getSettingItemsSecurity = () => {
|
|
3778
|
+
return [{
|
|
3714
3779
|
id: 'encryption',
|
|
3715
3780
|
heading: fileEncryption(),
|
|
3716
3781
|
description: fileEncryptionDescription(),
|
|
@@ -3724,23 +3789,49 @@ const getSettingItems = async () => {
|
|
|
3724
3789
|
type: Boolean$1,
|
|
3725
3790
|
value: 'false',
|
|
3726
3791
|
category: SecurityTab
|
|
3792
|
+
}];
|
|
3793
|
+
};
|
|
3794
|
+
|
|
3795
|
+
const getSettingItemsWindow = () => {
|
|
3796
|
+
return [{
|
|
3797
|
+
id: 'windowTitle',
|
|
3798
|
+
heading: windowTitle(),
|
|
3799
|
+
description: windowTitleDescription(),
|
|
3800
|
+
type: String,
|
|
3801
|
+
value: 'Settings View',
|
|
3802
|
+
category: WindowTab
|
|
3727
3803
|
}, {
|
|
3728
|
-
id: '
|
|
3729
|
-
heading:
|
|
3730
|
-
description:
|
|
3731
|
-
type:
|
|
3732
|
-
value: '
|
|
3733
|
-
category:
|
|
3804
|
+
id: 'windowSize',
|
|
3805
|
+
heading: windowSize(),
|
|
3806
|
+
description: windowSizeDescription(),
|
|
3807
|
+
type: String,
|
|
3808
|
+
value: '1024x768',
|
|
3809
|
+
category: WindowTab
|
|
3810
|
+
}];
|
|
3811
|
+
};
|
|
3812
|
+
|
|
3813
|
+
const getSettingItemsWorkbench = () => {
|
|
3814
|
+
return [{
|
|
3815
|
+
id: 'theme',
|
|
3816
|
+
heading: theme(),
|
|
3817
|
+
description: themeDescription(),
|
|
3818
|
+
type: String,
|
|
3819
|
+
value: 'Dark',
|
|
3820
|
+
category: WorkbenchTab
|
|
3734
3821
|
}, {
|
|
3735
|
-
id: '
|
|
3736
|
-
heading:
|
|
3737
|
-
description:
|
|
3738
|
-
type:
|
|
3739
|
-
value: '
|
|
3740
|
-
category:
|
|
3822
|
+
id: 'sidebarPosition',
|
|
3823
|
+
heading: sidebarPosition(),
|
|
3824
|
+
description: sidebarPositionDescription(),
|
|
3825
|
+
type: String,
|
|
3826
|
+
value: 'Left',
|
|
3827
|
+
category: WorkbenchTab
|
|
3741
3828
|
}];
|
|
3742
3829
|
};
|
|
3743
3830
|
|
|
3831
|
+
const getSettingItems = async () => {
|
|
3832
|
+
return [...getSettingItemsEditor(), ...getSettingItemsWorkbench(), ...getSettingItemsWindow(), ...getSettingItemsFeatures(), ...getSettingItemsApplications(), ...getSettingItemsSecurity(), ...getSettingItemsExtensions()];
|
|
3833
|
+
};
|
|
3834
|
+
|
|
3744
3835
|
const getTabs = () => {
|
|
3745
3836
|
const tabs = [{
|
|
3746
3837
|
id: TextEditorTab,
|
|
@@ -3831,17 +3922,9 @@ const getSavedTabId = savedState => {
|
|
|
3831
3922
|
return '';
|
|
3832
3923
|
};
|
|
3833
3924
|
|
|
3834
|
-
const getSavedWorkspacePath = savedState => {
|
|
3835
|
-
if (savedState && typeof savedState === 'object' && 'workspacePath' in savedState && typeof savedState.workspacePath === 'string') {
|
|
3836
|
-
return savedState.workspacePath;
|
|
3837
|
-
}
|
|
3838
|
-
return '';
|
|
3839
|
-
};
|
|
3840
|
-
|
|
3841
3925
|
const restoreState = savedState => {
|
|
3842
3926
|
if (!savedState) {
|
|
3843
3927
|
return {
|
|
3844
|
-
root: '',
|
|
3845
3928
|
minLineY: 0,
|
|
3846
3929
|
deltaY: 0,
|
|
3847
3930
|
tabId: '',
|
|
@@ -3851,7 +3934,6 @@ const restoreState = savedState => {
|
|
|
3851
3934
|
historyIndex: -1
|
|
3852
3935
|
};
|
|
3853
3936
|
}
|
|
3854
|
-
const root = getSavedWorkspacePath(savedState);
|
|
3855
3937
|
const minLineY = getSavedMinLineY(savedState);
|
|
3856
3938
|
const deltaY = getSavedDeltaY(savedState);
|
|
3857
3939
|
const tabId = getSavedTabId(savedState);
|
|
@@ -3860,7 +3942,6 @@ const restoreState = savedState => {
|
|
|
3860
3942
|
const history = getSavedHistory(savedState);
|
|
3861
3943
|
const historyIndex = getSavedHistoryIndex(savedState, history);
|
|
3862
3944
|
return {
|
|
3863
|
-
root,
|
|
3864
3945
|
minLineY,
|
|
3865
3946
|
deltaY,
|
|
3866
3947
|
tabId,
|
|
@@ -3884,7 +3965,7 @@ const loadContent = async (state, savedState) => {
|
|
|
3884
3965
|
const items = await getSettingItems();
|
|
3885
3966
|
const preferences = await getPreferences();
|
|
3886
3967
|
const modifiedSettings = getModifiedSettings(preferences);
|
|
3887
|
-
const filteredItems = getFilteredItems(items, newTabs, searchValue, modifiedSettings);
|
|
3968
|
+
const filteredItems = getFilteredItems(items, newTabs, searchValue, modifiedSettings, preferences);
|
|
3888
3969
|
return {
|
|
3889
3970
|
...state,
|
|
3890
3971
|
filteredItems,
|
|
@@ -3917,11 +3998,10 @@ const {
|
|
|
3917
3998
|
Viewlet
|
|
3918
3999
|
} = ClassNames;
|
|
3919
4000
|
const Badge = 'Badge';
|
|
3920
|
-
const Button = 'Button';
|
|
3921
4001
|
const CheckBox = 'CheckBox';
|
|
3922
|
-
const
|
|
4002
|
+
const ErrorMessage = 'ErrorMessage';
|
|
3923
4003
|
const InputBox = 'InputBox';
|
|
3924
|
-
const
|
|
4004
|
+
const InputBoxError = 'InputBoxError';
|
|
3925
4005
|
const MaskIcon = 'MaskIcon';
|
|
3926
4006
|
const MaskIconClearAll = 'MaskIconClearAll';
|
|
3927
4007
|
const ModifiedIndicator = 'ModifiedIndicator';
|
|
@@ -3965,33 +4045,37 @@ const HandleScroll = 'handleScroll';
|
|
|
3965
4045
|
const HandleSettingSelect = 'handleSettingSelect';
|
|
3966
4046
|
const HandleInputFocus = 'handleInputFocus';
|
|
3967
4047
|
|
|
3968
|
-
const
|
|
4048
|
+
const enabledClass = SearchFieldButton;
|
|
4049
|
+
const disabledClass = mergeClassNames(enabledClass, 'SearchFieldButtonDisabled');
|
|
4050
|
+
const getClearButtonClassName = hasSearchValue => {
|
|
3969
4051
|
if (hasSearchValue) {
|
|
3970
|
-
return
|
|
4052
|
+
return enabledClass;
|
|
3971
4053
|
}
|
|
3972
|
-
return
|
|
4054
|
+
return disabledClass;
|
|
4055
|
+
};
|
|
4056
|
+
|
|
4057
|
+
const icon = {
|
|
4058
|
+
type: VirtualDomElements.Div,
|
|
4059
|
+
className: mergeClassNames(MaskIcon, MaskIconClearAll),
|
|
4060
|
+
childCount: 0
|
|
3973
4061
|
};
|
|
3974
4062
|
const getSettingsInputButtonsDom = hasSearchValue => {
|
|
3975
4063
|
return [{
|
|
3976
4064
|
type: VirtualDomElements.Button,
|
|
3977
|
-
className:
|
|
4065
|
+
className: getClearButtonClassName(hasSearchValue),
|
|
3978
4066
|
childCount: 1,
|
|
3979
4067
|
ariaLabel: clear(),
|
|
3980
4068
|
name: Clear$1,
|
|
3981
4069
|
disabled: !hasSearchValue,
|
|
3982
4070
|
onClick: HandleClickClear
|
|
3983
|
-
},
|
|
3984
|
-
type: VirtualDomElements.Div,
|
|
3985
|
-
className: mergeClassNames(MaskIcon, MaskIconClearAll),
|
|
3986
|
-
childCount: 0
|
|
3987
|
-
}];
|
|
4071
|
+
}, icon];
|
|
3988
4072
|
};
|
|
3989
4073
|
|
|
3990
4074
|
const getSettingsInputDom = () => {
|
|
3991
4075
|
const placeholder = searchSettings();
|
|
3992
4076
|
return [{
|
|
3993
4077
|
type: VirtualDomElements.Input,
|
|
3994
|
-
className: mergeClassNames(InputBox, SettingsSearchInput),
|
|
4078
|
+
className: mergeClassNames(InputBox, SettingsSearchInput, 'MultilineInputBox'),
|
|
3995
4079
|
placeholder,
|
|
3996
4080
|
childCount: 0,
|
|
3997
4081
|
name: SettingsSearch,
|
|
@@ -4000,21 +4084,31 @@ const getSettingsInputDom = () => {
|
|
|
4000
4084
|
}];
|
|
4001
4085
|
};
|
|
4002
4086
|
|
|
4003
|
-
const getChildCount = hasSearchValue => {
|
|
4087
|
+
const getChildCount$1 = hasSearchValue => {
|
|
4004
4088
|
return hasSearchValue ? 3 : 2;
|
|
4005
4089
|
};
|
|
4006
4090
|
const getSettingsHeaderDom = (filteredSettingsCount, hasSearchValue) => {
|
|
4007
|
-
const
|
|
4008
|
-
const childCount = getChildCount(hasSearchValue);
|
|
4091
|
+
const childCount = getChildCount$1(hasSearchValue);
|
|
4009
4092
|
return [{
|
|
4010
4093
|
type: VirtualDomElements.Div,
|
|
4011
4094
|
className: SettingsHeader,
|
|
4012
4095
|
childCount: 1
|
|
4013
4096
|
}, {
|
|
4014
4097
|
type: VirtualDomElements.Div,
|
|
4015
|
-
className: SettingsInputWrapper,
|
|
4098
|
+
className: mergeClassNames(SettingsInputWrapper, 'SearchField'),
|
|
4016
4099
|
childCount
|
|
4017
|
-
}, ...getSettingsInputDom(), ...
|
|
4100
|
+
}, ...getSettingsInputDom(), ...getSettingsInputBadgeDom(filteredSettingsCount, hasSearchValue), ...getSettingsInputButtonsDom(hasSearchValue)];
|
|
4101
|
+
};
|
|
4102
|
+
|
|
4103
|
+
const getErrorMessageDom = errorMessage => {
|
|
4104
|
+
if (!errorMessage) {
|
|
4105
|
+
return [];
|
|
4106
|
+
}
|
|
4107
|
+
return [{
|
|
4108
|
+
type: VirtualDomElements.Div,
|
|
4109
|
+
className: ErrorMessage,
|
|
4110
|
+
childCount: 1
|
|
4111
|
+
}, text(errorMessage)];
|
|
4018
4112
|
};
|
|
4019
4113
|
|
|
4020
4114
|
const getInputId = id => {
|
|
@@ -4026,16 +4120,19 @@ const getItemCheckBoxVirtualDom = item => {
|
|
|
4026
4120
|
heading,
|
|
4027
4121
|
description,
|
|
4028
4122
|
id,
|
|
4029
|
-
modified
|
|
4123
|
+
modified,
|
|
4124
|
+
hasError,
|
|
4125
|
+
errorMessage
|
|
4030
4126
|
} = item;
|
|
4031
|
-
const isModified = modified || false;
|
|
4032
4127
|
const domId = getInputId(id);
|
|
4128
|
+
const checkBoxClassName = hasError ? `${CheckBox} ${InputBoxError}` : CheckBox;
|
|
4129
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4033
4130
|
return [{
|
|
4034
4131
|
type: VirtualDomElements.Div,
|
|
4035
4132
|
className: SettingsItem,
|
|
4036
|
-
childCount: 3,
|
|
4037
|
-
role:
|
|
4038
|
-
'data-modified':
|
|
4133
|
+
childCount: 3 + errorChildCount,
|
|
4134
|
+
role: AriaRoles.Group,
|
|
4135
|
+
'data-modified': modified
|
|
4039
4136
|
}, {
|
|
4040
4137
|
type: VirtualDomElements.H3,
|
|
4041
4138
|
childCount: 1
|
|
@@ -4045,7 +4142,7 @@ const getItemCheckBoxVirtualDom = item => {
|
|
|
4045
4142
|
childCount: 2
|
|
4046
4143
|
}, {
|
|
4047
4144
|
type: VirtualDomElements.Input,
|
|
4048
|
-
className:
|
|
4145
|
+
className: checkBoxClassName,
|
|
4049
4146
|
childCount: 0,
|
|
4050
4147
|
id: domId,
|
|
4051
4148
|
inputType: 'checkbox',
|
|
@@ -4055,14 +4152,15 @@ const getItemCheckBoxVirtualDom = item => {
|
|
|
4055
4152
|
type: VirtualDomElements.Label,
|
|
4056
4153
|
childCount: 1,
|
|
4057
4154
|
htmlFor: domId
|
|
4058
|
-
}, text(description)];
|
|
4155
|
+
}, text(description), ...getErrorMessageDom(errorMessage)];
|
|
4059
4156
|
};
|
|
4060
4157
|
|
|
4158
|
+
const parent = {
|
|
4159
|
+
type: VirtualDomElements.H3,
|
|
4160
|
+
childCount: 1
|
|
4161
|
+
};
|
|
4061
4162
|
const getItemHeadingDom = heading => {
|
|
4062
|
-
return [
|
|
4063
|
-
type: VirtualDomElements.H3,
|
|
4064
|
-
childCount: 1
|
|
4065
|
-
}, text(heading)];
|
|
4163
|
+
return [parent, text(heading)];
|
|
4066
4164
|
};
|
|
4067
4165
|
|
|
4068
4166
|
const getItemLabelDom = (domId, label) => {
|
|
@@ -4079,30 +4177,33 @@ const getItemColorVirtualDom = item => {
|
|
|
4079
4177
|
heading,
|
|
4080
4178
|
description,
|
|
4081
4179
|
id,
|
|
4082
|
-
modified
|
|
4180
|
+
modified,
|
|
4181
|
+
hasError,
|
|
4182
|
+
errorMessage
|
|
4083
4183
|
} = item;
|
|
4084
4184
|
const domId = getInputId(id);
|
|
4085
|
-
const
|
|
4185
|
+
const colorInputClassName = hasError ? mergeClassNames('ColorInput', InputBoxError) : mergeClassNames('ColorInput');
|
|
4186
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4086
4187
|
return [{
|
|
4087
4188
|
type: VirtualDomElements.Div,
|
|
4088
4189
|
className: SettingsItem,
|
|
4089
|
-
childCount: 3,
|
|
4090
|
-
role:
|
|
4091
|
-
'data-modified':
|
|
4190
|
+
childCount: 3 + errorChildCount,
|
|
4191
|
+
role: AriaRoles.Group,
|
|
4192
|
+
'data-modified': modified
|
|
4092
4193
|
}, ...getItemHeadingDom(heading), {
|
|
4093
4194
|
type: VirtualDomElements.Div,
|
|
4094
4195
|
className: SettingsItemCheckBox,
|
|
4095
4196
|
childCount: 2
|
|
4096
4197
|
}, {
|
|
4097
4198
|
type: VirtualDomElements.Input,
|
|
4098
|
-
className:
|
|
4199
|
+
className: colorInputClassName,
|
|
4099
4200
|
inputType: 'color',
|
|
4100
4201
|
placeholder: colorValue(),
|
|
4101
4202
|
childCount: 0,
|
|
4102
4203
|
id: domId,
|
|
4103
4204
|
name: id,
|
|
4104
4205
|
onInput: HandleSettingInput
|
|
4105
|
-
}, ...getItemLabelDom(domId, description)];
|
|
4206
|
+
}, ...getItemLabelDom(domId, description), ...getErrorMessageDom(errorMessage)];
|
|
4106
4207
|
};
|
|
4107
4208
|
|
|
4108
4209
|
const getSettingsModifiedIndicatorDom = isModified => {
|
|
@@ -4116,32 +4217,46 @@ const getSettingsModifiedIndicatorDom = isModified => {
|
|
|
4116
4217
|
}];
|
|
4117
4218
|
};
|
|
4118
4219
|
|
|
4220
|
+
const getChildCount = (modified, hasError) => {
|
|
4221
|
+
const modifiedChildCount = modified ? 1 : 0;
|
|
4222
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4223
|
+
const childCount = 3 + modifiedChildCount + errorChildCount;
|
|
4224
|
+
return childCount;
|
|
4225
|
+
};
|
|
4226
|
+
const getInputClassName = hasError => {
|
|
4227
|
+
if (hasError) {
|
|
4228
|
+
return `${InputBox} ${InputBoxError}`;
|
|
4229
|
+
}
|
|
4230
|
+
return InputBox;
|
|
4231
|
+
};
|
|
4119
4232
|
const getItemNumberVirtualDom = item => {
|
|
4120
4233
|
const {
|
|
4121
4234
|
heading,
|
|
4122
4235
|
description,
|
|
4123
4236
|
id,
|
|
4124
|
-
modified
|
|
4237
|
+
modified,
|
|
4238
|
+
hasError,
|
|
4239
|
+
errorMessage
|
|
4125
4240
|
} = item;
|
|
4126
4241
|
const domId = getInputId(id);
|
|
4127
|
-
const
|
|
4128
|
-
const
|
|
4242
|
+
const inputClassName = getInputClassName(hasError);
|
|
4243
|
+
const childCount = getChildCount(modified, hasError);
|
|
4129
4244
|
return [{
|
|
4130
4245
|
type: VirtualDomElements.Div,
|
|
4131
4246
|
className: SettingsItem,
|
|
4132
|
-
childCount
|
|
4133
|
-
role:
|
|
4134
|
-
'data-modified':
|
|
4135
|
-
}, ...getSettingsModifiedIndicatorDom(
|
|
4247
|
+
childCount,
|
|
4248
|
+
role: AriaRoles.Group,
|
|
4249
|
+
'data-modified': modified
|
|
4250
|
+
}, ...getSettingsModifiedIndicatorDom(modified), ...getItemHeadingDom(heading), ...getItemLabelDom(domId, description), {
|
|
4136
4251
|
type: VirtualDomElements.Input,
|
|
4137
|
-
className:
|
|
4252
|
+
className: inputClassName,
|
|
4138
4253
|
inputType: 'number',
|
|
4139
4254
|
placeholder: numberValue(),
|
|
4140
4255
|
childCount: 0,
|
|
4141
4256
|
id: domId,
|
|
4142
4257
|
name: id,
|
|
4143
4258
|
onInput: HandleSettingInput
|
|
4144
|
-
}];
|
|
4259
|
+
}, ...getErrorMessageDom(errorMessage)];
|
|
4145
4260
|
};
|
|
4146
4261
|
|
|
4147
4262
|
const getOptionDom = option => {
|
|
@@ -4160,36 +4275,44 @@ const getItemSelectVirtualDom = item => {
|
|
|
4160
4275
|
const {
|
|
4161
4276
|
heading,
|
|
4162
4277
|
description,
|
|
4163
|
-
id
|
|
4278
|
+
id,
|
|
4279
|
+
options,
|
|
4280
|
+
hasError,
|
|
4281
|
+
errorMessage
|
|
4164
4282
|
} = item;
|
|
4165
|
-
const options = item.options || [];
|
|
4166
4283
|
const domId = getInputId(id);
|
|
4284
|
+
const selectClassName = hasError ? `${Select} ${InputBoxError}` : Select;
|
|
4285
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4167
4286
|
return [{
|
|
4168
4287
|
type: VirtualDomElements.Div,
|
|
4169
4288
|
className: SettingsItem,
|
|
4170
|
-
childCount: 3,
|
|
4171
|
-
role:
|
|
4289
|
+
childCount: 3 + errorChildCount,
|
|
4290
|
+
role: AriaRoles.Group
|
|
4172
4291
|
}, ...getItemHeadingDom(heading), ...getItemLabelDom(domId, description), {
|
|
4173
4292
|
type: VirtualDomElements.Select,
|
|
4174
|
-
className:
|
|
4175
|
-
childCount: options
|
|
4293
|
+
className: selectClassName,
|
|
4294
|
+
childCount: options?.length || 0,
|
|
4176
4295
|
id: domId,
|
|
4177
4296
|
name: id,
|
|
4178
4297
|
onChange: HandleSettingSelect
|
|
4179
|
-
}, ...options
|
|
4298
|
+
}, ...(options?.flatMap(getOptionDom) || []), ...getErrorMessageDom(errorMessage)];
|
|
4180
4299
|
};
|
|
4181
4300
|
|
|
4182
4301
|
const getItemStringVirtualDom = item => {
|
|
4183
4302
|
const {
|
|
4184
4303
|
heading,
|
|
4185
4304
|
description,
|
|
4186
|
-
id
|
|
4305
|
+
id,
|
|
4306
|
+
hasError,
|
|
4307
|
+
errorMessage
|
|
4187
4308
|
} = item;
|
|
4309
|
+
const inputClassName = hasError ? `${InputBox} ${InputBoxError}` : InputBox;
|
|
4310
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4188
4311
|
return [{
|
|
4189
4312
|
type: VirtualDomElements.Div,
|
|
4190
4313
|
className: SettingsItem,
|
|
4191
|
-
childCount: 3,
|
|
4192
|
-
role:
|
|
4314
|
+
childCount: 3 + errorChildCount,
|
|
4315
|
+
role: AriaRoles.Group
|
|
4193
4316
|
}, {
|
|
4194
4317
|
type: VirtualDomElements.H3,
|
|
4195
4318
|
childCount: 1
|
|
@@ -4198,13 +4321,13 @@ const getItemStringVirtualDom = item => {
|
|
|
4198
4321
|
childCount: 1
|
|
4199
4322
|
}, text(description), {
|
|
4200
4323
|
type: VirtualDomElements.Input,
|
|
4201
|
-
className:
|
|
4324
|
+
className: inputClassName,
|
|
4202
4325
|
inputType: 'text',
|
|
4203
4326
|
placeholder: stringValue(),
|
|
4204
4327
|
childCount: 0,
|
|
4205
4328
|
name: id,
|
|
4206
4329
|
onInput: HandleSettingInput
|
|
4207
|
-
}];
|
|
4330
|
+
}, ...getErrorMessageDom(errorMessage)];
|
|
4208
4331
|
};
|
|
4209
4332
|
|
|
4210
4333
|
const getItemUnknownVirtualDom = () => {
|
|
@@ -4212,7 +4335,7 @@ const getItemUnknownVirtualDom = () => {
|
|
|
4212
4335
|
type: VirtualDomElements.Div,
|
|
4213
4336
|
className: SettingsItem,
|
|
4214
4337
|
childCount: 1,
|
|
4215
|
-
role:
|
|
4338
|
+
role: AriaRoles.Group
|
|
4216
4339
|
}, text(unknownSettingType())];
|
|
4217
4340
|
};
|
|
4218
4341
|
|
|
@@ -4221,26 +4344,29 @@ const getItemUrlVirtualDom = item => {
|
|
|
4221
4344
|
heading,
|
|
4222
4345
|
description,
|
|
4223
4346
|
id,
|
|
4224
|
-
modified
|
|
4347
|
+
modified,
|
|
4348
|
+
hasError,
|
|
4349
|
+
errorMessage
|
|
4225
4350
|
} = item;
|
|
4226
4351
|
const domId = getInputId(id);
|
|
4227
|
-
const
|
|
4352
|
+
const inputClassName = hasError ? `${InputBox} ${InputBoxError}` : InputBox;
|
|
4353
|
+
const errorChildCount = hasError ? 1 : 0;
|
|
4228
4354
|
return [{
|
|
4229
4355
|
type: VirtualDomElements.Div,
|
|
4230
4356
|
className: SettingsItem,
|
|
4231
|
-
childCount: 3,
|
|
4232
|
-
role:
|
|
4233
|
-
'data-modified':
|
|
4357
|
+
childCount: 3 + errorChildCount,
|
|
4358
|
+
role: AriaRoles.Group,
|
|
4359
|
+
'data-modified': modified
|
|
4234
4360
|
}, ...getItemHeadingDom(heading), ...getItemLabelDom(domId, description), {
|
|
4235
4361
|
type: VirtualDomElements.Input,
|
|
4236
|
-
className:
|
|
4362
|
+
className: inputClassName,
|
|
4237
4363
|
inputType: 'url',
|
|
4238
4364
|
placeholder: numberValue(),
|
|
4239
4365
|
childCount: 0,
|
|
4240
4366
|
id: domId,
|
|
4241
4367
|
name: id,
|
|
4242
4368
|
onInput: HandleSettingInput
|
|
4243
|
-
}];
|
|
4369
|
+
}, ...getErrorMessageDom(errorMessage)];
|
|
4244
4370
|
};
|
|
4245
4371
|
|
|
4246
4372
|
const getItemVirtualDom = item => {
|
|
@@ -4278,7 +4404,7 @@ const getSettingsNoResultsDom = searchValue => {
|
|
|
4278
4404
|
};
|
|
4279
4405
|
|
|
4280
4406
|
const getSettingsItemsDom = (items, searchValue) => {
|
|
4281
|
-
if (items.length === 0 && searchValue.trim()) {
|
|
4407
|
+
if (items.length === 0 && searchValue && searchValue.trim()) {
|
|
4282
4408
|
return getSettingsNoResultsDom(searchValue);
|
|
4283
4409
|
}
|
|
4284
4410
|
return [{
|
|
@@ -4350,10 +4476,10 @@ const getSettingsDom = state => {
|
|
|
4350
4476
|
const {
|
|
4351
4477
|
tabs,
|
|
4352
4478
|
filteredItems,
|
|
4353
|
-
searchValue
|
|
4354
|
-
filteredItemsCount
|
|
4479
|
+
searchValue
|
|
4355
4480
|
} = state;
|
|
4356
4481
|
const hasSearchValue = searchValue.trim().length > 0;
|
|
4482
|
+
const filteredItemsCount = filteredItems.length;
|
|
4357
4483
|
return [{
|
|
4358
4484
|
type: VirtualDomElements.Div,
|
|
4359
4485
|
childCount: 2,
|
|
@@ -4380,13 +4506,17 @@ const enabledTypes = [Number$1, String, Color];
|
|
|
4380
4506
|
const renderSettingValues = (oldState, newState) => {
|
|
4381
4507
|
const {
|
|
4382
4508
|
filteredItems,
|
|
4383
|
-
id
|
|
4509
|
+
id,
|
|
4510
|
+
preferences
|
|
4384
4511
|
} = newState;
|
|
4385
|
-
const
|
|
4386
|
-
const inputValues =
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4512
|
+
const enabledSettings = filteredItems.filter(item => enabledTypes.includes(item.type));
|
|
4513
|
+
const inputValues = enabledSettings.map(item => {
|
|
4514
|
+
const value = preferences[item.id] || item.value;
|
|
4515
|
+
return {
|
|
4516
|
+
name: item.id,
|
|
4517
|
+
value
|
|
4518
|
+
};
|
|
4519
|
+
});
|
|
4390
4520
|
return ['Viewlet.setInputValues', id, inputValues];
|
|
4391
4521
|
};
|
|
4392
4522
|
|
|
@@ -4480,8 +4610,6 @@ const saveState = state => {
|
|
|
4480
4610
|
} = state;
|
|
4481
4611
|
const selectedTab = getSelectedTabId(tabs);
|
|
4482
4612
|
return {
|
|
4483
|
-
expandedPaths: [],
|
|
4484
|
-
root: '',
|
|
4485
4613
|
minLineY: 0,
|
|
4486
4614
|
maxLineY: 0,
|
|
4487
4615
|
deltaY: 0,
|
|
@@ -4500,14 +4628,15 @@ const useNextSearchValue = state => {
|
|
|
4500
4628
|
historyIndex,
|
|
4501
4629
|
items,
|
|
4502
4630
|
tabs,
|
|
4503
|
-
modifiedSettings
|
|
4631
|
+
modifiedSettings,
|
|
4632
|
+
preferences
|
|
4504
4633
|
} = state;
|
|
4505
4634
|
if (history.length === 0 || historyIndex >= history.length - 1) {
|
|
4506
4635
|
return state;
|
|
4507
4636
|
}
|
|
4508
4637
|
const newHistoryIndex = historyIndex + 1;
|
|
4509
4638
|
const newSearchValue = history[newHistoryIndex];
|
|
4510
|
-
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings);
|
|
4639
|
+
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings, preferences);
|
|
4511
4640
|
return {
|
|
4512
4641
|
...state,
|
|
4513
4642
|
searchValue: newSearchValue,
|
|
@@ -4523,14 +4652,15 @@ const usePreviousSearchValue = state => {
|
|
|
4523
4652
|
historyIndex,
|
|
4524
4653
|
items,
|
|
4525
4654
|
tabs,
|
|
4526
|
-
modifiedSettings
|
|
4655
|
+
modifiedSettings,
|
|
4656
|
+
preferences
|
|
4527
4657
|
} = state;
|
|
4528
4658
|
if (history.length === 0 || historyIndex <= 0) {
|
|
4529
4659
|
return state;
|
|
4530
4660
|
}
|
|
4531
4661
|
const newHistoryIndex = historyIndex - 1;
|
|
4532
4662
|
const newSearchValue = history[newHistoryIndex];
|
|
4533
|
-
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings);
|
|
4663
|
+
const filteredItems = getFilteredItems(items, tabs, newSearchValue, modifiedSettings, preferences);
|
|
4534
4664
|
return {
|
|
4535
4665
|
...state,
|
|
4536
4666
|
searchValue: newSearchValue,
|