@lvce-editor/static-server 0.58.0 → 0.58.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1871 -1870
- package/package.json +1 -1
- package/static/{9cec02d → 38a6439}/css/App.css +85 -83
- package/static/{9cec02d → 38a6439}/css/parts/SettingsItems.css +15 -0
- package/static/{9cec02d → 38a6439}/css/parts/Table.css +7 -1
- package/static/{9cec02d → 38a6439}/css/parts/ViewletSettings.css +1 -0
- package/static/{9cec02d → 38a6439}/manifest.json +2 -2
- package/static/{9cec02d → 38a6439}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{9cec02d → 38a6439}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +8 -1
- package/static/{9cec02d → 38a6439}/packages/editor-worker/dist/editorWorkerMain.js +386 -453
- package/static/{9cec02d → 38a6439}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{9cec02d → 38a6439}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +855 -423
- package/static/{9cec02d → 38a6439}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{9cec02d → 38a6439}/packages/renderer-worker/dist/rendererWorkerMain.js +25 -4
- package/static/{9cec02d → 38a6439}/packages/settings-view/dist/settingsViewWorkerMain.js +320 -88
- package/static/38a6439/packages/source-action-worker/dist/sourceActionWorkerMain.js +1859 -0
- package/static/{9cec02d → 38a6439}/packages/test-worker/dist/testWorkerMain.js +50 -6
- package/static/index.html +4 -4
- /package/static/{9cec02d → 38a6439}/config/colorTheme.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/defaultSettings.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/fileMap.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/webExtensions.json +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Animation.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Category.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/DebugButtons.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/DebugValue.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/E2eTest.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/E2eTests.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/EditorHover.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/EditorMessage.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/FeatureContent.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Features.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ImagePreview.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/InputBadge.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Key.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/LegacyDialog.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Markdown.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Message.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Progress.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ScrollToTop.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Select.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SettingsHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletAbout.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDialog.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletMedia.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletOutput.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPanel.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPdf.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletProblems.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletReferences.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSearch.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletStorage.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_root_folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_access.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_access2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ada.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_agda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ai.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_al.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_angular.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_asp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_astro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_atom.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ats.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_attw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_audio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_avif.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_avro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_awk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aws.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_azure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_babel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bak.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bats.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_biml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_binary.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_biome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blade.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blender.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bower.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_buf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bun.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_casc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cert.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_changie.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_chef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_class.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_claude.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_compass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_composer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_conan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_conda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_craco.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cython.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_debian.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_deno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_diff.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_django.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drools.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dune.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_edge.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ember.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eps.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_epub.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fla.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_font.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_funding.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_galen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_git.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_git2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glide.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_godot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_grain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_helix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_helm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_host.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_http.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_husky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_icl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idris.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_image.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_imba.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_inc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_informix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ini.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ink.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_io.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_janet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_java.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json5.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_juice.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_julia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_just.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_k.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_karma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_key.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_knip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kos.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_latino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_layout.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_liara.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_license.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_locale.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_luau.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lync.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_map.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_marko.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maven.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maya.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_meson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_metal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_motif.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_noc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_node2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_npm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opam.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_org.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_paket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_patch.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postman.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_preact.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_progress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pug.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_python.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_q.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_r.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_racket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rails.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_raku.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_raml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_razor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reason.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_red.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_registry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rego.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_remark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_replit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_retext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_riot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_robots.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rust.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sails.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_san.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sas.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scala.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_script.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slice.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sln.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snort.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_source.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_style.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_styled.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swift.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_teal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_templ.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tera.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_text.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_textile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_todo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_toit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_toml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tox.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_travis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tres.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_twig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unison.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vala.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vba.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vento.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_video.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_view.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_volt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wally.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_windi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_word.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_word2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_android.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_api.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_app.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_client.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_common.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_component.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_git.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_github.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_images.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_include.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_library.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_model.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_module.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_php.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_private.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_public.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_python.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_route.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_script.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_server.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_services.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_src.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_story.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_style.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_template.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_video.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_view.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_www.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{9cec02d → 38a6439}/icons/add.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/blank.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/book.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/case-sensitive.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/check.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-maximize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-minimize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-restore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/circle-filled.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/clear-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/cloud.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/collapse-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt-2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt-small.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-console.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-continue-small.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-continue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-disconnect.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-line-by-line.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-pause.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-rerun.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-restart-frame.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-restart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stackframe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-start.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-back.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-into.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-out.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-over.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/discard.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/edit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/ellipsis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/error.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/exclude.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/extensions.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/files.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/filter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/go-to-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-source-control.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-sync.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/info.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/language-icon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/link-external.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/list-flat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/list-tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/new-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/new-folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/newline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/open-preview.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/play.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/preserve-case.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/progress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/pwa-icon-192.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/pwa-icon-512.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/record-keys.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/refresh.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/regex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/remove.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/replace-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/replace.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/run-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/search.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/settings-gear.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/sort-precedence.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/source-control.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/split-horizontal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/squiggly-error.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/squiggly-warning.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-array.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-boolean.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-class.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-color.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-constant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-enum-member.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-enum.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-event.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-field.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-interface.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-key.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-keyword.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-method.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-misc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-namespace.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-numeric.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-operator.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-parameter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-property.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-ruler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-snippet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-string.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-structure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-variable.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/tag.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/terminal-bash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/terminal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/theme-icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/trash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/warning.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/whole-word.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/zoom-in.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/zoom-out.svg +0 -0
- /package/static/{9cec02d → 38a6439}/js/babel-parser.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/blob-util.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/ky.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-import-script.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-ipc.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-verror.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/p-min-delay.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/pretty-bytes.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/preview-injected.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/yoctodelay.js +0 -0
- /package/static/{9cec02d → 38a6439}/lib-css/termterm.css +0 -0
- /package/static/{9cec02d → 38a6439}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/package.json +0 -0
- /package/static/{9cec02d → 38a6439}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.cpp +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.css +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.csv +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.dart +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.env +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.ex +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.html +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.java +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.jl +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.js +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.json +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.kt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.pl +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.py +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.ts +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/scrolling.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/tsconfig.json +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/a.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/b.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/c.txt +0 -0
|
@@ -520,7 +520,8 @@ const splitLines = lines => {
|
|
|
520
520
|
return lines.split(NewLine);
|
|
521
521
|
};
|
|
522
522
|
const getCurrentStack = () => {
|
|
523
|
-
const
|
|
523
|
+
const stackLinesToSkip = 3;
|
|
524
|
+
const currentStack = joinLines(splitLines(new Error().stack || '').slice(stackLinesToSkip));
|
|
524
525
|
return currentStack;
|
|
525
526
|
};
|
|
526
527
|
const getNewLineIndex = (string, startIndex = undefined) => {
|
|
@@ -791,6 +792,12 @@ const invokeAndTransfer = (ipc, method, ...params) => {
|
|
|
791
792
|
return invokeHelper(ipc, method, params, true);
|
|
792
793
|
};
|
|
793
794
|
|
|
795
|
+
class CommandNotFoundError extends Error {
|
|
796
|
+
constructor(command) {
|
|
797
|
+
super(`Command not found ${command}`);
|
|
798
|
+
this.name = 'CommandNotFoundError';
|
|
799
|
+
}
|
|
800
|
+
}
|
|
794
801
|
const commands = Object.create(null);
|
|
795
802
|
const register = commandMap => {
|
|
796
803
|
Object.assign(commands, commandMap);
|
|
@@ -801,7 +808,7 @@ const getCommand = key => {
|
|
|
801
808
|
const execute = (command, ...args) => {
|
|
802
809
|
const fn = getCommand(command);
|
|
803
810
|
if (!fn) {
|
|
804
|
-
throw new
|
|
811
|
+
throw new CommandNotFoundError(command);
|
|
805
812
|
}
|
|
806
813
|
return fn(...args);
|
|
807
814
|
};
|
|
@@ -873,12 +880,220 @@ const WebWorkerRpcClient = {
|
|
|
873
880
|
create: create$3
|
|
874
881
|
};
|
|
875
882
|
|
|
883
|
+
const toCommandId = key => {
|
|
884
|
+
const dotIndex = key.indexOf('.');
|
|
885
|
+
return key.slice(dotIndex + 1);
|
|
886
|
+
};
|
|
887
|
+
const create$2 = () => {
|
|
888
|
+
const states = Object.create(null);
|
|
889
|
+
const commandMapRef = {};
|
|
890
|
+
return {
|
|
891
|
+
get(uid) {
|
|
892
|
+
return states[uid];
|
|
893
|
+
},
|
|
894
|
+
set(uid, oldState, newState) {
|
|
895
|
+
states[uid] = {
|
|
896
|
+
oldState,
|
|
897
|
+
newState
|
|
898
|
+
};
|
|
899
|
+
},
|
|
900
|
+
dispose(uid) {
|
|
901
|
+
delete states[uid];
|
|
902
|
+
},
|
|
903
|
+
getKeys() {
|
|
904
|
+
return Object.keys(states).map(key => {
|
|
905
|
+
return Number.parseInt(key);
|
|
906
|
+
});
|
|
907
|
+
},
|
|
908
|
+
clear() {
|
|
909
|
+
for (const key of Object.keys(states)) {
|
|
910
|
+
delete states[key];
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
wrapCommand(fn) {
|
|
914
|
+
const wrapped = async (uid, ...args) => {
|
|
915
|
+
const {
|
|
916
|
+
newState
|
|
917
|
+
} = states[uid];
|
|
918
|
+
const newerState = await fn(newState, ...args);
|
|
919
|
+
if (newState === newerState) {
|
|
920
|
+
return;
|
|
921
|
+
}
|
|
922
|
+
const latest = states[uid];
|
|
923
|
+
states[uid] = {
|
|
924
|
+
oldState: latest.oldState,
|
|
925
|
+
newState: newerState
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
return wrapped;
|
|
929
|
+
},
|
|
930
|
+
wrapGetter(fn) {
|
|
931
|
+
const wrapped = (uid, ...args) => {
|
|
932
|
+
const {
|
|
933
|
+
newState
|
|
934
|
+
} = states[uid];
|
|
935
|
+
return fn(newState, ...args);
|
|
936
|
+
};
|
|
937
|
+
return wrapped;
|
|
938
|
+
},
|
|
939
|
+
diff(uid, modules, numbers) {
|
|
940
|
+
const {
|
|
941
|
+
oldState,
|
|
942
|
+
newState
|
|
943
|
+
} = states[uid];
|
|
944
|
+
const diffResult = [];
|
|
945
|
+
for (let i = 0; i < modules.length; i++) {
|
|
946
|
+
const fn = modules[i];
|
|
947
|
+
if (!fn(oldState, newState)) {
|
|
948
|
+
diffResult.push(numbers[i]);
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
return diffResult;
|
|
952
|
+
},
|
|
953
|
+
getCommandIds() {
|
|
954
|
+
const keys = Object.keys(commandMapRef);
|
|
955
|
+
const ids = keys.map(toCommandId);
|
|
956
|
+
return ids;
|
|
957
|
+
},
|
|
958
|
+
registerCommands(commandMap) {
|
|
959
|
+
Object.assign(commandMapRef, commandMap);
|
|
960
|
+
}
|
|
961
|
+
};
|
|
962
|
+
};
|
|
963
|
+
const terminate = () => {
|
|
964
|
+
globalThis.close();
|
|
965
|
+
};
|
|
966
|
+
|
|
967
|
+
const map$1 = [/* 0 */'Empty', /* 1 */'BrowserChromium', /* 2 */'BrowserElectron', /* 3 */'BrowserFirefox', /* 4 */'FocusAbout', /* 5 */'FocusActivityBar', /* 6 */'FocusDebugInput', /* 7 */'FocusDialog', /* 8 */'FocusEditor', /* 9 */'FocusEditorCompletions', /* 10 */'FocusEditorImage', /* 11 */'FocusEditorRename', /* 12 */'FocusEditorText', /* 13 */'FocusExplorer', /* 14 */'FocusExplorerEditBox', /* 15 */'FocusExtensions', /* 16 */'FocusFindWidget', /* 17 */'FocusLocationList', /* 18 */'FocusMenu', /* 19 */'FocusProblems', /* 20 */'FocusQuickPickInput', /* 21 */'FocusSearchInput', /* 22 */'FocusSearchResults', /* 23 */'FocusSimpleBrowserInput', /* 24 */'FocusSourceControlInput', /* 25 */'FocusTerminal', /* 26 */'FocusTitleBarMenuBar', /* 27 */'FocusViewletList', /* 28 */'FocusOutput', /* 29 */'FocusDebugConsoleInput', /* 30 */'FocusDebugScope', /* 31 */'FocusSearchReplaceInput', /* 32 */'FocusMatchCase', /* 33 */'FocusRegex', /* 34 */'FocusWholeWord', /* 35 */'FocusReplaceAll', /* 36 */'FocusPreserveCase', /* 37 */'FocusSimpleBrowser', /* 38 */'FocusSourceActions'];
|
|
968
|
+
const getWhenExpressionText = whenExpression => {
|
|
969
|
+
return map$1[whenExpression] || 'n/a';
|
|
970
|
+
};
|
|
971
|
+
|
|
972
|
+
const getVisibleKeyBindings = (filteredKeyBindings, minLineY, maxLineY, selectedIndex, isEditingWhenExpression) => {
|
|
973
|
+
const visibleKeyBindings = [];
|
|
974
|
+
const slicedKeyBindings = filteredKeyBindings.slice(minLineY, maxLineY);
|
|
975
|
+
const relativeSelectedIndex = selectedIndex - minLineY;
|
|
976
|
+
for (let i = 0; i < slicedKeyBindings.length; i++) {
|
|
977
|
+
const slicedKeyBinding = slicedKeyBindings[i];
|
|
978
|
+
const {
|
|
979
|
+
isCtrl,
|
|
980
|
+
isShift,
|
|
981
|
+
key,
|
|
982
|
+
when,
|
|
983
|
+
command,
|
|
984
|
+
commandMatches,
|
|
985
|
+
keyMatches
|
|
986
|
+
} = slicedKeyBinding;
|
|
987
|
+
const rowIndex = minLineY + i + 2;
|
|
988
|
+
visibleKeyBindings.push({
|
|
989
|
+
rowIndex,
|
|
990
|
+
isCtrl,
|
|
991
|
+
isShift,
|
|
992
|
+
key,
|
|
993
|
+
when: getWhenExpressionText(when),
|
|
994
|
+
command,
|
|
995
|
+
selected: i === relativeSelectedIndex,
|
|
996
|
+
isEditingWhenExpression: i === relativeSelectedIndex && isEditingWhenExpression,
|
|
997
|
+
commandMatches,
|
|
998
|
+
keyMatches,
|
|
999
|
+
isEven: rowIndex % 2 === 0
|
|
1000
|
+
});
|
|
1001
|
+
}
|
|
1002
|
+
return visibleKeyBindings;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
const acceptWhenExpression = state => {
|
|
1006
|
+
const {
|
|
1007
|
+
items,
|
|
1008
|
+
minLineY,
|
|
1009
|
+
maxLineY,
|
|
1010
|
+
selectedIndex
|
|
1011
|
+
} = state;
|
|
1012
|
+
const visibleItems = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex, false);
|
|
1013
|
+
return {
|
|
1014
|
+
...state,
|
|
1015
|
+
editingWhenExpression: false,
|
|
1016
|
+
visibleItems
|
|
1017
|
+
};
|
|
1018
|
+
};
|
|
1019
|
+
|
|
876
1020
|
const addKeyBinding$1 = state => {
|
|
877
1021
|
return state;
|
|
878
1022
|
};
|
|
879
1023
|
|
|
1024
|
+
const cancelEditingWhenExpression = state => {
|
|
1025
|
+
const {
|
|
1026
|
+
items,
|
|
1027
|
+
minLineY,
|
|
1028
|
+
maxLineY,
|
|
1029
|
+
selectedIndex
|
|
1030
|
+
} = state;
|
|
1031
|
+
const visibleItems = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex, true);
|
|
1032
|
+
return {
|
|
1033
|
+
...state,
|
|
1034
|
+
editingWhenExpression: false,
|
|
1035
|
+
visibleItems
|
|
1036
|
+
};
|
|
1037
|
+
};
|
|
1038
|
+
|
|
1039
|
+
const FocusKeyBindingsTable = 39;
|
|
1040
|
+
const FocusKeyBindingsWhenExpression = 53;
|
|
1041
|
+
|
|
880
1042
|
const changeWhenExpression$1 = state => {
|
|
881
|
-
|
|
1043
|
+
const {
|
|
1044
|
+
items,
|
|
1045
|
+
selectedIndex,
|
|
1046
|
+
minLineY,
|
|
1047
|
+
maxLineY
|
|
1048
|
+
} = state;
|
|
1049
|
+
const selectedItem = items[selectedIndex];
|
|
1050
|
+
if (!selectedItem) {
|
|
1051
|
+
return state;
|
|
1052
|
+
}
|
|
1053
|
+
const text = getWhenExpressionText(selectedItem.when);
|
|
1054
|
+
const visibleItems = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex, true);
|
|
1055
|
+
return {
|
|
1056
|
+
...state,
|
|
1057
|
+
editingWhenExpression: true,
|
|
1058
|
+
focus: FocusKeyBindingsWhenExpression,
|
|
1059
|
+
whenExpressionText: text,
|
|
1060
|
+
visibleItems
|
|
1061
|
+
};
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
// TODO use flags enum maybe
|
|
1065
|
+
const getKeyModifierPrefix = (altKey, ctrlKey, shiftKey, _metaKey) => {
|
|
1066
|
+
let string = '';
|
|
1067
|
+
if (ctrlKey) {
|
|
1068
|
+
string += 'Ctrl+';
|
|
1069
|
+
}
|
|
1070
|
+
if (shiftKey) {
|
|
1071
|
+
string += 'Shift+';
|
|
1072
|
+
}
|
|
1073
|
+
return string;
|
|
1074
|
+
};
|
|
1075
|
+
|
|
1076
|
+
const filterKeyBindingsByKeyBinding = (keyBindings, value) => {
|
|
1077
|
+
const exact = value.slice(1, -1);
|
|
1078
|
+
const filteredKeyBindings = [];
|
|
1079
|
+
for (const keyBinding of keyBindings) {
|
|
1080
|
+
const {
|
|
1081
|
+
key
|
|
1082
|
+
} = keyBinding;
|
|
1083
|
+
const isCtrl = Boolean(keyBinding.isCtrl);
|
|
1084
|
+
const isShift = Boolean(keyBinding.isShift);
|
|
1085
|
+
const prefix = getKeyModifierPrefix(false, isCtrl, isShift);
|
|
1086
|
+
const combinedUnspaced = `${prefix}${key}`;
|
|
1087
|
+
const combinedSpaced = combinedUnspaced.replaceAll('+', ' + ');
|
|
1088
|
+
if (combinedSpaced === exact || key === exact) {
|
|
1089
|
+
filteredKeyBindings.push({
|
|
1090
|
+
...keyBinding,
|
|
1091
|
+
commandMatches: [],
|
|
1092
|
+
keyMatches: []
|
|
1093
|
+
});
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
return filteredKeyBindings;
|
|
882
1097
|
};
|
|
883
1098
|
|
|
884
1099
|
const Diagonal = 1;
|
|
@@ -1040,21 +1255,7 @@ const filterKeyBinding = (pattern, word) => {
|
|
|
1040
1255
|
return matches;
|
|
1041
1256
|
};
|
|
1042
1257
|
|
|
1043
|
-
const
|
|
1044
|
-
return {
|
|
1045
|
-
...keyBinding,
|
|
1046
|
-
commandMatches: [],
|
|
1047
|
-
keyMatches: []
|
|
1048
|
-
};
|
|
1049
|
-
};
|
|
1050
|
-
const withEmptyMatches = keyBindings => {
|
|
1051
|
-
return keyBindings.map(withEmptyMatch);
|
|
1052
|
-
};
|
|
1053
|
-
|
|
1054
|
-
const getFilteredKeyBindings = (keyBindings, value) => {
|
|
1055
|
-
if (!value) {
|
|
1056
|
-
return withEmptyMatches(keyBindings);
|
|
1057
|
-
}
|
|
1258
|
+
const filterKeyBindingsDefault = (keyBindings, value) => {
|
|
1058
1259
|
const filteredKeyBindings = [];
|
|
1059
1260
|
for (const keyBinding of keyBindings) {
|
|
1060
1261
|
const {
|
|
@@ -1074,6 +1275,32 @@ const getFilteredKeyBindings = (keyBindings, value) => {
|
|
|
1074
1275
|
return filteredKeyBindings;
|
|
1075
1276
|
};
|
|
1076
1277
|
|
|
1278
|
+
const withEmptyMatch = keyBinding => {
|
|
1279
|
+
return {
|
|
1280
|
+
...keyBinding,
|
|
1281
|
+
commandMatches: [],
|
|
1282
|
+
keyMatches: []
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
const withEmptyMatches = keyBindings => {
|
|
1286
|
+
return keyBindings.map(withEmptyMatch);
|
|
1287
|
+
};
|
|
1288
|
+
|
|
1289
|
+
const getFilteredKeyBindings = (keyBindings, value) => {
|
|
1290
|
+
if (!value) {
|
|
1291
|
+
return withEmptyMatches(keyBindings);
|
|
1292
|
+
}
|
|
1293
|
+
// Exact match syntax: quoted string means search for exact keybinding
|
|
1294
|
+
const isQuoted = value.length >= 2 && value.startsWith('"') && value.endsWith('"');
|
|
1295
|
+
if (isQuoted) {
|
|
1296
|
+
return filterKeyBindingsByKeyBinding(keyBindings, value);
|
|
1297
|
+
}
|
|
1298
|
+
return filterKeyBindingsDefault(keyBindings, value);
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
const Input$2 = 1;
|
|
1302
|
+
const Table$3 = 2;
|
|
1303
|
+
|
|
1077
1304
|
const User = 1;
|
|
1078
1305
|
const Script = 2;
|
|
1079
1306
|
|
|
@@ -1110,7 +1337,8 @@ const handleInput = (state, value) => {
|
|
|
1110
1337
|
value,
|
|
1111
1338
|
items: sorted,
|
|
1112
1339
|
maxLineY,
|
|
1113
|
-
inputSource: User
|
|
1340
|
+
inputSource: User,
|
|
1341
|
+
focus: Input$2
|
|
1114
1342
|
};
|
|
1115
1343
|
};
|
|
1116
1344
|
|
|
@@ -1126,145 +1354,202 @@ const copy$1 = async state => {
|
|
|
1126
1354
|
return state;
|
|
1127
1355
|
};
|
|
1128
1356
|
|
|
1129
|
-
const
|
|
1130
|
-
|
|
1357
|
+
const rpcs = Object.create(null);
|
|
1358
|
+
const set$g = (id, rpc) => {
|
|
1359
|
+
rpcs[id] = rpc;
|
|
1131
1360
|
};
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
return state;
|
|
1361
|
+
const get$1 = id => {
|
|
1362
|
+
return rpcs[id];
|
|
1135
1363
|
};
|
|
1136
1364
|
|
|
1137
|
-
|
|
1138
|
-
|
|
1365
|
+
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1366
|
+
|
|
1367
|
+
const create$1 = rpcId => {
|
|
1139
1368
|
return {
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
oldState,
|
|
1146
|
-
newState
|
|
1147
|
-
};
|
|
1148
|
-
},
|
|
1149
|
-
dispose(uid) {
|
|
1150
|
-
delete states[uid];
|
|
1151
|
-
},
|
|
1152
|
-
getKeys() {
|
|
1153
|
-
return Object.keys(states).map(key => {
|
|
1154
|
-
return Number.parseInt(key);
|
|
1155
|
-
});
|
|
1369
|
+
// @ts-ignore
|
|
1370
|
+
invoke(method, ...params) {
|
|
1371
|
+
const rpc = get$1(rpcId);
|
|
1372
|
+
// @ts-ignore
|
|
1373
|
+
return rpc.invoke(method, ...params);
|
|
1156
1374
|
},
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1375
|
+
// @ts-ignore
|
|
1376
|
+
invokeAndTransfer(method, ...params) {
|
|
1377
|
+
const rpc = get$1(rpcId);
|
|
1378
|
+
// @ts-ignore
|
|
1379
|
+
return rpc.invokeAndTransfer(method, ...params);
|
|
1161
1380
|
},
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
const {
|
|
1165
|
-
newState
|
|
1166
|
-
} = states[uid];
|
|
1167
|
-
const newerState = await fn(newState, ...args);
|
|
1168
|
-
if (newState === newerState) {
|
|
1169
|
-
return;
|
|
1170
|
-
}
|
|
1171
|
-
const latest = states[uid];
|
|
1172
|
-
states[uid] = {
|
|
1173
|
-
oldState: latest.oldState,
|
|
1174
|
-
newState: newerState
|
|
1175
|
-
};
|
|
1176
|
-
};
|
|
1177
|
-
return wrapped;
|
|
1381
|
+
set(rpc) {
|
|
1382
|
+
set$g(rpcId, rpc);
|
|
1178
1383
|
},
|
|
1179
|
-
|
|
1180
|
-
const
|
|
1181
|
-
|
|
1182
|
-
newState
|
|
1183
|
-
} = states[uid];
|
|
1184
|
-
const diffResult = [];
|
|
1185
|
-
for (let i = 0; i < modules.length; i++) {
|
|
1186
|
-
const fn = modules[i];
|
|
1187
|
-
if (!fn(oldState, newState)) {
|
|
1188
|
-
diffResult.push(numbers[i]);
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
return diffResult;
|
|
1384
|
+
async dispose() {
|
|
1385
|
+
const rpc = get$1(rpcId);
|
|
1386
|
+
await rpc.dispose();
|
|
1192
1387
|
}
|
|
1193
1388
|
};
|
|
1194
1389
|
};
|
|
1390
|
+
const RendererWorker$1 = 1;
|
|
1391
|
+
const {
|
|
1392
|
+
invoke: invoke$3,
|
|
1393
|
+
set: set$3} = create$1(RendererWorker$1);
|
|
1394
|
+
const showContextMenu$1 = async (x, y, id, ...args) => {
|
|
1395
|
+
return invoke$3('ContextMenu.show', x, y, id, ...args);
|
|
1396
|
+
};
|
|
1397
|
+
const setFocus$2 = key => {
|
|
1398
|
+
return invoke$3('Focus.setFocus', key);
|
|
1399
|
+
};
|
|
1400
|
+
const writeClipBoardText$1 = async text => {
|
|
1401
|
+
await invoke$3('ClipBoard.writeText', /* text */text);
|
|
1402
|
+
};
|
|
1403
|
+
const openWidget$1 = async name => {
|
|
1404
|
+
await invoke$3('Viewlet.openWidget', name);
|
|
1405
|
+
};
|
|
1406
|
+
const RendererWorker$2 = {
|
|
1407
|
+
__proto__: null,
|
|
1408
|
+
invoke: invoke$3,
|
|
1409
|
+
openWidget: openWidget$1,
|
|
1410
|
+
set: set$3,
|
|
1411
|
+
setFocus: setFocus$2,
|
|
1412
|
+
showContextMenu: showContextMenu$1,
|
|
1413
|
+
writeClipBoardText: writeClipBoardText$1
|
|
1414
|
+
};
|
|
1195
1415
|
|
|
1196
1416
|
const {
|
|
1197
|
-
|
|
1417
|
+
invoke,
|
|
1198
1418
|
set: set$1,
|
|
1419
|
+
writeClipBoardText,
|
|
1420
|
+
setFocus: setFocus$1,
|
|
1421
|
+
showContextMenu,
|
|
1422
|
+
openWidget
|
|
1423
|
+
} = RendererWorker$2;
|
|
1424
|
+
|
|
1425
|
+
const RendererWorker = {
|
|
1426
|
+
__proto__: null,
|
|
1427
|
+
invoke,
|
|
1428
|
+
openWidget,
|
|
1429
|
+
set: set$1,
|
|
1430
|
+
setFocus: setFocus$1,
|
|
1431
|
+
showContextMenu,
|
|
1432
|
+
writeClipBoardText
|
|
1433
|
+
};
|
|
1434
|
+
|
|
1435
|
+
const copyCommandId$1 = async state => {
|
|
1436
|
+
const {
|
|
1437
|
+
focusedIndex,
|
|
1438
|
+
items
|
|
1439
|
+
} = state;
|
|
1440
|
+
const item = items[focusedIndex];
|
|
1441
|
+
if (!item) {
|
|
1442
|
+
return state;
|
|
1443
|
+
}
|
|
1444
|
+
const {
|
|
1445
|
+
command
|
|
1446
|
+
} = item;
|
|
1447
|
+
await writeClipBoardText(command);
|
|
1448
|
+
return state;
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
const copyCommandTitle$1 = async state => {
|
|
1452
|
+
const {
|
|
1453
|
+
focusedIndex,
|
|
1454
|
+
items
|
|
1455
|
+
} = state;
|
|
1456
|
+
const item = items[focusedIndex];
|
|
1457
|
+
if (!item) {
|
|
1458
|
+
return state;
|
|
1459
|
+
}
|
|
1460
|
+
const {
|
|
1461
|
+
command
|
|
1462
|
+
} = item;
|
|
1463
|
+
await writeClipBoardText(command);
|
|
1464
|
+
return state;
|
|
1465
|
+
};
|
|
1466
|
+
|
|
1467
|
+
const {
|
|
1468
|
+
get,
|
|
1469
|
+
set,
|
|
1199
1470
|
dispose: dispose$1,
|
|
1200
|
-
wrapCommand
|
|
1471
|
+
wrapCommand,
|
|
1472
|
+
wrapGetter,
|
|
1473
|
+
registerCommands,
|
|
1474
|
+
getCommandIds
|
|
1201
1475
|
} = create$2();
|
|
1202
1476
|
|
|
1203
1477
|
// TODO uri and platform might not be needed
|
|
1204
|
-
const create
|
|
1478
|
+
const create = (uid, uri, x, y, width, height, platform) => {
|
|
1205
1479
|
const state = {
|
|
1206
|
-
parsedKeyBindings: [],
|
|
1207
|
-
items: [],
|
|
1208
|
-
minLineY: 0,
|
|
1209
|
-
maxLineY: 0,
|
|
1210
|
-
maxVisibleItems: 0,
|
|
1211
|
-
x,
|
|
1212
|
-
y,
|
|
1213
|
-
width,
|
|
1214
|
-
height,
|
|
1215
|
-
value: '',
|
|
1216
|
-
selectedIndex: -1,
|
|
1217
|
-
focusedIndex: -1,
|
|
1218
|
-
finalDeltaY: 0,
|
|
1219
|
-
deltaY: 0,
|
|
1220
|
-
uri,
|
|
1221
1480
|
columnWidth1: 0,
|
|
1222
1481
|
columnWidth2: 0,
|
|
1223
1482
|
columnWidth3: 0,
|
|
1224
1483
|
contentPadding: 30,
|
|
1225
|
-
resizerDownId: 0,
|
|
1226
1484
|
defineKeyBindingsId: -1,
|
|
1485
|
+
deltaY: 0,
|
|
1227
1486
|
editIconSize: 22,
|
|
1487
|
+
editingWhenExpression: false,
|
|
1488
|
+
finalDeltaY: 0,
|
|
1489
|
+
focus: 0,
|
|
1490
|
+
focusedIndex: -1,
|
|
1491
|
+
headerHeight: 0,
|
|
1492
|
+
height,
|
|
1493
|
+
inputSource: User,
|
|
1494
|
+
isRecordingKeys: false,
|
|
1495
|
+
isSortingByPrecedence: false,
|
|
1496
|
+
itemHeight: 24,
|
|
1497
|
+
items: [],
|
|
1498
|
+
maxLineY: 0,
|
|
1499
|
+
maxVisibleItems: 0,
|
|
1500
|
+
minimumSliderSize: 20,
|
|
1501
|
+
minLineY: 0,
|
|
1228
1502
|
padding: 15,
|
|
1503
|
+
parsedKeyBindings: [],
|
|
1504
|
+
resizerDownId: 0,
|
|
1229
1505
|
searchHeaderHeight: 50,
|
|
1506
|
+
selectedIndex: -1,
|
|
1230
1507
|
tableHeaderHeight: 24,
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1508
|
+
uid,
|
|
1509
|
+
uri,
|
|
1510
|
+
value: '',
|
|
1511
|
+
whenExpressionText: '',
|
|
1512
|
+
width,
|
|
1513
|
+
x,
|
|
1514
|
+
y,
|
|
1515
|
+
visibleItems: []
|
|
1237
1516
|
};
|
|
1238
|
-
set
|
|
1517
|
+
set(uid, state, state);
|
|
1239
1518
|
};
|
|
1240
1519
|
|
|
1241
|
-
const
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1520
|
+
const isEqual$5 = (oldState, newState) => {
|
|
1521
|
+
return oldState.columnWidth1 === newState.columnWidth1 && oldState.columnWidth2 === newState.columnWidth2 && oldState.columnWidth3 === newState.columnWidth3;
|
|
1522
|
+
};
|
|
1523
|
+
|
|
1524
|
+
const isEqual$4 = (oldState, newState) => {
|
|
1525
|
+
return oldState.focus === newState.focus;
|
|
1526
|
+
};
|
|
1245
1527
|
|
|
1246
|
-
const diffType$3 = RenderColumnWidth;
|
|
1247
1528
|
const isEqual$3 = (oldState, newState) => {
|
|
1248
|
-
return oldState.
|
|
1529
|
+
return oldState.focus === newState.focus;
|
|
1249
1530
|
};
|
|
1250
1531
|
|
|
1251
|
-
const diffType$2 = RenderFocus;
|
|
1252
1532
|
const isEqual$2 = (oldState, newState) => {
|
|
1253
|
-
return oldState.isRecordingKeys === newState.isRecordingKeys;
|
|
1533
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.selectedIndex === newState.selectedIndex && oldState.focusedIndex === newState.focusedIndex && oldState.columnWidth1 === newState.columnWidth1 && oldState.columnWidth2 === newState.columnWidth2 && oldState.columnWidth3 === newState.columnWidth3 && oldState.isRecordingKeys === newState.isRecordingKeys && oldState.isSortingByPrecedence === newState.isSortingByPrecedence && oldState.editingWhenExpression === newState.editingWhenExpression;
|
|
1254
1534
|
};
|
|
1255
1535
|
|
|
1256
|
-
const
|
|
1536
|
+
const RenderKeyBindings = 1;
|
|
1537
|
+
const RenderColumnWidth = 2;
|
|
1538
|
+
const RenderValue = 3;
|
|
1539
|
+
const RenderFocus = 4;
|
|
1540
|
+
const RenderFocusContext = 5;
|
|
1541
|
+
const RenderWhenExpressionValue = 6;
|
|
1542
|
+
|
|
1257
1543
|
const isEqual$1 = (oldState, newState) => {
|
|
1258
|
-
return oldState.
|
|
1544
|
+
return oldState.value === newState.value;
|
|
1259
1545
|
};
|
|
1260
1546
|
|
|
1261
|
-
const diffType = RenderValue;
|
|
1262
1547
|
const isEqual = (oldState, newState) => {
|
|
1263
|
-
return oldState.
|
|
1548
|
+
return oldState.editingWhenExpression === true || newState.editingWhenExpression === false;
|
|
1264
1549
|
};
|
|
1265
1550
|
|
|
1266
|
-
const modules = [isEqual$1, isEqual$
|
|
1267
|
-
const numbers = [
|
|
1551
|
+
const modules = [isEqual$2, isEqual$5, isEqual$1, isEqual$4, isEqual$3, isEqual];
|
|
1552
|
+
const numbers = [RenderKeyBindings, RenderColumnWidth, RenderValue, RenderFocus, RenderFocusContext, RenderWhenExpressionValue];
|
|
1268
1553
|
|
|
1269
1554
|
const diff = (oldState, newState) => {
|
|
1270
1555
|
const diffResult = [];
|
|
@@ -1281,7 +1566,7 @@ const diff2 = uid => {
|
|
|
1281
1566
|
const {
|
|
1282
1567
|
oldState,
|
|
1283
1568
|
newState
|
|
1284
|
-
} = get
|
|
1569
|
+
} = get(uid);
|
|
1285
1570
|
const diffResult = diff(oldState, newState);
|
|
1286
1571
|
return diffResult;
|
|
1287
1572
|
};
|
|
@@ -1290,48 +1575,115 @@ const dispose = uid => {
|
|
|
1290
1575
|
dispose$1(uid);
|
|
1291
1576
|
};
|
|
1292
1577
|
|
|
1293
|
-
|
|
1578
|
+
// TODO optimize this function to return the minimum number
|
|
1579
|
+
// of visible items needed, e.g. when not scrolled 5 items with
|
|
1580
|
+
// 20px fill 100px but when scrolled 6 items are needed
|
|
1581
|
+
const getNumberOfVisibleItems = (listHeight, itemHeight) => {
|
|
1582
|
+
return Math.ceil(listHeight / itemHeight) + 1;
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
const focusIndexScrollDown = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
1586
|
+
const newMaxLineY = Math.min(index + 1, itemsLength);
|
|
1587
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
1588
|
+
const newMinLineY = Math.max(newMaxLineY - fittingItems, 0);
|
|
1589
|
+
const newDeltaY = itemsLength < fittingItems ? 0 : newMinLineY * itemHeight - listHeight % itemHeight + itemHeight;
|
|
1294
1590
|
return {
|
|
1295
1591
|
...state,
|
|
1296
|
-
|
|
1592
|
+
focusedIndex: index,
|
|
1593
|
+
minLineY: newMinLineY,
|
|
1594
|
+
maxLineY: newMaxLineY,
|
|
1595
|
+
focused: true,
|
|
1596
|
+
deltaY: newDeltaY,
|
|
1597
|
+
selectedIndex: index
|
|
1297
1598
|
};
|
|
1298
1599
|
};
|
|
1299
1600
|
|
|
1300
|
-
const
|
|
1301
|
-
const
|
|
1302
|
-
|
|
1303
|
-
|
|
1601
|
+
const focusIndexScrollUp = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
1602
|
+
const newMinLineY = index;
|
|
1603
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
1604
|
+
const newMaxLineY = Math.min(newMinLineY + fittingItems, itemsLength);
|
|
1605
|
+
const newDeltaY = newMinLineY * itemHeight;
|
|
1304
1606
|
return {
|
|
1305
1607
|
...state,
|
|
1306
|
-
|
|
1608
|
+
focusedIndex: index,
|
|
1609
|
+
minLineY: newMinLineY,
|
|
1610
|
+
maxLineY: newMaxLineY,
|
|
1611
|
+
focused: true,
|
|
1612
|
+
deltaY: newDeltaY,
|
|
1613
|
+
selectedIndex: index
|
|
1307
1614
|
};
|
|
1308
1615
|
};
|
|
1309
1616
|
|
|
1310
|
-
const
|
|
1617
|
+
const focusIndex = (state, index) => {
|
|
1311
1618
|
const {
|
|
1312
|
-
|
|
1619
|
+
itemHeight,
|
|
1620
|
+
minLineY,
|
|
1621
|
+
maxLineY,
|
|
1622
|
+
headerHeight,
|
|
1623
|
+
height,
|
|
1313
1624
|
items
|
|
1314
1625
|
} = state;
|
|
1626
|
+
const itemsLength = items.length;
|
|
1627
|
+
if (itemsLength === 0) {
|
|
1628
|
+
return state;
|
|
1629
|
+
}
|
|
1630
|
+
number(itemHeight);
|
|
1631
|
+
if (index === -1) {
|
|
1632
|
+
return {
|
|
1633
|
+
...state,
|
|
1634
|
+
focusedIndex: -1,
|
|
1635
|
+
focused: true
|
|
1636
|
+
};
|
|
1637
|
+
}
|
|
1638
|
+
const listHeight = height - headerHeight;
|
|
1639
|
+
if (index < minLineY + 1) {
|
|
1640
|
+
return focusIndexScrollUp(state, index, listHeight, itemHeight, itemsLength);
|
|
1641
|
+
}
|
|
1642
|
+
if (index >= maxLineY - 1) {
|
|
1643
|
+
return focusIndexScrollDown(state, index, listHeight, itemHeight, itemsLength);
|
|
1644
|
+
}
|
|
1315
1645
|
return {
|
|
1316
1646
|
...state,
|
|
1317
|
-
|
|
1647
|
+
focusedIndex: index,
|
|
1648
|
+
selectedIndex: index,
|
|
1649
|
+
focused: true
|
|
1318
1650
|
};
|
|
1319
1651
|
};
|
|
1320
1652
|
|
|
1321
|
-
const
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1653
|
+
const focusFirst = state => {
|
|
1654
|
+
return focusIndex(state, 0);
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
const focusInput = state => {
|
|
1325
1658
|
return {
|
|
1326
1659
|
...state,
|
|
1327
|
-
|
|
1660
|
+
focus: Input$2
|
|
1328
1661
|
};
|
|
1329
1662
|
};
|
|
1330
1663
|
|
|
1331
|
-
const
|
|
1664
|
+
const focusLast = state => {
|
|
1665
|
+
const {
|
|
1666
|
+
items
|
|
1667
|
+
} = state;
|
|
1668
|
+
const last = items.length - 1;
|
|
1669
|
+
return focusIndex(state, last);
|
|
1670
|
+
};
|
|
1671
|
+
|
|
1672
|
+
const focusNext = state => {
|
|
1673
|
+
const {
|
|
1674
|
+
selectedIndex,
|
|
1675
|
+
items
|
|
1676
|
+
} = state;
|
|
1677
|
+
const nextIndex = Math.min(selectedIndex + 1, items.length - 1);
|
|
1678
|
+
return focusIndex(state, nextIndex);
|
|
1679
|
+
};
|
|
1332
1680
|
|
|
1333
|
-
const
|
|
1334
|
-
|
|
1681
|
+
const focusPrevious = state => {
|
|
1682
|
+
const {
|
|
1683
|
+
selectedIndex
|
|
1684
|
+
} = state;
|
|
1685
|
+
const previousIndex = Math.max(selectedIndex - 1, 0);
|
|
1686
|
+
return focusIndex(state, previousIndex);
|
|
1335
1687
|
};
|
|
1336
1688
|
|
|
1337
1689
|
const Backspace$1 = 1;
|
|
@@ -1399,9 +1751,7 @@ const Backslash$1 = 91;
|
|
|
1399
1751
|
const Star$1 = 131;
|
|
1400
1752
|
const Plus$1 = 132;
|
|
1401
1753
|
|
|
1402
|
-
const
|
|
1403
|
-
|
|
1404
|
-
const getKeyBindings$1 = () => {
|
|
1754
|
+
const getKeyBindings = () => {
|
|
1405
1755
|
return [{
|
|
1406
1756
|
key: DownArrow$1,
|
|
1407
1757
|
command: 'KeyBindings.focusNext',
|
|
@@ -1434,6 +1784,10 @@ const getKeyBindings$1 = () => {
|
|
|
1434
1784
|
key: Enter$1,
|
|
1435
1785
|
command: 'KeyBindings.selectCurrent',
|
|
1436
1786
|
when: FocusKeyBindingsTable
|
|
1787
|
+
}, {
|
|
1788
|
+
key: Enter$1,
|
|
1789
|
+
command: 'KeyBindings.acceptWhenExprssion',
|
|
1790
|
+
when: FocusKeyBindingsWhenExpression
|
|
1437
1791
|
}, {
|
|
1438
1792
|
key: Home$1,
|
|
1439
1793
|
command: 'KeyBindings.focusFirst',
|
|
@@ -1442,6 +1796,10 @@ const getKeyBindings$1 = () => {
|
|
|
1442
1796
|
key: End$1,
|
|
1443
1797
|
command: 'KeyBindings.focusLast',
|
|
1444
1798
|
when: FocusKeyBindingsTable
|
|
1799
|
+
}, {
|
|
1800
|
+
key: Escape$2,
|
|
1801
|
+
command: 'KeyBindings.cancelEditingWhenExprssion',
|
|
1802
|
+
when: FocusKeyBindingsWhenExpression
|
|
1445
1803
|
}];
|
|
1446
1804
|
};
|
|
1447
1805
|
|
|
@@ -1520,7 +1878,7 @@ const resetKeyBinding$1 = () => {
|
|
|
1520
1878
|
const changeWhenExpression = () => {
|
|
1521
1879
|
return i18nString(ChangeWhenExpression);
|
|
1522
1880
|
};
|
|
1523
|
-
const showSameKeyBindings = () => {
|
|
1881
|
+
const showSameKeyBindings$1 = () => {
|
|
1524
1882
|
return i18nString(ShowSameKeyBindings);
|
|
1525
1883
|
};
|
|
1526
1884
|
const noKeyBindingsFound = () => {
|
|
@@ -1539,135 +1897,57 @@ const clearSearchInput = () => {
|
|
|
1539
1897
|
return i18nString(ClearSearchInput$1);
|
|
1540
1898
|
};
|
|
1541
1899
|
|
|
1542
|
-
const None$1 = 0;
|
|
1543
|
-
|
|
1544
|
-
const getMenuEntries = () => {
|
|
1545
|
-
return [{
|
|
1546
|
-
id: 'copy',
|
|
1547
|
-
label: copy(),
|
|
1548
|
-
flags: None$1,
|
|
1549
|
-
command: 'KeyBindings.copy'
|
|
1550
|
-
}, {
|
|
1551
|
-
id: 'copyCommandId',
|
|
1552
|
-
label: copyCommandId(),
|
|
1553
|
-
flags: None$1,
|
|
1554
|
-
command: 'KeyBindings.copyCommandId'
|
|
1555
|
-
}, {
|
|
1556
|
-
id: 'copyCommandTitle',
|
|
1557
|
-
label: copyCommandTitle(),
|
|
1558
|
-
flags: None$1,
|
|
1559
|
-
command: 'KeyBindings.copyCommandTitle'
|
|
1560
|
-
}, {
|
|
1561
|
-
id: 'changeKeyBinding',
|
|
1562
|
-
label: changeKeyBinding(),
|
|
1563
|
-
flags: None$1,
|
|
1564
|
-
command: 'KeyBindings.changeKeyBinding'
|
|
1565
|
-
}, {
|
|
1566
|
-
id: 'addKeyBinding',
|
|
1567
|
-
label: addKeyBinding(),
|
|
1568
|
-
flags: None$1,
|
|
1569
|
-
command: 'KeyBindings.addKeyBinding'
|
|
1570
|
-
}, {
|
|
1571
|
-
id: 'removeKeyBinding',
|
|
1572
|
-
label: removeKeyBinding$1(),
|
|
1573
|
-
flags: None$1,
|
|
1574
|
-
command: 'KeyBindings.removeKeyBinding'
|
|
1575
|
-
}, {
|
|
1576
|
-
id: 'resetKeyBinding',
|
|
1577
|
-
label: resetKeyBinding$1(),
|
|
1578
|
-
flags: None$1,
|
|
1579
|
-
command: 'KeyBindings.resetKeyBinding'
|
|
1580
|
-
}, {
|
|
1581
|
-
id: 'changeWhenExpression',
|
|
1582
|
-
label: changeWhenExpression(),
|
|
1583
|
-
flags: None$1,
|
|
1584
|
-
command: 'KeyBindings.changeWhenExpression'
|
|
1585
|
-
}, {
|
|
1586
|
-
id: 'showSameKeyBindings',
|
|
1587
|
-
label: showSameKeyBindings(),
|
|
1588
|
-
flags: None$1,
|
|
1589
|
-
command: 'KeyBindings.showSameKeyBindings'
|
|
1590
|
-
}];
|
|
1591
|
-
};
|
|
1592
|
-
|
|
1593
|
-
const rpcs = Object.create(null);
|
|
1594
|
-
const set$g = (id, rpc) => {
|
|
1595
|
-
rpcs[id] = rpc;
|
|
1596
|
-
};
|
|
1597
|
-
const get = id => {
|
|
1598
|
-
return rpcs[id];
|
|
1599
|
-
};
|
|
1600
|
-
|
|
1601
|
-
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1602
|
-
|
|
1603
|
-
const create = rpcId => {
|
|
1604
|
-
return {
|
|
1605
|
-
// @ts-ignore
|
|
1606
|
-
invoke(method, ...params) {
|
|
1607
|
-
const rpc = get(rpcId);
|
|
1608
|
-
// @ts-ignore
|
|
1609
|
-
return rpc.invoke(method, ...params);
|
|
1610
|
-
},
|
|
1611
|
-
// @ts-ignore
|
|
1612
|
-
invokeAndTransfer(method, ...params) {
|
|
1613
|
-
const rpc = get(rpcId);
|
|
1614
|
-
// @ts-ignore
|
|
1615
|
-
return rpc.invokeAndTransfer(method, ...params);
|
|
1616
|
-
},
|
|
1617
|
-
set(rpc) {
|
|
1618
|
-
set$g(rpcId, rpc);
|
|
1619
|
-
},
|
|
1620
|
-
async dispose() {
|
|
1621
|
-
const rpc = get(rpcId);
|
|
1622
|
-
await rpc.dispose();
|
|
1623
|
-
}
|
|
1624
|
-
};
|
|
1625
|
-
};
|
|
1626
|
-
const RendererWorker$1 = 1;
|
|
1627
|
-
const {
|
|
1628
|
-
invoke: invoke$3,
|
|
1629
|
-
set: set$3} = create(RendererWorker$1);
|
|
1630
|
-
const showContextMenu$1 = async (x, y, id, ...args) => {
|
|
1631
|
-
return invoke$3('ContextMenu.show', x, y, id, ...args);
|
|
1632
|
-
};
|
|
1633
|
-
const setFocus$2 = key => {
|
|
1634
|
-
return invoke$3('Focus.setFocus', key);
|
|
1635
|
-
};
|
|
1636
|
-
const writeClipBoardText$1 = async text => {
|
|
1637
|
-
await invoke$3('ClipBoard.writeText', /* text */text);
|
|
1638
|
-
};
|
|
1639
|
-
const openWidget$1 = async name => {
|
|
1640
|
-
await invoke$3('Viewlet.openWidget', name);
|
|
1641
|
-
};
|
|
1642
|
-
const RendererWorker$2 = {
|
|
1643
|
-
__proto__: null,
|
|
1644
|
-
invoke: invoke$3,
|
|
1645
|
-
openWidget: openWidget$1,
|
|
1646
|
-
set: set$3,
|
|
1647
|
-
setFocus: setFocus$2,
|
|
1648
|
-
showContextMenu: showContextMenu$1,
|
|
1649
|
-
writeClipBoardText: writeClipBoardText$1
|
|
1650
|
-
};
|
|
1651
|
-
|
|
1652
|
-
const {
|
|
1653
|
-
invoke,
|
|
1654
|
-
set,
|
|
1655
|
-
writeClipBoardText,
|
|
1656
|
-
setFocus: setFocus$1,
|
|
1657
|
-
showContextMenu,
|
|
1658
|
-
openWidget
|
|
1659
|
-
} = RendererWorker$2;
|
|
1660
|
-
|
|
1661
|
-
const RendererWorker = {
|
|
1662
|
-
__proto__: null,
|
|
1663
|
-
invoke,
|
|
1664
|
-
openWidget,
|
|
1665
|
-
set,
|
|
1666
|
-
setFocus: setFocus$1,
|
|
1667
|
-
showContextMenu,
|
|
1668
|
-
writeClipBoardText
|
|
1669
|
-
};
|
|
1670
|
-
|
|
1900
|
+
const None$1 = 0;
|
|
1901
|
+
|
|
1902
|
+
const getMenuEntries = () => {
|
|
1903
|
+
return [{
|
|
1904
|
+
id: 'copy',
|
|
1905
|
+
label: copy(),
|
|
1906
|
+
flags: None$1,
|
|
1907
|
+
command: 'KeyBindings.copy'
|
|
1908
|
+
}, {
|
|
1909
|
+
id: 'copyCommandId',
|
|
1910
|
+
label: copyCommandId(),
|
|
1911
|
+
flags: None$1,
|
|
1912
|
+
command: 'KeyBindings.copyCommandId'
|
|
1913
|
+
}, {
|
|
1914
|
+
id: 'copyCommandTitle',
|
|
1915
|
+
label: copyCommandTitle(),
|
|
1916
|
+
flags: None$1,
|
|
1917
|
+
command: 'KeyBindings.copyCommandTitle'
|
|
1918
|
+
}, {
|
|
1919
|
+
id: 'changeKeyBinding',
|
|
1920
|
+
label: changeKeyBinding(),
|
|
1921
|
+
flags: None$1,
|
|
1922
|
+
command: 'KeyBindings.changeKeyBinding'
|
|
1923
|
+
}, {
|
|
1924
|
+
id: 'addKeyBinding',
|
|
1925
|
+
label: addKeyBinding(),
|
|
1926
|
+
flags: None$1,
|
|
1927
|
+
command: 'KeyBindings.addKeyBinding'
|
|
1928
|
+
}, {
|
|
1929
|
+
id: 'removeKeyBinding',
|
|
1930
|
+
label: removeKeyBinding$1(),
|
|
1931
|
+
flags: None$1,
|
|
1932
|
+
command: 'KeyBindings.removeKeyBinding'
|
|
1933
|
+
}, {
|
|
1934
|
+
id: 'resetKeyBinding',
|
|
1935
|
+
label: resetKeyBinding$1(),
|
|
1936
|
+
flags: None$1,
|
|
1937
|
+
command: 'KeyBindings.resetKeyBinding'
|
|
1938
|
+
}, {
|
|
1939
|
+
id: 'changeWhenExpression',
|
|
1940
|
+
label: changeWhenExpression(),
|
|
1941
|
+
flags: None$1,
|
|
1942
|
+
command: 'KeyBindings.changeWhenExpression'
|
|
1943
|
+
}, {
|
|
1944
|
+
id: 'showSameKeyBindings',
|
|
1945
|
+
label: showSameKeyBindings$1(),
|
|
1946
|
+
flags: None$1,
|
|
1947
|
+
command: 'KeyBindings.showSameKeyBindings'
|
|
1948
|
+
}];
|
|
1949
|
+
};
|
|
1950
|
+
|
|
1671
1951
|
const {
|
|
1672
1952
|
setFocus
|
|
1673
1953
|
} = RendererWorker;
|
|
@@ -1678,11 +1958,16 @@ const getIndex = (state, eventX, eventY) => {
|
|
|
1678
1958
|
y,
|
|
1679
1959
|
itemHeight,
|
|
1680
1960
|
tableHeaderHeight,
|
|
1681
|
-
searchHeaderHeight
|
|
1961
|
+
searchHeaderHeight,
|
|
1962
|
+
items
|
|
1682
1963
|
} = state;
|
|
1683
1964
|
const relativeY = eventY - y - tableHeaderHeight - searchHeaderHeight;
|
|
1684
1965
|
const row = Math.floor(relativeY / itemHeight);
|
|
1685
|
-
|
|
1966
|
+
const actualRow = minLineY + row;
|
|
1967
|
+
if (actualRow > items.length) {
|
|
1968
|
+
return -1;
|
|
1969
|
+
}
|
|
1970
|
+
return actualRow;
|
|
1686
1971
|
};
|
|
1687
1972
|
|
|
1688
1973
|
const DefineKeyBinding = 'DefineKeyBinding';
|
|
@@ -1708,7 +1993,8 @@ const handleClick = async (state, eventX, eventY) => {
|
|
|
1708
1993
|
return {
|
|
1709
1994
|
...state,
|
|
1710
1995
|
focusedIndex: selectedIndex,
|
|
1711
|
-
selectedIndex
|
|
1996
|
+
selectedIndex,
|
|
1997
|
+
focus: Table$3
|
|
1712
1998
|
};
|
|
1713
1999
|
};
|
|
1714
2000
|
|
|
@@ -1736,6 +2022,13 @@ const handleDoubleClick = async (state, eventX, eventY) => {
|
|
|
1736
2022
|
};
|
|
1737
2023
|
};
|
|
1738
2024
|
|
|
2025
|
+
const handleInputFocus = state => {
|
|
2026
|
+
return {
|
|
2027
|
+
...state,
|
|
2028
|
+
focus: Input$2
|
|
2029
|
+
};
|
|
2030
|
+
};
|
|
2031
|
+
|
|
1739
2032
|
const stopRecordingKeys = state => {
|
|
1740
2033
|
return {
|
|
1741
2034
|
...state,
|
|
@@ -1812,6 +2105,7 @@ const KeyBindingsFilter = 'keybindings-filter';
|
|
|
1812
2105
|
const RecordKeys$1 = 'RecordKeys';
|
|
1813
2106
|
const SortByPrecedence = 'SortByPrecdence';
|
|
1814
2107
|
const ClearSearchInput = 'ClearSearchInput';
|
|
2108
|
+
const WhenExpression = 'KeyBindingsWhenExpression';
|
|
1815
2109
|
|
|
1816
2110
|
class KeyBindingError extends Error {
|
|
1817
2111
|
constructor(message) {
|
|
@@ -1873,7 +2167,9 @@ const setDeltaY = (state, deltaY) => {
|
|
|
1873
2167
|
const {
|
|
1874
2168
|
maxVisibleItems,
|
|
1875
2169
|
itemHeight,
|
|
1876
|
-
items
|
|
2170
|
+
items,
|
|
2171
|
+
editingWhenExpression,
|
|
2172
|
+
selectedIndex
|
|
1877
2173
|
} = state;
|
|
1878
2174
|
const tableHeight = maxVisibleItems * itemHeight;
|
|
1879
2175
|
const minDeltaY = 0;
|
|
@@ -1885,11 +2181,13 @@ const setDeltaY = (state, deltaY) => {
|
|
|
1885
2181
|
}
|
|
1886
2182
|
const minLineY = Math.floor(deltaY / itemHeight);
|
|
1887
2183
|
const maxLineY = minLineY + Math.round(tableHeight / itemHeight);
|
|
2184
|
+
const visibleItems = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex, editingWhenExpression);
|
|
1888
2185
|
return {
|
|
1889
2186
|
...state,
|
|
1890
2187
|
deltaY,
|
|
1891
2188
|
minLineY,
|
|
1892
|
-
maxLineY
|
|
2189
|
+
maxLineY,
|
|
2190
|
+
visibleItems
|
|
1893
2191
|
};
|
|
1894
2192
|
};
|
|
1895
2193
|
|
|
@@ -1897,13 +2195,12 @@ const handleWheel = (state, deltaMode, deltaY) => {
|
|
|
1897
2195
|
return setDeltaY(state, state.deltaY + deltaY);
|
|
1898
2196
|
};
|
|
1899
2197
|
|
|
1900
|
-
const
|
|
1901
|
-
return
|
|
2198
|
+
const handleWhenexpressionInputBlur = state => {
|
|
2199
|
+
return cancelEditingWhenExpression(state);
|
|
1902
2200
|
};
|
|
1903
2201
|
|
|
1904
|
-
const
|
|
1905
|
-
|
|
1906
|
-
return invoke('KeyBindingsInitial.getKeyBindings');
|
|
2202
|
+
const getMaxVisibleItems = (height, searchHeaderHeight, tableHeaderHeight, rowHeight) => {
|
|
2203
|
+
return Math.floor((height - searchHeaderHeight - tableHeaderHeight) / rowHeight);
|
|
1907
2204
|
};
|
|
1908
2205
|
|
|
1909
2206
|
const Unknown = 'Unknown';
|
|
@@ -2114,7 +2411,7 @@ const parseKey = rawKey => {
|
|
|
2114
2411
|
number(rawKey);
|
|
2115
2412
|
const isCtrl = Boolean(rawKey & CtrlCmd);
|
|
2116
2413
|
const isShift = Boolean(rawKey & Shift);
|
|
2117
|
-
const keyCode = rawKey &
|
|
2414
|
+
const keyCode = rawKey & 0x00_00_00_ff;
|
|
2118
2415
|
const key = getKeyCodeString(keyCode);
|
|
2119
2416
|
return {
|
|
2120
2417
|
key,
|
|
@@ -2135,6 +2432,13 @@ const parseKeyBindings = keyBindings => {
|
|
|
2135
2432
|
return keyBindings.map(parseKeyBinding);
|
|
2136
2433
|
};
|
|
2137
2434
|
|
|
2435
|
+
const loadKeyBindings = async () => {
|
|
2436
|
+
// @ts-ignore
|
|
2437
|
+
const rawKeyBindings = await invoke('KeyBindingsInitial.getKeyBindings');
|
|
2438
|
+
const keyBindings = parseKeyBindings(rawKeyBindings);
|
|
2439
|
+
return keyBindings;
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2138
2442
|
const getSavedValue = savedState => {
|
|
2139
2443
|
if (savedState && typeof savedState === 'object' && 'value' in savedState && typeof savedState.value === 'string') {
|
|
2140
2444
|
return savedState.value;
|
|
@@ -2148,10 +2452,16 @@ const restoreState = savedState => {
|
|
|
2148
2452
|
const isRecordingKeys = savedState?.['isRecordingKeys'];
|
|
2149
2453
|
// @ts-ignore
|
|
2150
2454
|
const isSortingByPrecedence = savedState?.['isSortingByPrecedence'];
|
|
2455
|
+
// @ts-ignore
|
|
2456
|
+
const focus = savedState?.['focus'];
|
|
2457
|
+
// @ts-ignore
|
|
2458
|
+
const selectedIndex = savedState?.['selectedIndex'];
|
|
2151
2459
|
return {
|
|
2152
2460
|
savedValue,
|
|
2153
2461
|
isRecordingKeys,
|
|
2154
|
-
isSortingByPrecedence
|
|
2462
|
+
isSortingByPrecedence,
|
|
2463
|
+
focus,
|
|
2464
|
+
selectedIndex
|
|
2155
2465
|
};
|
|
2156
2466
|
};
|
|
2157
2467
|
|
|
@@ -2169,16 +2479,17 @@ const loadContent = async (state, savedState) => {
|
|
|
2169
2479
|
width,
|
|
2170
2480
|
contentPadding,
|
|
2171
2481
|
searchHeaderHeight,
|
|
2172
|
-
tableHeaderHeight
|
|
2482
|
+
tableHeaderHeight,
|
|
2483
|
+
editingWhenExpression
|
|
2173
2484
|
} = state;
|
|
2174
2485
|
number(width);
|
|
2175
|
-
const
|
|
2176
|
-
const parsedKeyBindings = parseKeyBindings(keyBindings);
|
|
2486
|
+
const parsedKeyBindings = await loadKeyBindings();
|
|
2177
2487
|
const maxVisibleItems = getMaxVisibleItems(height, searchHeaderHeight, tableHeaderHeight, itemHeight);
|
|
2178
2488
|
const {
|
|
2179
2489
|
savedValue,
|
|
2180
2490
|
isRecordingKeys,
|
|
2181
|
-
isSortingByPrecedence
|
|
2491
|
+
isSortingByPrecedence,
|
|
2492
|
+
selectedIndex
|
|
2182
2493
|
} = restoreState(savedState);
|
|
2183
2494
|
const filteredKeyBindings = getFilteredKeyBindings(parsedKeyBindings, savedValue);
|
|
2184
2495
|
const listHeight = height - searchHeaderHeight - tableHeaderHeight;
|
|
@@ -2190,7 +2501,8 @@ const loadContent = async (state, savedState) => {
|
|
|
2190
2501
|
const columnWidth1 = contentWidth / 3;
|
|
2191
2502
|
const columnWidth2 = contentWidth / 3;
|
|
2192
2503
|
const columnWidth3 = contentWidth / 3;
|
|
2193
|
-
const
|
|
2504
|
+
const visibleItems = getVisibleKeyBindings(filteredKeyBindings, 0, maxLineY, selectedIndex, editingWhenExpression);
|
|
2505
|
+
return {
|
|
2194
2506
|
...state,
|
|
2195
2507
|
parsedKeyBindings,
|
|
2196
2508
|
items: filteredKeyBindings,
|
|
@@ -2203,15 +2515,55 @@ const loadContent = async (state, savedState) => {
|
|
|
2203
2515
|
columnWidth2,
|
|
2204
2516
|
columnWidth3,
|
|
2205
2517
|
isRecordingKeys,
|
|
2206
|
-
isSortingByPrecedence
|
|
2518
|
+
isSortingByPrecedence,
|
|
2519
|
+
selectedIndex: typeof selectedIndex === 'number' ? selectedIndex : state.selectedIndex,
|
|
2520
|
+
visibleItems
|
|
2207
2521
|
};
|
|
2208
|
-
return newState;
|
|
2209
2522
|
};
|
|
2210
2523
|
|
|
2211
2524
|
const removeKeyBinding = state => {
|
|
2212
2525
|
return state;
|
|
2213
2526
|
};
|
|
2214
2527
|
|
|
2528
|
+
const getCss = (columnWidth1, columnWidth2, columnWidth3) => {
|
|
2529
|
+
return `.KeyBindings {
|
|
2530
|
+
--ColumnWidth1: ${columnWidth1}px;
|
|
2531
|
+
--ColumnWidth2: ${columnWidth2}px;
|
|
2532
|
+
--ColumnWidth3: ${columnWidth3}px;
|
|
2533
|
+
}`;
|
|
2534
|
+
};
|
|
2535
|
+
const renderColumnWidths = (oldState, newState) => {
|
|
2536
|
+
const {
|
|
2537
|
+
uid,
|
|
2538
|
+
columnWidth1,
|
|
2539
|
+
columnWidth2,
|
|
2540
|
+
columnWidth3
|
|
2541
|
+
} = newState;
|
|
2542
|
+
const css = getCss(columnWidth1, columnWidth2, columnWidth3);
|
|
2543
|
+
return [/* method */'Viewlet.setCss', uid, css];
|
|
2544
|
+
};
|
|
2545
|
+
|
|
2546
|
+
const getSelector = focus => {
|
|
2547
|
+
switch (focus) {
|
|
2548
|
+
case FocusKeyBindingsWhenExpression:
|
|
2549
|
+
return `[name="${WhenExpression}"]`;
|
|
2550
|
+
default:
|
|
2551
|
+
return `[name="${KeyBindingsFilter}"]`;
|
|
2552
|
+
}
|
|
2553
|
+
};
|
|
2554
|
+
const renderFocus = (oldState, newState) => {
|
|
2555
|
+
const {
|
|
2556
|
+
uid,
|
|
2557
|
+
focus
|
|
2558
|
+
} = newState;
|
|
2559
|
+
const selector = getSelector(focus);
|
|
2560
|
+
return ['Viewlet.focusSelector', uid, selector];
|
|
2561
|
+
};
|
|
2562
|
+
|
|
2563
|
+
const renderFocusContext = (oldState, newState) => {
|
|
2564
|
+
return ['Viewlet.focusSelector', newState.uid, KeyBindingsFilter];
|
|
2565
|
+
};
|
|
2566
|
+
|
|
2215
2567
|
const IconButton = 'IconButton';
|
|
2216
2568
|
const Key = 'Key';
|
|
2217
2569
|
const KeyBindings = 'KeyBindings';
|
|
@@ -2231,7 +2583,7 @@ const SearchFieldButtonChecked = 'SearchFieldButtonChecked';
|
|
|
2231
2583
|
const SearchFieldButtonDisabled = 'SearchFieldButtonDisabled';
|
|
2232
2584
|
const SearchFieldButtons = 'SearchFieldButtons';
|
|
2233
2585
|
const SearchHighlight = 'SearchHighlight';
|
|
2234
|
-
const Table$
|
|
2586
|
+
const Table$2 = 'Table';
|
|
2235
2587
|
const TableBody = 'TableBody';
|
|
2236
2588
|
const TableCell = 'TableCell';
|
|
2237
2589
|
const TableCol = 'TableCol';
|
|
@@ -2246,6 +2598,7 @@ const Viewlet = 'Viewlet';
|
|
|
2246
2598
|
|
|
2247
2599
|
const HandleContextMenu = 'handleContextMenu';
|
|
2248
2600
|
const HandleInput = 'handleInput';
|
|
2601
|
+
const HandleInputFocus = 'handleInputFocus';
|
|
2249
2602
|
const HandleKeyDown = 'handleKeyDown';
|
|
2250
2603
|
const HandlePointerDown = 'handlePointerDown';
|
|
2251
2604
|
const HandleResizerMove = 'handleResizerMove';
|
|
@@ -2254,25 +2607,48 @@ const HandleSearchActionClick = 'handleSearchActionClick';
|
|
|
2254
2607
|
const HandleTableClick = 'handleTableClick';
|
|
2255
2608
|
const HandleTableDoubleClick = 'handleTableDoubleClick';
|
|
2256
2609
|
const HandleWheel = 'handleWheel';
|
|
2610
|
+
const HandleWhenExpressionInputBlur = 'handleWhenExpressionInputBlur';
|
|
2257
2611
|
|
|
2258
|
-
const
|
|
2259
|
-
const Col = 2;
|
|
2260
|
-
const ColGroup = 3;
|
|
2261
|
-
const Div = 4;
|
|
2262
|
-
const Input = 6;
|
|
2263
|
-
const Kbd = 7;
|
|
2264
|
-
const Span = 8;
|
|
2265
|
-
const Table = 9;
|
|
2266
|
-
const TBody = 10;
|
|
2267
|
-
const Td = 11;
|
|
2268
|
-
const Th = 13;
|
|
2269
|
-
const THead = 14;
|
|
2270
|
-
const Tr = 15;
|
|
2612
|
+
const Search = 'search';
|
|
2271
2613
|
|
|
2614
|
+
const CheckBox = 'checkbox';
|
|
2615
|
+
const None = 'none';
|
|
2616
|
+
const AriaRoles = {
|
|
2617
|
+
__proto__: null,
|
|
2618
|
+
CheckBox,
|
|
2619
|
+
None};
|
|
2272
2620
|
const mergeClassNames = (...classNames) => {
|
|
2273
2621
|
return classNames.filter(Boolean).join(' ');
|
|
2274
2622
|
};
|
|
2623
|
+
const Button$1 = 1;
|
|
2624
|
+
const Col$1 = 2;
|
|
2625
|
+
const ColGroup$1 = 3;
|
|
2626
|
+
const Div$1 = 4;
|
|
2627
|
+
const Input$1 = 6;
|
|
2628
|
+
const Kbd$1 = 7;
|
|
2629
|
+
const Span$1 = 8;
|
|
2630
|
+
const Table$1 = 9;
|
|
2631
|
+
const TBody$1 = 10;
|
|
2632
|
+
const Td$1 = 11;
|
|
2275
2633
|
const Text = 12;
|
|
2634
|
+
const Th$1 = 13;
|
|
2635
|
+
const THead$1 = 14;
|
|
2636
|
+
const Tr$1 = 15;
|
|
2637
|
+
const VirtualDomElements = {
|
|
2638
|
+
__proto__: null,
|
|
2639
|
+
Button: Button$1,
|
|
2640
|
+
Col: Col$1,
|
|
2641
|
+
ColGroup: ColGroup$1,
|
|
2642
|
+
Div: Div$1,
|
|
2643
|
+
Input: Input$1,
|
|
2644
|
+
Kbd: Kbd$1,
|
|
2645
|
+
Span: Span$1,
|
|
2646
|
+
TBody: TBody$1,
|
|
2647
|
+
THead: THead$1,
|
|
2648
|
+
Table: Table$1,
|
|
2649
|
+
Td: Td$1,
|
|
2650
|
+
Th: Th$1,
|
|
2651
|
+
Tr: Tr$1};
|
|
2276
2652
|
const text = data => {
|
|
2277
2653
|
return {
|
|
2278
2654
|
type: Text,
|
|
@@ -2281,16 +2657,73 @@ const text = data => {
|
|
|
2281
2657
|
};
|
|
2282
2658
|
};
|
|
2283
2659
|
|
|
2660
|
+
const {
|
|
2661
|
+
Button
|
|
2662
|
+
} = VirtualDomElements;
|
|
2663
|
+
const {
|
|
2664
|
+
Col
|
|
2665
|
+
} = VirtualDomElements;
|
|
2666
|
+
const {
|
|
2667
|
+
ColGroup
|
|
2668
|
+
} = VirtualDomElements;
|
|
2669
|
+
const {
|
|
2670
|
+
Div
|
|
2671
|
+
} = VirtualDomElements;
|
|
2672
|
+
const {
|
|
2673
|
+
Input
|
|
2674
|
+
} = VirtualDomElements;
|
|
2675
|
+
const {
|
|
2676
|
+
Kbd
|
|
2677
|
+
} = VirtualDomElements;
|
|
2678
|
+
const {
|
|
2679
|
+
Span
|
|
2680
|
+
} = VirtualDomElements;
|
|
2681
|
+
const {
|
|
2682
|
+
Table
|
|
2683
|
+
} = VirtualDomElements;
|
|
2684
|
+
const {
|
|
2685
|
+
TBody
|
|
2686
|
+
} = VirtualDomElements;
|
|
2687
|
+
const {
|
|
2688
|
+
Td
|
|
2689
|
+
} = VirtualDomElements;
|
|
2690
|
+
const {
|
|
2691
|
+
Th
|
|
2692
|
+
} = VirtualDomElements;
|
|
2693
|
+
const {
|
|
2694
|
+
THead
|
|
2695
|
+
} = VirtualDomElements;
|
|
2696
|
+
const {
|
|
2697
|
+
Tr
|
|
2698
|
+
} = VirtualDomElements;
|
|
2699
|
+
|
|
2700
|
+
const getKeyBindingsInputVirtualDom = () => {
|
|
2701
|
+
return {
|
|
2702
|
+
type: Input,
|
|
2703
|
+
className: KeyBindingsSearchInputBox,
|
|
2704
|
+
inputType: Search,
|
|
2705
|
+
placeholder: typeToSearchKeyBindings(),
|
|
2706
|
+
name: KeyBindingsFilter,
|
|
2707
|
+
onFocus: HandleInputFocus,
|
|
2708
|
+
onInput: HandleInput,
|
|
2709
|
+
onKeyDown: HandleKeyDown,
|
|
2710
|
+
ariaDescription: resultsWillUpdateAsYouType(),
|
|
2711
|
+
childCount: 0,
|
|
2712
|
+
autocomplete: 'off'
|
|
2713
|
+
};
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
const parentNode = {
|
|
2717
|
+
type: Div,
|
|
2718
|
+
className: InputBadge,
|
|
2719
|
+
childCount: 1
|
|
2720
|
+
};
|
|
2284
2721
|
const getRecordingKeysBadgeVirtualDom = isRecordingKeys => {
|
|
2285
2722
|
if (!isRecordingKeys) {
|
|
2286
2723
|
return [];
|
|
2287
2724
|
}
|
|
2288
2725
|
const recordingKeys$1 = recordingKeys();
|
|
2289
|
-
return [
|
|
2290
|
-
type: Div,
|
|
2291
|
-
className: InputBadge,
|
|
2292
|
-
childCount: 1
|
|
2293
|
-
}, text(recordingKeys$1)];
|
|
2726
|
+
return [parentNode, text(recordingKeys$1)];
|
|
2294
2727
|
};
|
|
2295
2728
|
|
|
2296
2729
|
const ClearAll = `MaskIconClearAll`;
|
|
@@ -2298,8 +2731,7 @@ const Edit = `MaskIconEdit`;
|
|
|
2298
2731
|
const RecordKeys = `MaskIconRecordKeys`;
|
|
2299
2732
|
const SortPrecedence = `MaskIconSortPrecedence`;
|
|
2300
2733
|
|
|
2301
|
-
const getSearchFieldActions = (isRecordingKeys, isSortingByPrecedence,
|
|
2302
|
-
const hasValue = value !== '';
|
|
2734
|
+
const getSearchFieldActions = (isRecordingKeys, isSortingByPrecedence, hasValue) => {
|
|
2303
2735
|
return [{
|
|
2304
2736
|
name: RecordKeys$1,
|
|
2305
2737
|
label: recordKeys(),
|
|
@@ -2321,9 +2753,6 @@ const getSearchFieldActions = (isRecordingKeys, isSortingByPrecedence, value) =>
|
|
|
2321
2753
|
}];
|
|
2322
2754
|
};
|
|
2323
2755
|
|
|
2324
|
-
const None = 'none';
|
|
2325
|
-
const CheckBox = 'checkbox';
|
|
2326
|
-
|
|
2327
2756
|
const getSearchFieldClassName = (checked, enabled) => {
|
|
2328
2757
|
if (checked) {
|
|
2329
2758
|
return mergeClassNames(SearchFieldButton, SearchFieldButtonChecked);
|
|
@@ -2351,7 +2780,7 @@ const getSearchFieldButtonVirtualDom = action => {
|
|
|
2351
2780
|
childCount: 1,
|
|
2352
2781
|
onClick: HandleSearchActionClick,
|
|
2353
2782
|
ariaChecked: `${checked}`,
|
|
2354
|
-
role: CheckBox
|
|
2783
|
+
role: AriaRoles.CheckBox
|
|
2355
2784
|
}, {
|
|
2356
2785
|
type: Div,
|
|
2357
2786
|
className: mergeClassNames(MaskIcon, icon),
|
|
@@ -2359,8 +2788,8 @@ const getSearchFieldButtonVirtualDom = action => {
|
|
|
2359
2788
|
}];
|
|
2360
2789
|
};
|
|
2361
2790
|
|
|
2362
|
-
const getKeyBindingsSearchActionsVirtualDom = (isRecordingKeys, isSortingByPrecedence,
|
|
2363
|
-
const actions = getSearchFieldActions(isRecordingKeys, isSortingByPrecedence,
|
|
2791
|
+
const getKeyBindingsSearchActionsVirtualDom = (isRecordingKeys, isSortingByPrecedence, hasValue) => {
|
|
2792
|
+
const actions = getSearchFieldActions(isRecordingKeys, isSortingByPrecedence, hasValue);
|
|
2364
2793
|
const childCount = isRecordingKeys ? 2 : 1;
|
|
2365
2794
|
return [{
|
|
2366
2795
|
type: Div,
|
|
@@ -2373,9 +2802,7 @@ const getKeyBindingsSearchActionsVirtualDom = (isRecordingKeys, isSortingByPrece
|
|
|
2373
2802
|
}, ...actions.flatMap(getSearchFieldButtonVirtualDom)];
|
|
2374
2803
|
};
|
|
2375
2804
|
|
|
2376
|
-
const
|
|
2377
|
-
|
|
2378
|
-
const getKeyBindingsHeaderVirtualDom = (isRecordingKeys, isSortingByPrecedence, value) => {
|
|
2805
|
+
const getKeyBindingsHeaderVirtualDom = (isRecordingKeys, isSortingByPrecedence, hasValue) => {
|
|
2379
2806
|
return [{
|
|
2380
2807
|
type: Div,
|
|
2381
2808
|
className: KeyBindingsHeader,
|
|
@@ -2384,18 +2811,7 @@ const getKeyBindingsHeaderVirtualDom = (isRecordingKeys, isSortingByPrecedence,
|
|
|
2384
2811
|
type: Div,
|
|
2385
2812
|
className: KeyBindingsSearchWrapper,
|
|
2386
2813
|
childCount: 2
|
|
2387
|
-
},
|
|
2388
|
-
type: Input,
|
|
2389
|
-
className: KeyBindingsSearchInputBox,
|
|
2390
|
-
inputType: Search,
|
|
2391
|
-
placeholder: typeToSearchKeyBindings(),
|
|
2392
|
-
name: KeyBindingsFilter,
|
|
2393
|
-
onInput: HandleInput,
|
|
2394
|
-
onKeyDown: HandleKeyDown,
|
|
2395
|
-
ariaDescription: resultsWillUpdateAsYouType(),
|
|
2396
|
-
childCount: 0,
|
|
2397
|
-
autocomplete: 'off'
|
|
2398
|
-
}, ...getKeyBindingsSearchActionsVirtualDom(isRecordingKeys, isSortingByPrecedence, value)];
|
|
2814
|
+
}, getKeyBindingsInputVirtualDom(), ...getKeyBindingsSearchActionsVirtualDom(isRecordingKeys, isSortingByPrecedence, hasValue)];
|
|
2399
2815
|
};
|
|
2400
2816
|
|
|
2401
2817
|
const getRowClassName = (isEven, selected) => {
|
|
@@ -2453,7 +2869,7 @@ const getIconVirtualDom = (icon, type = Div) => {
|
|
|
2453
2869
|
return {
|
|
2454
2870
|
type,
|
|
2455
2871
|
className: mergeClassNames(MaskIcon, icon),
|
|
2456
|
-
role: None,
|
|
2872
|
+
role: AriaRoles.None,
|
|
2457
2873
|
childCount: 0
|
|
2458
2874
|
};
|
|
2459
2875
|
};
|
|
@@ -2482,7 +2898,7 @@ const none = [];
|
|
|
2482
2898
|
const ctrl = [kbdDom, textCtrl, textPlus];
|
|
2483
2899
|
const shift = [kbdDom, textShift, textPlus];
|
|
2484
2900
|
const ctrlShift = [...ctrl, ...shift];
|
|
2485
|
-
const map
|
|
2901
|
+
const map = [none, ctrl, shift, ctrlShift];
|
|
2486
2902
|
const countMap = [0, 2, 2, 4];
|
|
2487
2903
|
|
|
2488
2904
|
// TODO maybe use flags number instead of booleans
|
|
@@ -2507,7 +2923,7 @@ const getKeyBindingCellChildren = keyBinding => {
|
|
|
2507
2923
|
key
|
|
2508
2924
|
} = keyBinding;
|
|
2509
2925
|
const ref = getRef(isCtrl, isShift);
|
|
2510
|
-
const pre = map
|
|
2926
|
+
const pre = map[ref];
|
|
2511
2927
|
const count = countMap[ref];
|
|
2512
2928
|
const children = [...pre, kbdDom, text(key)];
|
|
2513
2929
|
const childCount = count + 1;
|
|
@@ -2536,8 +2952,18 @@ const cell = {
|
|
|
2536
2952
|
};
|
|
2537
2953
|
const getKeyBindingsTableCellWhenDom = keyBinding => {
|
|
2538
2954
|
const {
|
|
2539
|
-
when
|
|
2955
|
+
when,
|
|
2956
|
+
isEditingWhenExpression
|
|
2540
2957
|
} = keyBinding;
|
|
2958
|
+
if (isEditingWhenExpression) {
|
|
2959
|
+
return [cell, {
|
|
2960
|
+
type: Input,
|
|
2961
|
+
className: 'InputBox',
|
|
2962
|
+
childCount: 0,
|
|
2963
|
+
onBlur: HandleWhenExpressionInputBlur,
|
|
2964
|
+
name: WhenExpression
|
|
2965
|
+
}];
|
|
2966
|
+
}
|
|
2541
2967
|
return [cell, text(when || '')];
|
|
2542
2968
|
};
|
|
2543
2969
|
|
|
@@ -2616,14 +3042,12 @@ const getKeyBindingsTableHeadVirtualDom = () => {
|
|
|
2616
3042
|
return staticTableHeadDom;
|
|
2617
3043
|
};
|
|
2618
3044
|
|
|
2619
|
-
const getTableDom = (
|
|
3045
|
+
const getTableDom = (filteredItemsCount, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3) => {
|
|
2620
3046
|
const tableDom = [{
|
|
2621
3047
|
type: Table,
|
|
2622
|
-
className: Table$
|
|
3048
|
+
className: Table$2,
|
|
2623
3049
|
ariaLabel: keyBindings(),
|
|
2624
|
-
ariaRowCount:
|
|
2625
|
-
onClick: HandleTableClick,
|
|
2626
|
-
onContextMenu: HandleContextMenu,
|
|
3050
|
+
ariaRowCount: filteredItemsCount,
|
|
2627
3051
|
tabIndex: 0,
|
|
2628
3052
|
childCount: 3
|
|
2629
3053
|
}, ...getKeyBindingsTableColGroupVirtualDom(columnWidth1, columnWidth2, columnWidth3), ...getKeyBindingsTableHeadVirtualDom(), ...getKeyBindingsTableBodyDom(displayKeyBindings)];
|
|
@@ -2658,69 +3082,37 @@ const getScrollBarVirtualDom = (scrollBarThumbHeight, scrollBarThumbTop) => {
|
|
|
2658
3082
|
}];
|
|
2659
3083
|
};
|
|
2660
3084
|
|
|
2661
|
-
const parentNode = {
|
|
2662
|
-
type: Div,
|
|
2663
|
-
className: TableWrapper,
|
|
2664
|
-
onWheel: HandleWheel,
|
|
2665
|
-
onDblClick: HandleTableDoubleClick,
|
|
2666
|
-
childCount: 4
|
|
2667
|
-
};
|
|
2668
3085
|
const resizer = {
|
|
2669
3086
|
type: Div,
|
|
2670
3087
|
className: Resizer,
|
|
2671
3088
|
childCount: 0
|
|
2672
3089
|
};
|
|
2673
|
-
const
|
|
3090
|
+
const getClassName = focusedIndex => {
|
|
3091
|
+
return focusedIndex === -1 ? TableWrapper + ' ' + 'FocusOutline' : TableWrapper;
|
|
3092
|
+
};
|
|
3093
|
+
const getKeyBindingsTableWrapperVirtualDom = (filteredItemsCount, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3, scrollBarThumbHeight, scrollBarThumbTop, focusedIndex) => {
|
|
2674
3094
|
if (displayKeyBindings.length === 0) {
|
|
2675
3095
|
return getNoKeyBindingsFoundVirtualDom();
|
|
2676
3096
|
}
|
|
2677
|
-
|
|
3097
|
+
const className = getClassName(focusedIndex);
|
|
3098
|
+
return [{
|
|
3099
|
+
type: Div,
|
|
3100
|
+
className,
|
|
3101
|
+
onWheel: HandleWheel,
|
|
3102
|
+
onDblClick: HandleTableDoubleClick,
|
|
3103
|
+
onClick: HandleTableClick,
|
|
3104
|
+
onContextMenu: HandleContextMenu,
|
|
3105
|
+
childCount: 4
|
|
3106
|
+
}, ...getTableDom(filteredItemsCount, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3), resizer, resizer, ...getScrollBarVirtualDom(scrollBarThumbHeight, scrollBarThumbTop)];
|
|
2678
3107
|
};
|
|
2679
3108
|
|
|
2680
|
-
const getKeyBindingsVirtualDom = (
|
|
3109
|
+
const getKeyBindingsVirtualDom = (filteredItemsCount, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3, scrollBarThumbHeight, scrollBarThumbTop, isRecordingKeys, isSortingByPrecedence, hasValue, focusedIndex) => {
|
|
2681
3110
|
return [{
|
|
2682
3111
|
type: Div,
|
|
2683
3112
|
className: mergeClassNames(Viewlet, KeyBindings),
|
|
2684
3113
|
onPointerDown: HandlePointerDown,
|
|
2685
3114
|
childCount: 2
|
|
2686
|
-
}, ...getKeyBindingsHeaderVirtualDom(isRecordingKeys, isSortingByPrecedence,
|
|
2687
|
-
};
|
|
2688
|
-
|
|
2689
|
-
const map = [/* 0 */'Empty', /* 1 */'BrowserChromium', /* 2 */'BrowserElectron', /* 3 */'BrowserFirefox', /* 4 */'FocusAbout', /* 5 */'FocusActivityBar', /* 6 */'FocusDebugInput', /* 7 */'FocusDialog', /* 8 */'FocusEditor', /* 9 */'FocusEditorCompletions', /* 10 */'FocusEditorImage', /* 11 */'FocusEditorRename', /* 12 */'FocusEditorText', /* 13 */'FocusExplorer', /* 14 */'FocusExplorerEditBox', /* 15 */'FocusExtensions', /* 16 */'FocusFindWidget', /* 17 */'FocusLocationList', /* 18 */'FocusMenu', /* 19 */'FocusProblems', /* 20 */'FocusQuickPickInput', /* 21 */'FocusSearchInput', /* 22 */'FocusSearchResults', /* 23 */'FocusSimpleBrowserInput', /* 24 */'FocusSourceControlInput', /* 25 */'FocusTerminal', /* 26 */'FocusTitleBarMenuBar', /* 27 */'FocusViewletList', /* 28 */'FocusOutput', /* 29 */'FocusDebugConsoleInput', /* 30 */'FocusDebugScope', /* 31 */'FocusSearchReplaceInput', /* 32 */'FocusMatchCase', /* 33 */'FocusRegex', /* 34 */'FocusWholeWord', /* 35 */'FocusReplaceAll', /* 36 */'FocusPreserveCase', /* 37 */'FocusSimpleBrowser', /* 38 */'FocusSourceActions'];
|
|
2690
|
-
const getWhenExpressionText = whenExpression => {
|
|
2691
|
-
return map[whenExpression] || 'n/a';
|
|
2692
|
-
};
|
|
2693
|
-
|
|
2694
|
-
const getVisibleKeyBindings = (filteredKeyBindings, minLineY, maxLineY, selectedIndex) => {
|
|
2695
|
-
const visibleKeyBindings = [];
|
|
2696
|
-
const slicedKeyBindings = filteredKeyBindings.slice(minLineY, maxLineY);
|
|
2697
|
-
const relativeSelectedIndex = selectedIndex - minLineY;
|
|
2698
|
-
for (let i = 0; i < slicedKeyBindings.length; i++) {
|
|
2699
|
-
const slicedKeyBinding = slicedKeyBindings[i];
|
|
2700
|
-
const {
|
|
2701
|
-
isCtrl,
|
|
2702
|
-
isShift,
|
|
2703
|
-
key,
|
|
2704
|
-
when,
|
|
2705
|
-
command,
|
|
2706
|
-
commandMatches,
|
|
2707
|
-
keyMatches
|
|
2708
|
-
} = slicedKeyBinding;
|
|
2709
|
-
const rowIndex = minLineY + i + 2;
|
|
2710
|
-
visibleKeyBindings.push({
|
|
2711
|
-
rowIndex,
|
|
2712
|
-
isCtrl,
|
|
2713
|
-
isShift,
|
|
2714
|
-
key,
|
|
2715
|
-
when: getWhenExpressionText(when),
|
|
2716
|
-
command,
|
|
2717
|
-
selected: i === relativeSelectedIndex,
|
|
2718
|
-
commandMatches,
|
|
2719
|
-
keyMatches,
|
|
2720
|
-
isEven: rowIndex % 2 === 0
|
|
2721
|
-
});
|
|
2722
|
-
}
|
|
2723
|
-
return visibleKeyBindings;
|
|
3115
|
+
}, ...getKeyBindingsHeaderVirtualDom(isRecordingKeys, isSortingByPrecedence, hasValue), ...getKeyBindingsTableWrapperVirtualDom(filteredItemsCount, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3, scrollBarThumbHeight, scrollBarThumbTop, focusedIndex)];
|
|
2724
3116
|
};
|
|
2725
3117
|
|
|
2726
3118
|
const renderKeyBindings = (oldState, newState) => {
|
|
@@ -2739,7 +3131,9 @@ const renderKeyBindings = (oldState, newState) => {
|
|
|
2739
3131
|
tableHeaderHeight,
|
|
2740
3132
|
isRecordingKeys,
|
|
2741
3133
|
value,
|
|
2742
|
-
isSortingByPrecedence
|
|
3134
|
+
isSortingByPrecedence,
|
|
3135
|
+
focusedIndex,
|
|
3136
|
+
editingWhenExpression
|
|
2743
3137
|
} = newState;
|
|
2744
3138
|
const deltaY = minLineY * itemHeight;
|
|
2745
3139
|
const percent = deltaY / finalDeltaY;
|
|
@@ -2748,25 +3142,28 @@ const renderKeyBindings = (oldState, newState) => {
|
|
|
2748
3142
|
const contentHeight = total * itemHeight;
|
|
2749
3143
|
const scrollBarThumbHeight = getScrollBarSize(listHeight, contentHeight, newState.minimumSliderSize);
|
|
2750
3144
|
const scrollBarThumbTop = (height - scrollBarThumbHeight) * percent;
|
|
2751
|
-
const displayKeyBindings = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex);
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
// console.timeEnd('tableDom')
|
|
2756
|
-
// console.log({ tableDom })
|
|
2757
|
-
return ['Viewlet.setDom2', /* tableDom */tableDom];
|
|
3145
|
+
const displayKeyBindings = getVisibleKeyBindings(items, minLineY, maxLineY, selectedIndex, editingWhenExpression);
|
|
3146
|
+
const hasValue = value.length > 0;
|
|
3147
|
+
const tableDom = getKeyBindingsVirtualDom(items.length, displayKeyBindings, columnWidth1, columnWidth2, columnWidth3, scrollBarThumbHeight, scrollBarThumbTop, isRecordingKeys, isSortingByPrecedence, hasValue, focusedIndex);
|
|
3148
|
+
return ['Viewlet.setDom2', newState.uid, /* tableDom */tableDom];
|
|
2758
3149
|
};
|
|
2759
3150
|
|
|
2760
|
-
// @ts-ignore
|
|
2761
|
-
const renderColumnWidths = (oldState, newState) => {
|
|
2762
|
-
return [/* method */'setColumnWidths', newState.columnWidth1, newState.columnWidth2, newState.columnWidth3];
|
|
2763
|
-
};
|
|
2764
3151
|
const renderValue = (oldState, newState) => {
|
|
2765
|
-
|
|
3152
|
+
const {
|
|
3153
|
+
uid,
|
|
3154
|
+
value
|
|
3155
|
+
} = newState;
|
|
3156
|
+
return ['Viewlet.setValueByName', uid, KeyBindingsFilter, value];
|
|
2766
3157
|
};
|
|
2767
|
-
|
|
2768
|
-
|
|
3158
|
+
|
|
3159
|
+
const renderWhenExpressionValue = (oldState, newState) => {
|
|
3160
|
+
const {
|
|
3161
|
+
uid,
|
|
3162
|
+
whenExpressionText
|
|
3163
|
+
} = newState;
|
|
3164
|
+
return ['Viewlet.setValueByName', uid, WhenExpression, whenExpressionText];
|
|
2769
3165
|
};
|
|
3166
|
+
|
|
2770
3167
|
const getRenderer = diffType => {
|
|
2771
3168
|
switch (diffType) {
|
|
2772
3169
|
case RenderColumnWidth:
|
|
@@ -2777,6 +3174,10 @@ const getRenderer = diffType => {
|
|
|
2777
3174
|
return renderValue;
|
|
2778
3175
|
case RenderFocus:
|
|
2779
3176
|
return renderFocus;
|
|
3177
|
+
case RenderFocusContext:
|
|
3178
|
+
return renderFocusContext;
|
|
3179
|
+
case RenderWhenExpressionValue:
|
|
3180
|
+
return renderWhenExpressionValue;
|
|
2780
3181
|
default:
|
|
2781
3182
|
throw new Error('unknown renderer');
|
|
2782
3183
|
}
|
|
@@ -2792,11 +3193,14 @@ const applyRender = (oldState, newState, diffResult) => {
|
|
|
2792
3193
|
};
|
|
2793
3194
|
|
|
2794
3195
|
const render3 = (uid, diffResult) => {
|
|
3196
|
+
if (diffResult.length === 0) {
|
|
3197
|
+
return [];
|
|
3198
|
+
}
|
|
2795
3199
|
const {
|
|
2796
3200
|
oldState,
|
|
2797
3201
|
newState
|
|
2798
|
-
} = get
|
|
2799
|
-
set
|
|
3202
|
+
} = get(uid);
|
|
3203
|
+
set(uid, newState, newState);
|
|
2800
3204
|
const commands = applyRender(oldState, newState, diffResult);
|
|
2801
3205
|
return commands;
|
|
2802
3206
|
};
|
|
@@ -2808,6 +3212,12 @@ const renderEventListeners = () => {
|
|
|
2808
3212
|
}, {
|
|
2809
3213
|
name: HandleInput,
|
|
2810
3214
|
params: ['handleInput', 'event.target.value']
|
|
3215
|
+
}, {
|
|
3216
|
+
name: HandleInputFocus,
|
|
3217
|
+
params: ['handleInputFocus']
|
|
3218
|
+
}, {
|
|
3219
|
+
name: HandleWhenExpressionInputBlur,
|
|
3220
|
+
params: ['handleWhenExpressionInputBlur']
|
|
2811
3221
|
}, {
|
|
2812
3222
|
name: HandleResizerPointerDown,
|
|
2813
3223
|
params: ['handleResizerClick', 'event.clientX']
|
|
@@ -2861,68 +3271,89 @@ const resize = (state, dimensions) => {
|
|
|
2861
3271
|
};
|
|
2862
3272
|
};
|
|
2863
3273
|
|
|
2864
|
-
const saveState =
|
|
2865
|
-
if (typeof uid !== 'number') {
|
|
2866
|
-
// deprecated
|
|
2867
|
-
return {
|
|
2868
|
-
value: '',
|
|
2869
|
-
isRecordingKeys: false,
|
|
2870
|
-
isSortingByPrecedence: false
|
|
2871
|
-
};
|
|
2872
|
-
}
|
|
2873
|
-
const {
|
|
2874
|
-
newState
|
|
2875
|
-
} = get$1(uid);
|
|
3274
|
+
const saveState = state => {
|
|
2876
3275
|
const {
|
|
2877
3276
|
value,
|
|
2878
3277
|
isRecordingKeys,
|
|
2879
|
-
isSortingByPrecedence
|
|
2880
|
-
|
|
3278
|
+
isSortingByPrecedence,
|
|
3279
|
+
focus,
|
|
3280
|
+
selectedIndex
|
|
3281
|
+
} = state;
|
|
2881
3282
|
return {
|
|
2882
3283
|
value,
|
|
2883
3284
|
isRecordingKeys,
|
|
2884
|
-
isSortingByPrecedence
|
|
3285
|
+
isSortingByPrecedence,
|
|
3286
|
+
focus,
|
|
3287
|
+
selectedIndex
|
|
2885
3288
|
};
|
|
2886
3289
|
};
|
|
2887
3290
|
|
|
2888
|
-
const
|
|
2889
|
-
|
|
3291
|
+
const showSameKeyBindings = async state => {
|
|
3292
|
+
const {
|
|
3293
|
+
selectedIndex,
|
|
3294
|
+
items
|
|
3295
|
+
} = state;
|
|
3296
|
+
const item = items[selectedIndex];
|
|
3297
|
+
if (!item) {
|
|
3298
|
+
return state;
|
|
3299
|
+
}
|
|
3300
|
+
const {
|
|
3301
|
+
isCtrl,
|
|
3302
|
+
isShift,
|
|
3303
|
+
key
|
|
3304
|
+
} = item;
|
|
3305
|
+
const prefix = getKeyModifierPrefix(false, Boolean(isCtrl), Boolean(isShift));
|
|
3306
|
+
const unspaced = `${prefix}${key}`;
|
|
3307
|
+
const spaced = unspaced.replaceAll('+', ' + ');
|
|
3308
|
+
const value = `"${spaced}"`;
|
|
3309
|
+
const newState = handleInput(state, value);
|
|
3310
|
+
return {
|
|
3311
|
+
...newState,
|
|
3312
|
+
inputSource: Script
|
|
3313
|
+
};
|
|
2890
3314
|
};
|
|
2891
3315
|
|
|
2892
3316
|
const commandMap = {
|
|
3317
|
+
'KeyBindings.acceptWhenExpression': wrapCommand(acceptWhenExpression),
|
|
2893
3318
|
'KeyBindings.addKeyBinding': wrapCommand(addKeyBinding$1),
|
|
3319
|
+
'KeyBindings.cancelEditingWhenExpression': wrapCommand(cancelEditingWhenExpression),
|
|
2894
3320
|
'KeyBindings.changeWhenExpression': wrapCommand(changeWhenExpression$1),
|
|
2895
3321
|
'KeyBindings.clearInput': wrapCommand(clearInput),
|
|
2896
3322
|
'KeyBindings.copy': wrapCommand(copy$1),
|
|
2897
3323
|
'KeyBindings.copyCommandId': wrapCommand(copyCommandId$1),
|
|
2898
3324
|
'KeyBindings.copyCommandTitle': wrapCommand(copyCommandTitle$1),
|
|
2899
|
-
'KeyBindings.create': create
|
|
3325
|
+
'KeyBindings.create': create,
|
|
2900
3326
|
'KeyBindings.diff2': diff2,
|
|
2901
3327
|
'KeyBindings.dispose': dispose,
|
|
2902
3328
|
'KeyBindings.focusFirst': wrapCommand(focusFirst),
|
|
3329
|
+
'KeyBindings.focusIndex': wrapCommand(focusIndex),
|
|
3330
|
+
'KeyBindings.focusInput': wrapCommand(focusInput),
|
|
2903
3331
|
'KeyBindings.focusLast': wrapCommand(focusLast),
|
|
2904
3332
|
'KeyBindings.focusNext': wrapCommand(focusNext),
|
|
2905
3333
|
'KeyBindings.focusPrevious': wrapCommand(focusPrevious),
|
|
2906
3334
|
'KeyBindings.getCommandIds': getCommandIds,
|
|
2907
|
-
'KeyBindings.getKeyBindings': getKeyBindings
|
|
3335
|
+
'KeyBindings.getKeyBindings': getKeyBindings,
|
|
2908
3336
|
'KeyBindings.getMenuEntries': getMenuEntries,
|
|
2909
3337
|
'KeyBindings.handleClick': wrapCommand(handleClick),
|
|
2910
3338
|
'KeyBindings.handleContextMenu': wrapCommand(handleContextMenu),
|
|
2911
3339
|
'KeyBindings.handleDoubleClick': wrapCommand(handleDoubleClick),
|
|
2912
3340
|
'KeyBindings.handleInput': wrapCommand(handleInput),
|
|
3341
|
+
'KeyBindings.handleInputFocus': wrapCommand(handleInputFocus),
|
|
2913
3342
|
'KeyBindings.handleKeyDown': wrapCommand(handleKeyDown),
|
|
2914
3343
|
'KeyBindings.handleResizerClick': wrapCommand(handleResizerClick),
|
|
2915
3344
|
'KeyBindings.handleResizerMove': wrapCommand(handleResizerMove),
|
|
2916
3345
|
'KeyBindings.handleSearchActionClick': wrapCommand(handleSearchActionClick),
|
|
2917
3346
|
'KeyBindings.handleWheel': wrapCommand(handleWheel),
|
|
3347
|
+
'KeyBindings.handleWhenExpressionInputBlur': wrapCommand(handleWhenexpressionInputBlur),
|
|
2918
3348
|
'KeyBindings.loadContent': wrapCommand(loadContent),
|
|
2919
3349
|
'KeyBindings.removeKeyBinding': wrapCommand(removeKeyBinding),
|
|
2920
3350
|
'KeyBindings.render3': render3,
|
|
2921
3351
|
'KeyBindings.renderEventListeners': renderEventListeners,
|
|
2922
3352
|
'KeyBindings.resetKeyBinding': wrapCommand(resetKeyBinding),
|
|
2923
3353
|
'KeyBindings.resize': wrapCommand(resize),
|
|
2924
|
-
'KeyBindings.saveState': saveState,
|
|
3354
|
+
'KeyBindings.saveState': wrapGetter(saveState),
|
|
2925
3355
|
'KeyBindings.setDeltaY': wrapCommand(setDeltaY),
|
|
3356
|
+
'KeyBindings.showSameKeyBindings': wrapCommand(showSameKeyBindings),
|
|
2926
3357
|
'KeyBindings.sortByPrecedence': wrapCommand(sortByPrecedence),
|
|
2927
3358
|
'KeyBindings.startRecordingKeys': wrapCommand(startRecordingKeys),
|
|
2928
3359
|
'KeyBindings.stopRecordingKeys': wrapCommand(stopRecordingKeys),
|
|
@@ -2931,10 +3362,11 @@ const commandMap = {
|
|
|
2931
3362
|
};
|
|
2932
3363
|
|
|
2933
3364
|
const listen = async () => {
|
|
3365
|
+
registerCommands(commandMap);
|
|
2934
3366
|
const rpc = await WebWorkerRpcClient.create({
|
|
2935
3367
|
commandMap: commandMap
|
|
2936
3368
|
});
|
|
2937
|
-
set(rpc);
|
|
3369
|
+
set$1(rpc);
|
|
2938
3370
|
};
|
|
2939
3371
|
|
|
2940
3372
|
const main = async () => {
|