@lvce-editor/static-server 0.53.2 → 0.53.3
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/{03f3661 → d4964b6}/css/App.css +83 -83
- package/static/{03f3661 → d4964b6}/css/parts/ViewletRunAndDebug.css +10 -8
- package/static/{03f3661 → d4964b6}/manifest.json +2 -2
- package/static/{03f3661 → d4964b6}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{03f3661 → d4964b6}/packages/debug-worker/dist/debugWorkerMain.js +423 -179
- package/static/{03f3661 → d4964b6}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{03f3661 → d4964b6}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{03f3661 → d4964b6}/packages/renderer-worker/dist/rendererWorkerMain.js +37 -17
- package/static/index.html +4 -4
- /package/static/{03f3661 → d4964b6}/config/colorTheme.json +0 -0
- /package/static/{03f3661 → d4964b6}/config/defaultSettings.json +0 -0
- /package/static/{03f3661 → d4964b6}/config/fileMap.json +0 -0
- /package/static/{03f3661 → d4964b6}/config/webExtensions.json +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Animation.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/DebugButtons.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/DebugValue.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/E2eTest.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/E2eTests.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/EditorHover.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/EditorMessage.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/FeatureContent.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Features.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ImagePreview.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/InputBadge.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Key.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/LegacyDialog.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Markdown.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Progress.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Select.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/Table.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletAbout.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletDialog.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletMedia.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletOutput.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletPanel.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletPdf.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletProblems.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletReferences.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletSearch.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletStorage.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{03f3661 → d4964b6}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{03f3661 → d4964b6}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/default_file.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/default_folder.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/default_root_folder.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_access.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_access2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ada.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_agda.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ai.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_al.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_angular.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_apache.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_apex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_apib.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_apl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_asp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_astro.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_atom.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ats.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_attw.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_audio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_avif.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_avro.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_awk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_aws.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_azure.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_babel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bak.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bat.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bats.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_biml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_binary.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_biome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_blade.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_blender.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bower.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_buf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bun.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_c.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_c2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_c3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_casc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cert.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_changie.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_chef.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_class.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_claude.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_compass.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_composer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_conan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_conda.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_config.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_craco.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_css.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_css2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_cython.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_db.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_debian.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_deno.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_diff.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_django.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_docker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_docz.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_drone.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_drools.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dune.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_edge.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_elm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ember.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eps.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_epub.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_erb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_excel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_expo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fla.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flash.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flow.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_font.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_funding.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_galen.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_git.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_git2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_glide.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_godot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_grain.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_helix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_helm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_host.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_html.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_http.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_husky.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_icl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_idris.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_image.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_imba.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_inc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_informix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ini.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ink.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_io.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_janet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jar.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_java.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_json.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_json2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_json5.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_juice.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_julia.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_just.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_k.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_karma.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_key.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kite.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_knip.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kos.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lark.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_latino.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_layout.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_less.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_liara.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_license.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lime.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_locale.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_log.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lua.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_luau.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_lync.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_map.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_marko.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_maven.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_maya.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_meson.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_metal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_motif.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mson.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_next.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nim.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_noc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_node.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_node2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_npm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_opam.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_org.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_package.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_paket.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_patch.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_perl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_php.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_php2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_php3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pine.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pip.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pony.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_postman.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_preact.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_progress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pug.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_python.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_q.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_qml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_r.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_racket.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rails.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_raku.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_raml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_razor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_reason.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_red.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_registry.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rego.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_remark.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_replit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_retext.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_riot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_robots.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rome.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ron.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rust.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sails.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_san.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sas.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sass.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_scala.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_script.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_scss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_shell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sino.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_slang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_slice.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_slim.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_slint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sln.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_snort.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_source.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_spin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sst.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stata.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_style.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_styled.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_svg.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_swc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_swift.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_swig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_teal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_templ.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tera.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_test.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_testts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_text.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_textile.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_todo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_toit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_toml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tox.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_travis.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tree.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tres.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_twig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_unison.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vala.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vash.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vba.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vento.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_video.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_view.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vim.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vite.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_volt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vue.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wally.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_windi.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_word.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_word2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xib.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yang.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_zig.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_zip.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_android.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_api.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_app.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_client.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_common.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_component.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_config.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_css.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_db.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_git.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_github.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_images.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_include.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_js.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_json.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_less.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_library.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_log.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_model.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_module.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_next.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_node.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_package.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_php.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_private.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_public.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_python.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_route.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_script.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_server.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_services.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_src.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_story.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_style.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_template.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_test.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_video.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_view.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_www.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{03f3661 → d4964b6}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{03f3661 → d4964b6}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{03f3661 → d4964b6}/icons/add.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/arrow-down.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/arrow-left.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/arrow-right.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/arrow-up.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/blank.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/book.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/case-sensitive.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/check.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chevron-down.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chevron-left.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chevron-right.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chevron-up.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chrome-close.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chrome-maximize.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chrome-minimize.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/chrome-restore.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/circle-filled.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/clear-all.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/close.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/cloud.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/collapse-all.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-all.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-alt-2.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-alt-small.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-alt.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-console.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-continue-small.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-continue.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-coverage.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-disconnect.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-line-by-line.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-pause.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-rerun.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-restart-frame.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-restart.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-stackframe.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-start.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-step-back.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-step-into.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-step-out.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-step-over.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug-stop.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/debug.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/discard.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/edit.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/ellipsis.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/error.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/exclude.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{03f3661 → d4964b6}/icons/extensions.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/files.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/filter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/go-to-file.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/icon-close.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/icon-source-control.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/icon-sync.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/icon.png +0 -0
- /package/static/{03f3661 → d4964b6}/icons/icon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/info.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/language-icon.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/link-external.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/list-flat.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/list-tree.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/new-file.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/new-folder.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/newline.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/open-preview.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/play.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/preserve-case.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/progress.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/pwa-icon-192.png +0 -0
- /package/static/{03f3661 → d4964b6}/icons/pwa-icon-512.png +0 -0
- /package/static/{03f3661 → d4964b6}/icons/record-keys.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/refresh.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/regex.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/remove.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/replace-all.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/replace.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/run-all.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/search.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/settings-gear.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/sort-precedence.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/source-control.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/split-horizontal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/squiggly-error.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/squiggly-warning.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-array.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-boolean.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-class.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-color.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-constant.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-enum-member.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-enum.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-event.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-field.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-file.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-interface.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-key.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-keyword.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-method.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-misc.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-namespace.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-numeric.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-operator.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-parameter.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-property.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-ruler.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-snippet.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-string.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-structure.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/symbol-variable.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/tag.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/terminal-bash.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/terminal.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/theme-icon.png +0 -0
- /package/static/{03f3661 → d4964b6}/icons/trash.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/triangle-down.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/triangle-left.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/triangle-right.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/triangle-up.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/warning.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/whole-word.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/zoom-in.svg +0 -0
- /package/static/{03f3661 → d4964b6}/icons/zoom-out.svg +0 -0
- /package/static/{03f3661 → d4964b6}/js/babel-parser.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/blob-util.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/ky.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/lvce-editor-import-script.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/lvce-editor-ipc.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/lvce-editor-verror.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/p-min-delay.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/pretty-bytes.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/preview-injected.js +0 -0
- /package/static/{03f3661 → d4964b6}/js/yoctodelay.js +0 -0
- /package/static/{03f3661 → d4964b6}/lib-css/termterm.css +0 -0
- /package/static/{03f3661 → d4964b6}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/renderer-process/LICENSE +0 -0
- /package/static/{03f3661 → d4964b6}/packages/renderer-process/README.md +0 -0
- /package/static/{03f3661 → d4964b6}/packages/renderer-process/package.json +0 -0
- /package/static/{03f3661 → d4964b6}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.cpp +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.css +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.csv +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.dart +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.env +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.ex +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.html +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.java +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.jl +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.js +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.json +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.kt +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.pl +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.py +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/index.ts +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/scrolling.txt +0 -0
- /package/static/{03f3661 → d4964b6}/playground/languages/tsconfig.json +0 -0
- /package/static/{03f3661 → d4964b6}/playground/sample-folder/a.txt +0 -0
- /package/static/{03f3661 → d4964b6}/playground/sample-folder/b.txt +0 -0
- /package/static/{03f3661 → d4964b6}/playground/sample-folder/c.txt +0 -0
|
@@ -994,7 +994,7 @@ const WebWorkerRpcClient = {
|
|
|
994
994
|
create: create$4
|
|
995
995
|
};
|
|
996
996
|
|
|
997
|
-
const None$
|
|
997
|
+
const None$6 = 0;
|
|
998
998
|
const Paused = 1;
|
|
999
999
|
const Default = 2;
|
|
1000
1000
|
|
|
@@ -1094,93 +1094,97 @@ const executeProvider = async ({
|
|
|
1094
1094
|
return result;
|
|
1095
1095
|
};
|
|
1096
1096
|
|
|
1097
|
+
const getDebugEvent = debugId => {
|
|
1098
|
+
return `onDebug:${debugId}`;
|
|
1099
|
+
};
|
|
1100
|
+
|
|
1097
1101
|
const resume$3 = debugId => {
|
|
1098
1102
|
return executeProvider({
|
|
1099
|
-
event:
|
|
1103
|
+
event: getDebugEvent(debugId),
|
|
1100
1104
|
method: 'ExtensionHostDebug.resume',
|
|
1101
1105
|
params: [debugId]
|
|
1102
1106
|
});
|
|
1103
1107
|
};
|
|
1104
1108
|
const pause$3 = debugId => {
|
|
1105
1109
|
return executeProvider({
|
|
1106
|
-
event:
|
|
1110
|
+
event: getDebugEvent(debugId),
|
|
1107
1111
|
method: 'ExtensionHostDebug.pause',
|
|
1108
1112
|
params: [debugId]
|
|
1109
1113
|
});
|
|
1110
1114
|
};
|
|
1111
1115
|
const stepOver$3 = debugId => {
|
|
1112
1116
|
return executeProvider({
|
|
1113
|
-
event:
|
|
1117
|
+
event: getDebugEvent(debugId),
|
|
1114
1118
|
method: 'ExtensionHostDebug.stepOver',
|
|
1115
1119
|
params: [debugId]
|
|
1116
1120
|
});
|
|
1117
1121
|
};
|
|
1118
1122
|
const stepInto$3 = debugId => {
|
|
1119
1123
|
return executeProvider({
|
|
1120
|
-
event:
|
|
1124
|
+
event: getDebugEvent(debugId),
|
|
1121
1125
|
method: 'ExtensionHostDebug.stepInto',
|
|
1122
1126
|
params: [debugId]
|
|
1123
1127
|
});
|
|
1124
1128
|
};
|
|
1125
1129
|
const stepOut$3 = debugId => {
|
|
1126
1130
|
return executeProvider({
|
|
1127
|
-
event:
|
|
1131
|
+
event: getDebugEvent(debugId),
|
|
1128
1132
|
method: 'ExtensionHostDebug.stepOut',
|
|
1129
1133
|
params: [debugId]
|
|
1130
1134
|
});
|
|
1131
1135
|
};
|
|
1132
1136
|
const setPauseOnExceptions$2 = (debugId, value) => {
|
|
1133
1137
|
return executeProvider({
|
|
1134
|
-
event:
|
|
1138
|
+
event: getDebugEvent(debugId),
|
|
1135
1139
|
method: 'ExtensionHostDebug.setPauseOnExceptions',
|
|
1136
1140
|
params: [debugId, value]
|
|
1137
1141
|
});
|
|
1138
1142
|
};
|
|
1139
1143
|
const start$1 = debugId => {
|
|
1140
1144
|
return executeProvider({
|
|
1141
|
-
event:
|
|
1145
|
+
event: getDebugEvent(debugId),
|
|
1142
1146
|
method: 'ExtensionHostDebug.start',
|
|
1143
1147
|
params: [debugId]
|
|
1144
1148
|
});
|
|
1145
1149
|
};
|
|
1146
1150
|
const getProperties$1 = (debugId, objectId) => {
|
|
1147
1151
|
return executeProvider({
|
|
1148
|
-
event:
|
|
1152
|
+
event: getDebugEvent(debugId),
|
|
1149
1153
|
method: 'ExtensionHostDebug.getProperties',
|
|
1150
1154
|
params: [debugId, objectId]
|
|
1151
1155
|
});
|
|
1152
1156
|
};
|
|
1153
1157
|
const evaluate$1 = (debugId, expression, callFrameId) => {
|
|
1154
1158
|
return executeProvider({
|
|
1155
|
-
event:
|
|
1159
|
+
event: getDebugEvent(debugId),
|
|
1156
1160
|
method: 'ExtensionHostDebug.evaluate',
|
|
1157
1161
|
params: [debugId, expression, callFrameId]
|
|
1158
1162
|
});
|
|
1159
1163
|
};
|
|
1160
1164
|
const getScriptSource = (debugId, scriptId) => {
|
|
1161
1165
|
return executeProvider({
|
|
1162
|
-
event:
|
|
1166
|
+
event: getDebugEvent(debugId),
|
|
1163
1167
|
method: 'ExtensionHostDebug.getScriptSource',
|
|
1164
1168
|
params: [debugId, scriptId]
|
|
1165
1169
|
});
|
|
1166
1170
|
};
|
|
1167
1171
|
const getPausedStatus = debugId => {
|
|
1168
1172
|
return executeProvider({
|
|
1169
|
-
event:
|
|
1173
|
+
event: getDebugEvent(debugId),
|
|
1170
1174
|
method: 'ExtensionHostDebug.getPausedStatus',
|
|
1171
1175
|
params: [debugId]
|
|
1172
1176
|
});
|
|
1173
1177
|
};
|
|
1174
1178
|
const getCallStack$1 = debugId => {
|
|
1175
1179
|
return executeProvider({
|
|
1176
|
-
event:
|
|
1180
|
+
event: getDebugEvent(debugId),
|
|
1177
1181
|
method: 'ExtensionHostDebug.getCallStack',
|
|
1178
1182
|
params: [debugId]
|
|
1179
1183
|
});
|
|
1180
1184
|
};
|
|
1181
1185
|
const getScripts = debugId => {
|
|
1182
1186
|
return executeProvider({
|
|
1183
|
-
event:
|
|
1187
|
+
event: getDebugEvent(debugId),
|
|
1184
1188
|
method: 'ExtensionHostDebug.getScripts',
|
|
1185
1189
|
params: [debugId]
|
|
1186
1190
|
});
|
|
@@ -1430,7 +1434,7 @@ const acceptWatchExpressionEdit = async state => {
|
|
|
1430
1434
|
const FocusDebugScope = 30;
|
|
1431
1435
|
const FocusDebugWatchInput = 1290;
|
|
1432
1436
|
|
|
1433
|
-
const addWatchExpression = async (state, expression) => {
|
|
1437
|
+
const addWatchExpression$1 = async (state, expression) => {
|
|
1434
1438
|
const {
|
|
1435
1439
|
watchExpressions
|
|
1436
1440
|
} = state;
|
|
@@ -1471,30 +1475,34 @@ const cancelWatchExpressionEdit = state => {
|
|
|
1471
1475
|
};
|
|
1472
1476
|
};
|
|
1473
1477
|
|
|
1474
|
-
const None$
|
|
1478
|
+
const None$5 = 'none';
|
|
1475
1479
|
const Exception$2 = 'exception';
|
|
1476
1480
|
const Other = 'other';
|
|
1477
1481
|
|
|
1478
1482
|
const All = 1;
|
|
1479
1483
|
const Uncaught = 2;
|
|
1480
|
-
const None$
|
|
1484
|
+
const None$4 = 0;
|
|
1481
1485
|
|
|
1482
|
-
const None$
|
|
1486
|
+
const None$3 = 'none';
|
|
1483
1487
|
|
|
1484
1488
|
const create = (id, uri, x, y, width, height) => {
|
|
1485
1489
|
const state = {
|
|
1486
1490
|
id,
|
|
1487
1491
|
disposed: false,
|
|
1488
1492
|
processes: [],
|
|
1489
|
-
debugState: None$
|
|
1493
|
+
debugState: None$6,
|
|
1490
1494
|
watchExpanded: false,
|
|
1491
1495
|
breakPointsExpanded: false,
|
|
1492
1496
|
scopeExpanded: false,
|
|
1493
1497
|
callStackExpanded: false,
|
|
1498
|
+
watchVisible: true,
|
|
1499
|
+
breakPointsVisible: true,
|
|
1500
|
+
scopeVisible: true,
|
|
1501
|
+
callStackVisible: true,
|
|
1494
1502
|
scopeChain: [],
|
|
1495
1503
|
callStack: [],
|
|
1496
1504
|
parsedScripts: Object.create(null),
|
|
1497
|
-
pausedReason: None$
|
|
1505
|
+
pausedReason: None$5,
|
|
1498
1506
|
pausedMessage: '',
|
|
1499
1507
|
debugInputValue: '',
|
|
1500
1508
|
debugOutputValue: '',
|
|
@@ -1502,21 +1510,30 @@ const create = (id, uri, x, y, width, height) => {
|
|
|
1502
1510
|
expandedIds: [],
|
|
1503
1511
|
scopeFocusedIndex: -1,
|
|
1504
1512
|
focusedIndex: -1,
|
|
1505
|
-
pauseOnExceptionState: None$
|
|
1513
|
+
pauseOnExceptionState: None$3,
|
|
1506
1514
|
cache: Object.create(null),
|
|
1507
1515
|
// TODO maybe store cache in extension host worker
|
|
1508
|
-
exceptionBreakPoints: None$
|
|
1516
|
+
exceptionBreakPoints: None$4,
|
|
1509
1517
|
watchExpressions: [],
|
|
1510
1518
|
focus: 0,
|
|
1511
1519
|
editingValue: '',
|
|
1512
1520
|
debugId: 0,
|
|
1513
1521
|
inputSource: 0,
|
|
1514
1522
|
editingselectionstart: 0,
|
|
1515
|
-
editingselectionend: 0
|
|
1523
|
+
editingselectionend: 0,
|
|
1524
|
+
openFilesOnPause: true,
|
|
1525
|
+
maxDescriptionLength: 100
|
|
1516
1526
|
};
|
|
1517
1527
|
set(id, state, state);
|
|
1518
1528
|
};
|
|
1519
1529
|
|
|
1530
|
+
const deleteAllWatchExpressions$1 = state => {
|
|
1531
|
+
return {
|
|
1532
|
+
...state,
|
|
1533
|
+
watchExpressions: []
|
|
1534
|
+
};
|
|
1535
|
+
};
|
|
1536
|
+
|
|
1520
1537
|
const deleteWatchExpression$1 = (state, index) => {
|
|
1521
1538
|
if (index < 0 || index >= state.watchExpressions.length) {
|
|
1522
1539
|
return state;
|
|
@@ -1589,7 +1606,7 @@ const dispose = async uid => {
|
|
|
1589
1606
|
dispose$1(uid);
|
|
1590
1607
|
};
|
|
1591
1608
|
|
|
1592
|
-
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', 'handleWatchExpressionDoubleClick', 'handleClickWatchExpressionDelete', 'handleDebugInput', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handlePaused', 'handleResumed', 'handleScriptParsed', 'handleWatchValueChange', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'removeWatchExpression', 'deleteWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'setPauseOnExceptions', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
|
|
1609
|
+
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', 'handleWatchExpressionDoubleClick', 'handleClickWatchExpressionDelete', 'handleDebugInput', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handlePaused', 'handleResumed', 'handleScriptParsed', 'handleSectionHeaderContextMenu', 'handleWatchExpressionContextMenu', 'handleWatchValueChange', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'removeWatchExpression', 'deleteWatchExpression', 'deleteAllWatchExpressions', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'setPauseOnExceptions', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause', 'showWatch', 'hideWatch', 'showScope', 'hideScope', 'showCallStack', 'hideCallStack'];
|
|
1593
1610
|
|
|
1594
1611
|
const getCommandIds = () => {
|
|
1595
1612
|
return commandIds;
|
|
@@ -1733,27 +1750,6 @@ const getKeyBindings = () => {
|
|
|
1733
1750
|
}];
|
|
1734
1751
|
};
|
|
1735
1752
|
|
|
1736
|
-
const createScriptMap = scripts => {
|
|
1737
|
-
const parsedScripts = Object.create(null);
|
|
1738
|
-
for (const script of scripts) {
|
|
1739
|
-
parsedScripts[script.scriptId] = script;
|
|
1740
|
-
}
|
|
1741
|
-
return parsedScripts;
|
|
1742
|
-
};
|
|
1743
|
-
|
|
1744
|
-
const getCallStack = callFrames => {
|
|
1745
|
-
array(callFrames);
|
|
1746
|
-
const callStack = [];
|
|
1747
|
-
for (const callFrame of callFrames) {
|
|
1748
|
-
callStack.push({
|
|
1749
|
-
functionName: callFrame.functionName || '(anonymous)',
|
|
1750
|
-
functionLocation: callFrame.functionLocation,
|
|
1751
|
-
location: callFrame.location
|
|
1752
|
-
});
|
|
1753
|
-
}
|
|
1754
|
-
return callStack;
|
|
1755
|
-
};
|
|
1756
|
-
|
|
1757
1753
|
const emptyObject = {};
|
|
1758
1754
|
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
1759
1755
|
const i18nString = (key, placeholders = emptyObject) => {
|
|
@@ -1794,7 +1790,9 @@ const With$1 = '`With` block';
|
|
|
1794
1790
|
const PauseOnExceptions$1 = 'Pause on Exceptions';
|
|
1795
1791
|
const PauseOnUncaughtExceptions$1 = 'Pause on uncaught Exceptions';
|
|
1796
1792
|
const NoWatchExpression = 'No Watch Expression';
|
|
1797
|
-
const DeleteWatchExpression$
|
|
1793
|
+
const DeleteWatchExpression$2 = 'Delete Watch Expression';
|
|
1794
|
+
const DeleteAllWatchExpressions = 'Delete All Watch Expressions';
|
|
1795
|
+
const AddWatchExpression$1 = 'Add Watch Expression';
|
|
1798
1796
|
|
|
1799
1797
|
const local = () => {
|
|
1800
1798
|
return i18nString(Local$1);
|
|
@@ -1883,7 +1881,68 @@ const noWatchExpression = () => {
|
|
|
1883
1881
|
return i18nString(NoWatchExpression);
|
|
1884
1882
|
};
|
|
1885
1883
|
const deleteWatchExpression = () => {
|
|
1886
|
-
return i18nString(DeleteWatchExpression$
|
|
1884
|
+
return i18nString(DeleteWatchExpression$2);
|
|
1885
|
+
};
|
|
1886
|
+
const deleteAllWatchExpressions = () => {
|
|
1887
|
+
return i18nString(DeleteAllWatchExpressions);
|
|
1888
|
+
};
|
|
1889
|
+
const addWatchExpression = () => {
|
|
1890
|
+
return i18nString(AddWatchExpression$1);
|
|
1891
|
+
};
|
|
1892
|
+
|
|
1893
|
+
const None$2 = 0;
|
|
1894
|
+
|
|
1895
|
+
const getMenuEntriesWatchExpression = () => {
|
|
1896
|
+
const addMenuEntry = {
|
|
1897
|
+
id: 'addWatchExpression',
|
|
1898
|
+
label: addWatchExpression(),
|
|
1899
|
+
flags: None$2,
|
|
1900
|
+
command: 'RunAndDebug.addWatchExpression'
|
|
1901
|
+
};
|
|
1902
|
+
const deleteMenuEntry = {
|
|
1903
|
+
id: 'deleteWatchExpression',
|
|
1904
|
+
label: deleteWatchExpression(),
|
|
1905
|
+
flags: None$2,
|
|
1906
|
+
command: 'RunAndDebug.deleteWatchExpression'
|
|
1907
|
+
};
|
|
1908
|
+
const deleteAllMenuEntry = {
|
|
1909
|
+
id: 'deleteAllWatchExpressions',
|
|
1910
|
+
label: deleteAllWatchExpressions(),
|
|
1911
|
+
flags: None$2,
|
|
1912
|
+
command: 'RunAndDebug.deleteAllWatchExpressions'
|
|
1913
|
+
};
|
|
1914
|
+
return [addMenuEntry, deleteMenuEntry, deleteAllMenuEntry];
|
|
1915
|
+
};
|
|
1916
|
+
|
|
1917
|
+
const DebugWatchExpression = 21_900;
|
|
1918
|
+
const DebugWatchSectionHeading = 21_901;
|
|
1919
|
+
|
|
1920
|
+
const getMenuEntries = () => {
|
|
1921
|
+
return [{
|
|
1922
|
+
id: DebugWatchExpression,
|
|
1923
|
+
entries: getMenuEntriesWatchExpression()
|
|
1924
|
+
}];
|
|
1925
|
+
};
|
|
1926
|
+
|
|
1927
|
+
const createScriptMap = scripts => {
|
|
1928
|
+
const parsedScripts = Object.create(null);
|
|
1929
|
+
for (const script of scripts) {
|
|
1930
|
+
parsedScripts[script.scriptId] = script;
|
|
1931
|
+
}
|
|
1932
|
+
return parsedScripts;
|
|
1933
|
+
};
|
|
1934
|
+
|
|
1935
|
+
const getCallStack = callFrames => {
|
|
1936
|
+
array(callFrames);
|
|
1937
|
+
const callStack = [];
|
|
1938
|
+
for (const callFrame of callFrames) {
|
|
1939
|
+
callStack.push({
|
|
1940
|
+
functionName: callFrame.functionName || '(anonymous)',
|
|
1941
|
+
functionLocation: callFrame.functionLocation,
|
|
1942
|
+
location: callFrame.location
|
|
1943
|
+
});
|
|
1944
|
+
}
|
|
1945
|
+
return callStack;
|
|
1887
1946
|
};
|
|
1888
1947
|
|
|
1889
1948
|
const getDebugPausedMessage = reason => {
|
|
@@ -1960,8 +2019,20 @@ const getDebugPropertyValueLabelBoolean = property => {
|
|
|
1960
2019
|
return `${property.value}`;
|
|
1961
2020
|
};
|
|
1962
2021
|
|
|
1963
|
-
const getDebugPropertyValueLabelCommon = property => {
|
|
1964
|
-
|
|
2022
|
+
const getDebugPropertyValueLabelCommon = (property, maxDescriptionLength) => {
|
|
2023
|
+
const description = property.description;
|
|
2024
|
+
if (description && description.length > maxDescriptionLength) {
|
|
2025
|
+
return description.slice(0, Math.max(0, maxDescriptionLength)) + '...';
|
|
2026
|
+
}
|
|
2027
|
+
return description;
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
const getArrayPropertyPreview = item => {
|
|
2031
|
+
return `"${item.value}"`;
|
|
2032
|
+
};
|
|
2033
|
+
const getArrayPropertiesPreview = properties => {
|
|
2034
|
+
const formattedItems = properties.map(getArrayPropertyPreview);
|
|
2035
|
+
return formattedItems.join(', ');
|
|
1965
2036
|
};
|
|
1966
2037
|
|
|
1967
2038
|
const RE_ARRAY_DESCRIPTION = /\((\d+)\)/;
|
|
@@ -1972,13 +2043,6 @@ const parseLength = description => {
|
|
|
1972
2043
|
}
|
|
1973
2044
|
return '';
|
|
1974
2045
|
};
|
|
1975
|
-
const getArrayPropertyPreview = item => {
|
|
1976
|
-
return `"${item.value}"`;
|
|
1977
|
-
};
|
|
1978
|
-
const getArrayPropertiesPreview = properties => {
|
|
1979
|
-
const formattedItems = properties.map(getArrayPropertyPreview);
|
|
1980
|
-
return formattedItems.join(', ');
|
|
1981
|
-
};
|
|
1982
2046
|
const getDebugPropertyValueLabelArray = property => {
|
|
1983
2047
|
if (property.preview) {
|
|
1984
2048
|
const innerLabel = getArrayPropertiesPreview(property.preview.properties);
|
|
@@ -2016,7 +2080,7 @@ const getDebugPropertyValueLabelString = property => {
|
|
|
2016
2080
|
return 'undefined';
|
|
2017
2081
|
};
|
|
2018
2082
|
|
|
2019
|
-
const getDebugPropertyValueLabel = property => {
|
|
2083
|
+
const getDebugPropertyValueLabel = (property, maxDescriptionLength) => {
|
|
2020
2084
|
if (!property) {
|
|
2021
2085
|
return 'n/a';
|
|
2022
2086
|
}
|
|
@@ -2024,7 +2088,7 @@ const getDebugPropertyValueLabel = property => {
|
|
|
2024
2088
|
case Number$1:
|
|
2025
2089
|
case Symbol:
|
|
2026
2090
|
case Function:
|
|
2027
|
-
return getDebugPropertyValueLabelCommon(property);
|
|
2091
|
+
return getDebugPropertyValueLabelCommon(property, maxDescriptionLength);
|
|
2028
2092
|
case Object$1:
|
|
2029
2093
|
return getDebugPropertyValueLabelObject(property);
|
|
2030
2094
|
case Undefined:
|
|
@@ -2061,7 +2125,7 @@ const getDescriptionValueLabel = params => {
|
|
|
2061
2125
|
}
|
|
2062
2126
|
return `${params.data.value}`;
|
|
2063
2127
|
};
|
|
2064
|
-
const getScopeChain = (params, thisObject, scopeChain, knownProperties) => {
|
|
2128
|
+
const getScopeChain = (params, thisObject, scopeChain, knownProperties, descriptionLength) => {
|
|
2065
2129
|
const elements = [];
|
|
2066
2130
|
for (const scope of scopeChain) {
|
|
2067
2131
|
const label = getScopeLabel(scope);
|
|
@@ -2087,7 +2151,7 @@ const getScopeChain = (params, thisObject, scopeChain, knownProperties) => {
|
|
|
2087
2151
|
indent: 20
|
|
2088
2152
|
});
|
|
2089
2153
|
}
|
|
2090
|
-
const valueLabel = getDebugPropertyValueLabel(thisObject);
|
|
2154
|
+
const valueLabel = getDebugPropertyValueLabel(thisObject, descriptionLength);
|
|
2091
2155
|
elements.push({
|
|
2092
2156
|
type: This,
|
|
2093
2157
|
key: 'this',
|
|
@@ -2100,7 +2164,7 @@ const getScopeChain = (params, thisObject, scopeChain, knownProperties) => {
|
|
|
2100
2164
|
const children = knownProperties[scope.object.objectId];
|
|
2101
2165
|
if (children) {
|
|
2102
2166
|
for (const child of children.result.result) {
|
|
2103
|
-
const valueLabel = getDebugPropertyValueLabel(child.value);
|
|
2167
|
+
const valueLabel = getDebugPropertyValueLabel(child.value, descriptionLength);
|
|
2104
2168
|
elements.push({
|
|
2105
2169
|
type: Property$1,
|
|
2106
2170
|
key: child.name,
|
|
@@ -2115,7 +2179,7 @@ const getScopeChain = (params, thisObject, scopeChain, knownProperties) => {
|
|
|
2115
2179
|
return elements;
|
|
2116
2180
|
};
|
|
2117
2181
|
|
|
2118
|
-
const getPausedInfo2 = async debugId => {
|
|
2182
|
+
const getPausedInfo2 = async (debugId, maxDescriptionLength) => {
|
|
2119
2183
|
const callFrames = await getCallStack$1(debugId);
|
|
2120
2184
|
const callStack = getCallStack(callFrames);
|
|
2121
2185
|
const {
|
|
@@ -2135,7 +2199,7 @@ const getPausedInfo2 = async debugId => {
|
|
|
2135
2199
|
};
|
|
2136
2200
|
const scopeChain = getScopeChain(params, thisObject, callFrames[0].scopeChain, {
|
|
2137
2201
|
[objectId]: properties
|
|
2138
|
-
});
|
|
2202
|
+
}, maxDescriptionLength);
|
|
2139
2203
|
const pausedReason = reason;
|
|
2140
2204
|
const pausedMessage = getDebugPausedMessage(reason);
|
|
2141
2205
|
return {
|
|
@@ -2149,19 +2213,7 @@ const getPausedInfo2 = async debugId => {
|
|
|
2149
2213
|
};
|
|
2150
2214
|
};
|
|
2151
2215
|
|
|
2152
|
-
const
|
|
2153
|
-
return {
|
|
2154
|
-
...state,
|
|
2155
|
-
debugState: Default,
|
|
2156
|
-
scopeChain: [],
|
|
2157
|
-
callStack: [],
|
|
2158
|
-
pausedMessage: '',
|
|
2159
|
-
pausedReason: None$4,
|
|
2160
|
-
callFrameId: ''
|
|
2161
|
-
};
|
|
2162
|
-
};
|
|
2163
|
-
|
|
2164
|
-
const handlePaused$1 = async state => {
|
|
2216
|
+
const handlePaused2 = async state => {
|
|
2165
2217
|
const {
|
|
2166
2218
|
debugId,
|
|
2167
2219
|
watchExpressions
|
|
@@ -2175,7 +2227,7 @@ const handlePaused$1 = async state => {
|
|
|
2175
2227
|
pausedReason,
|
|
2176
2228
|
expandedIds,
|
|
2177
2229
|
scriptMap
|
|
2178
|
-
} = await getPausedInfo2(debugId);
|
|
2230
|
+
} = await getPausedInfo2(debugId, state.maxDescriptionLength);
|
|
2179
2231
|
// TODO move this to getPausedInfo2
|
|
2180
2232
|
const newWatchExpressions = await evaluateWatchExpressions(debugId, callFrameId, watchExpressions);
|
|
2181
2233
|
return {
|
|
@@ -2195,12 +2247,25 @@ const handlePaused$1 = async state => {
|
|
|
2195
2247
|
return state;
|
|
2196
2248
|
}
|
|
2197
2249
|
};
|
|
2250
|
+
|
|
2251
|
+
const handleResumed = state => {
|
|
2252
|
+
return {
|
|
2253
|
+
...state,
|
|
2254
|
+
debugState: Default,
|
|
2255
|
+
scopeChain: [],
|
|
2256
|
+
callStack: [],
|
|
2257
|
+
pausedMessage: '',
|
|
2258
|
+
pausedReason: None$5,
|
|
2259
|
+
callFrameId: ''
|
|
2260
|
+
};
|
|
2261
|
+
};
|
|
2262
|
+
|
|
2198
2263
|
const handleChange = async (state, params) => {
|
|
2199
2264
|
if (params.type === 'resumed') {
|
|
2200
2265
|
return handleResumed(state);
|
|
2201
2266
|
}
|
|
2202
2267
|
if (params.type === 'paused') {
|
|
2203
|
-
return
|
|
2268
|
+
return handlePaused2(state);
|
|
2204
2269
|
}
|
|
2205
2270
|
return state;
|
|
2206
2271
|
};
|
|
@@ -2289,12 +2354,12 @@ const handleClickPauseOnExceptions = async state => {
|
|
|
2289
2354
|
exceptionBreakPoints
|
|
2290
2355
|
} = state;
|
|
2291
2356
|
switch (exceptionBreakPoints) {
|
|
2292
|
-
case None$
|
|
2357
|
+
case None$4:
|
|
2293
2358
|
return setPauseOnExceptions(state, All);
|
|
2294
2359
|
case Uncaught:
|
|
2295
2360
|
return setPauseOnExceptions(state, All);
|
|
2296
2361
|
case All:
|
|
2297
|
-
return setPauseOnExceptions(state, None$
|
|
2362
|
+
return setPauseOnExceptions(state, None$4);
|
|
2298
2363
|
default:
|
|
2299
2364
|
return state;
|
|
2300
2365
|
}
|
|
@@ -2302,12 +2367,12 @@ const handleClickPauseOnExceptions = async state => {
|
|
|
2302
2367
|
|
|
2303
2368
|
const getNewExceptionState = exceptionState => {
|
|
2304
2369
|
switch (exceptionState) {
|
|
2305
|
-
case None$
|
|
2370
|
+
case None$4:
|
|
2306
2371
|
return Uncaught;
|
|
2307
2372
|
case Uncaught:
|
|
2308
|
-
return None$
|
|
2373
|
+
return None$4;
|
|
2309
2374
|
case All:
|
|
2310
|
-
return None$
|
|
2375
|
+
return None$4;
|
|
2311
2376
|
default:
|
|
2312
2377
|
return exceptionState;
|
|
2313
2378
|
}
|
|
@@ -2400,14 +2465,14 @@ const collapseScopeChain = (state, expandedIds, scopeChain, element, index) => {
|
|
|
2400
2465
|
};
|
|
2401
2466
|
};
|
|
2402
2467
|
|
|
2403
|
-
const getInnerChildScopeChain = async (cache, debugId, objectId, indent) => {
|
|
2468
|
+
const getInnerChildScopeChain = async (cache, debugId, objectId, indent, maxDescriptionLength) => {
|
|
2404
2469
|
if (cache[objectId]) {
|
|
2405
2470
|
return cache[objectId];
|
|
2406
2471
|
}
|
|
2407
2472
|
const childScopes = await getProperties(debugId, objectId);
|
|
2408
2473
|
const childScopeChain = [];
|
|
2409
2474
|
for (const child of childScopes.result.result) {
|
|
2410
|
-
const valueLabel = getDebugPropertyValueLabel(child.value || child.get || {});
|
|
2475
|
+
const valueLabel = getDebugPropertyValueLabel(child.value || child.get || {}, maxDescriptionLength);
|
|
2411
2476
|
childScopeChain.push({
|
|
2412
2477
|
type: Property$1,
|
|
2413
2478
|
key: child.name,
|
|
@@ -2420,19 +2485,20 @@ const getInnerChildScopeChain = async (cache, debugId, objectId, indent) => {
|
|
|
2420
2485
|
return childScopeChain;
|
|
2421
2486
|
};
|
|
2422
2487
|
|
|
2423
|
-
const getChildScopeChain = async (cache, index, debugId, scopeChain) => {
|
|
2488
|
+
const getChildScopeChain = async (cache, index, debugId, scopeChain, maxDescriptionLength) => {
|
|
2424
2489
|
const element = scopeChain[index];
|
|
2425
2490
|
const objectId = element.objectId;
|
|
2426
|
-
const childScopeChain = await getInnerChildScopeChain(cache, debugId, objectId, element.indent);
|
|
2491
|
+
const childScopeChain = await getInnerChildScopeChain(cache, debugId, objectId, element.indent, maxDescriptionLength);
|
|
2427
2492
|
const newScopeChain = [...scopeChain.slice(0, index + 1), ...childScopeChain, ...scopeChain.slice(index + 1)];
|
|
2428
2493
|
return newScopeChain;
|
|
2429
2494
|
};
|
|
2430
2495
|
|
|
2431
2496
|
const expandScopeChain = async (state, expandedIds, scopeChain, element, index, debugId) => {
|
|
2432
2497
|
const {
|
|
2433
|
-
cache
|
|
2498
|
+
cache,
|
|
2499
|
+
maxDescriptionLength
|
|
2434
2500
|
} = state;
|
|
2435
|
-
const newScopeChain = await getChildScopeChain(cache, index, debugId, scopeChain);
|
|
2501
|
+
const newScopeChain = await getChildScopeChain(cache, index, debugId, scopeChain, maxDescriptionLength);
|
|
2436
2502
|
const objectId = scopeChain[index].objectId;
|
|
2437
2503
|
const newExpandedIds = [...expandedIds, objectId];
|
|
2438
2504
|
return {
|
|
@@ -2627,7 +2693,7 @@ const handleClickSectionAction = async (state, actionId) => {
|
|
|
2627
2693
|
return state;
|
|
2628
2694
|
}
|
|
2629
2695
|
if (actionId === AddWatchExpression) {
|
|
2630
|
-
return addWatchExpression(state, '');
|
|
2696
|
+
return addWatchExpression$1(state, '');
|
|
2631
2697
|
}
|
|
2632
2698
|
return state;
|
|
2633
2699
|
};
|
|
@@ -2706,7 +2772,12 @@ const getSectionClickHandler = id => {
|
|
|
2706
2772
|
}
|
|
2707
2773
|
};
|
|
2708
2774
|
|
|
2709
|
-
const
|
|
2775
|
+
const LeftClick = 0;
|
|
2776
|
+
|
|
2777
|
+
const handleClickSectionHeading = async (state, id, button) => {
|
|
2778
|
+
if (button !== LeftClick) {
|
|
2779
|
+
return state;
|
|
2780
|
+
}
|
|
2710
2781
|
const fn = getSectionClickHandler(id);
|
|
2711
2782
|
return fn(state);
|
|
2712
2783
|
};
|
|
@@ -2790,6 +2861,50 @@ const handleScriptParsed = (state, parsedScript) => {
|
|
|
2790
2861
|
};
|
|
2791
2862
|
};
|
|
2792
2863
|
|
|
2864
|
+
const show = async (x, y, id, ...args) => {
|
|
2865
|
+
await invoke$2('ContextMenu.show', x, y, id);
|
|
2866
|
+
};
|
|
2867
|
+
|
|
2868
|
+
const handleSectionHeaderContextMenu = async (state, x, y, id) => {
|
|
2869
|
+
await show(x, y, DebugWatchSectionHeading);
|
|
2870
|
+
return state;
|
|
2871
|
+
};
|
|
2872
|
+
|
|
2873
|
+
const handleWatchExpressionContextMenu = async (state, x, y, dataIndex) => {
|
|
2874
|
+
const index = parseIndex(dataIndex);
|
|
2875
|
+
const newState = {
|
|
2876
|
+
...state,
|
|
2877
|
+
focusedIndex: index
|
|
2878
|
+
};
|
|
2879
|
+
const {
|
|
2880
|
+
oldState
|
|
2881
|
+
} = get(state.id);
|
|
2882
|
+
set(state.id, oldState, newState);
|
|
2883
|
+
await show(x, y, DebugWatchExpression);
|
|
2884
|
+
return state;
|
|
2885
|
+
};
|
|
2886
|
+
|
|
2887
|
+
const hideCallStack = state => {
|
|
2888
|
+
return {
|
|
2889
|
+
...state,
|
|
2890
|
+
callStackVisible: false
|
|
2891
|
+
};
|
|
2892
|
+
};
|
|
2893
|
+
|
|
2894
|
+
const hideScope = state => {
|
|
2895
|
+
return {
|
|
2896
|
+
...state,
|
|
2897
|
+
scopeVisible: false
|
|
2898
|
+
};
|
|
2899
|
+
};
|
|
2900
|
+
|
|
2901
|
+
const hideWatch = state => {
|
|
2902
|
+
return {
|
|
2903
|
+
...state,
|
|
2904
|
+
watchVisible: false
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2907
|
+
|
|
2793
2908
|
const getPortTuple = () => {
|
|
2794
2909
|
const {
|
|
2795
2910
|
port1,
|
|
@@ -3080,34 +3195,107 @@ const WatchMessage = 9;
|
|
|
3080
3195
|
const WatchExpression = 10;
|
|
3081
3196
|
const InputField = 11;
|
|
3082
3197
|
|
|
3083
|
-
const
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
const
|
|
3087
|
-
const
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
const
|
|
3095
|
-
const
|
|
3096
|
-
const
|
|
3097
|
-
const
|
|
3098
|
-
const
|
|
3099
|
-
const
|
|
3100
|
-
const
|
|
3101
|
-
const
|
|
3102
|
-
const
|
|
3103
|
-
const
|
|
3104
|
-
const
|
|
3105
|
-
const
|
|
3106
|
-
const
|
|
3107
|
-
const
|
|
3108
|
-
const
|
|
3109
|
-
const
|
|
3110
|
-
const
|
|
3198
|
+
const mergeClassNames = (...classNames) => {
|
|
3199
|
+
return classNames.filter(Boolean).join(' ');
|
|
3200
|
+
};
|
|
3201
|
+
const Text$1 = 12;
|
|
3202
|
+
const text = data => {
|
|
3203
|
+
return {
|
|
3204
|
+
type: Text$1,
|
|
3205
|
+
text: data,
|
|
3206
|
+
childCount: 0
|
|
3207
|
+
};
|
|
3208
|
+
};
|
|
3209
|
+
const CallStackArrow$1 = 'CallStackArrow';
|
|
3210
|
+
const CallStackDescription$1 = 'CallStackDescription';
|
|
3211
|
+
const CallStackLabel$1 = 'CallStackLabel';
|
|
3212
|
+
const Chevron$1 = 'Chevron';
|
|
3213
|
+
const DebugButton$1 = 'DebugButton';
|
|
3214
|
+
const DebugButtons$1 = 'DebugButtons';
|
|
3215
|
+
const DebugPausedMessage$1 = 'DebugPausedMessage';
|
|
3216
|
+
const DebugRow$1 = 'DebugRow';
|
|
3217
|
+
const DebugRowCallStack$1 = 'DebugRowCallStack';
|
|
3218
|
+
const DebugRowCheckBox$1 = 'DebugRowCheckBox';
|
|
3219
|
+
const DebugRowInputField$1 = 'DebugRowInputField';
|
|
3220
|
+
const DebugSectionAction$1 = 'DebugSectionAction';
|
|
3221
|
+
const DebugSectionActions$1 = 'DebugSectionActions';
|
|
3222
|
+
const DebugSectionHeader$1 = 'DebugSectionHeader';
|
|
3223
|
+
const DebugValue$1 = 'DebugValue';
|
|
3224
|
+
const DebugValueBoolean$1 = 'DebugValueBoolean';
|
|
3225
|
+
const DebugValueFunction$1 = 'DebugValueFunction';
|
|
3226
|
+
const DebugValueGetter$1 = 'DebugValueGetter';
|
|
3227
|
+
const DebugValueNumber$1 = 'DebugValueNumber';
|
|
3228
|
+
const DebugValueObject$1 = 'DebugValueObject';
|
|
3229
|
+
const DebugValueScopeName$1 = 'DebugValueScopeName';
|
|
3230
|
+
const DebugValueString$1 = 'DebugValueString';
|
|
3231
|
+
const DebugValueSymbol$1 = 'DebugValueSymbol';
|
|
3232
|
+
const DebugValueUndefined$1 = 'DebugValueUndefined';
|
|
3233
|
+
const DeleteWatchExpression$1 = 'DeleteWatchExpression';
|
|
3234
|
+
const IconButton$1 = 'IconButton';
|
|
3235
|
+
const InputBox$1 = 'InputBox';
|
|
3236
|
+
const InputLabel$1 = 'InputLabel';
|
|
3237
|
+
const ClassNames = {
|
|
3238
|
+
__proto__: null,
|
|
3239
|
+
CallStackArrow: CallStackArrow$1,
|
|
3240
|
+
CallStackDescription: CallStackDescription$1,
|
|
3241
|
+
CallStackLabel: CallStackLabel$1,
|
|
3242
|
+
Chevron: Chevron$1,
|
|
3243
|
+
DebugButton: DebugButton$1,
|
|
3244
|
+
DebugButtons: DebugButtons$1,
|
|
3245
|
+
DebugPausedMessage: DebugPausedMessage$1,
|
|
3246
|
+
DebugRow: DebugRow$1,
|
|
3247
|
+
DebugRowCallStack: DebugRowCallStack$1,
|
|
3248
|
+
DebugRowCheckBox: DebugRowCheckBox$1,
|
|
3249
|
+
DebugRowInputField: DebugRowInputField$1,
|
|
3250
|
+
DebugSectionAction: DebugSectionAction$1,
|
|
3251
|
+
DebugSectionActions: DebugSectionActions$1,
|
|
3252
|
+
DebugSectionHeader: DebugSectionHeader$1,
|
|
3253
|
+
DebugValue: DebugValue$1,
|
|
3254
|
+
DebugValueBoolean: DebugValueBoolean$1,
|
|
3255
|
+
DebugValueFunction: DebugValueFunction$1,
|
|
3256
|
+
DebugValueGetter: DebugValueGetter$1,
|
|
3257
|
+
DebugValueNumber: DebugValueNumber$1,
|
|
3258
|
+
DebugValueObject: DebugValueObject$1,
|
|
3259
|
+
DebugValueScopeName: DebugValueScopeName$1,
|
|
3260
|
+
DebugValueString: DebugValueString$1,
|
|
3261
|
+
DebugValueSymbol: DebugValueSymbol$1,
|
|
3262
|
+
DebugValueUndefined: DebugValueUndefined$1,
|
|
3263
|
+
DeleteWatchExpression: DeleteWatchExpression$1,
|
|
3264
|
+
IconButton: IconButton$1,
|
|
3265
|
+
InputBox: InputBox$1,
|
|
3266
|
+
InputLabel: InputLabel$1
|
|
3267
|
+
};
|
|
3268
|
+
|
|
3269
|
+
const {
|
|
3270
|
+
CallStackArrow,
|
|
3271
|
+
CallStackDescription,
|
|
3272
|
+
CallStackLabel,
|
|
3273
|
+
Chevron,
|
|
3274
|
+
DebugButton,
|
|
3275
|
+
DebugButtons,
|
|
3276
|
+
DebugPausedMessage,
|
|
3277
|
+
DebugRow,
|
|
3278
|
+
DebugRowCallStack,
|
|
3279
|
+
DebugRowCheckBox,
|
|
3280
|
+
DebugRowInputField,
|
|
3281
|
+
DebugSectionAction,
|
|
3282
|
+
DebugSectionActions,
|
|
3283
|
+
DebugSectionHeader,
|
|
3284
|
+
DebugValue,
|
|
3285
|
+
DebugValueBoolean,
|
|
3286
|
+
DebugValueFunction,
|
|
3287
|
+
DebugValueGetter,
|
|
3288
|
+
DebugValueNumber,
|
|
3289
|
+
DebugValueObject,
|
|
3290
|
+
DebugValueScopeName,
|
|
3291
|
+
DebugValueString,
|
|
3292
|
+
DebugValueSymbol,
|
|
3293
|
+
DebugValueUndefined,
|
|
3294
|
+
DeleteWatchExpression,
|
|
3295
|
+
IconButton,
|
|
3296
|
+
InputBox,
|
|
3297
|
+
InputLabel
|
|
3298
|
+
} = ClassNames;
|
|
3111
3299
|
|
|
3112
3300
|
const HandleClickCallStackItem = 'handleClickCallStackItem';
|
|
3113
3301
|
const HandleClickWatchExpression = 'handleClickWatchExpression';
|
|
@@ -3129,6 +3317,8 @@ const HandleDebugInput = 'handleDebugInput';
|
|
|
3129
3317
|
const HandleClickSectionAction = 'handleClickSectionAction';
|
|
3130
3318
|
const HandleInputFieldChange = 'handleInputFieldChange';
|
|
3131
3319
|
const HandleInputBlur = 'handleInputBlur';
|
|
3320
|
+
const HandleSectionHeaderContextMenu = 'handleSectionHeaderContextMenu';
|
|
3321
|
+
const HandleWatchExpressionContextMenu = 'handleWatchExpressionContextMenu';
|
|
3132
3322
|
|
|
3133
3323
|
// TODo use same click event listener for all debug sections
|
|
3134
3324
|
|
|
@@ -3138,6 +3328,33 @@ const Input = 6;
|
|
|
3138
3328
|
const Span = 8;
|
|
3139
3329
|
const Label = 66;
|
|
3140
3330
|
|
|
3331
|
+
const getActionDom = action => {
|
|
3332
|
+
const {
|
|
3333
|
+
title,
|
|
3334
|
+
id,
|
|
3335
|
+
icon
|
|
3336
|
+
} = action;
|
|
3337
|
+
return [{
|
|
3338
|
+
type: Button,
|
|
3339
|
+
className: DebugSectionAction,
|
|
3340
|
+
title,
|
|
3341
|
+
onClick: HandleClickSectionAction,
|
|
3342
|
+
name: id,
|
|
3343
|
+
childCount: 1
|
|
3344
|
+
}, text(icon)];
|
|
3345
|
+
};
|
|
3346
|
+
|
|
3347
|
+
const getActionsDom = actions => {
|
|
3348
|
+
if (actions.length === 0) {
|
|
3349
|
+
return [];
|
|
3350
|
+
}
|
|
3351
|
+
return [{
|
|
3352
|
+
type: Div,
|
|
3353
|
+
className: DebugSectionActions,
|
|
3354
|
+
childCount: actions.length
|
|
3355
|
+
}, ...actions.flatMap(getActionDom)];
|
|
3356
|
+
};
|
|
3357
|
+
|
|
3141
3358
|
const getChevronDownVirtualDom = (extraClassName = '') => {
|
|
3142
3359
|
return {
|
|
3143
3360
|
type: Div,
|
|
@@ -3153,38 +3370,6 @@ const getChevronRightVirtualDom = (extraClassName = '') => {
|
|
|
3153
3370
|
};
|
|
3154
3371
|
};
|
|
3155
3372
|
|
|
3156
|
-
const mergeClassNames = (...classNames) => {
|
|
3157
|
-
return classNames.filter(Boolean).join(' ');
|
|
3158
|
-
};
|
|
3159
|
-
const Text$1 = 12;
|
|
3160
|
-
const text = data => {
|
|
3161
|
-
return {
|
|
3162
|
-
type: Text$1,
|
|
3163
|
-
text: data,
|
|
3164
|
-
childCount: 0
|
|
3165
|
-
};
|
|
3166
|
-
};
|
|
3167
|
-
|
|
3168
|
-
const getActionsDom = actions => {
|
|
3169
|
-
const nodes = [];
|
|
3170
|
-
nodes.push({
|
|
3171
|
-
type: Div,
|
|
3172
|
-
className: DebugSectionActions,
|
|
3173
|
-
childCount: actions.length
|
|
3174
|
-
});
|
|
3175
|
-
for (const action of actions) {
|
|
3176
|
-
nodes.push({
|
|
3177
|
-
type: Button,
|
|
3178
|
-
className: DebugSectionAction,
|
|
3179
|
-
title: action.title,
|
|
3180
|
-
onClick: HandleClickSectionAction,
|
|
3181
|
-
name: action.id,
|
|
3182
|
-
childCount: 1
|
|
3183
|
-
});
|
|
3184
|
-
nodes.push(text(action.icon));
|
|
3185
|
-
}
|
|
3186
|
-
return nodes;
|
|
3187
|
-
};
|
|
3188
3373
|
const renderSectionHeading = row => {
|
|
3189
3374
|
const {
|
|
3190
3375
|
expanded,
|
|
@@ -3201,6 +3386,7 @@ const renderSectionHeading = row => {
|
|
|
3201
3386
|
ariaLevel: 1,
|
|
3202
3387
|
childCount: hasActions ? 3 : 2,
|
|
3203
3388
|
onClick: HandleClickSectionHeading,
|
|
3389
|
+
onContextMenu: HandleSectionHeaderContextMenu,
|
|
3204
3390
|
'data-name': key
|
|
3205
3391
|
}, expanded ? getChevronDownVirtualDom() : getChevronRightVirtualDom(), text(text$1), ...getActionsDom(actions || [])];
|
|
3206
3392
|
return nodes;
|
|
@@ -3397,7 +3583,9 @@ const renderWatchExpression$1 = row => {
|
|
|
3397
3583
|
role: TreeItem,
|
|
3398
3584
|
childCount: 4,
|
|
3399
3585
|
'data-index': index,
|
|
3400
|
-
onClick: HandleClickWatchExpression
|
|
3586
|
+
onClick: HandleClickWatchExpression,
|
|
3587
|
+
// TODO use doubleclick
|
|
3588
|
+
onContextMenu: HandleWatchExpressionContextMenu
|
|
3401
3589
|
}, {
|
|
3402
3590
|
type: Span,
|
|
3403
3591
|
className: DebugValueScopeName,
|
|
@@ -3489,8 +3677,12 @@ const getRunAndDebugVirtualDom2 = rows => {
|
|
|
3489
3677
|
const getRunAndDebugVisibleRowsBreakPoints = state => {
|
|
3490
3678
|
const {
|
|
3491
3679
|
breakPointsExpanded,
|
|
3492
|
-
exceptionBreakPoints
|
|
3680
|
+
exceptionBreakPoints,
|
|
3681
|
+
breakPointsVisible
|
|
3493
3682
|
} = state;
|
|
3683
|
+
if (!breakPointsVisible) {
|
|
3684
|
+
return [];
|
|
3685
|
+
}
|
|
3494
3686
|
if (breakPointsExpanded) {
|
|
3495
3687
|
return [{
|
|
3496
3688
|
type: SectionHeading,
|
|
@@ -3558,8 +3750,12 @@ const getRunAndDebugVisibleRowsCallStack = state => {
|
|
|
3558
3750
|
const {
|
|
3559
3751
|
callStack: callStack$1,
|
|
3560
3752
|
callStackExpanded,
|
|
3561
|
-
parsedScripts
|
|
3753
|
+
parsedScripts,
|
|
3754
|
+
callStackVisible
|
|
3562
3755
|
} = state;
|
|
3756
|
+
if (!callStackVisible) {
|
|
3757
|
+
return [];
|
|
3758
|
+
}
|
|
3563
3759
|
const rows = [];
|
|
3564
3760
|
if (callStackExpanded) {
|
|
3565
3761
|
rows.push({
|
|
@@ -3763,13 +3959,18 @@ const getVisibleScopeItems = (scopeChain, expandedIds, focusedIndex) => {
|
|
|
3763
3959
|
};
|
|
3764
3960
|
|
|
3765
3961
|
const getRunAndDebugVisibleRowsScope = state => {
|
|
3766
|
-
const rows = [];
|
|
3767
3962
|
const {
|
|
3768
3963
|
scopeChain,
|
|
3769
3964
|
scopeExpanded,
|
|
3770
3965
|
expandedIds,
|
|
3771
|
-
scopeFocusedIndex
|
|
3966
|
+
scopeFocusedIndex,
|
|
3967
|
+
scopeVisible,
|
|
3968
|
+
debugState
|
|
3772
3969
|
} = state;
|
|
3970
|
+
if (!scopeVisible) {
|
|
3971
|
+
return [];
|
|
3972
|
+
}
|
|
3973
|
+
const rows = [];
|
|
3773
3974
|
if (scopeExpanded) {
|
|
3774
3975
|
rows.push({
|
|
3775
3976
|
type: SectionHeading,
|
|
@@ -3782,7 +3983,13 @@ const getRunAndDebugVisibleRowsScope = state => {
|
|
|
3782
3983
|
name: Scope,
|
|
3783
3984
|
description: ''
|
|
3784
3985
|
});
|
|
3785
|
-
if (
|
|
3986
|
+
if (debugState === Paused) {
|
|
3987
|
+
const visible = getVisibleScopeItems(scopeChain, expandedIds, scopeFocusedIndex);
|
|
3988
|
+
for (const scope of visible) {
|
|
3989
|
+
const renderer = getScopeRenderer(scope.type);
|
|
3990
|
+
rows.push(...renderer(scope));
|
|
3991
|
+
}
|
|
3992
|
+
} else {
|
|
3786
3993
|
rows.push({
|
|
3787
3994
|
type: Message,
|
|
3788
3995
|
text: notPaused(),
|
|
@@ -3794,12 +4001,6 @@ const getRunAndDebugVisibleRowsScope = state => {
|
|
|
3794
4001
|
name: '',
|
|
3795
4002
|
description: ''
|
|
3796
4003
|
});
|
|
3797
|
-
} else {
|
|
3798
|
-
const visible = getVisibleScopeItems(scopeChain, expandedIds, scopeFocusedIndex);
|
|
3799
|
-
for (const scope of visible) {
|
|
3800
|
-
const renderer = getScopeRenderer(scope.type);
|
|
3801
|
-
rows.push(...renderer(scope));
|
|
3802
|
-
}
|
|
3803
4004
|
}
|
|
3804
4005
|
} else {
|
|
3805
4006
|
rows.push({
|
|
@@ -3886,8 +4087,12 @@ const getWatchActions = watchExpanded => {
|
|
|
3886
4087
|
const getRunAndDebugVisibleRowsWatch = state => {
|
|
3887
4088
|
const {
|
|
3888
4089
|
watchExpanded,
|
|
3889
|
-
watchExpressions
|
|
4090
|
+
watchExpressions,
|
|
4091
|
+
watchVisible
|
|
3890
4092
|
} = state;
|
|
4093
|
+
if (!watchVisible) {
|
|
4094
|
+
return [];
|
|
4095
|
+
}
|
|
3891
4096
|
const rows = [{
|
|
3892
4097
|
type: SectionHeading,
|
|
3893
4098
|
text: watch(),
|
|
@@ -3907,8 +4112,7 @@ const getRunAndDebugVisibleRowsWatch = state => {
|
|
|
3907
4112
|
};
|
|
3908
4113
|
|
|
3909
4114
|
const getRunAndDebugVisibleRows = state => {
|
|
3910
|
-
|
|
3911
|
-
return rows;
|
|
4115
|
+
return [...getRunAndDebugVisibleRowsWatch(state), ...getRunAndDebugVisibleRowsBreakPoints(state), ...getRunAndDebugVisibleRowsScope(state), ...getRunAndDebugVisibleRowsCallStack(state)];
|
|
3912
4116
|
};
|
|
3913
4117
|
|
|
3914
4118
|
const renderItems = (oldState, newState) => {
|
|
@@ -4095,7 +4299,8 @@ const renderEventListeners = () => {
|
|
|
4095
4299
|
params: ['handleDebugInput', 'event.target.value']
|
|
4096
4300
|
}, {
|
|
4097
4301
|
name: HandleClickSectionHeading,
|
|
4098
|
-
params: ['handleClickSectionHeading', 'event.target.dataset.name']
|
|
4302
|
+
params: ['handleClickSectionHeading', 'event.target.dataset.name', 'event.button'],
|
|
4303
|
+
preventDefault: true
|
|
4099
4304
|
}, {
|
|
4100
4305
|
name: HandleClickCheckBox,
|
|
4101
4306
|
params: ['handleClickCheckBox', 'event.target.name']
|
|
@@ -4124,6 +4329,14 @@ const renderEventListeners = () => {
|
|
|
4124
4329
|
}, {
|
|
4125
4330
|
name: HandleInputBlur,
|
|
4126
4331
|
params: ['handleInputBlur']
|
|
4332
|
+
}, {
|
|
4333
|
+
name: HandleSectionHeaderContextMenu,
|
|
4334
|
+
params: ['handleSectionHeaderContextMenu', 'event.clientX', 'event.clientY', 'event.target.dataset.name'],
|
|
4335
|
+
preventDefault: true
|
|
4336
|
+
}, {
|
|
4337
|
+
name: HandleWatchExpressionContextMenu,
|
|
4338
|
+
params: ['handleWatchExpressionContextMenu', 'event.clientX', 'event.clientY', 'event.target.dataset.index'],
|
|
4339
|
+
preventDefault: true
|
|
4127
4340
|
}];
|
|
4128
4341
|
};
|
|
4129
4342
|
|
|
@@ -4167,6 +4380,27 @@ const saveState = (uid, reason) => {
|
|
|
4167
4380
|
};
|
|
4168
4381
|
};
|
|
4169
4382
|
|
|
4383
|
+
const showCallStack = state => {
|
|
4384
|
+
return {
|
|
4385
|
+
...state,
|
|
4386
|
+
callStackVisible: true
|
|
4387
|
+
};
|
|
4388
|
+
};
|
|
4389
|
+
|
|
4390
|
+
const showScope = state => {
|
|
4391
|
+
return {
|
|
4392
|
+
...state,
|
|
4393
|
+
scopeVisible: true
|
|
4394
|
+
};
|
|
4395
|
+
};
|
|
4396
|
+
|
|
4397
|
+
const showWatch = state => {
|
|
4398
|
+
return {
|
|
4399
|
+
...state,
|
|
4400
|
+
watchVisible: true
|
|
4401
|
+
};
|
|
4402
|
+
};
|
|
4403
|
+
|
|
4170
4404
|
const terminate = () => {
|
|
4171
4405
|
globalThis.close();
|
|
4172
4406
|
};
|
|
@@ -4177,19 +4411,25 @@ const commandMap = {
|
|
|
4177
4411
|
'Debug.resumed': resumed,
|
|
4178
4412
|
'Debug.scriptParsed': scriptParsed,
|
|
4179
4413
|
'Initialize.initialize': initialize,
|
|
4414
|
+
'RunAndDebug.acceptWatchExpressionEdit': wrapCommand(acceptWatchExpressionEdit),
|
|
4415
|
+
'RunAndDebug.addWatchExpression': wrapCommand(addWatchExpression$1),
|
|
4416
|
+
'RunAndDebug.cancelWatchExpressionEdit': wrapCommand(cancelWatchExpressionEdit),
|
|
4180
4417
|
'RunAndDebug.create': create,
|
|
4418
|
+
'RunAndDebug.deleteWatchExpression': deleteWatchExpression$1,
|
|
4419
|
+
'RunAndDebug.deleteAllWatchExpressions': deleteAllWatchExpressions$1,
|
|
4181
4420
|
'RunAndDebug.diff2': diff2,
|
|
4182
4421
|
'RunAndDebug.dispose': dispose,
|
|
4183
|
-
'RunAndDebug.restoreState': restoreState,
|
|
4184
4422
|
'RunAndDebug.focusNext': wrapCommand(focusNext),
|
|
4185
4423
|
'RunAndDebug.focusPrevious': wrapCommand(focusPrevious),
|
|
4186
4424
|
'RunAndDebug.getCommandIds': getCommandIds,
|
|
4187
4425
|
'RunAndDebug.getHighlight': getHighlight,
|
|
4188
4426
|
'RunAndDebug.getKeyBindings': getKeyBindings,
|
|
4427
|
+
'RunAndDebug.getMenuEntries': getMenuEntries,
|
|
4189
4428
|
'RunAndDebug.handleArrowDown': wrapCommand(handleArrowDown),
|
|
4190
4429
|
'RunAndDebug.handleArrowLeft': wrapCommand(handleArrowLeft),
|
|
4191
4430
|
'RunAndDebug.handleArrowRight': wrapCommand(handleArrowRight),
|
|
4192
4431
|
'RunAndDebug.handleArrowUp': wrapCommand(handleArrowUp),
|
|
4432
|
+
'RunAndDebug.handleChange': wrapCommand(handleChange),
|
|
4193
4433
|
'RunAndDebug.handleClickCallStackItem': wrapCommand(handleClickCallstackItem),
|
|
4194
4434
|
'RunAndDebug.handleClickCheckBox': wrapCommand(handleClickCheckBox),
|
|
4195
4435
|
'RunAndDebug.handleClickDebugButton': wrapCommand(handleClickDebugButton),
|
|
@@ -4201,34 +4441,32 @@ const commandMap = {
|
|
|
4201
4441
|
'RunAndDebug.handleClickSectionCallstack': wrapCommand(handleClickSectionCallstack),
|
|
4202
4442
|
'RunAndDebug.handleClickSectionHeading': wrapCommand(handleClickSectionHeading),
|
|
4203
4443
|
'RunAndDebug.handleClickSectionScope': wrapCommand(handleClickSectionScope),
|
|
4444
|
+
'RunAndDebug.handleClickSectionWatch': wrapCommand(handleClickSectionWatch),
|
|
4204
4445
|
'RunAndDebug.handleClickWatchExpression': wrapCommand(handleClickWatchExpression),
|
|
4205
|
-
'RunAndDebug.handleWatchExpressionDoubleClick': wrapCommand(handleWatchExpressionDoubleClick),
|
|
4206
4446
|
'RunAndDebug.handleClickWatchExpressionDelete': wrapCommand(handleClickWatchExpressionDelete),
|
|
4207
|
-
'RunAndDebug.handleClickSectionWatch': wrapCommand(handleClickSectionWatch),
|
|
4208
4447
|
'RunAndDebug.handleDebugInput': wrapCommand(handleDebugInput),
|
|
4209
4448
|
'RunAndDebug.handleEvaluate': wrapCommand(handleEvaluate),
|
|
4210
|
-
'RunAndDebug.
|
|
4449
|
+
'RunAndDebug.handleInputBlur': wrapCommand(handleInputBlur),
|
|
4450
|
+
'RunAndDebug.handleInputFieldChange': wrapCommand(handleInputFieldChange),
|
|
4211
4451
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
4212
4452
|
'RunAndDebug.handlePaused': wrapCommand(handlePaused),
|
|
4213
|
-
'RunAndDebug.addWatchExpression': wrapCommand(addWatchExpression),
|
|
4214
|
-
'RunAndDebug.cancelWatchExpressionEdit': wrapCommand(cancelWatchExpressionEdit),
|
|
4215
|
-
'RunAndDebug.acceptWatchExpressionEdit': wrapCommand(acceptWatchExpressionEdit),
|
|
4216
|
-
'RunAndDebug.handleChange': wrapCommand(handleChange),
|
|
4217
|
-
'RunAndDebug.handleInputFieldChange': wrapCommand(handleInputFieldChange),
|
|
4218
|
-
'RunAndDebug.handleInputBlur': wrapCommand(handleInputBlur),
|
|
4219
4453
|
'RunAndDebug.handleResumed': wrapCommand(handleResumed),
|
|
4220
4454
|
'RunAndDebug.handleScriptParsed': wrapCommand(handleScriptParsed),
|
|
4455
|
+
'RunAndDebug.handleSectionHeaderContextMenu': wrapCommand(handleSectionHeaderContextMenu),
|
|
4456
|
+
'RunAndDebug.handleWatchExpressionContextMenu': wrapCommand(handleWatchExpressionContextMenu),
|
|
4457
|
+
'RunAndDebug.handleWatchExpressionDoubleClick': wrapCommand(handleWatchExpressionDoubleClick),
|
|
4458
|
+
'RunAndDebug.handleWatchValueChange': wrapCommand(handleWatchValueChange),
|
|
4221
4459
|
'RunAndDebug.loadContent': wrapCommand(loadContent),
|
|
4222
4460
|
'RunAndDebug.loadContentLater': wrapCommand(loadContentLater),
|
|
4223
4461
|
'RunAndDebug.pause': wrapCommand(pause),
|
|
4224
4462
|
'RunAndDebug.readFile': readFile,
|
|
4225
4463
|
'RunAndDebug.refresh': wrapCommand(refresh),
|
|
4226
4464
|
'RunAndDebug.removeWatchExpression': removeWatchExpression,
|
|
4227
|
-
'RunAndDebug.deleteWatchExpression': deleteWatchExpression$1,
|
|
4228
4465
|
'RunAndDebug.render2': render2,
|
|
4229
4466
|
'RunAndDebug.renderActions': renderActions,
|
|
4230
4467
|
'RunAndDebug.renderEventListeners': renderEventListeners,
|
|
4231
4468
|
'RunAndDebug.resize': wrapCommand(resize),
|
|
4469
|
+
'RunAndDebug.restoreState': restoreState,
|
|
4232
4470
|
'RunAndDebug.resume': wrapCommand(resume),
|
|
4233
4471
|
'RunAndDebug.saveState': saveState,
|
|
4234
4472
|
'RunAndDebug.setPauseOnExceptions': wrapCommand(setPauseOnExceptions),
|
|
@@ -4236,7 +4474,13 @@ const commandMap = {
|
|
|
4236
4474
|
'RunAndDebug.stepOut': wrapCommand(stepOut),
|
|
4237
4475
|
'RunAndDebug.stepOver': wrapCommand(stepOver),
|
|
4238
4476
|
'RunAndDebug.terminate': terminate,
|
|
4239
|
-
'RunAndDebug.togglePause': wrapCommand(togglePause)
|
|
4477
|
+
'RunAndDebug.togglePause': wrapCommand(togglePause),
|
|
4478
|
+
'RunAndDebug.showWatch': wrapCommand(showWatch),
|
|
4479
|
+
'RunAndDebug.hideWatch': wrapCommand(hideWatch),
|
|
4480
|
+
'RunAndDebug.showScope': wrapCommand(showScope),
|
|
4481
|
+
'RunAndDebug.hideScope': wrapCommand(hideScope),
|
|
4482
|
+
'RunAndDebug.showCallStack': wrapCommand(showCallStack),
|
|
4483
|
+
'RunAndDebug.hideCallStack': wrapCommand(hideCallStack)
|
|
4240
4484
|
};
|
|
4241
4485
|
|
|
4242
4486
|
const listen = async () => {
|