@lvce-editor/static-server 0.53.4 → 0.53.5
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 +1857 -1857
- package/package.json +1 -1
- package/static/{03e29f4 → bef774c}/css/App.css +83 -83
- package/static/{03e29f4 → bef774c}/css/parts/ViewletRunAndDebug.css +1 -0
- package/static/{03e29f4 → bef774c}/manifest.json +2 -2
- package/static/{03e29f4 → bef774c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{03e29f4 → bef774c}/packages/debug-worker/dist/debugWorkerMain.js +860 -813
- package/static/{03e29f4 → bef774c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{03e29f4 → bef774c}/packages/renderer-process/dist/rendererProcessMain.js +17 -3
- package/static/{03e29f4 → bef774c}/packages/renderer-process/package.json +1 -1
- package/static/{03e29f4 → bef774c}/packages/renderer-worker/dist/rendererWorkerMain.js +4 -1
- package/static/index.html +4 -4
- /package/static/{03e29f4 → bef774c}/config/colorTheme.json +0 -0
- /package/static/{03e29f4 → bef774c}/config/defaultSettings.json +0 -0
- /package/static/{03e29f4 → bef774c}/config/fileMap.json +0 -0
- /package/static/{03e29f4 → bef774c}/config/webExtensions.json +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Animation.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/DebugButtons.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/DebugValue.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/E2eTest.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/E2eTests.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/EditorHover.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/EditorMessage.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/FeatureContent.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Features.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ImagePreview.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/InputBadge.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Key.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Markdown.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Progress.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Select.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/Table.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{03e29f4 → bef774c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{03e29f4 → bef774c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/default_file.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/default_folder.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_access.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_al.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_c.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_class.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_config.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_css.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_db.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_django.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_font.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_git.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_host.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_html.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_http.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_image.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_io.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_java.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_json.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_just.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_k.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_key.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_less.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_license.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_log.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_map.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_next.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_node.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_org.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_package.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_php.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_python.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_q.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_r.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_red.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_san.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_script.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_source.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_style.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_test.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_text.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_video.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_view.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_word.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{03e29f4 → bef774c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{03e29f4 → bef774c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{03e29f4 → bef774c}/icons/add.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/arrow-down.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/arrow-left.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/arrow-right.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/arrow-up.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/blank.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/book.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/case-sensitive.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/check.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chevron-down.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chevron-left.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chevron-right.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chevron-up.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chrome-close.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chrome-maximize.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chrome-minimize.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/chrome-restore.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/circle-filled.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/clear-all.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/close.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/cloud.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/collapse-all.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-all.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-alt-2.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-alt-small.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-alt.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-console.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-continue-small.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-continue.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-coverage.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-disconnect.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-pause.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-rerun.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-restart.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-stackframe.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-start.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-step-back.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-step-into.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-step-out.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-step-over.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug-stop.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/debug.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/discard.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/edit.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/ellipsis.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/error.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/exclude.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{03e29f4 → bef774c}/icons/extensions.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/files.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/filter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/go-to-file.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/icon-close.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/icon-source-control.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/icon-sync.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/icon.png +0 -0
- /package/static/{03e29f4 → bef774c}/icons/icon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/info.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/language-icon.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/link-external.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/list-flat.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/list-tree.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/new-file.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/new-folder.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/newline.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/open-preview.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/play.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/preserve-case.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/progress.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/pwa-icon-192.png +0 -0
- /package/static/{03e29f4 → bef774c}/icons/pwa-icon-512.png +0 -0
- /package/static/{03e29f4 → bef774c}/icons/record-keys.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/refresh.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/regex.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/remove.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/replace-all.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/replace.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/run-all.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/search.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/settings-gear.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/sort-precedence.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/source-control.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/split-horizontal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/squiggly-error.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/squiggly-warning.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-array.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-boolean.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-class.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-color.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-constant.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-enum.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-event.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-field.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-file.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-interface.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-key.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-keyword.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-method.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-misc.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-namespace.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-numeric.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-operator.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-parameter.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-property.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-ruler.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-snippet.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-string.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-structure.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/symbol-variable.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/tag.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/terminal-bash.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/terminal.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/theme-icon.png +0 -0
- /package/static/{03e29f4 → bef774c}/icons/trash.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/triangle-down.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/triangle-left.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/triangle-right.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/triangle-up.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/warning.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/whole-word.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/zoom-in.svg +0 -0
- /package/static/{03e29f4 → bef774c}/icons/zoom-out.svg +0 -0
- /package/static/{03e29f4 → bef774c}/js/babel-parser.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/blob-util.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/ky.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/lvce-editor-verror.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/p-min-delay.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/pretty-bytes.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/preview-injected.js +0 -0
- /package/static/{03e29f4 → bef774c}/js/yoctodelay.js +0 -0
- /package/static/{03e29f4 → bef774c}/lib-css/termterm.css +0 -0
- /package/static/{03e29f4 → bef774c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{03e29f4 → bef774c}/packages/renderer-process/README.md +0 -0
- /package/static/{03e29f4 → bef774c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.cpp +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.css +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.csv +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.dart +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.env +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.ex +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.html +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.java +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.jl +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.js +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.json +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.kt +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.pl +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.py +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/index.ts +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/scrolling.txt +0 -0
- /package/static/{03e29f4 → bef774c}/playground/languages/tsconfig.json +0 -0
- /package/static/{03e29f4 → bef774c}/playground/sample-folder/a.txt +0 -0
- /package/static/{03e29f4 → bef774c}/playground/sample-folder/b.txt +0 -0
- /package/static/{03e29f4 → bef774c}/playground/sample-folder/c.txt +0 -0
|
@@ -1432,8 +1432,8 @@ const acceptWatchExpressionEdit = async state => {
|
|
|
1432
1432
|
};
|
|
1433
1433
|
};
|
|
1434
1434
|
|
|
1435
|
-
const FocusDebugScope = 30;
|
|
1436
1435
|
const FocusDebugWatchInput = 1290;
|
|
1436
|
+
const FocusDebugRow = 1299;
|
|
1437
1437
|
|
|
1438
1438
|
const addWatchExpression$1 = async (state, expression) => {
|
|
1439
1439
|
const {
|
|
@@ -1547,11 +1547,11 @@ const deleteWatchExpression$1 = (state, index) => {
|
|
|
1547
1547
|
};
|
|
1548
1548
|
};
|
|
1549
1549
|
|
|
1550
|
-
const isEqual$
|
|
1550
|
+
const isEqual$5 = (oldState, newState) => {
|
|
1551
1551
|
return oldState.focus === newState.focus;
|
|
1552
1552
|
};
|
|
1553
1553
|
|
|
1554
|
-
const isEqual$
|
|
1554
|
+
const isEqual$4 = (oldState, newState) => {
|
|
1555
1555
|
if (!newState.focus) {
|
|
1556
1556
|
return true;
|
|
1557
1557
|
}
|
|
@@ -1563,10 +1563,16 @@ const RenderFocus = 2;
|
|
|
1563
1563
|
const RenderValue = 3;
|
|
1564
1564
|
const RenderFocusContext = 7;
|
|
1565
1565
|
const RenderSelection = 8;
|
|
1566
|
+
const RenderPauseOnExceptions = 9;
|
|
1567
|
+
|
|
1568
|
+
const diffType$1 = RenderItems;
|
|
1569
|
+
const isEqual$3 = (oldState, newState) => {
|
|
1570
|
+
return oldState.breakPointsExpanded === newState.breakPointsExpanded && oldState.callFrameId === newState.callFrameId && oldState.callStackExpanded === newState.callStackExpanded && oldState.debugState === newState.debugState && oldState.scopeChain === newState.scopeChain && oldState.scopeExpanded === newState.scopeExpanded && oldState.selectedIndex === newState.selectedIndex && oldState.visibleRows === newState.visibleRows && oldState.watchExpanded === newState.watchExpanded && oldState.watchExpressions === newState.watchExpressions;
|
|
1571
|
+
};
|
|
1566
1572
|
|
|
1567
|
-
const diffType =
|
|
1573
|
+
const diffType = RenderPauseOnExceptions;
|
|
1568
1574
|
const isEqual$2 = (oldState, newState) => {
|
|
1569
|
-
return oldState.
|
|
1575
|
+
return oldState.exceptionBreakPoints === newState.exceptionBreakPoints;
|
|
1570
1576
|
};
|
|
1571
1577
|
|
|
1572
1578
|
const isEqual$1 = (oldState, newState) => {
|
|
@@ -1582,8 +1588,8 @@ const isEqual = (oldState, newState) => {
|
|
|
1582
1588
|
return true;
|
|
1583
1589
|
};
|
|
1584
1590
|
|
|
1585
|
-
const modules = [isEqual$
|
|
1586
|
-
const numbers = [diffType, RenderFocusContext, RenderValue, RenderFocus, RenderSelection];
|
|
1591
|
+
const modules = [isEqual$3, isEqual$4, isEqual, isEqual$5, isEqual$1, isEqual$2];
|
|
1592
|
+
const numbers = [diffType$1, RenderFocusContext, RenderValue, RenderFocus, RenderSelection, diffType];
|
|
1587
1593
|
|
|
1588
1594
|
const diff = (oldState, newState) => {
|
|
1589
1595
|
const diffResult = [];
|
|
@@ -1609,7 +1615,7 @@ const dispose = async uid => {
|
|
|
1609
1615
|
dispose$1(uid);
|
|
1610
1616
|
};
|
|
1611
1617
|
|
|
1612
|
-
const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', '
|
|
1618
|
+
const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'deleteAllWatchExpressions', 'deleteWatchExpression', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowRight', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', 'handleClickWatchExpressionDelete', 'handleDebugInput', 'handleEnter', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handlePaused', 'handleResumed', 'handleScriptParsed', 'handleSectionHeaderContextMenu', 'handleSpace', 'handleWatchExpressionContextMenu', 'handleWatchExpressionDoubleClick', 'handleWatchValueChange', 'hideCallStack', 'hideScope', 'hideWatch', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'refreshWatchExpression', 'removeWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'selectIndex', 'selectNextRow', 'selectPreviousRow', 'setPauseOnExceptions', 'showCallStack', 'showScope', 'showWatch', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
|
|
1613
1619
|
|
|
1614
1620
|
const getCommandIds = () => {
|
|
1615
1621
|
return commandIds;
|
|
@@ -1681,67 +1687,71 @@ const getKeyBindings = () => {
|
|
|
1681
1687
|
}, {
|
|
1682
1688
|
key: LeftArrow,
|
|
1683
1689
|
command: 'Run And Debug.handleArrowLeft',
|
|
1684
|
-
when:
|
|
1690
|
+
when: FocusDebugRow
|
|
1685
1691
|
}, {
|
|
1686
1692
|
key: RightArrow,
|
|
1687
1693
|
command: 'Run And Debug.handleArrowRight',
|
|
1688
|
-
when:
|
|
1694
|
+
when: FocusDebugRow
|
|
1689
1695
|
}, {
|
|
1690
1696
|
key: Home,
|
|
1691
1697
|
command: 'Run And Debug.focusFirst',
|
|
1692
|
-
when:
|
|
1698
|
+
when: FocusDebugRow
|
|
1693
1699
|
}, {
|
|
1694
1700
|
key: End,
|
|
1695
1701
|
command: 'Run And Debug.focusLast',
|
|
1696
|
-
when:
|
|
1702
|
+
when: FocusDebugRow
|
|
1697
1703
|
}, {
|
|
1698
1704
|
key: UpArrow,
|
|
1699
|
-
command: 'Run And Debug.
|
|
1700
|
-
when:
|
|
1705
|
+
command: 'Run And Debug.selectPreviousRow',
|
|
1706
|
+
when: FocusDebugRow
|
|
1701
1707
|
}, {
|
|
1702
1708
|
key: DownArrow,
|
|
1703
|
-
command: 'Run And Debug.
|
|
1704
|
-
when:
|
|
1709
|
+
command: 'Run And Debug.selectNextRow',
|
|
1710
|
+
when: FocusDebugRow
|
|
1705
1711
|
}, {
|
|
1706
1712
|
key: CtrlCmd | Star,
|
|
1707
1713
|
command: 'Run And Debug.expandAll',
|
|
1708
|
-
when:
|
|
1714
|
+
when: FocusDebugRow
|
|
1709
1715
|
}, {
|
|
1710
1716
|
key: Alt | RightArrow,
|
|
1711
1717
|
command: 'Run And Debug.expandRecursively',
|
|
1712
|
-
when:
|
|
1718
|
+
when: FocusDebugRow
|
|
1713
1719
|
}, {
|
|
1714
1720
|
key: CtrlCmd | LeftArrow,
|
|
1715
1721
|
command: 'Run And Debug.collapseAll',
|
|
1716
|
-
when:
|
|
1722
|
+
when: FocusDebugRow
|
|
1717
1723
|
}, {
|
|
1718
1724
|
key: CtrlCmd | KeyV,
|
|
1719
1725
|
command: 'Run And Debug.handlePaste',
|
|
1720
|
-
when:
|
|
1726
|
+
when: FocusDebugRow
|
|
1721
1727
|
}, {
|
|
1722
1728
|
key: CtrlCmd | KeyC,
|
|
1723
1729
|
command: 'Run And Debug.handleCopy',
|
|
1724
|
-
when:
|
|
1730
|
+
when: FocusDebugRow
|
|
1725
1731
|
}, {
|
|
1726
1732
|
key: F2,
|
|
1727
1733
|
command: 'Run And Debug.rename',
|
|
1728
|
-
when:
|
|
1734
|
+
when: FocusDebugRow
|
|
1729
1735
|
}, {
|
|
1730
1736
|
key: Delete,
|
|
1731
1737
|
command: 'Run And Debug.removeDirent',
|
|
1732
|
-
when:
|
|
1738
|
+
when: FocusDebugRow
|
|
1733
1739
|
}, {
|
|
1734
1740
|
key: Escape,
|
|
1735
1741
|
command: 'Run And Debug.focusNone',
|
|
1736
|
-
when:
|
|
1742
|
+
when: FocusDebugRow
|
|
1743
|
+
}, {
|
|
1744
|
+
key: Enter,
|
|
1745
|
+
command: 'Run And Debug.handleClickCurrent',
|
|
1746
|
+
when: FocusDebugRow
|
|
1737
1747
|
}, {
|
|
1738
1748
|
key: Space$1,
|
|
1739
|
-
command: 'Run And Debug.
|
|
1740
|
-
when:
|
|
1749
|
+
command: 'Run And Debug.handleSpace',
|
|
1750
|
+
when: FocusDebugRow
|
|
1741
1751
|
}, {
|
|
1742
1752
|
key: Enter,
|
|
1743
|
-
command: 'Run And Debug.
|
|
1744
|
-
when:
|
|
1753
|
+
command: 'Run And Debug.handleEnter',
|
|
1754
|
+
when: FocusDebugRow
|
|
1745
1755
|
}, {
|
|
1746
1756
|
key: Escape,
|
|
1747
1757
|
command: 'Run And Debug.cancelWatchExpressionEdit',
|
|
@@ -1931,789 +1941,892 @@ const getMenuEntries = () => {
|
|
|
1931
1941
|
}];
|
|
1932
1942
|
};
|
|
1933
1943
|
|
|
1934
|
-
const
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1944
|
+
const SectionHeading = 1;
|
|
1945
|
+
const Value = 2;
|
|
1946
|
+
const Exception$1 = 3;
|
|
1947
|
+
const Scope$3 = 4;
|
|
1948
|
+
const Property$1 = 5;
|
|
1949
|
+
const Message = 6;
|
|
1950
|
+
const CallStack$2 = 7;
|
|
1951
|
+
const CheckBox$1 = 8;
|
|
1952
|
+
const WatchMessage = 9;
|
|
1953
|
+
const WatchExpression = 10;
|
|
1954
|
+
const InputField = 11;
|
|
1941
1955
|
|
|
1942
|
-
const
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1956
|
+
const Scope$2 = 'Scope';
|
|
1957
|
+
const CallStack$1 = 'CallStack';
|
|
1958
|
+
const Watch$1 = 'Watch';
|
|
1959
|
+
const BreakPoints$1 = 'BreakPoints';
|
|
1960
|
+
|
|
1961
|
+
const BreakPoints = 'breakpoints';
|
|
1962
|
+
const CallStack = 'callstack';
|
|
1963
|
+
const Scope$1 = 'scope';
|
|
1964
|
+
const Watch = 'watch';
|
|
1965
|
+
|
|
1966
|
+
const AddWatchExpression = 'AddWatchExpression';
|
|
1967
|
+
const WatchExpressionInput = 'WatchExpressionInput';
|
|
1968
|
+
const DebugPause$1 = 'DebugPause';
|
|
1969
|
+
const DebugRestart$1 = 'DebugRestart';
|
|
1970
|
+
const DebugResume = 'DebugResume';
|
|
1971
|
+
const DebugStepInto$1 = 'DebugStepInto';
|
|
1972
|
+
const DebugStepOut$1 = 'DebugStepOut';
|
|
1973
|
+
const DebugStepOver$1 = 'DebugStepOver';
|
|
1974
|
+
const DebugStop$1 = 'DebugStop';
|
|
1975
|
+
const PauseOnExceptions = 'PauseOnExceptions';
|
|
1976
|
+
const PauseOnUncaughtExceptions = 'PauseOnUncaughtExceptions';
|
|
1977
|
+
const RefreshWatchExpressions = 'RefreshWatchExpressions';
|
|
1978
|
+
|
|
1979
|
+
const getRunAndDebugVisibleRowsBreakPoints = state => {
|
|
1980
|
+
const {
|
|
1981
|
+
breakPointsExpanded,
|
|
1982
|
+
exceptionBreakPoints,
|
|
1983
|
+
breakPointsVisible
|
|
1984
|
+
} = state;
|
|
1985
|
+
if (!breakPointsVisible) {
|
|
1986
|
+
return [];
|
|
1951
1987
|
}
|
|
1952
|
-
|
|
1988
|
+
if (breakPointsExpanded) {
|
|
1989
|
+
return [{
|
|
1990
|
+
type: SectionHeading,
|
|
1991
|
+
text: breakPoints(),
|
|
1992
|
+
expanded: true,
|
|
1993
|
+
key: BreakPoints,
|
|
1994
|
+
value: '',
|
|
1995
|
+
indent: 0,
|
|
1996
|
+
valueType: '',
|
|
1997
|
+
name: BreakPoints$1,
|
|
1998
|
+
description: ''
|
|
1999
|
+
}, {
|
|
2000
|
+
type: CheckBox$1,
|
|
2001
|
+
text: pauseOnExceptions(),
|
|
2002
|
+
expanded: exceptionBreakPoints === All,
|
|
2003
|
+
key: '',
|
|
2004
|
+
value: '',
|
|
2005
|
+
indent: 0,
|
|
2006
|
+
valueType: '',
|
|
2007
|
+
name: PauseOnExceptions,
|
|
2008
|
+
description: ''
|
|
2009
|
+
}, {
|
|
2010
|
+
type: CheckBox$1,
|
|
2011
|
+
text: pauseOnUncaughtExceptions(),
|
|
2012
|
+
expanded: exceptionBreakPoints === Uncaught,
|
|
2013
|
+
key: '',
|
|
2014
|
+
value: '',
|
|
2015
|
+
indent: 0,
|
|
2016
|
+
valueType: '',
|
|
2017
|
+
name: PauseOnUncaughtExceptions,
|
|
2018
|
+
description: ''
|
|
2019
|
+
}];
|
|
2020
|
+
}
|
|
2021
|
+
return [{
|
|
2022
|
+
type: SectionHeading,
|
|
2023
|
+
text: breakPoints(),
|
|
2024
|
+
expanded: breakPointsExpanded,
|
|
2025
|
+
key: BreakPoints,
|
|
2026
|
+
value: '',
|
|
2027
|
+
indent: 0,
|
|
2028
|
+
valueType: '',
|
|
2029
|
+
name: BreakPoints$1,
|
|
2030
|
+
description: ''
|
|
2031
|
+
}];
|
|
1953
2032
|
};
|
|
1954
2033
|
|
|
1955
|
-
const
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
return debuggerPausedOnException();
|
|
1961
|
-
default:
|
|
1962
|
-
return `Debugger paused (${reason})`;
|
|
2034
|
+
const formatLocation = (url, rowIndex, columnIndex) => {
|
|
2035
|
+
const lastSlashIndex = url.lastIndexOf('/');
|
|
2036
|
+
const adjustedRowIndex = rowIndex + 1;
|
|
2037
|
+
if (lastSlashIndex === -1) {
|
|
2038
|
+
return `${url}:${adjustedRowIndex}`;
|
|
1963
2039
|
}
|
|
2040
|
+
const part = url.slice(lastSlashIndex + 1);
|
|
2041
|
+
return `${part}:${adjustedRowIndex}`;
|
|
1964
2042
|
};
|
|
1965
2043
|
|
|
1966
|
-
const
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
const
|
|
1970
|
-
const
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
2044
|
+
const unknownScript = {
|
|
2045
|
+
url: 'unknown'
|
|
2046
|
+
};
|
|
2047
|
+
const getRunAndDebugVisibleRowsCallStack = state => {
|
|
2048
|
+
const {
|
|
2049
|
+
callStack: callStack$1,
|
|
2050
|
+
callStackExpanded,
|
|
2051
|
+
parsedScripts,
|
|
2052
|
+
callStackVisible
|
|
2053
|
+
} = state;
|
|
2054
|
+
if (!callStackVisible) {
|
|
2055
|
+
return [];
|
|
2056
|
+
}
|
|
2057
|
+
const rows = [];
|
|
2058
|
+
if (callStackExpanded) {
|
|
2059
|
+
rows.push({
|
|
2060
|
+
type: SectionHeading,
|
|
2061
|
+
text: callStack(),
|
|
2062
|
+
expanded: true,
|
|
2063
|
+
key: CallStack,
|
|
2064
|
+
value: '',
|
|
2065
|
+
indent: 0,
|
|
2066
|
+
valueType: '',
|
|
2067
|
+
name: CallStack$1,
|
|
2068
|
+
description: ''
|
|
2069
|
+
});
|
|
2070
|
+
if (callStack$1.length === 0) {
|
|
2071
|
+
rows.push({
|
|
2072
|
+
type: Message,
|
|
2073
|
+
text: notPaused(),
|
|
2074
|
+
expanded: false,
|
|
2075
|
+
key: '',
|
|
2076
|
+
value: '',
|
|
2077
|
+
indent: 0,
|
|
2078
|
+
valueType: '',
|
|
2079
|
+
name: '',
|
|
2080
|
+
description: ''
|
|
2081
|
+
});
|
|
2082
|
+
} else {
|
|
2083
|
+
for (const item of callStack$1) {
|
|
2084
|
+
const {
|
|
2085
|
+
scriptId,
|
|
2086
|
+
lineNumber} = item.location;
|
|
2087
|
+
const script = parsedScripts[scriptId] || unknownScript;
|
|
2088
|
+
const description = formatLocation(script.url, lineNumber);
|
|
2089
|
+
const hasArrow = item === callStack$1[0];
|
|
2090
|
+
rows.push({
|
|
2091
|
+
type: CallStack$2,
|
|
2092
|
+
text: item.functionName,
|
|
2093
|
+
expanded: false,
|
|
2094
|
+
key: CallStack,
|
|
2095
|
+
value: '',
|
|
2096
|
+
indent: 0,
|
|
2097
|
+
valueType: '',
|
|
2098
|
+
name: '',
|
|
2099
|
+
description,
|
|
2100
|
+
hasArrow,
|
|
2101
|
+
index: callStack$1.indexOf(item) // TODO use for loop
|
|
2102
|
+
});
|
|
1987
2103
|
}
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
case With:
|
|
2002
|
-
return withScope();
|
|
2003
|
-
case Catch:
|
|
2004
|
-
return catchScope();
|
|
2005
|
-
default:
|
|
2006
|
-
return element.type;
|
|
2104
|
+
}
|
|
2105
|
+
} else {
|
|
2106
|
+
rows.push({
|
|
2107
|
+
type: SectionHeading,
|
|
2108
|
+
text: callStack(),
|
|
2109
|
+
expanded: false,
|
|
2110
|
+
key: CallStack,
|
|
2111
|
+
value: '',
|
|
2112
|
+
indent: 0,
|
|
2113
|
+
valueType: '',
|
|
2114
|
+
name: CallStack$1,
|
|
2115
|
+
description: ''
|
|
2116
|
+
});
|
|
2007
2117
|
}
|
|
2118
|
+
return rows;
|
|
2008
2119
|
};
|
|
2009
2120
|
|
|
2010
|
-
const Scope
|
|
2121
|
+
const Scope = 1;
|
|
2011
2122
|
const This = 2;
|
|
2012
|
-
const Property
|
|
2013
|
-
const Exception
|
|
2014
|
-
|
|
2015
|
-
const Boolean$1 = 'boolean';
|
|
2016
|
-
const None$1 = '';
|
|
2017
|
-
const Number$1 = 'number';
|
|
2018
|
-
const Object$1 = 'object';
|
|
2019
|
-
const String$1 = 'string';
|
|
2020
|
-
const Symbol = 'symbol';
|
|
2021
|
-
const Function = 'function';
|
|
2022
|
-
const Getter = 'getter';
|
|
2023
|
-
const Undefined = 'undefined';
|
|
2123
|
+
const Property = 3;
|
|
2124
|
+
const Exception = 4;
|
|
2024
2125
|
|
|
2025
|
-
const
|
|
2026
|
-
return
|
|
2126
|
+
const getNoopRows = () => {
|
|
2127
|
+
return [];
|
|
2027
2128
|
};
|
|
2028
2129
|
|
|
2029
|
-
const
|
|
2030
|
-
const
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2130
|
+
const getScopeExceptionRows = scope => {
|
|
2131
|
+
const {
|
|
2132
|
+
key,
|
|
2133
|
+
value,
|
|
2134
|
+
indent
|
|
2135
|
+
} = scope;
|
|
2136
|
+
return [{
|
|
2137
|
+
type: Exception$1,
|
|
2138
|
+
text: '',
|
|
2139
|
+
expanded: false,
|
|
2140
|
+
key,
|
|
2141
|
+
value,
|
|
2142
|
+
indent,
|
|
2143
|
+
valueType: '',
|
|
2144
|
+
name: '',
|
|
2145
|
+
description: ''
|
|
2146
|
+
}];
|
|
2043
2147
|
};
|
|
2044
2148
|
|
|
2045
|
-
const
|
|
2046
|
-
const
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
return match[1];
|
|
2050
|
-
}
|
|
2051
|
-
return '';
|
|
2052
|
-
};
|
|
2053
|
-
const getDebugPropertyValueLabelArray = property => {
|
|
2054
|
-
if (property.preview) {
|
|
2055
|
-
const innerLabel = getArrayPropertiesPreview(property.preview.properties);
|
|
2056
|
-
const lengthPreview = parseLength(property.description);
|
|
2057
|
-
return `(${lengthPreview}) [` + innerLabel + ']';
|
|
2058
|
-
}
|
|
2059
|
-
return property.description;
|
|
2060
|
-
};
|
|
2149
|
+
const None$1 = 0;
|
|
2150
|
+
const Expanded = 1 << 0;
|
|
2151
|
+
const Collapsed = 1 << 1;
|
|
2152
|
+
const Focused = 1 << 2;
|
|
2061
2153
|
|
|
2062
|
-
const
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2154
|
+
const getScopePropertyRows = scope => {
|
|
2155
|
+
const {
|
|
2156
|
+
indent,
|
|
2157
|
+
key,
|
|
2158
|
+
value,
|
|
2159
|
+
valueType,
|
|
2160
|
+
flags
|
|
2161
|
+
} = scope;
|
|
2162
|
+
return [{
|
|
2163
|
+
type: Property$1,
|
|
2164
|
+
text: '',
|
|
2165
|
+
expanded: Boolean(flags & Expanded),
|
|
2166
|
+
key,
|
|
2167
|
+
value,
|
|
2168
|
+
indent,
|
|
2169
|
+
valueType,
|
|
2170
|
+
name: '',
|
|
2171
|
+
description: ''
|
|
2172
|
+
}];
|
|
2080
2173
|
};
|
|
2081
2174
|
|
|
2082
|
-
const
|
|
2083
|
-
|
|
2175
|
+
const getScopeScopeRows = scope => {
|
|
2176
|
+
const {
|
|
2177
|
+
key,
|
|
2178
|
+
flags
|
|
2179
|
+
} = scope;
|
|
2180
|
+
return [{
|
|
2181
|
+
type: Scope$3,
|
|
2182
|
+
text: '',
|
|
2183
|
+
expanded: Boolean(flags & Expanded),
|
|
2184
|
+
key,
|
|
2185
|
+
value: '',
|
|
2186
|
+
indent: 0,
|
|
2187
|
+
valueType: '',
|
|
2188
|
+
name: '',
|
|
2189
|
+
description: ''
|
|
2190
|
+
}];
|
|
2084
2191
|
};
|
|
2085
2192
|
|
|
2086
|
-
const
|
|
2087
|
-
|
|
2193
|
+
const getScopeThisRows = scope => {
|
|
2194
|
+
const {
|
|
2195
|
+
indent,
|
|
2196
|
+
key,
|
|
2197
|
+
value,
|
|
2198
|
+
valueType
|
|
2199
|
+
} = scope;
|
|
2200
|
+
return [{
|
|
2201
|
+
type: Value,
|
|
2202
|
+
text: '',
|
|
2203
|
+
expanded: false,
|
|
2204
|
+
key,
|
|
2205
|
+
value,
|
|
2206
|
+
indent,
|
|
2207
|
+
valueType,
|
|
2208
|
+
name: '',
|
|
2209
|
+
description: ''
|
|
2210
|
+
}];
|
|
2088
2211
|
};
|
|
2089
2212
|
|
|
2090
|
-
const
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
case
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
return getDebugPropertyValueLabelObject(property);
|
|
2101
|
-
case Undefined:
|
|
2102
|
-
return getDebugPropertyValueLabelString();
|
|
2103
|
-
case String$1:
|
|
2104
|
-
return getDebugPropertyValueLabelString$1(property);
|
|
2105
|
-
case Boolean$1:
|
|
2106
|
-
return getDebugPropertyValueLabelBoolean(property);
|
|
2213
|
+
const getScopeRenderer = type => {
|
|
2214
|
+
switch (type) {
|
|
2215
|
+
case This:
|
|
2216
|
+
return getScopeThisRows;
|
|
2217
|
+
case Exception:
|
|
2218
|
+
return getScopeExceptionRows;
|
|
2219
|
+
case Scope:
|
|
2220
|
+
return getScopeScopeRows;
|
|
2221
|
+
case Property:
|
|
2222
|
+
return getScopePropertyRows;
|
|
2107
2223
|
default:
|
|
2108
|
-
return
|
|
2224
|
+
return getNoopRows;
|
|
2109
2225
|
}
|
|
2110
2226
|
};
|
|
2111
2227
|
|
|
2112
|
-
const
|
|
2113
|
-
|
|
2228
|
+
const getExpandable = valueType => {
|
|
2229
|
+
if (valueType === 'object') {
|
|
2230
|
+
return true;
|
|
2231
|
+
}
|
|
2232
|
+
return false;
|
|
2114
2233
|
};
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
if (
|
|
2118
|
-
|
|
2234
|
+
const getFlags = (isExpanded, isExpandable, isFocused) => {
|
|
2235
|
+
let flags = None$1;
|
|
2236
|
+
if (isExpanded) {
|
|
2237
|
+
flags |= Expanded;
|
|
2238
|
+
} else if (isExpandable) {
|
|
2239
|
+
flags |= Collapsed;
|
|
2119
2240
|
}
|
|
2120
|
-
if (
|
|
2121
|
-
|
|
2241
|
+
if (isFocused) {
|
|
2242
|
+
flags |= Focused;
|
|
2122
2243
|
}
|
|
2123
|
-
|
|
2124
|
-
|
|
2244
|
+
return flags;
|
|
2245
|
+
};
|
|
2246
|
+
const getVisibleScopeItems = (scopeChain, expandedIds, focusedIndex) => {
|
|
2247
|
+
const minLineY = 0;
|
|
2248
|
+
const maxLineY = scopeChain.length;
|
|
2249
|
+
const visible = [];
|
|
2250
|
+
for (let i = minLineY; i < maxLineY; i++) {
|
|
2251
|
+
const element = scopeChain[i];
|
|
2252
|
+
const isExpanded = expandedIds.includes(element.objectId);
|
|
2253
|
+
const isExpandable = getExpandable(element.valueType);
|
|
2254
|
+
const isFocused = i === focusedIndex;
|
|
2255
|
+
const flags = getFlags(isExpanded, isExpandable, isFocused);
|
|
2256
|
+
visible.push({
|
|
2257
|
+
...element,
|
|
2258
|
+
flags
|
|
2259
|
+
});
|
|
2125
2260
|
}
|
|
2126
|
-
return
|
|
2261
|
+
return visible;
|
|
2127
2262
|
};
|
|
2128
2263
|
|
|
2129
|
-
const
|
|
2130
|
-
|
|
2131
|
-
|
|
2264
|
+
const getRunAndDebugVisibleRowsScope = state => {
|
|
2265
|
+
const {
|
|
2266
|
+
scopeChain,
|
|
2267
|
+
scopeExpanded,
|
|
2268
|
+
expandedIds,
|
|
2269
|
+
scopeFocusedIndex,
|
|
2270
|
+
scopeVisible,
|
|
2271
|
+
debugState
|
|
2272
|
+
} = state;
|
|
2273
|
+
if (!scopeVisible) {
|
|
2274
|
+
return [];
|
|
2132
2275
|
}
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
type: Scope$3,
|
|
2141
|
-
key: label,
|
|
2276
|
+
const rows = [];
|
|
2277
|
+
if (scopeExpanded) {
|
|
2278
|
+
rows.push({
|
|
2279
|
+
type: SectionHeading,
|
|
2280
|
+
text: scope(),
|
|
2281
|
+
expanded: true,
|
|
2282
|
+
key: Scope$1,
|
|
2142
2283
|
value: '',
|
|
2284
|
+
indent: 0,
|
|
2143
2285
|
valueType: '',
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
indent: 10
|
|
2286
|
+
name: Scope$2,
|
|
2287
|
+
description: ''
|
|
2147
2288
|
});
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
const
|
|
2152
|
-
|
|
2153
|
-
type: Exception$1,
|
|
2154
|
-
key: 'Exception',
|
|
2155
|
-
value,
|
|
2156
|
-
valueType: '',
|
|
2157
|
-
objectId: scope.object.objectId,
|
|
2158
|
-
indent: 20
|
|
2159
|
-
});
|
|
2289
|
+
if (debugState === Paused) {
|
|
2290
|
+
const visible = getVisibleScopeItems(scopeChain, expandedIds, scopeFocusedIndex);
|
|
2291
|
+
for (const scope of visible) {
|
|
2292
|
+
const renderer = getScopeRenderer(scope.type);
|
|
2293
|
+
rows.push(...renderer(scope));
|
|
2160
2294
|
}
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
type:
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
indent:
|
|
2295
|
+
} else {
|
|
2296
|
+
rows.push({
|
|
2297
|
+
type: Message,
|
|
2298
|
+
text: notPaused(),
|
|
2299
|
+
expanded: false,
|
|
2300
|
+
key: '',
|
|
2301
|
+
value: '',
|
|
2302
|
+
indent: 0,
|
|
2303
|
+
valueType: '',
|
|
2304
|
+
name: '',
|
|
2305
|
+
description: ''
|
|
2169
2306
|
});
|
|
2170
2307
|
}
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
for (const child of children.result.result) {
|
|
2174
|
-
const valueLabel = getDebugPropertyValueLabel(child.value, descriptionLength);
|
|
2175
|
-
elements.push({
|
|
2176
|
-
type: Property$1,
|
|
2177
|
-
key: child.name,
|
|
2178
|
-
value: valueLabel,
|
|
2179
|
-
valueType: getDebugValueType(child),
|
|
2180
|
-
objectId: getDebugValueObjectId(child),
|
|
2181
|
-
indent: 20
|
|
2182
|
-
});
|
|
2183
|
-
}
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
2186
|
-
return elements;
|
|
2187
|
-
};
|
|
2188
|
-
|
|
2189
|
-
const getPausedInfo2 = async (debugId, maxDescriptionLength) => {
|
|
2190
|
-
const callFrames = await getCallStack$1(debugId);
|
|
2191
|
-
const callStack = getCallStack(callFrames);
|
|
2192
|
-
const {
|
|
2193
|
-
reason,
|
|
2194
|
-
data
|
|
2195
|
-
} = await getPausedStatus(debugId);
|
|
2196
|
-
const scripts = await getScripts(debugId);
|
|
2197
|
-
const scriptMap = createScriptMap(scripts);
|
|
2198
|
-
const objectId = callFrames[0].scopeChain[0].object.objectId;
|
|
2199
|
-
const callFrameId = callFrames[0].callFrameId;
|
|
2200
|
-
const properties = await getProperties(debugId, objectId);
|
|
2201
|
-
const thisObject = callFrames[0].this;
|
|
2202
|
-
object(thisObject);
|
|
2203
|
-
const params = {
|
|
2204
|
-
data,
|
|
2205
|
-
reason
|
|
2206
|
-
};
|
|
2207
|
-
const scopeChain = getScopeChain(params, thisObject, callFrames[0].scopeChain, {
|
|
2208
|
-
[objectId]: properties
|
|
2209
|
-
}, maxDescriptionLength);
|
|
2210
|
-
const pausedReason = reason;
|
|
2211
|
-
const pausedMessage = getDebugPausedMessage(reason);
|
|
2212
|
-
return {
|
|
2213
|
-
scopeChain,
|
|
2214
|
-
callStack,
|
|
2215
|
-
pausedReason,
|
|
2216
|
-
pausedMessage,
|
|
2217
|
-
callFrameId,
|
|
2218
|
-
expandedIds: [objectId],
|
|
2219
|
-
scriptMap
|
|
2220
|
-
};
|
|
2221
|
-
};
|
|
2222
|
-
|
|
2223
|
-
const SectionHeading = 1;
|
|
2224
|
-
const Value = 2;
|
|
2225
|
-
const Exception = 3;
|
|
2226
|
-
const Scope$2 = 4;
|
|
2227
|
-
const Property = 5;
|
|
2228
|
-
const Message = 6;
|
|
2229
|
-
const CallStack$2 = 7;
|
|
2230
|
-
const CheckBox$1 = 8;
|
|
2231
|
-
const WatchMessage = 9;
|
|
2232
|
-
const WatchExpression = 10;
|
|
2233
|
-
const InputField = 11;
|
|
2234
|
-
|
|
2235
|
-
const Scope$1 = 'Scope';
|
|
2236
|
-
const CallStack$1 = 'CallStack';
|
|
2237
|
-
const Watch$1 = 'Watch';
|
|
2238
|
-
const BreakPoints$1 = 'BreakPoints';
|
|
2239
|
-
|
|
2240
|
-
const BreakPoints = 'breakpoints';
|
|
2241
|
-
const CallStack = 'callstack';
|
|
2242
|
-
const Scope = 'scope';
|
|
2243
|
-
const Watch = 'watch';
|
|
2244
|
-
|
|
2245
|
-
const AddWatchExpression = 'AddWatchExpression';
|
|
2246
|
-
const WatchExpressionInput = 'WatchExpressionInput';
|
|
2247
|
-
const DebugPause$1 = 'DebugPause';
|
|
2248
|
-
const DebugRestart$1 = 'DebugRestart';
|
|
2249
|
-
const DebugResume = 'DebugResume';
|
|
2250
|
-
const DebugStepInto$1 = 'DebugStepInto';
|
|
2251
|
-
const DebugStepOut$1 = 'DebugStepOut';
|
|
2252
|
-
const DebugStepOver$1 = 'DebugStepOver';
|
|
2253
|
-
const DebugStop$1 = 'DebugStop';
|
|
2254
|
-
const PauseOnExceptions = 'PauseOnExceptions';
|
|
2255
|
-
const PauseOnUncaughtExceptions = 'PauseOnUncaughtExceptions';
|
|
2256
|
-
const RefreshWatchExpressions = 'RefreshWatchExpressions';
|
|
2257
|
-
|
|
2258
|
-
const getRunAndDebugVisibleRowsBreakPoints = state => {
|
|
2259
|
-
const {
|
|
2260
|
-
breakPointsExpanded,
|
|
2261
|
-
exceptionBreakPoints,
|
|
2262
|
-
breakPointsVisible
|
|
2263
|
-
} = state;
|
|
2264
|
-
if (!breakPointsVisible) {
|
|
2265
|
-
return [];
|
|
2266
|
-
}
|
|
2267
|
-
if (breakPointsExpanded) {
|
|
2268
|
-
return [{
|
|
2308
|
+
} else {
|
|
2309
|
+
rows.push({
|
|
2269
2310
|
type: SectionHeading,
|
|
2270
|
-
text:
|
|
2271
|
-
expanded:
|
|
2272
|
-
key:
|
|
2273
|
-
value: '',
|
|
2274
|
-
indent: 0,
|
|
2275
|
-
valueType: '',
|
|
2276
|
-
name: BreakPoints$1,
|
|
2277
|
-
description: ''
|
|
2278
|
-
}, {
|
|
2279
|
-
type: CheckBox$1,
|
|
2280
|
-
text: pauseOnExceptions(),
|
|
2281
|
-
expanded: exceptionBreakPoints === All,
|
|
2282
|
-
key: '',
|
|
2311
|
+
text: scope(),
|
|
2312
|
+
expanded: false,
|
|
2313
|
+
key: Scope$1,
|
|
2283
2314
|
value: '',
|
|
2284
2315
|
indent: 0,
|
|
2285
2316
|
valueType: '',
|
|
2286
|
-
name:
|
|
2317
|
+
name: Scope$2,
|
|
2287
2318
|
description: ''
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2319
|
+
});
|
|
2320
|
+
}
|
|
2321
|
+
return rows;
|
|
2322
|
+
};
|
|
2323
|
+
|
|
2324
|
+
const formatValue = value => {
|
|
2325
|
+
return value === null || value === undefined ? '' : String(value);
|
|
2326
|
+
};
|
|
2327
|
+
const renderWatchExpression$1 = (expression, value, isEditing, index) => {
|
|
2328
|
+
if (isEditing) {
|
|
2329
|
+
return {
|
|
2330
|
+
type: InputField,
|
|
2331
|
+
text: '',
|
|
2332
|
+
expanded: false,
|
|
2333
|
+
key: 'new-watch-expression',
|
|
2293
2334
|
value: '',
|
|
2294
2335
|
indent: 0,
|
|
2295
2336
|
valueType: '',
|
|
2296
|
-
name:
|
|
2297
|
-
description: ''
|
|
2298
|
-
|
|
2337
|
+
name: WatchExpressionInput,
|
|
2338
|
+
description: '',
|
|
2339
|
+
index
|
|
2340
|
+
};
|
|
2299
2341
|
}
|
|
2300
|
-
return
|
|
2301
|
-
type:
|
|
2302
|
-
text:
|
|
2303
|
-
expanded:
|
|
2304
|
-
key:
|
|
2305
|
-
value:
|
|
2342
|
+
return {
|
|
2343
|
+
type: WatchExpression,
|
|
2344
|
+
text: expression,
|
|
2345
|
+
expanded: false,
|
|
2346
|
+
key: expression,
|
|
2347
|
+
value: formatValue(value),
|
|
2306
2348
|
indent: 0,
|
|
2307
2349
|
valueType: '',
|
|
2308
|
-
name:
|
|
2309
|
-
description: ''
|
|
2310
|
-
|
|
2311
|
-
};
|
|
2312
|
-
|
|
2313
|
-
const formatLocation = (url, rowIndex, columnIndex) => {
|
|
2314
|
-
const lastSlashIndex = url.lastIndexOf('/');
|
|
2315
|
-
const adjustedRowIndex = rowIndex + 1;
|
|
2316
|
-
if (lastSlashIndex === -1) {
|
|
2317
|
-
return `${url}:${adjustedRowIndex}`;
|
|
2318
|
-
}
|
|
2319
|
-
const part = url.slice(lastSlashIndex + 1);
|
|
2320
|
-
return `${part}:${adjustedRowIndex}`;
|
|
2321
|
-
};
|
|
2322
|
-
|
|
2323
|
-
const unknownScript = {
|
|
2324
|
-
url: 'unknown'
|
|
2350
|
+
name: '',
|
|
2351
|
+
description: '',
|
|
2352
|
+
index
|
|
2353
|
+
};
|
|
2325
2354
|
};
|
|
2326
|
-
const
|
|
2327
|
-
const {
|
|
2328
|
-
callStack: callStack$1,
|
|
2329
|
-
callStackExpanded,
|
|
2330
|
-
parsedScripts,
|
|
2331
|
-
callStackVisible
|
|
2332
|
-
} = state;
|
|
2333
|
-
if (!callStackVisible) {
|
|
2334
|
-
return [];
|
|
2335
|
-
}
|
|
2355
|
+
const getRunAndDebugVisibleRowsWatchContent = watchExpressions => {
|
|
2336
2356
|
const rows = [];
|
|
2337
|
-
if (
|
|
2338
|
-
rows.push({
|
|
2339
|
-
type: SectionHeading,
|
|
2340
|
-
text: callStack(),
|
|
2341
|
-
expanded: true,
|
|
2342
|
-
key: CallStack,
|
|
2343
|
-
value: '',
|
|
2344
|
-
indent: 0,
|
|
2345
|
-
valueType: '',
|
|
2346
|
-
name: CallStack$1,
|
|
2347
|
-
description: ''
|
|
2348
|
-
});
|
|
2349
|
-
if (callStack$1.length === 0) {
|
|
2350
|
-
rows.push({
|
|
2351
|
-
type: Message,
|
|
2352
|
-
text: notPaused(),
|
|
2353
|
-
expanded: false,
|
|
2354
|
-
key: '',
|
|
2355
|
-
value: '',
|
|
2356
|
-
indent: 0,
|
|
2357
|
-
valueType: '',
|
|
2358
|
-
name: '',
|
|
2359
|
-
description: ''
|
|
2360
|
-
});
|
|
2361
|
-
} else {
|
|
2362
|
-
for (const item of callStack$1) {
|
|
2363
|
-
const {
|
|
2364
|
-
scriptId,
|
|
2365
|
-
lineNumber} = item.location;
|
|
2366
|
-
const script = parsedScripts[scriptId] || unknownScript;
|
|
2367
|
-
const description = formatLocation(script.url, lineNumber);
|
|
2368
|
-
const hasArrow = item === callStack$1[0];
|
|
2369
|
-
rows.push({
|
|
2370
|
-
type: CallStack$2,
|
|
2371
|
-
text: item.functionName,
|
|
2372
|
-
expanded: false,
|
|
2373
|
-
key: CallStack,
|
|
2374
|
-
value: '',
|
|
2375
|
-
indent: 0,
|
|
2376
|
-
valueType: '',
|
|
2377
|
-
name: '',
|
|
2378
|
-
description,
|
|
2379
|
-
hasArrow,
|
|
2380
|
-
index: callStack$1.indexOf(item) // TODO use for loop
|
|
2381
|
-
});
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
} else {
|
|
2357
|
+
if (watchExpressions.length === 0) {
|
|
2385
2358
|
rows.push({
|
|
2386
|
-
type:
|
|
2387
|
-
text:
|
|
2359
|
+
type: WatchMessage,
|
|
2360
|
+
text: noWatchExpression(),
|
|
2388
2361
|
expanded: false,
|
|
2389
2362
|
key: '',
|
|
2390
2363
|
value: '',
|
|
2391
2364
|
indent: 0,
|
|
2392
2365
|
valueType: '',
|
|
2393
|
-
name:
|
|
2366
|
+
name: '',
|
|
2394
2367
|
description: ''
|
|
2395
2368
|
});
|
|
2369
|
+
} else {
|
|
2370
|
+
for (const watchExpression of watchExpressions) {
|
|
2371
|
+
// TODO simplify index
|
|
2372
|
+
const index = watchExpressions.indexOf(watchExpression);
|
|
2373
|
+
rows.push(renderWatchExpression$1(watchExpression.expression, watchExpression.value, watchExpression.isEditing || false, index));
|
|
2374
|
+
}
|
|
2396
2375
|
}
|
|
2397
2376
|
return rows;
|
|
2398
2377
|
};
|
|
2399
2378
|
|
|
2400
|
-
const
|
|
2401
|
-
|
|
2379
|
+
const getWatchActions = watchExpanded => {
|
|
2380
|
+
if (!watchExpanded) {
|
|
2381
|
+
return [];
|
|
2382
|
+
}
|
|
2383
|
+
return [{
|
|
2384
|
+
id: AddWatchExpression,
|
|
2385
|
+
title: 'Add new watch expression',
|
|
2386
|
+
icon: '+'
|
|
2387
|
+
}, {
|
|
2388
|
+
id: RefreshWatchExpressions,
|
|
2389
|
+
title: 'Refresh watch expressions',
|
|
2390
|
+
icon: '↻'
|
|
2391
|
+
}];
|
|
2402
2392
|
};
|
|
2403
2393
|
|
|
2404
|
-
const
|
|
2394
|
+
const getRunAndDebugVisibleRowsWatch = state => {
|
|
2405
2395
|
const {
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
} =
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2396
|
+
watchExpanded,
|
|
2397
|
+
watchExpressions,
|
|
2398
|
+
watchVisible
|
|
2399
|
+
} = state;
|
|
2400
|
+
if (!watchVisible) {
|
|
2401
|
+
return [];
|
|
2402
|
+
}
|
|
2403
|
+
const rows = [{
|
|
2404
|
+
type: SectionHeading,
|
|
2405
|
+
text: watch(),
|
|
2406
|
+
expanded: watchExpanded,
|
|
2407
|
+
key: Watch,
|
|
2408
|
+
value: '',
|
|
2409
|
+
indent: 0,
|
|
2417
2410
|
valueType: '',
|
|
2418
|
-
name:
|
|
2419
|
-
description: ''
|
|
2411
|
+
name: Watch$1,
|
|
2412
|
+
description: '',
|
|
2413
|
+
actions: getWatchActions(watchExpanded)
|
|
2420
2414
|
}];
|
|
2415
|
+
if (watchExpanded) {
|
|
2416
|
+
rows.push(...getRunAndDebugVisibleRowsWatchContent(watchExpressions));
|
|
2417
|
+
}
|
|
2418
|
+
return rows;
|
|
2421
2419
|
};
|
|
2422
2420
|
|
|
2423
|
-
const
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2421
|
+
const getRunAndDebugVisibleRows = state => {
|
|
2422
|
+
if (state.debugState === Unavailable) {
|
|
2423
|
+
return [{
|
|
2424
|
+
type: Message,
|
|
2425
|
+
text: noScriptRunning(),
|
|
2426
|
+
expanded: false,
|
|
2427
|
+
key: 'no-script-running',
|
|
2428
|
+
value: '',
|
|
2429
|
+
indent: 0,
|
|
2430
|
+
valueType: '',
|
|
2431
|
+
name: '',
|
|
2432
|
+
description: ''
|
|
2433
|
+
}];
|
|
2434
|
+
}
|
|
2435
|
+
return [...getRunAndDebugVisibleRowsWatch(state), ...getRunAndDebugVisibleRowsBreakPoints(state), ...getRunAndDebugVisibleRowsScope(state), ...getRunAndDebugVisibleRowsCallStack(state)];
|
|
2436
|
+
};
|
|
2427
2437
|
|
|
2428
|
-
const
|
|
2438
|
+
const getSectionIndex = (state, name) => {
|
|
2439
|
+
const rows = getRunAndDebugVisibleRows(state);
|
|
2440
|
+
return rows.findIndex(row => row.type === SectionHeading && row.name === name);
|
|
2441
|
+
};
|
|
2442
|
+
|
|
2443
|
+
const updateVisibleRows = state => {
|
|
2444
|
+
const visibleRows = getRunAndDebugVisibleRows(state);
|
|
2445
|
+
return {
|
|
2446
|
+
...state,
|
|
2447
|
+
visibleRows
|
|
2448
|
+
};
|
|
2449
|
+
};
|
|
2450
|
+
|
|
2451
|
+
const handleClickSectionBreakPoints = state => {
|
|
2429
2452
|
const {
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
expanded: Boolean(flags & Expanded),
|
|
2440
|
-
key,
|
|
2441
|
-
value,
|
|
2442
|
-
indent,
|
|
2443
|
-
valueType,
|
|
2444
|
-
name: '',
|
|
2445
|
-
description: ''
|
|
2446
|
-
}];
|
|
2453
|
+
breakPointsExpanded
|
|
2454
|
+
} = state;
|
|
2455
|
+
const newState = {
|
|
2456
|
+
...state,
|
|
2457
|
+
breakPointsExpanded: !breakPointsExpanded,
|
|
2458
|
+
selectedIndex: getSectionIndex(state, BreakPoints$1),
|
|
2459
|
+
focus: FocusDebugRow
|
|
2460
|
+
};
|
|
2461
|
+
return updateVisibleRows(newState);
|
|
2447
2462
|
};
|
|
2448
2463
|
|
|
2449
|
-
const
|
|
2464
|
+
const handleClickSectionCallstack = state => {
|
|
2450
2465
|
const {
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
indent: 0,
|
|
2461
|
-
valueType: '',
|
|
2462
|
-
name: '',
|
|
2463
|
-
description: ''
|
|
2464
|
-
}];
|
|
2466
|
+
callStackExpanded
|
|
2467
|
+
} = state;
|
|
2468
|
+
const newState = {
|
|
2469
|
+
...state,
|
|
2470
|
+
callStackExpanded: !callStackExpanded,
|
|
2471
|
+
selectedIndex: getSectionIndex(state, CallStack$1),
|
|
2472
|
+
focus: FocusDebugRow
|
|
2473
|
+
};
|
|
2474
|
+
return updateVisibleRows(newState);
|
|
2465
2475
|
};
|
|
2466
2476
|
|
|
2467
|
-
const
|
|
2477
|
+
const handleClickSectionScope = state => {
|
|
2468
2478
|
const {
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
key,
|
|
2479
|
-
value,
|
|
2480
|
-
indent,
|
|
2481
|
-
valueType,
|
|
2482
|
-
name: '',
|
|
2483
|
-
description: ''
|
|
2484
|
-
}];
|
|
2479
|
+
scopeExpanded
|
|
2480
|
+
} = state;
|
|
2481
|
+
const newState = {
|
|
2482
|
+
...state,
|
|
2483
|
+
scopeExpanded: !scopeExpanded,
|
|
2484
|
+
selectedIndex: getSectionIndex(state, Scope$2),
|
|
2485
|
+
focus: FocusDebugRow
|
|
2486
|
+
};
|
|
2487
|
+
return updateVisibleRows(newState);
|
|
2485
2488
|
};
|
|
2486
2489
|
|
|
2487
|
-
const
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2490
|
+
const handleClickSectionUnkown = state => {
|
|
2491
|
+
// For unknown section IDs, return the state unchanged
|
|
2492
|
+
return state;
|
|
2493
|
+
};
|
|
2494
|
+
|
|
2495
|
+
const handleClickSectionWatch = state => {
|
|
2496
|
+
const {
|
|
2497
|
+
watchExpanded
|
|
2498
|
+
} = state;
|
|
2499
|
+
const newState = {
|
|
2500
|
+
...state,
|
|
2501
|
+
watchExpanded: !watchExpanded,
|
|
2502
|
+
selectedIndex: getSectionIndex(state, Watch$1),
|
|
2503
|
+
focus: FocusDebugRow
|
|
2504
|
+
};
|
|
2505
|
+
return updateVisibleRows(newState);
|
|
2506
|
+
};
|
|
2507
|
+
|
|
2508
|
+
const getSectionClickHandler = id => {
|
|
2509
|
+
switch (id) {
|
|
2510
|
+
case Watch:
|
|
2511
|
+
return handleClickSectionWatch;
|
|
2512
|
+
case BreakPoints:
|
|
2513
|
+
return handleClickSectionBreakPoints;
|
|
2514
|
+
case Scope$1:
|
|
2515
|
+
return handleClickSectionScope;
|
|
2516
|
+
case CallStack:
|
|
2517
|
+
return handleClickSectionCallstack;
|
|
2497
2518
|
default:
|
|
2498
|
-
return
|
|
2519
|
+
return handleClickSectionUnkown;
|
|
2499
2520
|
}
|
|
2500
2521
|
};
|
|
2501
2522
|
|
|
2502
|
-
const
|
|
2503
|
-
|
|
2504
|
-
|
|
2523
|
+
const handleArrowLeft = async state => {
|
|
2524
|
+
const {
|
|
2525
|
+
selectedIndex
|
|
2526
|
+
} = state;
|
|
2527
|
+
const rows = getRunAndDebugVisibleRows(state);
|
|
2528
|
+
const row = rows[selectedIndex];
|
|
2529
|
+
if (row && row.type === SectionHeading && row.expanded) {
|
|
2530
|
+
const clickHandler = getSectionClickHandler(row.key);
|
|
2531
|
+
return clickHandler(state);
|
|
2505
2532
|
}
|
|
2506
|
-
return
|
|
2533
|
+
return state;
|
|
2507
2534
|
};
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2535
|
+
|
|
2536
|
+
const handleArrowRight = async state => {
|
|
2537
|
+
const {
|
|
2538
|
+
selectedIndex
|
|
2539
|
+
} = state;
|
|
2540
|
+
const rows = getRunAndDebugVisibleRows(state);
|
|
2541
|
+
const row = rows[selectedIndex];
|
|
2542
|
+
if (row && row.type === SectionHeading && !row.expanded) {
|
|
2543
|
+
const clickHandler = getSectionClickHandler(row.key);
|
|
2544
|
+
return clickHandler(state);
|
|
2514
2545
|
}
|
|
2515
|
-
|
|
2516
|
-
|
|
2546
|
+
return state;
|
|
2547
|
+
};
|
|
2548
|
+
|
|
2549
|
+
const createScriptMap = scripts => {
|
|
2550
|
+
const parsedScripts = Object.create(null);
|
|
2551
|
+
for (const script of scripts) {
|
|
2552
|
+
parsedScripts[script.scriptId] = script;
|
|
2517
2553
|
}
|
|
2518
|
-
return
|
|
2554
|
+
return parsedScripts;
|
|
2519
2555
|
};
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
const
|
|
2524
|
-
for (
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
const flags = getFlags(isExpanded, isExpandable, isFocused);
|
|
2530
|
-
visible.push({
|
|
2531
|
-
...element,
|
|
2532
|
-
flags
|
|
2556
|
+
|
|
2557
|
+
const getCallStack = callFrames => {
|
|
2558
|
+
array(callFrames);
|
|
2559
|
+
const callStack = [];
|
|
2560
|
+
for (const callFrame of callFrames) {
|
|
2561
|
+
callStack.push({
|
|
2562
|
+
functionName: callFrame.functionName || '(anonymous)',
|
|
2563
|
+
functionLocation: callFrame.functionLocation,
|
|
2564
|
+
location: callFrame.location
|
|
2533
2565
|
});
|
|
2534
2566
|
}
|
|
2535
|
-
return
|
|
2567
|
+
return callStack;
|
|
2536
2568
|
};
|
|
2537
2569
|
|
|
2538
|
-
const
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
} = state;
|
|
2547
|
-
if (!scopeVisible) {
|
|
2548
|
-
return [];
|
|
2570
|
+
const getDebugPausedMessage = reason => {
|
|
2571
|
+
switch (reason) {
|
|
2572
|
+
case Other:
|
|
2573
|
+
return debuggerPaused();
|
|
2574
|
+
case Exception$2:
|
|
2575
|
+
return debuggerPausedOnException();
|
|
2576
|
+
default:
|
|
2577
|
+
return `Debugger paused (${reason})`;
|
|
2549
2578
|
}
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2579
|
+
};
|
|
2580
|
+
|
|
2581
|
+
const NewLine = '\n';
|
|
2582
|
+
const Space = ' ';
|
|
2583
|
+
|
|
2584
|
+
const Local = 'local';
|
|
2585
|
+
const Closure = 'closure';
|
|
2586
|
+
const Global = 'global';
|
|
2587
|
+
const Catch = 'catch';
|
|
2588
|
+
const Eval = 'eval';
|
|
2589
|
+
const Block = 'block';
|
|
2590
|
+
const Script = 'script';
|
|
2591
|
+
const With = 'with';
|
|
2592
|
+
const Module = 'module';
|
|
2593
|
+
const WasmExpressionStack = 'wasm-expression-stack';
|
|
2594
|
+
|
|
2595
|
+
const getScopeLabel = element => {
|
|
2596
|
+
switch (element.type) {
|
|
2597
|
+
case Local:
|
|
2598
|
+
return local();
|
|
2599
|
+
case Closure:
|
|
2600
|
+
if (element.name) {
|
|
2601
|
+
return namedClosure(element.name);
|
|
2568
2602
|
}
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
value: '',
|
|
2589
|
-
indent: 0,
|
|
2590
|
-
valueType: '',
|
|
2591
|
-
name: Scope$1,
|
|
2592
|
-
description: ''
|
|
2593
|
-
});
|
|
2603
|
+
return closure();
|
|
2604
|
+
case Global:
|
|
2605
|
+
return global();
|
|
2606
|
+
case Block:
|
|
2607
|
+
return block();
|
|
2608
|
+
case WasmExpressionStack:
|
|
2609
|
+
return expression();
|
|
2610
|
+
case Module:
|
|
2611
|
+
return module2();
|
|
2612
|
+
case Eval:
|
|
2613
|
+
return evalScope();
|
|
2614
|
+
case Script:
|
|
2615
|
+
return script();
|
|
2616
|
+
case With:
|
|
2617
|
+
return withScope();
|
|
2618
|
+
case Catch:
|
|
2619
|
+
return catchScope();
|
|
2620
|
+
default:
|
|
2621
|
+
return element.type;
|
|
2594
2622
|
}
|
|
2595
|
-
return rows;
|
|
2596
2623
|
};
|
|
2597
2624
|
|
|
2598
|
-
const
|
|
2599
|
-
|
|
2625
|
+
const Boolean$1 = 'boolean';
|
|
2626
|
+
const None = '';
|
|
2627
|
+
const Number$1 = 'number';
|
|
2628
|
+
const Object$1 = 'object';
|
|
2629
|
+
const String$1 = 'string';
|
|
2630
|
+
const Symbol = 'symbol';
|
|
2631
|
+
const Function = 'function';
|
|
2632
|
+
const Getter = 'getter';
|
|
2633
|
+
const Undefined = 'undefined';
|
|
2634
|
+
|
|
2635
|
+
const getDebugPropertyValueLabelBoolean = property => {
|
|
2636
|
+
return `${property.value}`;
|
|
2600
2637
|
};
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
expanded: false,
|
|
2607
|
-
key: 'new-watch-expression',
|
|
2608
|
-
value: '',
|
|
2609
|
-
indent: 0,
|
|
2610
|
-
valueType: '',
|
|
2611
|
-
name: WatchExpressionInput,
|
|
2612
|
-
description: '',
|
|
2613
|
-
index
|
|
2614
|
-
};
|
|
2638
|
+
|
|
2639
|
+
const getDebugPropertyValueLabelCommon = (property, maxDescriptionLength) => {
|
|
2640
|
+
const description = property.description;
|
|
2641
|
+
if (description && description.length > maxDescriptionLength) {
|
|
2642
|
+
return description.slice(0, Math.max(0, maxDescriptionLength)) + '...';
|
|
2615
2643
|
}
|
|
2616
|
-
return
|
|
2617
|
-
type: WatchExpression,
|
|
2618
|
-
text: expression,
|
|
2619
|
-
expanded: false,
|
|
2620
|
-
key: expression,
|
|
2621
|
-
value: formatValue(value),
|
|
2622
|
-
indent: 0,
|
|
2623
|
-
valueType: '',
|
|
2624
|
-
name: '',
|
|
2625
|
-
description: '',
|
|
2626
|
-
index
|
|
2627
|
-
};
|
|
2644
|
+
return description;
|
|
2628
2645
|
};
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2646
|
+
|
|
2647
|
+
const getArrayPropertyPreview = item => {
|
|
2648
|
+
return `"${item.value}"`;
|
|
2649
|
+
};
|
|
2650
|
+
const getArrayPropertiesPreview = properties => {
|
|
2651
|
+
const formattedItems = properties.map(getArrayPropertyPreview);
|
|
2652
|
+
return formattedItems.join(', ');
|
|
2653
|
+
};
|
|
2654
|
+
|
|
2655
|
+
const RE_ARRAY_DESCRIPTION = /\((\d+)\)/;
|
|
2656
|
+
const parseLength = description => {
|
|
2657
|
+
const match = RE_ARRAY_DESCRIPTION.exec(description);
|
|
2658
|
+
if (match) {
|
|
2659
|
+
return match[1];
|
|
2660
|
+
}
|
|
2661
|
+
return '';
|
|
2662
|
+
};
|
|
2663
|
+
const getDebugPropertyValueLabelArray = property => {
|
|
2664
|
+
if (property.preview) {
|
|
2665
|
+
const innerLabel = getArrayPropertiesPreview(property.preview.properties);
|
|
2666
|
+
const lengthPreview = parseLength(property.description);
|
|
2667
|
+
return `(${lengthPreview}) [` + innerLabel + ']';
|
|
2668
|
+
}
|
|
2669
|
+
return property.description;
|
|
2670
|
+
};
|
|
2671
|
+
|
|
2672
|
+
const getInnerPreview = inner => {
|
|
2673
|
+
if (inner.type === 'string') {
|
|
2674
|
+
return `${inner.name}:'${inner.value}'`;
|
|
2675
|
+
}
|
|
2676
|
+
return `${inner.name}:${inner.value}`;
|
|
2677
|
+
};
|
|
2678
|
+
const getDebugPropertyValueLabelObject = property => {
|
|
2679
|
+
if (property.subtype === 'array') {
|
|
2680
|
+
return getDebugPropertyValueLabelArray(property);
|
|
2681
|
+
}
|
|
2682
|
+
if (property.preview) {
|
|
2683
|
+
const inner = property.preview.properties.map(getInnerPreview).join(',');
|
|
2684
|
+
if (property.preview.description !== 'Object') {
|
|
2685
|
+
return `${property.preview.description} {${inner}}`;
|
|
2648
2686
|
}
|
|
2687
|
+
return `{${inner}}`;
|
|
2649
2688
|
}
|
|
2650
|
-
return
|
|
2689
|
+
return property.description;
|
|
2651
2690
|
};
|
|
2652
2691
|
|
|
2653
|
-
const
|
|
2654
|
-
|
|
2655
|
-
|
|
2692
|
+
const getDebugPropertyValueLabelString$1 = property => {
|
|
2693
|
+
return `"${property.value}"`;
|
|
2694
|
+
};
|
|
2695
|
+
|
|
2696
|
+
const getDebugPropertyValueLabelString = property => {
|
|
2697
|
+
return 'undefined';
|
|
2698
|
+
};
|
|
2699
|
+
|
|
2700
|
+
const getDebugPropertyValueLabel = (property, maxDescriptionLength) => {
|
|
2701
|
+
if (!property) {
|
|
2702
|
+
return 'n/a';
|
|
2656
2703
|
}
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2704
|
+
switch (property.type) {
|
|
2705
|
+
case Number$1:
|
|
2706
|
+
case Symbol:
|
|
2707
|
+
case Function:
|
|
2708
|
+
return getDebugPropertyValueLabelCommon(property, maxDescriptionLength);
|
|
2709
|
+
case Object$1:
|
|
2710
|
+
return getDebugPropertyValueLabelObject(property);
|
|
2711
|
+
case Undefined:
|
|
2712
|
+
return getDebugPropertyValueLabelString();
|
|
2713
|
+
case String$1:
|
|
2714
|
+
return getDebugPropertyValueLabelString$1(property);
|
|
2715
|
+
case Boolean$1:
|
|
2716
|
+
return getDebugPropertyValueLabelBoolean(property);
|
|
2717
|
+
default:
|
|
2718
|
+
return `${JSON.stringify(property)}`;
|
|
2719
|
+
}
|
|
2720
|
+
};
|
|
2721
|
+
|
|
2722
|
+
const getDebugValueObjectId = child => {
|
|
2723
|
+
return child.object?.objectId || child.value?.objectId || '';
|
|
2666
2724
|
};
|
|
2667
2725
|
|
|
2668
|
-
const
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
watchExpressions,
|
|
2672
|
-
watchVisible
|
|
2673
|
-
} = state;
|
|
2674
|
-
if (!watchVisible) {
|
|
2675
|
-
return [];
|
|
2726
|
+
const getDebugValueType = child => {
|
|
2727
|
+
if (!child) {
|
|
2728
|
+
return None;
|
|
2676
2729
|
}
|
|
2677
|
-
|
|
2678
|
-
type
|
|
2679
|
-
text: watch(),
|
|
2680
|
-
expanded: watchExpanded,
|
|
2681
|
-
key: Watch,
|
|
2682
|
-
value: '',
|
|
2683
|
-
indent: 0,
|
|
2684
|
-
valueType: '',
|
|
2685
|
-
name: Watch$1,
|
|
2686
|
-
description: '',
|
|
2687
|
-
actions: getWatchActions(watchExpanded)
|
|
2688
|
-
}];
|
|
2689
|
-
if (watchExpanded) {
|
|
2690
|
-
rows.push(...getRunAndDebugVisibleRowsWatchContent(watchExpressions));
|
|
2730
|
+
if (child.value && child.value.type) {
|
|
2731
|
+
return child.value.type;
|
|
2691
2732
|
}
|
|
2692
|
-
|
|
2733
|
+
if (child.get) {
|
|
2734
|
+
return Getter;
|
|
2735
|
+
}
|
|
2736
|
+
return None;
|
|
2693
2737
|
};
|
|
2694
2738
|
|
|
2695
|
-
const
|
|
2696
|
-
if (
|
|
2697
|
-
return
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2739
|
+
const getDescriptionValueLabel = params => {
|
|
2740
|
+
if (params.data && params.data.description) {
|
|
2741
|
+
return params.data.description.replaceAll(NewLine, Space);
|
|
2742
|
+
}
|
|
2743
|
+
return `${params.data.value}`;
|
|
2744
|
+
};
|
|
2745
|
+
const getScopeChain = (params, thisObject, scopeChain, knownProperties, descriptionLength) => {
|
|
2746
|
+
const elements = [];
|
|
2747
|
+
for (const scope of scopeChain) {
|
|
2748
|
+
const label = getScopeLabel(scope);
|
|
2749
|
+
elements.push({
|
|
2750
|
+
type: Scope,
|
|
2751
|
+
key: label,
|
|
2702
2752
|
value: '',
|
|
2703
|
-
indent: 0,
|
|
2704
2753
|
valueType: '',
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2754
|
+
label,
|
|
2755
|
+
objectId: scope.object.objectId,
|
|
2756
|
+
indent: 10
|
|
2757
|
+
});
|
|
2758
|
+
// if(params.reason)
|
|
2759
|
+
if (scope.type === Local) {
|
|
2760
|
+
if (params.reason === Exception$2) {
|
|
2761
|
+
const value = getDescriptionValueLabel(params);
|
|
2762
|
+
elements.push({
|
|
2763
|
+
type: Exception,
|
|
2764
|
+
key: 'Exception',
|
|
2765
|
+
value,
|
|
2766
|
+
valueType: '',
|
|
2767
|
+
objectId: scope.object.objectId,
|
|
2768
|
+
indent: 20
|
|
2769
|
+
});
|
|
2770
|
+
}
|
|
2771
|
+
const valueLabel = getDebugPropertyValueLabel(thisObject, descriptionLength);
|
|
2772
|
+
elements.push({
|
|
2773
|
+
type: This,
|
|
2774
|
+
key: 'this',
|
|
2775
|
+
value: valueLabel,
|
|
2776
|
+
valueType: thisObject.type,
|
|
2777
|
+
objectId: '',
|
|
2778
|
+
indent: 20
|
|
2779
|
+
});
|
|
2780
|
+
}
|
|
2781
|
+
const children = knownProperties[scope.object.objectId];
|
|
2782
|
+
if (children) {
|
|
2783
|
+
for (const child of children.result.result) {
|
|
2784
|
+
const valueLabel = getDebugPropertyValueLabel(child.value, descriptionLength);
|
|
2785
|
+
elements.push({
|
|
2786
|
+
type: Property,
|
|
2787
|
+
key: child.name,
|
|
2788
|
+
value: valueLabel,
|
|
2789
|
+
valueType: getDebugValueType(child),
|
|
2790
|
+
objectId: getDebugValueObjectId(child),
|
|
2791
|
+
indent: 20
|
|
2792
|
+
});
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2708
2795
|
}
|
|
2709
|
-
return
|
|
2796
|
+
return elements;
|
|
2710
2797
|
};
|
|
2711
2798
|
|
|
2712
|
-
const
|
|
2713
|
-
const
|
|
2799
|
+
const getPausedInfo2 = async (debugId, maxDescriptionLength) => {
|
|
2800
|
+
const callFrames = await getCallStack$1(debugId);
|
|
2801
|
+
const callStack = getCallStack(callFrames);
|
|
2802
|
+
const {
|
|
2803
|
+
reason,
|
|
2804
|
+
data
|
|
2805
|
+
} = await getPausedStatus(debugId);
|
|
2806
|
+
const scripts = await getScripts(debugId);
|
|
2807
|
+
const scriptMap = createScriptMap(scripts);
|
|
2808
|
+
const objectId = callFrames[0].scopeChain[0].object.objectId;
|
|
2809
|
+
const callFrameId = callFrames[0].callFrameId;
|
|
2810
|
+
const properties = await getProperties(debugId, objectId);
|
|
2811
|
+
const thisObject = callFrames[0].this;
|
|
2812
|
+
object(thisObject);
|
|
2813
|
+
const params = {
|
|
2814
|
+
data,
|
|
2815
|
+
reason
|
|
2816
|
+
};
|
|
2817
|
+
const scopeChain = getScopeChain(params, thisObject, callFrames[0].scopeChain, {
|
|
2818
|
+
[objectId]: properties
|
|
2819
|
+
}, maxDescriptionLength);
|
|
2820
|
+
const pausedReason = reason;
|
|
2821
|
+
const pausedMessage = getDebugPausedMessage(reason);
|
|
2714
2822
|
return {
|
|
2715
|
-
|
|
2716
|
-
|
|
2823
|
+
scopeChain,
|
|
2824
|
+
callStack,
|
|
2825
|
+
pausedReason,
|
|
2826
|
+
pausedMessage,
|
|
2827
|
+
callFrameId,
|
|
2828
|
+
expandedIds: [objectId],
|
|
2829
|
+
scriptMap
|
|
2717
2830
|
};
|
|
2718
2831
|
};
|
|
2719
2832
|
|
|
@@ -2955,7 +3068,8 @@ const collapseScopeChain = (state, expandedIds, scopeChain, element, index) => {
|
|
|
2955
3068
|
expandedIds: newExpandedIds,
|
|
2956
3069
|
scopeChain: newScopeChain,
|
|
2957
3070
|
scopeFocusedIndex: index,
|
|
2958
|
-
cache: newCache
|
|
3071
|
+
cache: newCache,
|
|
3072
|
+
focus: FocusDebugRow
|
|
2959
3073
|
};
|
|
2960
3074
|
return updateVisibleRows(newState);
|
|
2961
3075
|
};
|
|
@@ -2969,7 +3083,7 @@ const getInnerChildScopeChain = async (cache, debugId, objectId, indent, maxDesc
|
|
|
2969
3083
|
for (const child of childScopes.result.result) {
|
|
2970
3084
|
const valueLabel = getDebugPropertyValueLabel(child.value || child.get || {}, maxDescriptionLength);
|
|
2971
3085
|
childScopeChain.push({
|
|
2972
|
-
type: Property
|
|
3086
|
+
type: Property,
|
|
2973
3087
|
key: child.name,
|
|
2974
3088
|
value: valueLabel,
|
|
2975
3089
|
valueType: getDebugValueType(child),
|
|
@@ -3000,7 +3114,8 @@ const expandScopeChain = async (state, expandedIds, scopeChain, element, index,
|
|
|
3000
3114
|
...state,
|
|
3001
3115
|
scopeChain: newScopeChain,
|
|
3002
3116
|
expandedIds: newExpandedIds,
|
|
3003
|
-
scopeFocusedIndex: index
|
|
3117
|
+
scopeFocusedIndex: index,
|
|
3118
|
+
focus: FocusDebugRow
|
|
3004
3119
|
};
|
|
3005
3120
|
return updateVisibleRows(newState);
|
|
3006
3121
|
};
|
|
@@ -3109,30 +3224,6 @@ const handleEvaluate = async state => {
|
|
|
3109
3224
|
debugOutputValue: `${actualResult}`
|
|
3110
3225
|
};
|
|
3111
3226
|
};
|
|
3112
|
-
const handleArrowLeft = state => {
|
|
3113
|
-
const {
|
|
3114
|
-
focusedIndex
|
|
3115
|
-
} = state;
|
|
3116
|
-
if (focusedIndex === 2) {
|
|
3117
|
-
return {
|
|
3118
|
-
...state,
|
|
3119
|
-
scopeExpanded: false
|
|
3120
|
-
};
|
|
3121
|
-
}
|
|
3122
|
-
return state;
|
|
3123
|
-
};
|
|
3124
|
-
const handleArrowRight = state => {
|
|
3125
|
-
const {
|
|
3126
|
-
focusedIndex
|
|
3127
|
-
} = state;
|
|
3128
|
-
if (focusedIndex === 2) {
|
|
3129
|
-
return {
|
|
3130
|
-
...state,
|
|
3131
|
-
scopeExpanded: true
|
|
3132
|
-
};
|
|
3133
|
-
}
|
|
3134
|
-
return state;
|
|
3135
|
-
};
|
|
3136
3227
|
const handleArrowUp = state => {
|
|
3137
3228
|
return state;
|
|
3138
3229
|
};
|
|
@@ -3214,79 +3305,6 @@ const handleClickSectionAction = async (state, actionId) => {
|
|
|
3214
3305
|
return state;
|
|
3215
3306
|
};
|
|
3216
3307
|
|
|
3217
|
-
const getSectionIndex = (state, name) => {
|
|
3218
|
-
const rows = getRunAndDebugVisibleRows(state);
|
|
3219
|
-
return rows.findIndex(row => row.type === SectionHeading && row.name === name);
|
|
3220
|
-
};
|
|
3221
|
-
|
|
3222
|
-
const handleClickSectionBreakPoints = state => {
|
|
3223
|
-
const {
|
|
3224
|
-
breakPointsExpanded
|
|
3225
|
-
} = state;
|
|
3226
|
-
const newState = {
|
|
3227
|
-
...state,
|
|
3228
|
-
breakPointsExpanded: !breakPointsExpanded,
|
|
3229
|
-
selectedIndex: getSectionIndex(state, BreakPoints$1)
|
|
3230
|
-
};
|
|
3231
|
-
return updateVisibleRows(newState);
|
|
3232
|
-
};
|
|
3233
|
-
|
|
3234
|
-
const handleClickSectionCallstack = state => {
|
|
3235
|
-
const {
|
|
3236
|
-
callStackExpanded
|
|
3237
|
-
} = state;
|
|
3238
|
-
const newState = {
|
|
3239
|
-
...state,
|
|
3240
|
-
callStackExpanded: !callStackExpanded,
|
|
3241
|
-
selectedIndex: getSectionIndex(state, CallStack$1)
|
|
3242
|
-
};
|
|
3243
|
-
return updateVisibleRows(newState);
|
|
3244
|
-
};
|
|
3245
|
-
|
|
3246
|
-
const handleClickSectionScope = state => {
|
|
3247
|
-
const {
|
|
3248
|
-
scopeExpanded
|
|
3249
|
-
} = state;
|
|
3250
|
-
const newState = {
|
|
3251
|
-
...state,
|
|
3252
|
-
scopeExpanded: !scopeExpanded,
|
|
3253
|
-
selectedIndex: getSectionIndex(state, Scope$1)
|
|
3254
|
-
};
|
|
3255
|
-
return updateVisibleRows(newState);
|
|
3256
|
-
};
|
|
3257
|
-
|
|
3258
|
-
const handleClickSectionUnkown = state => {
|
|
3259
|
-
// For unknown section IDs, return the state unchanged
|
|
3260
|
-
return state;
|
|
3261
|
-
};
|
|
3262
|
-
|
|
3263
|
-
const handleClickSectionWatch = state => {
|
|
3264
|
-
const {
|
|
3265
|
-
watchExpanded
|
|
3266
|
-
} = state;
|
|
3267
|
-
const newState = {
|
|
3268
|
-
...state,
|
|
3269
|
-
watchExpanded: !watchExpanded,
|
|
3270
|
-
selectedIndex: getSectionIndex(state, Watch$1)
|
|
3271
|
-
};
|
|
3272
|
-
return updateVisibleRows(newState);
|
|
3273
|
-
};
|
|
3274
|
-
|
|
3275
|
-
const getSectionClickHandler = id => {
|
|
3276
|
-
switch (id) {
|
|
3277
|
-
case Watch:
|
|
3278
|
-
return handleClickSectionWatch;
|
|
3279
|
-
case BreakPoints:
|
|
3280
|
-
return handleClickSectionBreakPoints;
|
|
3281
|
-
case Scope:
|
|
3282
|
-
return handleClickSectionScope;
|
|
3283
|
-
case CallStack:
|
|
3284
|
-
return handleClickSectionCallstack;
|
|
3285
|
-
default:
|
|
3286
|
-
return handleClickSectionUnkown;
|
|
3287
|
-
}
|
|
3288
|
-
};
|
|
3289
|
-
|
|
3290
3308
|
const LeftClick = 0;
|
|
3291
3309
|
|
|
3292
3310
|
const handleClickSectionHeading = async (state, id, button) => {
|
|
@@ -3338,6 +3356,10 @@ const handleWatchExpressionDoubleClick = async (state, dataIndex) => {
|
|
|
3338
3356
|
return state;
|
|
3339
3357
|
};
|
|
3340
3358
|
|
|
3359
|
+
const handleEnter = async state => {
|
|
3360
|
+
return state;
|
|
3361
|
+
};
|
|
3362
|
+
|
|
3341
3363
|
const handleInputBlur = async state => {
|
|
3342
3364
|
const {
|
|
3343
3365
|
watchExpressions
|
|
@@ -3385,6 +3407,22 @@ const handleSectionHeaderContextMenu = async (state, x, y, id) => {
|
|
|
3385
3407
|
return state;
|
|
3386
3408
|
};
|
|
3387
3409
|
|
|
3410
|
+
const handleSpace = async state => {
|
|
3411
|
+
const {
|
|
3412
|
+
selectedIndex,
|
|
3413
|
+
visibleRows
|
|
3414
|
+
} = state;
|
|
3415
|
+
if (selectedIndex < 0 || selectedIndex >= visibleRows.length) {
|
|
3416
|
+
return state;
|
|
3417
|
+
}
|
|
3418
|
+
const currentRow = visibleRows[selectedIndex];
|
|
3419
|
+
if (currentRow.type === CheckBox$1) {
|
|
3420
|
+
const clickHandler = getCheckBoxClickHandler(currentRow.name);
|
|
3421
|
+
return clickHandler(state);
|
|
3422
|
+
}
|
|
3423
|
+
return state;
|
|
3424
|
+
};
|
|
3425
|
+
|
|
3388
3426
|
const handleWatchExpressionContextMenu = async (state, x, y, dataIndex) => {
|
|
3389
3427
|
const index = parseIndex(dataIndex);
|
|
3390
3428
|
const newState = {
|
|
@@ -4163,11 +4201,11 @@ const getRowRenderer = type => {
|
|
|
4163
4201
|
return renderSectionHeading;
|
|
4164
4202
|
case CallStack$2:
|
|
4165
4203
|
return renderCallStack;
|
|
4166
|
-
case Scope$
|
|
4204
|
+
case Scope$3:
|
|
4167
4205
|
return renderScope;
|
|
4168
4206
|
case Value:
|
|
4169
|
-
case Property:
|
|
4170
|
-
case Exception:
|
|
4207
|
+
case Property$1:
|
|
4208
|
+
case Exception$1:
|
|
4171
4209
|
return renderValue;
|
|
4172
4210
|
case CheckBox$1:
|
|
4173
4211
|
return renderCheckBox;
|
|
@@ -4204,6 +4242,17 @@ const renderItems = (oldState, newState) => {
|
|
|
4204
4242
|
return ['Viewlet.setDom2', newState.id, dom];
|
|
4205
4243
|
};
|
|
4206
4244
|
|
|
4245
|
+
const renderPauseOnExceptions = (oldState, newState) => {
|
|
4246
|
+
const {
|
|
4247
|
+
exceptionBreakPoints,
|
|
4248
|
+
id
|
|
4249
|
+
} = newState;
|
|
4250
|
+
const isPauseOnExceptionsChecked = exceptionBreakPoints === All;
|
|
4251
|
+
// TODO allow unchecking checkbox
|
|
4252
|
+
// TODO allow rendering other checkbox
|
|
4253
|
+
return ['Viewlet.setCheckBoxValue', id, PauseOnExceptions, isPauseOnExceptionsChecked];
|
|
4254
|
+
};
|
|
4255
|
+
|
|
4207
4256
|
const renderSelection = (oldState, newState) => {
|
|
4208
4257
|
const {
|
|
4209
4258
|
editingselectionstart,
|
|
@@ -4227,6 +4276,8 @@ const getRenderer = diffType => {
|
|
|
4227
4276
|
return renderInputValue;
|
|
4228
4277
|
case RenderSelection:
|
|
4229
4278
|
return renderSelection;
|
|
4279
|
+
case RenderPauseOnExceptions:
|
|
4280
|
+
return renderPauseOnExceptions;
|
|
4230
4281
|
default:
|
|
4231
4282
|
throw new Error('unknown renderer');
|
|
4232
4283
|
}
|
|
@@ -4235,6 +4286,10 @@ const getRenderer = diffType => {
|
|
|
4235
4286
|
const applyRender = (oldState, newState, diffResult) => {
|
|
4236
4287
|
const commands = [];
|
|
4237
4288
|
for (const item of diffResult) {
|
|
4289
|
+
if (item === RenderPauseOnExceptions) {
|
|
4290
|
+
// TODO support this in the future
|
|
4291
|
+
continue;
|
|
4292
|
+
}
|
|
4238
4293
|
const fn = getRenderer(item);
|
|
4239
4294
|
commands.push(fn(oldState, newState));
|
|
4240
4295
|
}
|
|
@@ -4470,12 +4525,18 @@ const saveState = (uid, reason) => {
|
|
|
4470
4525
|
};
|
|
4471
4526
|
};
|
|
4472
4527
|
|
|
4528
|
+
const clamp = (value, min, max) => {
|
|
4529
|
+
if (value < min) return min;
|
|
4530
|
+
if (value > max) return max;
|
|
4531
|
+
return value;
|
|
4532
|
+
};
|
|
4533
|
+
|
|
4473
4534
|
const selectIndex = (state, index) => {
|
|
4474
4535
|
const {
|
|
4475
4536
|
visibleRows
|
|
4476
4537
|
} = state;
|
|
4477
4538
|
const maxIndex = visibleRows.length - 1;
|
|
4478
|
-
const clampedIndex =
|
|
4539
|
+
const clampedIndex = clamp(index, -1, maxIndex);
|
|
4479
4540
|
return {
|
|
4480
4541
|
...state,
|
|
4481
4542
|
selectedIndex: clampedIndex
|
|
@@ -4483,27 +4544,11 @@ const selectIndex = (state, index) => {
|
|
|
4483
4544
|
};
|
|
4484
4545
|
|
|
4485
4546
|
const selectNextRow = state => {
|
|
4486
|
-
|
|
4487
|
-
selectedIndex,
|
|
4488
|
-
visibleRows
|
|
4489
|
-
} = state;
|
|
4490
|
-
const maxIndex = visibleRows.length - 1;
|
|
4491
|
-
const newIndex = Math.min(maxIndex, selectedIndex + 1);
|
|
4492
|
-
return {
|
|
4493
|
-
...state,
|
|
4494
|
-
selectedIndex: newIndex
|
|
4495
|
-
};
|
|
4547
|
+
return selectIndex(state, state.selectedIndex + 1);
|
|
4496
4548
|
};
|
|
4497
4549
|
|
|
4498
4550
|
const selectPreviousRow = state => {
|
|
4499
|
-
|
|
4500
|
-
selectedIndex
|
|
4501
|
-
} = state;
|
|
4502
|
-
const newIndex = Math.max(-1, selectedIndex - 1);
|
|
4503
|
-
return {
|
|
4504
|
-
...state,
|
|
4505
|
-
selectedIndex: newIndex
|
|
4506
|
-
};
|
|
4551
|
+
return selectIndex(state, state.selectedIndex - 1);
|
|
4507
4552
|
};
|
|
4508
4553
|
|
|
4509
4554
|
const showCallStack = state => {
|
|
@@ -4610,7 +4655,9 @@ const commandMap = {
|
|
|
4610
4655
|
'RunAndDebug.showScope': wrapCommand(showScope),
|
|
4611
4656
|
'RunAndDebug.hideScope': wrapCommand(hideScope),
|
|
4612
4657
|
'RunAndDebug.showCallStack': wrapCommand(showCallStack),
|
|
4613
|
-
'RunAndDebug.hideCallStack': wrapCommand(hideCallStack)
|
|
4658
|
+
'RunAndDebug.hideCallStack': wrapCommand(hideCallStack),
|
|
4659
|
+
'RunAndDebug.handleEnter': wrapCommand(handleEnter),
|
|
4660
|
+
'RunAndDebug.handleSpace': wrapCommand(handleSpace)
|
|
4614
4661
|
};
|
|
4615
4662
|
|
|
4616
4663
|
const listen = async () => {
|