@lvce-editor/static-server 0.53.1 → 0.53.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1857 -1857
- package/package.json +1 -1
- package/static/{bd5d499 → 03f3661}/css/App.css +83 -83
- package/static/{bd5d499 → 03f3661}/css/parts/ViewletRunAndDebug.css +20 -0
- package/static/{bd5d499 → 03f3661}/manifest.json +2 -2
- package/static/{bd5d499 → 03f3661}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{bd5d499 → 03f3661}/packages/debug-worker/dist/debugWorkerMain.js +623 -286
- package/static/{bd5d499 → 03f3661}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{bd5d499 → 03f3661}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{bd5d499 → 03f3661}/packages/renderer-worker/dist/rendererWorkerMain.js +37 -32
- package/static/index.html +4 -4
- /package/static/{bd5d499 → 03f3661}/config/colorTheme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/config/defaultSettings.json +0 -0
- /package/static/{bd5d499 → 03f3661}/config/fileMap.json +0 -0
- /package/static/{bd5d499 → 03f3661}/config/webExtensions.json +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Animation.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/DebugButtons.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/DebugValue.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/E2eTest.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/E2eTests.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/EditorHover.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/EditorMessage.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/FeatureContent.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Features.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ImagePreview.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/InputBadge.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Key.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/LegacyDialog.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Markdown.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Progress.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Select.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/Table.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletAbout.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletDialog.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletMedia.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletOutput.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletPanel.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletPdf.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletProblems.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletReferences.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletSearch.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletStorage.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{bd5d499 → 03f3661}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{bd5d499 → 03f3661}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/default_file.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/default_folder.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/default_root_folder.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_access.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_access2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ada.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_agda.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ai.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_al.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_angular.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_apache.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_apex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_apib.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_apl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_asp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_astro.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_atom.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ats.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_attw.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_audio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_avif.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_avro.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_awk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_aws.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_azure.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_babel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bak.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bat.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bats.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_biml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_binary.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_biome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_blade.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_blender.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bower.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_buf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bun.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_c.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_c2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_c3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_casc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cert.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_changie.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_chef.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_class.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_claude.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_compass.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_composer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_conan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_conda.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_config.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_craco.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_css.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_css2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_cython.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_db.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_debian.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_deno.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_diff.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_django.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_docker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_docz.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_drone.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_drools.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dune.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_edge.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_elm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ember.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eps.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_epub.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_erb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_excel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_expo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fla.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flash.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flow.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_font.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_funding.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_galen.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_git.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_git2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_glide.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_godot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_grain.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_helix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_helm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_host.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_html.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_http.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_husky.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_icl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_idris.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_image.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_imba.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_inc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_informix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ini.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ink.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_io.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_janet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jar.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_java.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_json.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_json2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_json5.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_juice.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_julia.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_just.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_k.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_karma.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_key.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kite.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_knip.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kos.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lark.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_latino.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_layout.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_less.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_liara.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_license.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lime.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_locale.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_log.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lua.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_luau.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_lync.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_map.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_marko.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_maven.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_maya.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_meson.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_metal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_motif.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mson.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_next.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nim.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_noc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_node.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_node2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_npm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_opam.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_org.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_package.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_paket.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_patch.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_perl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_php.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_php2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_php3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pine.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pip.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pony.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_postman.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_preact.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_progress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pug.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_python.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_q.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_qml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_r.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_racket.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rails.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_raku.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_raml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_razor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_reason.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_red.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_registry.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rego.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_remark.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_replit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_retext.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_riot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_robots.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rome.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ron.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rust.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sails.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_san.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sas.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sass.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_scala.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_script.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_scss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_shell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sino.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_slang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_slice.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_slim.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_slint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sln.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_snort.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_source.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_spin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sst.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stata.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_style.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_styled.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_svg.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_swc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_swift.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_swig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_teal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_templ.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tera.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_test.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_testts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_text.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_textile.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_todo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_toit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_toml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tox.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_travis.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tree.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tres.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_twig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_unison.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vala.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vash.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vba.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vento.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_video.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_view.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vim.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vite.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_volt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vue.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wally.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_windi.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_word.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_word2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xib.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yang.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_zig.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_zip.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_android.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_api.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_app.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_client.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_common.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_component.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_config.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_css.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_db.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_git.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_github.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_images.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_include.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_js.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_json.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_less.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_library.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_log.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_model.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_module.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_next.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_node.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_package.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_php.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_private.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_public.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_python.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_route.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_script.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_server.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_services.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_src.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_story.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_style.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_template.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_test.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_video.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_view.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_www.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/add.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/arrow-down.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/arrow-left.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/arrow-right.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/arrow-up.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/blank.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/book.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/case-sensitive.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/check.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chevron-down.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chevron-left.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chevron-right.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chevron-up.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chrome-close.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chrome-maximize.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chrome-minimize.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/chrome-restore.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/circle-filled.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/clear-all.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/close.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/cloud.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/collapse-all.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-all.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-alt-2.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-alt-small.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-alt.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-console.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-continue-small.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-continue.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-coverage.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-disconnect.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-line-by-line.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-pause.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-rerun.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-restart-frame.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-restart.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-stackframe.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-start.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-step-back.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-step-into.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-step-out.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-step-over.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug-stop.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/debug.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/discard.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/edit.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/ellipsis.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/error.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/exclude.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/extensions.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/files.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/filter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/go-to-file.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/icon-close.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/icon-source-control.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/icon-sync.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/icon.png +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/icon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/info.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/language-icon.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/link-external.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/list-flat.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/list-tree.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/new-file.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/new-folder.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/newline.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/open-preview.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/play.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/preserve-case.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/progress.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/pwa-icon-192.png +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/pwa-icon-512.png +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/record-keys.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/refresh.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/regex.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/remove.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/replace-all.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/replace.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/run-all.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/search.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/settings-gear.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/sort-precedence.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/source-control.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/split-horizontal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/squiggly-error.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/squiggly-warning.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-array.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-boolean.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-class.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-color.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-constant.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-enum-member.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-enum.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-event.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-field.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-file.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-interface.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-key.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-keyword.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-method.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-misc.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-namespace.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-numeric.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-operator.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-parameter.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-property.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-ruler.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-snippet.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-string.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-structure.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/symbol-variable.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/tag.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/terminal-bash.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/terminal.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/theme-icon.png +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/trash.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/triangle-down.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/triangle-left.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/triangle-right.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/triangle-up.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/warning.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/whole-word.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/zoom-in.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/icons/zoom-out.svg +0 -0
- /package/static/{bd5d499 → 03f3661}/js/babel-parser.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/blob-util.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/ky.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/lvce-editor-import-script.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/lvce-editor-ipc.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/lvce-editor-verror.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/p-min-delay.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/pretty-bytes.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/preview-injected.js +0 -0
- /package/static/{bd5d499 → 03f3661}/js/yoctodelay.js +0 -0
- /package/static/{bd5d499 → 03f3661}/lib-css/termterm.css +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/renderer-process/LICENSE +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/renderer-process/README.md +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/renderer-process/package.json +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.cpp +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.css +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.csv +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.dart +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.env +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.ex +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.html +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.java +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.jl +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.js +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.json +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.kt +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.pl +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.py +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/index.ts +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/scrolling.txt +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/languages/tsconfig.json +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/sample-folder/a.txt +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/sample-folder/b.txt +0 -0
- /package/static/{bd5d499 → 03f3661}/playground/sample-folder/c.txt +0 -0
|
@@ -513,7 +513,7 @@ const create$4$1 = (method, params) => {
|
|
|
513
513
|
};
|
|
514
514
|
};
|
|
515
515
|
const callbacks = Object.create(null);
|
|
516
|
-
const set$
|
|
516
|
+
const set$4 = (id, fn) => {
|
|
517
517
|
callbacks[id] = fn;
|
|
518
518
|
};
|
|
519
519
|
const get$2 = id => {
|
|
@@ -532,7 +532,7 @@ const registerPromise = () => {
|
|
|
532
532
|
resolve,
|
|
533
533
|
promise
|
|
534
534
|
} = Promise.withResolvers();
|
|
535
|
-
set$
|
|
535
|
+
set$4(id, resolve);
|
|
536
536
|
return {
|
|
537
537
|
id,
|
|
538
538
|
promise
|
|
@@ -994,207 +994,31 @@ const WebWorkerRpcClient = {
|
|
|
994
994
|
create: create$4
|
|
995
995
|
};
|
|
996
996
|
|
|
997
|
-
const
|
|
998
|
-
const editingIndex = watchExpressions.findIndex(expr => expr.isEditing);
|
|
999
|
-
if (editingIndex === -1) {
|
|
1000
|
-
return watchExpressions;
|
|
1001
|
-
}
|
|
1002
|
-
if (editingValue === '') {
|
|
1003
|
-
return watchExpressions.toSpliced(editingIndex, 1);
|
|
1004
|
-
}
|
|
1005
|
-
const newExpression = {
|
|
1006
|
-
expression: editingValue,
|
|
1007
|
-
value: null,
|
|
1008
|
-
isEditing: false
|
|
1009
|
-
};
|
|
1010
|
-
return watchExpressions.toSpliced(editingIndex, 1, newExpression);
|
|
1011
|
-
};
|
|
1012
|
-
|
|
1013
|
-
const acceptWatchExpressionEdit = state => {
|
|
1014
|
-
const {
|
|
1015
|
-
watchExpressions,
|
|
1016
|
-
editingValue
|
|
1017
|
-
} = state;
|
|
1018
|
-
const newWatchExpressions = getNewWatchExpressionsAccept(watchExpressions, editingValue);
|
|
1019
|
-
return {
|
|
1020
|
-
...state,
|
|
1021
|
-
watchExpressions: newWatchExpressions,
|
|
1022
|
-
focus: 0
|
|
1023
|
-
};
|
|
1024
|
-
};
|
|
1025
|
-
|
|
1026
|
-
const FocusDebugScope = 30;
|
|
1027
|
-
const FocusDebugWatchInput = 1290;
|
|
1028
|
-
|
|
1029
|
-
const addWatchExpression = (state, expression) => {
|
|
1030
|
-
const {
|
|
1031
|
-
watchExpressions
|
|
1032
|
-
} = state;
|
|
1033
|
-
const watchExpression = {
|
|
1034
|
-
expression,
|
|
1035
|
-
value: null,
|
|
1036
|
-
isEditing: true
|
|
1037
|
-
};
|
|
1038
|
-
return {
|
|
1039
|
-
...state,
|
|
1040
|
-
watchExpressions: [...watchExpressions, watchExpression],
|
|
1041
|
-
focus: FocusDebugWatchInput
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
|
|
1045
|
-
const getNewWatchExpressionsCancel = watchExpressions => {
|
|
1046
|
-
const lastExpression = watchExpressions[watchExpressions.length - 1];
|
|
1047
|
-
if (lastExpression && lastExpression.expression === '') {
|
|
1048
|
-
return watchExpressions.toSpliced(-1, 1);
|
|
1049
|
-
}
|
|
1050
|
-
return watchExpressions;
|
|
1051
|
-
};
|
|
1052
|
-
|
|
1053
|
-
const cancelWatchExpressionEdit = state => {
|
|
1054
|
-
const {
|
|
1055
|
-
watchExpressions
|
|
1056
|
-
} = state;
|
|
1057
|
-
const newWatchExpressions = getNewWatchExpressionsCancel(watchExpressions);
|
|
1058
|
-
return {
|
|
1059
|
-
...state,
|
|
1060
|
-
watchExpressions: newWatchExpressions
|
|
1061
|
-
};
|
|
1062
|
-
};
|
|
1063
|
-
|
|
1064
|
-
const None$5 = 'none';
|
|
1065
|
-
const Exception$2 = 'exception';
|
|
1066
|
-
const Other = 'other';
|
|
1067
|
-
|
|
1068
|
-
const None$4 = 0;
|
|
997
|
+
const None$5 = 0;
|
|
1069
998
|
const Paused = 1;
|
|
1070
999
|
const Default = 2;
|
|
1071
1000
|
|
|
1072
|
-
const All = 1;
|
|
1073
|
-
const Uncaught = 2;
|
|
1074
|
-
const None$3 = 0;
|
|
1075
|
-
|
|
1076
|
-
const None$2 = 'none';
|
|
1077
|
-
|
|
1078
|
-
const create$2 = () => {
|
|
1079
|
-
const states = Object.create(null);
|
|
1080
|
-
return {
|
|
1081
|
-
get(uid) {
|
|
1082
|
-
return states[uid];
|
|
1083
|
-
},
|
|
1084
|
-
set(uid, oldState, newState) {
|
|
1085
|
-
states[uid] = {
|
|
1086
|
-
oldState,
|
|
1087
|
-
newState
|
|
1088
|
-
};
|
|
1089
|
-
},
|
|
1090
|
-
dispose(uid) {
|
|
1091
|
-
delete states[uid];
|
|
1092
|
-
},
|
|
1093
|
-
getKeys() {
|
|
1094
|
-
return Object.keys(states).map(key => {
|
|
1095
|
-
return Number.parseInt(key);
|
|
1096
|
-
});
|
|
1097
|
-
},
|
|
1098
|
-
clear() {
|
|
1099
|
-
for (const key of Object.keys(states)) {
|
|
1100
|
-
delete states[key];
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
wrapCommand(fn) {
|
|
1104
|
-
const wrapped = async (uid, ...args) => {
|
|
1105
|
-
const {
|
|
1106
|
-
newState
|
|
1107
|
-
} = states[uid];
|
|
1108
|
-
const newerState = await fn(newState, ...args);
|
|
1109
|
-
if (newState === newerState) {
|
|
1110
|
-
return;
|
|
1111
|
-
}
|
|
1112
|
-
const latest = states[uid];
|
|
1113
|
-
states[uid] = {
|
|
1114
|
-
oldState: latest.oldState,
|
|
1115
|
-
newState: newerState
|
|
1116
|
-
};
|
|
1117
|
-
};
|
|
1118
|
-
return wrapped;
|
|
1119
|
-
},
|
|
1120
|
-
diff(uid, modules, numbers) {
|
|
1121
|
-
const {
|
|
1122
|
-
oldState,
|
|
1123
|
-
newState
|
|
1124
|
-
} = states[uid];
|
|
1125
|
-
const diffResult = [];
|
|
1126
|
-
for (let i = 0; i < modules.length; i++) {
|
|
1127
|
-
const fn = modules[i];
|
|
1128
|
-
if (!fn(oldState, newState)) {
|
|
1129
|
-
diffResult.push(numbers[i]);
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
return diffResult;
|
|
1133
|
-
}
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
|
-
|
|
1137
|
-
const {
|
|
1138
|
-
get: get$1,
|
|
1139
|
-
set: set$4,
|
|
1140
|
-
wrapCommand,
|
|
1141
|
-
dispose: dispose$1,
|
|
1142
|
-
getKeys
|
|
1143
|
-
} = create$2();
|
|
1144
|
-
|
|
1145
|
-
const create$1 = (id, uri, x, y, width, height) => {
|
|
1146
|
-
const state = {
|
|
1147
|
-
id,
|
|
1148
|
-
disposed: false,
|
|
1149
|
-
processes: [],
|
|
1150
|
-
debugState: None$4,
|
|
1151
|
-
watchExpanded: false,
|
|
1152
|
-
breakPointsExpanded: false,
|
|
1153
|
-
scopeExpanded: false,
|
|
1154
|
-
callStackExpanded: false,
|
|
1155
|
-
scopeChain: [],
|
|
1156
|
-
callStack: [],
|
|
1157
|
-
parsedScripts: Object.create(null),
|
|
1158
|
-
pausedReason: None$5,
|
|
1159
|
-
pausedMessage: '',
|
|
1160
|
-
debugInputValue: '',
|
|
1161
|
-
debugOutputValue: '',
|
|
1162
|
-
callFrameId: '',
|
|
1163
|
-
expandedIds: [],
|
|
1164
|
-
scopeFocusedIndex: -1,
|
|
1165
|
-
focusedIndex: -1,
|
|
1166
|
-
pauseOnExceptionState: None$2,
|
|
1167
|
-
cache: Object.create(null),
|
|
1168
|
-
// TODO maybe store cache in extension host worker
|
|
1169
|
-
exceptionBreakPoints: None$3,
|
|
1170
|
-
watchExpressions: [],
|
|
1171
|
-
focus: 0,
|
|
1172
|
-
editingValue: ''
|
|
1173
|
-
};
|
|
1174
|
-
set$4(id, state, state);
|
|
1175
|
-
};
|
|
1176
|
-
|
|
1177
1001
|
const rpcs = Object.create(null);
|
|
1178
1002
|
const set$d = (id, rpc) => {
|
|
1179
1003
|
rpcs[id] = rpc;
|
|
1180
1004
|
};
|
|
1181
|
-
const get = id => {
|
|
1005
|
+
const get$1 = id => {
|
|
1182
1006
|
return rpcs[id];
|
|
1183
1007
|
};
|
|
1184
1008
|
|
|
1185
1009
|
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1186
1010
|
|
|
1187
|
-
const create = rpcId => {
|
|
1011
|
+
const create$2 = rpcId => {
|
|
1188
1012
|
return {
|
|
1189
1013
|
// @ts-ignore
|
|
1190
1014
|
invoke(method, ...params) {
|
|
1191
|
-
const rpc = get(rpcId);
|
|
1015
|
+
const rpc = get$1(rpcId);
|
|
1192
1016
|
// @ts-ignore
|
|
1193
1017
|
return rpc.invoke(method, ...params);
|
|
1194
1018
|
},
|
|
1195
1019
|
// @ts-ignore
|
|
1196
1020
|
invokeAndTransfer(method, ...params) {
|
|
1197
|
-
const rpc = get(rpcId);
|
|
1021
|
+
const rpc = get$1(rpcId);
|
|
1198
1022
|
// @ts-ignore
|
|
1199
1023
|
return rpc.invokeAndTransfer(method, ...params);
|
|
1200
1024
|
},
|
|
@@ -1202,7 +1026,7 @@ const create = rpcId => {
|
|
|
1202
1026
|
set$d(rpcId, rpc);
|
|
1203
1027
|
},
|
|
1204
1028
|
async dispose() {
|
|
1205
|
-
const rpc = get(rpcId);
|
|
1029
|
+
const rpc = get$1(rpcId);
|
|
1206
1030
|
await rpc.dispose();
|
|
1207
1031
|
}
|
|
1208
1032
|
};
|
|
@@ -1217,7 +1041,7 @@ const RpcId = {
|
|
|
1217
1041
|
const {
|
|
1218
1042
|
invoke: invoke$b,
|
|
1219
1043
|
set: set$b
|
|
1220
|
-
} = create(EditorWorker$1);
|
|
1044
|
+
} = create$2(EditorWorker$1);
|
|
1221
1045
|
const EditorWorker = {
|
|
1222
1046
|
__proto__: null,
|
|
1223
1047
|
invoke: invoke$b,
|
|
@@ -1226,7 +1050,7 @@ const EditorWorker = {
|
|
|
1226
1050
|
const {
|
|
1227
1051
|
invoke: invoke$8,
|
|
1228
1052
|
set: set$8
|
|
1229
|
-
} = create(ExtensionHostWorker);
|
|
1053
|
+
} = create$2(ExtensionHostWorker);
|
|
1230
1054
|
const ExtensionHost = {
|
|
1231
1055
|
__proto__: null,
|
|
1232
1056
|
invoke: invoke$8,
|
|
@@ -1235,19 +1059,19 @@ const ExtensionHost = {
|
|
|
1235
1059
|
const {
|
|
1236
1060
|
invoke: invoke$3,
|
|
1237
1061
|
invokeAndTransfer: invokeAndTransfer$3,
|
|
1238
|
-
set: set$3
|
|
1239
|
-
} = create(RendererWorker$1);
|
|
1062
|
+
set: set$3$1
|
|
1063
|
+
} = create$2(RendererWorker$1);
|
|
1240
1064
|
const RendererWorker = {
|
|
1241
1065
|
__proto__: null,
|
|
1242
1066
|
invoke: invoke$3,
|
|
1243
1067
|
invokeAndTransfer: invokeAndTransfer$3,
|
|
1244
|
-
set: set$3
|
|
1068
|
+
set: set$3$1
|
|
1245
1069
|
};
|
|
1246
1070
|
|
|
1247
1071
|
const {
|
|
1248
1072
|
invoke: invoke$2,
|
|
1249
1073
|
invokeAndTransfer,
|
|
1250
|
-
set: set$
|
|
1074
|
+
set: set$3
|
|
1251
1075
|
} = RendererWorker;
|
|
1252
1076
|
|
|
1253
1077
|
const activateByEvent = event => {
|
|
@@ -1256,7 +1080,7 @@ const activateByEvent = event => {
|
|
|
1256
1080
|
|
|
1257
1081
|
const {
|
|
1258
1082
|
invoke: invoke$1,
|
|
1259
|
-
set: set$
|
|
1083
|
+
set: set$2
|
|
1260
1084
|
} = ExtensionHost;
|
|
1261
1085
|
|
|
1262
1086
|
const executeProvider = async ({
|
|
@@ -1364,7 +1188,7 @@ const getScripts = debugId => {
|
|
|
1364
1188
|
|
|
1365
1189
|
const {
|
|
1366
1190
|
invoke,
|
|
1367
|
-
set
|
|
1191
|
+
set: set$1
|
|
1368
1192
|
} = EditorWorker;
|
|
1369
1193
|
|
|
1370
1194
|
const getDebugUri = (key, scriptId) => {
|
|
@@ -1382,16 +1206,83 @@ const openUri = async (uri, languageId, rowIndex, columnIndex) => {
|
|
|
1382
1206
|
await invoke$2('Main.openUri', uri, focus, options);
|
|
1383
1207
|
};
|
|
1384
1208
|
|
|
1209
|
+
const create$1 = () => {
|
|
1210
|
+
const states = Object.create(null);
|
|
1211
|
+
return {
|
|
1212
|
+
get(uid) {
|
|
1213
|
+
return states[uid];
|
|
1214
|
+
},
|
|
1215
|
+
set(uid, oldState, newState) {
|
|
1216
|
+
states[uid] = {
|
|
1217
|
+
oldState,
|
|
1218
|
+
newState
|
|
1219
|
+
};
|
|
1220
|
+
},
|
|
1221
|
+
dispose(uid) {
|
|
1222
|
+
delete states[uid];
|
|
1223
|
+
},
|
|
1224
|
+
getKeys() {
|
|
1225
|
+
return Object.keys(states).map(key => {
|
|
1226
|
+
return Number.parseInt(key);
|
|
1227
|
+
});
|
|
1228
|
+
},
|
|
1229
|
+
clear() {
|
|
1230
|
+
for (const key of Object.keys(states)) {
|
|
1231
|
+
delete states[key];
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
wrapCommand(fn) {
|
|
1235
|
+
const wrapped = async (uid, ...args) => {
|
|
1236
|
+
const {
|
|
1237
|
+
newState
|
|
1238
|
+
} = states[uid];
|
|
1239
|
+
const newerState = await fn(newState, ...args);
|
|
1240
|
+
if (newState === newerState) {
|
|
1241
|
+
return;
|
|
1242
|
+
}
|
|
1243
|
+
const latest = states[uid];
|
|
1244
|
+
states[uid] = {
|
|
1245
|
+
oldState: latest.oldState,
|
|
1246
|
+
newState: newerState
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1249
|
+
return wrapped;
|
|
1250
|
+
},
|
|
1251
|
+
diff(uid, modules, numbers) {
|
|
1252
|
+
const {
|
|
1253
|
+
oldState,
|
|
1254
|
+
newState
|
|
1255
|
+
} = states[uid];
|
|
1256
|
+
const diffResult = [];
|
|
1257
|
+
for (let i = 0; i < modules.length; i++) {
|
|
1258
|
+
const fn = modules[i];
|
|
1259
|
+
if (!fn(oldState, newState)) {
|
|
1260
|
+
diffResult.push(numbers[i]);
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
return diffResult;
|
|
1264
|
+
}
|
|
1265
|
+
};
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1268
|
+
const {
|
|
1269
|
+
get,
|
|
1270
|
+
set,
|
|
1271
|
+
wrapCommand,
|
|
1272
|
+
dispose: dispose$1,
|
|
1273
|
+
getKeys
|
|
1274
|
+
} = create$1();
|
|
1275
|
+
|
|
1385
1276
|
const getKey = () => {
|
|
1386
1277
|
const keys = getKeys();
|
|
1387
|
-
return keys
|
|
1278
|
+
return keys.at(-1) || 0;
|
|
1388
1279
|
};
|
|
1389
1280
|
const openAtPausedLocation = async () => {
|
|
1390
1281
|
const key = getKey();
|
|
1391
1282
|
// TODO ask renderer worker to open file
|
|
1392
1283
|
const {
|
|
1393
1284
|
newState
|
|
1394
|
-
} = get
|
|
1285
|
+
} = get(key);
|
|
1395
1286
|
const {
|
|
1396
1287
|
callStack
|
|
1397
1288
|
} = newState;
|
|
@@ -1468,11 +1359,179 @@ const handleChange$1 = async params => {
|
|
|
1468
1359
|
await invoke$2('Run And Debug.handleChange', params);
|
|
1469
1360
|
};
|
|
1470
1361
|
|
|
1471
|
-
const
|
|
1362
|
+
const evaluateWatchExpression = async (debugId, callFrameId, expression) => {
|
|
1363
|
+
const result = await evaluate(debugId, expression, callFrameId);
|
|
1364
|
+
return result;
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
const evaluateWatchExpressions = async (debugId, callFrameId, watchExpressions) => {
|
|
1368
|
+
const results = await Promise.all(watchExpressions.map(async expression => {
|
|
1369
|
+
try {
|
|
1370
|
+
const result = await evaluateWatchExpression(debugId, callFrameId, expression.expression);
|
|
1371
|
+
const resultString = result.description;
|
|
1372
|
+
return {
|
|
1373
|
+
...expression,
|
|
1374
|
+
value: resultString
|
|
1375
|
+
};
|
|
1376
|
+
} catch (error) {
|
|
1377
|
+
console.error(`Failed to evaluate expression: ${error}`);
|
|
1378
|
+
return {
|
|
1379
|
+
...expression
|
|
1380
|
+
};
|
|
1381
|
+
}
|
|
1382
|
+
}));
|
|
1383
|
+
return results;
|
|
1384
|
+
};
|
|
1385
|
+
|
|
1386
|
+
const getNewWatchExpressions = async (debugId, callFrameId, debugState, watchExpressions) => {
|
|
1387
|
+
if (debugState === Paused) {
|
|
1388
|
+
const newWatchExpressions = await evaluateWatchExpressions(debugId, callFrameId, watchExpressions);
|
|
1389
|
+
return newWatchExpressions;
|
|
1390
|
+
}
|
|
1391
|
+
return watchExpressions;
|
|
1392
|
+
};
|
|
1393
|
+
const getNewWatchExpressionsAccept = async (debugId, callFrameId, debugState, watchExpressions, editingValue) => {
|
|
1394
|
+
const editingIndex = watchExpressions.findIndex(expr => expr.isEditing);
|
|
1395
|
+
if (editingIndex === -1) {
|
|
1396
|
+
return watchExpressions;
|
|
1397
|
+
}
|
|
1398
|
+
if (editingValue === '') {
|
|
1399
|
+
return watchExpressions.toSpliced(editingIndex, 1);
|
|
1400
|
+
}
|
|
1401
|
+
const newExpression = {
|
|
1402
|
+
expression: editingValue,
|
|
1403
|
+
value: null,
|
|
1404
|
+
isEditing: false
|
|
1405
|
+
};
|
|
1406
|
+
const newWatchExpressions1 = watchExpressions.toSpliced(editingIndex, 1, newExpression);
|
|
1407
|
+
const newWatchExpressions2 = await getNewWatchExpressions(debugId, callFrameId, debugState, newWatchExpressions1);
|
|
1408
|
+
return newWatchExpressions2;
|
|
1409
|
+
};
|
|
1410
|
+
|
|
1411
|
+
const acceptWatchExpressionEdit = async state => {
|
|
1412
|
+
const {
|
|
1413
|
+
watchExpressions,
|
|
1414
|
+
editingValue,
|
|
1415
|
+
debugId,
|
|
1416
|
+
debugState,
|
|
1417
|
+
callFrameId
|
|
1418
|
+
} = state;
|
|
1419
|
+
const newWatchExpressions = await getNewWatchExpressionsAccept(debugId, callFrameId, debugState, watchExpressions, editingValue);
|
|
1420
|
+
return {
|
|
1421
|
+
...state,
|
|
1422
|
+
watchExpressions: newWatchExpressions,
|
|
1423
|
+
focus: 0,
|
|
1424
|
+
editingValue: '',
|
|
1425
|
+
editingselectionstart: 0,
|
|
1426
|
+
editingselectionend: 0
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
|
|
1430
|
+
const FocusDebugScope = 30;
|
|
1431
|
+
const FocusDebugWatchInput = 1290;
|
|
1432
|
+
|
|
1433
|
+
const addWatchExpression = async (state, expression) => {
|
|
1434
|
+
const {
|
|
1435
|
+
watchExpressions
|
|
1436
|
+
} = state;
|
|
1437
|
+
const watchExpression = {
|
|
1438
|
+
expression,
|
|
1439
|
+
value: null,
|
|
1440
|
+
isEditing: true
|
|
1441
|
+
};
|
|
1442
|
+
const newWatchExpressions1 = [...watchExpressions, watchExpression];
|
|
1443
|
+
return {
|
|
1444
|
+
...state,
|
|
1445
|
+
watchExpressions: newWatchExpressions1,
|
|
1446
|
+
focus: FocusDebugWatchInput,
|
|
1447
|
+
editingselectionstart: 0,
|
|
1448
|
+
editingselectionend: expression.length
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
|
|
1452
|
+
const getNewWatchExpressionsCancel = watchExpressions => {
|
|
1453
|
+
const lastExpression = watchExpressions[watchExpressions.length - 1];
|
|
1454
|
+
if (lastExpression && lastExpression.expression === '') {
|
|
1455
|
+
return watchExpressions.toSpliced(-1, 1);
|
|
1456
|
+
}
|
|
1457
|
+
return watchExpressions;
|
|
1458
|
+
};
|
|
1459
|
+
|
|
1460
|
+
const cancelWatchExpressionEdit = state => {
|
|
1461
|
+
const {
|
|
1462
|
+
watchExpressions
|
|
1463
|
+
} = state;
|
|
1464
|
+
const newWatchExpressions = getNewWatchExpressionsCancel(watchExpressions);
|
|
1465
|
+
return {
|
|
1466
|
+
...state,
|
|
1467
|
+
watchExpressions: newWatchExpressions,
|
|
1468
|
+
focus: 0,
|
|
1469
|
+
editingselectionstart: 0,
|
|
1470
|
+
editingselectionend: 0
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
|
|
1474
|
+
const None$4 = 'none';
|
|
1475
|
+
const Exception$2 = 'exception';
|
|
1476
|
+
const Other = 'other';
|
|
1477
|
+
|
|
1478
|
+
const All = 1;
|
|
1479
|
+
const Uncaught = 2;
|
|
1480
|
+
const None$3 = 0;
|
|
1481
|
+
|
|
1482
|
+
const None$2 = 'none';
|
|
1483
|
+
|
|
1484
|
+
const create = (id, uri, x, y, width, height) => {
|
|
1485
|
+
const state = {
|
|
1486
|
+
id,
|
|
1487
|
+
disposed: false,
|
|
1488
|
+
processes: [],
|
|
1489
|
+
debugState: None$5,
|
|
1490
|
+
watchExpanded: false,
|
|
1491
|
+
breakPointsExpanded: false,
|
|
1492
|
+
scopeExpanded: false,
|
|
1493
|
+
callStackExpanded: false,
|
|
1494
|
+
scopeChain: [],
|
|
1495
|
+
callStack: [],
|
|
1496
|
+
parsedScripts: Object.create(null),
|
|
1497
|
+
pausedReason: None$4,
|
|
1498
|
+
pausedMessage: '',
|
|
1499
|
+
debugInputValue: '',
|
|
1500
|
+
debugOutputValue: '',
|
|
1501
|
+
callFrameId: '',
|
|
1502
|
+
expandedIds: [],
|
|
1503
|
+
scopeFocusedIndex: -1,
|
|
1504
|
+
focusedIndex: -1,
|
|
1505
|
+
pauseOnExceptionState: None$2,
|
|
1506
|
+
cache: Object.create(null),
|
|
1507
|
+
// TODO maybe store cache in extension host worker
|
|
1508
|
+
exceptionBreakPoints: None$3,
|
|
1509
|
+
watchExpressions: [],
|
|
1510
|
+
focus: 0,
|
|
1511
|
+
editingValue: '',
|
|
1512
|
+
debugId: 0,
|
|
1513
|
+
inputSource: 0,
|
|
1514
|
+
editingselectionstart: 0,
|
|
1515
|
+
editingselectionend: 0
|
|
1516
|
+
};
|
|
1517
|
+
set(id, state, state);
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
const deleteWatchExpression$1 = (state, index) => {
|
|
1521
|
+
if (index < 0 || index >= state.watchExpressions.length) {
|
|
1522
|
+
return state;
|
|
1523
|
+
}
|
|
1524
|
+
return {
|
|
1525
|
+
...state,
|
|
1526
|
+
watchExpressions: state.watchExpressions.toSpliced(index, 1)
|
|
1527
|
+
};
|
|
1528
|
+
};
|
|
1529
|
+
|
|
1530
|
+
const isEqual$4 = (oldState, newState) => {
|
|
1472
1531
|
return oldState.focus === newState.focus;
|
|
1473
1532
|
};
|
|
1474
1533
|
|
|
1475
|
-
const isEqual$
|
|
1534
|
+
const isEqual$3 = (oldState, newState) => {
|
|
1476
1535
|
if (!newState.focus) {
|
|
1477
1536
|
return true;
|
|
1478
1537
|
}
|
|
@@ -1481,15 +1540,30 @@ const isEqual$1 = (oldState, newState) => {
|
|
|
1481
1540
|
|
|
1482
1541
|
const RenderItems = 1;
|
|
1483
1542
|
const RenderFocus = 2;
|
|
1543
|
+
const RenderValue = 3;
|
|
1484
1544
|
const RenderFocusContext = 7;
|
|
1545
|
+
const RenderSelection = 8;
|
|
1485
1546
|
|
|
1486
1547
|
const diffType = RenderItems;
|
|
1548
|
+
const isEqual$2 = (oldState, newState) => {
|
|
1549
|
+
return oldState.scopeChain === newState.scopeChain && oldState.scopeExpanded === newState.scopeExpanded && oldState.callFrameId === newState.callFrameId && oldState.breakPointsExpanded === newState.breakPointsExpanded && oldState.debugState === newState.debugState && oldState.watchExpanded === newState.watchExpanded && oldState.callStackExpanded === newState.callStackExpanded && oldState.watchExpressions === newState.watchExpressions;
|
|
1550
|
+
};
|
|
1551
|
+
|
|
1552
|
+
const isEqual$1 = (oldState, newState) => {
|
|
1553
|
+
return oldState.editingselectionstart === newState.editingselectionstart && oldState.editingselectionend === newState.editingselectionend;
|
|
1554
|
+
};
|
|
1555
|
+
|
|
1556
|
+
const Script$2 = 2;
|
|
1557
|
+
|
|
1487
1558
|
const isEqual = (oldState, newState) => {
|
|
1488
|
-
|
|
1559
|
+
if (newState.inputSource === Script$2) {
|
|
1560
|
+
return newState.editingValue.length === 0;
|
|
1561
|
+
}
|
|
1562
|
+
return true;
|
|
1489
1563
|
};
|
|
1490
1564
|
|
|
1491
|
-
const modules = [isEqual, isEqual$
|
|
1492
|
-
const numbers = [diffType, RenderFocusContext, RenderFocus];
|
|
1565
|
+
const modules = [isEqual$2, isEqual$3, isEqual, isEqual$4, isEqual$1];
|
|
1566
|
+
const numbers = [diffType, RenderFocusContext, RenderValue, RenderFocus, RenderSelection];
|
|
1493
1567
|
|
|
1494
1568
|
const diff = (oldState, newState) => {
|
|
1495
1569
|
const diffResult = [];
|
|
@@ -1506,7 +1580,7 @@ const diff2 = uid => {
|
|
|
1506
1580
|
const {
|
|
1507
1581
|
oldState,
|
|
1508
1582
|
newState
|
|
1509
|
-
} = get
|
|
1583
|
+
} = get(uid);
|
|
1510
1584
|
const diffResult = diff(oldState, newState);
|
|
1511
1585
|
return diffResult;
|
|
1512
1586
|
};
|
|
@@ -1515,7 +1589,7 @@ const dispose = async uid => {
|
|
|
1515
1589
|
dispose$1(uid);
|
|
1516
1590
|
};
|
|
1517
1591
|
|
|
1518
|
-
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', 'handleDebugInput', 'handleEvaluate', 'handleInputFieldChange', 'handlePaused', 'handleResumed', 'handleScriptParsed', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'removeWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'resume', 'setPauseOnExceptions', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
|
|
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'];
|
|
1519
1593
|
|
|
1520
1594
|
const getCommandIds = () => {
|
|
1521
1595
|
return commandIds;
|
|
@@ -1527,7 +1601,7 @@ const emptyHighlight = {
|
|
|
1527
1601
|
columnIndex: 0
|
|
1528
1602
|
};
|
|
1529
1603
|
const getHighlight = uid => {
|
|
1530
|
-
const state = get
|
|
1604
|
+
const state = get(uid);
|
|
1531
1605
|
if (!state) {
|
|
1532
1606
|
return emptyHighlight;
|
|
1533
1607
|
}
|
|
@@ -1720,6 +1794,7 @@ const With$1 = '`With` block';
|
|
|
1720
1794
|
const PauseOnExceptions$1 = 'Pause on Exceptions';
|
|
1721
1795
|
const PauseOnUncaughtExceptions$1 = 'Pause on uncaught Exceptions';
|
|
1722
1796
|
const NoWatchExpression = 'No Watch Expression';
|
|
1797
|
+
const DeleteWatchExpression$1 = 'Delete watch expression';
|
|
1723
1798
|
|
|
1724
1799
|
const local = () => {
|
|
1725
1800
|
return i18nString(Local$1);
|
|
@@ -1807,6 +1882,9 @@ const pauseOnUncaughtExceptions = () => {
|
|
|
1807
1882
|
const noWatchExpression = () => {
|
|
1808
1883
|
return i18nString(NoWatchExpression);
|
|
1809
1884
|
};
|
|
1885
|
+
const deleteWatchExpression = () => {
|
|
1886
|
+
return i18nString(DeleteWatchExpression$1);
|
|
1887
|
+
};
|
|
1810
1888
|
|
|
1811
1889
|
const getDebugPausedMessage = reason => {
|
|
1812
1890
|
switch (reason) {
|
|
@@ -2078,14 +2156,15 @@ const handleResumed = state => {
|
|
|
2078
2156
|
scopeChain: [],
|
|
2079
2157
|
callStack: [],
|
|
2080
2158
|
pausedMessage: '',
|
|
2081
|
-
pausedReason: None$
|
|
2159
|
+
pausedReason: None$4,
|
|
2082
2160
|
callFrameId: ''
|
|
2083
2161
|
};
|
|
2084
2162
|
};
|
|
2085
2163
|
|
|
2086
2164
|
const handlePaused$1 = async state => {
|
|
2087
2165
|
const {
|
|
2088
|
-
debugId
|
|
2166
|
+
debugId,
|
|
2167
|
+
watchExpressions
|
|
2089
2168
|
} = state;
|
|
2090
2169
|
try {
|
|
2091
2170
|
const {
|
|
@@ -2097,6 +2176,8 @@ const handlePaused$1 = async state => {
|
|
|
2097
2176
|
expandedIds,
|
|
2098
2177
|
scriptMap
|
|
2099
2178
|
} = await getPausedInfo2(debugId);
|
|
2179
|
+
// TODO move this to getPausedInfo2
|
|
2180
|
+
const newWatchExpressions = await evaluateWatchExpressions(debugId, callFrameId, watchExpressions);
|
|
2100
2181
|
return {
|
|
2101
2182
|
...state,
|
|
2102
2183
|
debugState: Paused,
|
|
@@ -2107,7 +2188,8 @@ const handlePaused$1 = async state => {
|
|
|
2107
2188
|
pausedMessage,
|
|
2108
2189
|
callFrameId,
|
|
2109
2190
|
expandedIds,
|
|
2110
|
-
parsedScripts: scriptMap
|
|
2191
|
+
parsedScripts: scriptMap,
|
|
2192
|
+
watchExpressions: newWatchExpressions
|
|
2111
2193
|
};
|
|
2112
2194
|
} catch {
|
|
2113
2195
|
return state;
|
|
@@ -2161,8 +2243,13 @@ const getOpenInfo = (id, parsedScripts, item) => {
|
|
|
2161
2243
|
};
|
|
2162
2244
|
};
|
|
2163
2245
|
|
|
2164
|
-
const
|
|
2246
|
+
const parseIndex = dataIndex => {
|
|
2165
2247
|
const index = Number.parseInt(dataIndex);
|
|
2248
|
+
return index;
|
|
2249
|
+
};
|
|
2250
|
+
|
|
2251
|
+
const handleClickCallstackItem = async (state, dataIndex) => {
|
|
2252
|
+
const index = parseIndex(dataIndex);
|
|
2166
2253
|
const {
|
|
2167
2254
|
callStack,
|
|
2168
2255
|
parsedScripts,
|
|
@@ -2624,6 +2711,58 @@ const handleClickSectionHeading = async (state, id) => {
|
|
|
2624
2711
|
return fn(state);
|
|
2625
2712
|
};
|
|
2626
2713
|
|
|
2714
|
+
const editWatchExpression = (state, index) => {
|
|
2715
|
+
const {
|
|
2716
|
+
watchExpressions
|
|
2717
|
+
} = state;
|
|
2718
|
+
const item = watchExpressions[index];
|
|
2719
|
+
if (!item) {
|
|
2720
|
+
return state;
|
|
2721
|
+
}
|
|
2722
|
+
const newItem = {
|
|
2723
|
+
...item,
|
|
2724
|
+
isEditing: true
|
|
2725
|
+
};
|
|
2726
|
+
const newWatchExpressions = watchExpressions.toSpliced(index, 1, newItem);
|
|
2727
|
+
return {
|
|
2728
|
+
...state,
|
|
2729
|
+
watchExpressions: newWatchExpressions,
|
|
2730
|
+
focus: FocusDebugWatchInput,
|
|
2731
|
+
inputSource: Script$2,
|
|
2732
|
+
editingValue: item.expression,
|
|
2733
|
+
editingselectionstart: 0,
|
|
2734
|
+
editingselectionend: item.expression.length
|
|
2735
|
+
};
|
|
2736
|
+
};
|
|
2737
|
+
|
|
2738
|
+
const handleClickWatchExpression = async (state, dataIndex, defaultPrevented) => {
|
|
2739
|
+
if (defaultPrevented) {
|
|
2740
|
+
return state;
|
|
2741
|
+
}
|
|
2742
|
+
const index = parseIndex(dataIndex);
|
|
2743
|
+
return editWatchExpression(state, index);
|
|
2744
|
+
};
|
|
2745
|
+
|
|
2746
|
+
const handleClickWatchExpressionDelete = async (state, dataIndex) => {
|
|
2747
|
+
const index = parseIndex(dataIndex);
|
|
2748
|
+
return deleteWatchExpression$1(state, index);
|
|
2749
|
+
};
|
|
2750
|
+
|
|
2751
|
+
const handleWatchExpressionDoubleClick = async (state, dataIndex) => {
|
|
2752
|
+
return state;
|
|
2753
|
+
};
|
|
2754
|
+
|
|
2755
|
+
const handleInputBlur = async state => {
|
|
2756
|
+
const {
|
|
2757
|
+
watchExpressions
|
|
2758
|
+
} = state;
|
|
2759
|
+
const editingIndex = watchExpressions.findIndex(expr => expr.isEditing);
|
|
2760
|
+
if (editingIndex === -1) {
|
|
2761
|
+
return state;
|
|
2762
|
+
}
|
|
2763
|
+
return acceptWatchExpressionEdit(state);
|
|
2764
|
+
};
|
|
2765
|
+
|
|
2627
2766
|
const handleWatchValueChange = (state, value) => {
|
|
2628
2767
|
return {
|
|
2629
2768
|
...state,
|
|
@@ -2688,7 +2827,7 @@ const createEditorWorkerRpc = async () => {
|
|
|
2688
2827
|
const initializeEditorWorker = async () => {
|
|
2689
2828
|
try {
|
|
2690
2829
|
const rpc = await createEditorWorkerRpc();
|
|
2691
|
-
set(rpc);
|
|
2830
|
+
set$1(rpc);
|
|
2692
2831
|
} catch {
|
|
2693
2832
|
// ignore
|
|
2694
2833
|
}
|
|
@@ -2718,21 +2857,117 @@ const createExtensionHostRpc = async () => {
|
|
|
2718
2857
|
|
|
2719
2858
|
const initializeExtensionHost = async () => {
|
|
2720
2859
|
const rpc = await createExtensionHostRpc();
|
|
2721
|
-
set$
|
|
2860
|
+
set$2(rpc);
|
|
2722
2861
|
};
|
|
2723
2862
|
|
|
2724
2863
|
const initialize = async () => {
|
|
2725
2864
|
await Promise.all([initializeExtensionHost(), initializeEditorWorker()]);
|
|
2726
2865
|
};
|
|
2727
2866
|
|
|
2728
|
-
const
|
|
2867
|
+
const getDebugId = isTest => {
|
|
2729
2868
|
const debugId = isTest ? 'test-debug' : 'node-debug'; // TODO
|
|
2869
|
+
return debugId;
|
|
2870
|
+
};
|
|
2871
|
+
|
|
2872
|
+
const hasProperty = (object, key) => {
|
|
2873
|
+
return Boolean(object && typeof object === 'object' && key in object);
|
|
2874
|
+
};
|
|
2875
|
+
|
|
2876
|
+
const restoreBoolean = (savedState, key) => {
|
|
2877
|
+
if (hasProperty(savedState, key) && typeof savedState[key] === 'boolean') {
|
|
2878
|
+
return savedState[key];
|
|
2879
|
+
}
|
|
2880
|
+
return false;
|
|
2881
|
+
};
|
|
2882
|
+
|
|
2883
|
+
const restoreBreakPointsExpanded = savedState => {
|
|
2884
|
+
return restoreBoolean(savedState, 'breakPointsExpanded');
|
|
2885
|
+
};
|
|
2886
|
+
|
|
2887
|
+
const restoreEditingValue = savedState => {
|
|
2888
|
+
if (hasProperty(savedState, 'editingValue') && typeof savedState.editingValue === 'string') {
|
|
2889
|
+
return savedState.editingValue;
|
|
2890
|
+
}
|
|
2891
|
+
return '';
|
|
2892
|
+
};
|
|
2893
|
+
|
|
2894
|
+
const restoreFocus = savedState => {
|
|
2895
|
+
// if (hasProperty(savedState, 'focus') && typeof savedState.focus === 'number') {
|
|
2896
|
+
// return savedState.focus
|
|
2897
|
+
// }
|
|
2898
|
+
return 0;
|
|
2899
|
+
};
|
|
2900
|
+
|
|
2901
|
+
const restoreScopeExpanded = savedState => {
|
|
2902
|
+
return restoreBoolean(savedState, 'scopeExpanded');
|
|
2903
|
+
};
|
|
2904
|
+
|
|
2905
|
+
const restoreWatchExpanded = savedState => {
|
|
2906
|
+
return restoreBoolean(savedState, 'watchExpanded');
|
|
2907
|
+
};
|
|
2908
|
+
|
|
2909
|
+
const restoreWatchExpression = savedExpression => {
|
|
2910
|
+
if (typeof savedExpression === 'object' && savedExpression !== null && hasProperty(savedExpression, 'expression') && typeof savedExpression.expression === 'string' && hasProperty(savedExpression, 'value') && hasProperty(savedExpression, 'isEditing') && typeof savedExpression.isEditing === 'boolean') {
|
|
2911
|
+
const value = savedExpression.value;
|
|
2912
|
+
if (value === null || value === undefined || typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {
|
|
2913
|
+
return {
|
|
2914
|
+
expression: savedExpression.expression,
|
|
2915
|
+
value,
|
|
2916
|
+
isEditing: savedExpression.isEditing
|
|
2917
|
+
};
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
return {
|
|
2921
|
+
expression: '',
|
|
2922
|
+
value: null,
|
|
2923
|
+
isEditing: false
|
|
2924
|
+
};
|
|
2925
|
+
};
|
|
2926
|
+
const restoreWatchExpressions = savedState => {
|
|
2927
|
+
if (hasProperty(savedState, 'watchExpressions') && Array.isArray(savedState.watchExpressions)) {
|
|
2928
|
+
return savedState.watchExpressions.map(restoreWatchExpression);
|
|
2929
|
+
}
|
|
2930
|
+
return [];
|
|
2931
|
+
};
|
|
2932
|
+
|
|
2933
|
+
const restoreState = savedState => {
|
|
2934
|
+
const watchExpressions = restoreWatchExpressions(savedState);
|
|
2935
|
+
const watchExpanded = restoreWatchExpanded(savedState);
|
|
2936
|
+
const scopeExpanded = restoreScopeExpanded(savedState);
|
|
2937
|
+
const breakPointsExpanded = restoreBreakPointsExpanded(savedState);
|
|
2938
|
+
const focus = restoreFocus();
|
|
2939
|
+
const editingValue = restoreEditingValue(savedState);
|
|
2940
|
+
return {
|
|
2941
|
+
watchExpressions,
|
|
2942
|
+
watchExpanded,
|
|
2943
|
+
scopeExpanded,
|
|
2944
|
+
breakPointsExpanded,
|
|
2945
|
+
focus,
|
|
2946
|
+
editingValue
|
|
2947
|
+
};
|
|
2948
|
+
};
|
|
2949
|
+
|
|
2950
|
+
const loadContent = async (state, isTest, savedState) => {
|
|
2951
|
+
const {
|
|
2952
|
+
watchExpressions,
|
|
2953
|
+
watchExpanded,
|
|
2954
|
+
breakPointsExpanded,
|
|
2955
|
+
scopeExpanded,
|
|
2956
|
+
focus,
|
|
2957
|
+
editingValue
|
|
2958
|
+
} = restoreState(savedState);
|
|
2959
|
+
const debugId = getDebugId(isTest);
|
|
2730
2960
|
return {
|
|
2731
2961
|
...state,
|
|
2732
2962
|
debugId,
|
|
2733
2963
|
debugState: Default,
|
|
2734
|
-
scopeExpanded
|
|
2735
|
-
callStackExpanded: true
|
|
2964
|
+
scopeExpanded,
|
|
2965
|
+
callStackExpanded: true,
|
|
2966
|
+
breakPointsExpanded,
|
|
2967
|
+
watchExpressions,
|
|
2968
|
+
watchExpanded,
|
|
2969
|
+
focus,
|
|
2970
|
+
editingValue
|
|
2736
2971
|
};
|
|
2737
2972
|
};
|
|
2738
2973
|
|
|
@@ -2758,7 +2993,7 @@ const readFile = async uri => {
|
|
|
2758
2993
|
key,
|
|
2759
2994
|
scriptId
|
|
2760
2995
|
} = parseUri(uri);
|
|
2761
|
-
const instance = get
|
|
2996
|
+
const instance = get(key);
|
|
2762
2997
|
if (!instance) {
|
|
2763
2998
|
return '';
|
|
2764
2999
|
}
|
|
@@ -2797,11 +3032,11 @@ const getFocusSelector = focusId => {
|
|
|
2797
3032
|
}
|
|
2798
3033
|
};
|
|
2799
3034
|
|
|
2800
|
-
const renderFocus =
|
|
3035
|
+
const renderFocus = (oldState, newState) => {
|
|
2801
3036
|
const {
|
|
2802
3037
|
id,
|
|
2803
3038
|
focus
|
|
2804
|
-
} =
|
|
3039
|
+
} = newState;
|
|
2805
3040
|
const selector = getFocusSelector(focus);
|
|
2806
3041
|
if (!selector) {
|
|
2807
3042
|
return ['Viewlet.focusElementByName', id, ''];
|
|
@@ -2809,13 +3044,26 @@ const renderFocus = state => {
|
|
|
2809
3044
|
return ['Viewlet.focusElementByName', id, selector];
|
|
2810
3045
|
};
|
|
2811
3046
|
|
|
2812
|
-
const renderFocusContext =
|
|
3047
|
+
const renderFocusContext = (oldState, newState) => {
|
|
2813
3048
|
const {
|
|
2814
3049
|
focus
|
|
2815
|
-
} =
|
|
3050
|
+
} = newState;
|
|
2816
3051
|
return ['Viewlet.setFocusContext', focus];
|
|
2817
3052
|
};
|
|
2818
3053
|
|
|
3054
|
+
const renderInputValue = (oldState, newState) => {
|
|
3055
|
+
const {
|
|
3056
|
+
id,
|
|
3057
|
+
focus,
|
|
3058
|
+
editingValue
|
|
3059
|
+
} = newState;
|
|
3060
|
+
const selector = getFocusSelector(focus);
|
|
3061
|
+
if (!selector) {
|
|
3062
|
+
return ['Viewlet.setValueByName', id, '', editingValue];
|
|
3063
|
+
}
|
|
3064
|
+
return ['Viewlet.setValueByName', id, selector, editingValue];
|
|
3065
|
+
};
|
|
3066
|
+
|
|
2819
3067
|
const ToolBar = 'toolbar';
|
|
2820
3068
|
const Tree = 'tree';
|
|
2821
3069
|
const TreeItem = 'treeitem';
|
|
@@ -2832,35 +3080,38 @@ const WatchMessage = 9;
|
|
|
2832
3080
|
const WatchExpression = 10;
|
|
2833
3081
|
const InputField = 11;
|
|
2834
3082
|
|
|
3083
|
+
const CallStackArrow = 'CallStackArrow';
|
|
3084
|
+
const CallStackDescription = 'CallStackDescription';
|
|
3085
|
+
const CallStackLabel = 'CallStackLabel';
|
|
2835
3086
|
const Chevron = 'Chevron';
|
|
2836
3087
|
const DebugButton = 'DebugButton';
|
|
2837
3088
|
const DebugButtons = 'DebugButtons';
|
|
2838
3089
|
const DebugPausedMessage = 'DebugPausedMessage';
|
|
2839
3090
|
const DebugRow = 'DebugRow';
|
|
2840
3091
|
const DebugRowCallStack = 'DebugRowCallStack';
|
|
2841
|
-
const CallStackDescription = 'CallStackDescription';
|
|
2842
|
-
const CallStackLabel = 'CallStackLabel';
|
|
2843
|
-
const CallStackArrow = 'CallStackArrow';
|
|
2844
|
-
const InputBox = 'InputBox';
|
|
2845
3092
|
const DebugRowCheckBox = 'DebugRowCheckBox';
|
|
3093
|
+
const DebugRowInputField = 'DebugRowInputField';
|
|
3094
|
+
const DebugSectionAction = 'DebugSectionAction';
|
|
3095
|
+
const DebugSectionActions = 'DebugSectionActions';
|
|
2846
3096
|
const DebugSectionHeader = 'DebugSectionHeader';
|
|
2847
3097
|
const DebugValue = 'DebugValue';
|
|
2848
|
-
const DebugValueScopeName = 'DebugValueScopeName';
|
|
2849
3098
|
const DebugValueBoolean = 'DebugValueBoolean';
|
|
2850
3099
|
const DebugValueFunction = 'DebugValueFunction';
|
|
2851
3100
|
const DebugValueGetter = 'DebugValueGetter';
|
|
2852
3101
|
const DebugValueNumber = 'DebugValueNumber';
|
|
2853
3102
|
const DebugValueObject = 'DebugValueObject';
|
|
3103
|
+
const DebugValueScopeName = 'DebugValueScopeName';
|
|
2854
3104
|
const DebugValueString = 'DebugValueString';
|
|
2855
3105
|
const DebugValueSymbol = 'DebugValueSymbol';
|
|
2856
3106
|
const DebugValueUndefined = 'DebugValueUndefined';
|
|
3107
|
+
const DeleteWatchExpression = 'DeleteWatchExpression';
|
|
2857
3108
|
const IconButton = 'IconButton';
|
|
3109
|
+
const InputBox = 'InputBox';
|
|
2858
3110
|
const InputLabel = 'InputLabel';
|
|
2859
|
-
const DebugSectionActions = 'DebugSectionActions';
|
|
2860
|
-
const DebugSectionAction = 'DebugSectionAction';
|
|
2861
|
-
const DebugRowInputField = 'DebugRowInputField';
|
|
2862
3111
|
|
|
2863
3112
|
const HandleClickCallStackItem = 'handleClickCallStackItem';
|
|
3113
|
+
const HandleClickWatchExpression = 'handleClickWatchExpression';
|
|
3114
|
+
const HandleClickWatchExpressionDelete = 'handleClickWatchExpressionDelete';
|
|
2864
3115
|
const HandleClickCheckBox = 'handleClickCheckBox';
|
|
2865
3116
|
const HandleClickContinue = 'handleClickContinue';
|
|
2866
3117
|
const HandleClickDebugButton = 'handleClickDebugButton';
|
|
@@ -2877,6 +3128,7 @@ const HandleClickStepOver = 'handleClickStepOver';
|
|
|
2877
3128
|
const HandleDebugInput = 'handleDebugInput';
|
|
2878
3129
|
const HandleClickSectionAction = 'handleClickSectionAction';
|
|
2879
3130
|
const HandleInputFieldChange = 'handleInputFieldChange';
|
|
3131
|
+
const HandleInputBlur = 'handleInputBlur';
|
|
2880
3132
|
|
|
2881
3133
|
// TODo use same click event listener for all debug sections
|
|
2882
3134
|
|
|
@@ -3030,51 +3282,6 @@ const renderCheckBox = row => {
|
|
|
3030
3282
|
}, text(text$1)];
|
|
3031
3283
|
};
|
|
3032
3284
|
|
|
3033
|
-
const renderInputField = row => {
|
|
3034
|
-
const {
|
|
3035
|
-
text,
|
|
3036
|
-
name
|
|
3037
|
-
} = row;
|
|
3038
|
-
return [{
|
|
3039
|
-
type: Div,
|
|
3040
|
-
className: mergeClassNames(DebugRow, DebugRowInputField),
|
|
3041
|
-
role: TreeItem,
|
|
3042
|
-
ariaLevel: 2,
|
|
3043
|
-
childCount: 1
|
|
3044
|
-
}, {
|
|
3045
|
-
type: Input,
|
|
3046
|
-
inputType: Text,
|
|
3047
|
-
className: InputBox,
|
|
3048
|
-
name,
|
|
3049
|
-
value: text,
|
|
3050
|
-
childCount: 0,
|
|
3051
|
-
onInput: HandleInputFieldChange,
|
|
3052
|
-
id: name
|
|
3053
|
-
}];
|
|
3054
|
-
};
|
|
3055
|
-
|
|
3056
|
-
const renderScope = row => {
|
|
3057
|
-
const {
|
|
3058
|
-
key,
|
|
3059
|
-
expanded
|
|
3060
|
-
} = row;
|
|
3061
|
-
const className = DebugRow;
|
|
3062
|
-
return [{
|
|
3063
|
-
type: Div,
|
|
3064
|
-
className,
|
|
3065
|
-
role: TreeItem,
|
|
3066
|
-
ariaExpanded: expanded,
|
|
3067
|
-
ariaLevel: 2,
|
|
3068
|
-
childCount: 2,
|
|
3069
|
-
onPointerDown: HandleClickScopeValue,
|
|
3070
|
-
'data-name': key
|
|
3071
|
-
}, expanded ? getChevronDownVirtualDom() : getChevronRightVirtualDom(), {
|
|
3072
|
-
type: Span,
|
|
3073
|
-
className: mergeClassNames(DebugValue, DebugValueScopeName),
|
|
3074
|
-
childCount: 1
|
|
3075
|
-
}, text(key)];
|
|
3076
|
-
};
|
|
3077
|
-
|
|
3078
3285
|
const getDebugValueClassName = valueType => {
|
|
3079
3286
|
switch (valueType) {
|
|
3080
3287
|
case Undefined:
|
|
@@ -3129,25 +3336,84 @@ const renderValue = row => {
|
|
|
3129
3336
|
}, text(value)];
|
|
3130
3337
|
};
|
|
3131
3338
|
|
|
3339
|
+
const renderInputField = row => {
|
|
3340
|
+
const {
|
|
3341
|
+
text,
|
|
3342
|
+
name
|
|
3343
|
+
} = row;
|
|
3344
|
+
return [{
|
|
3345
|
+
type: Div,
|
|
3346
|
+
className: mergeClassNames(DebugRow, DebugRowInputField),
|
|
3347
|
+
role: TreeItem,
|
|
3348
|
+
ariaLevel: 2,
|
|
3349
|
+
childCount: 1
|
|
3350
|
+
}, {
|
|
3351
|
+
type: Input,
|
|
3352
|
+
inputType: Text,
|
|
3353
|
+
spellcheck: false,
|
|
3354
|
+
autocapitalize: 'off',
|
|
3355
|
+
autocorrect: 'off',
|
|
3356
|
+
className: InputBox,
|
|
3357
|
+
name,
|
|
3358
|
+
value: text,
|
|
3359
|
+
childCount: 0,
|
|
3360
|
+
onInput: HandleInputFieldChange,
|
|
3361
|
+
onBlur: HandleInputBlur,
|
|
3362
|
+
id: name
|
|
3363
|
+
}];
|
|
3364
|
+
};
|
|
3365
|
+
|
|
3366
|
+
const renderScope = row => {
|
|
3367
|
+
const {
|
|
3368
|
+
key,
|
|
3369
|
+
expanded
|
|
3370
|
+
} = row;
|
|
3371
|
+
const className = DebugRow;
|
|
3372
|
+
return [{
|
|
3373
|
+
type: Div,
|
|
3374
|
+
className,
|
|
3375
|
+
role: TreeItem,
|
|
3376
|
+
ariaExpanded: expanded,
|
|
3377
|
+
ariaLevel: 2,
|
|
3378
|
+
childCount: 2,
|
|
3379
|
+
onPointerDown: HandleClickScopeValue,
|
|
3380
|
+
'data-name': key
|
|
3381
|
+
}, expanded ? getChevronDownVirtualDom() : getChevronRightVirtualDom(), {
|
|
3382
|
+
type: Span,
|
|
3383
|
+
className: mergeClassNames(DebugValue, DebugValueScopeName),
|
|
3384
|
+
childCount: 1
|
|
3385
|
+
}, text(key)];
|
|
3386
|
+
};
|
|
3387
|
+
|
|
3132
3388
|
const renderWatchExpression$1 = row => {
|
|
3133
3389
|
const {
|
|
3134
3390
|
value,
|
|
3135
|
-
key
|
|
3391
|
+
key,
|
|
3392
|
+
index
|
|
3136
3393
|
} = row;
|
|
3137
3394
|
return [{
|
|
3138
3395
|
type: Div,
|
|
3139
3396
|
className: DebugRow,
|
|
3140
3397
|
role: TreeItem,
|
|
3141
|
-
childCount:
|
|
3398
|
+
childCount: 4,
|
|
3399
|
+
'data-index': index,
|
|
3400
|
+
onClick: HandleClickWatchExpression // TODO use doubleclick
|
|
3142
3401
|
}, {
|
|
3143
3402
|
type: Span,
|
|
3144
3403
|
className: DebugValueScopeName,
|
|
3145
3404
|
childCount: 1
|
|
3146
|
-
}, text(key), {
|
|
3405
|
+
}, text(key), separator, {
|
|
3147
3406
|
type: Span,
|
|
3148
3407
|
className: DebugValue,
|
|
3149
3408
|
childCount: 1
|
|
3150
|
-
}, text(value)
|
|
3409
|
+
}, text(value), {
|
|
3410
|
+
type: Button,
|
|
3411
|
+
title: deleteWatchExpression(),
|
|
3412
|
+
className: mergeClassNames(IconButton, DebugSectionAction, DeleteWatchExpression),
|
|
3413
|
+
'data-index': index,
|
|
3414
|
+
onClick: HandleClickWatchExpressionDelete,
|
|
3415
|
+
childCount: 1
|
|
3416
|
+
}, text('×')];
|
|
3151
3417
|
};
|
|
3152
3418
|
|
|
3153
3419
|
const renderWatchMessage = row => {
|
|
@@ -3554,7 +3820,7 @@ const getRunAndDebugVisibleRowsScope = state => {
|
|
|
3554
3820
|
const formatValue = value => {
|
|
3555
3821
|
return value === null || value === undefined ? '' : String(value);
|
|
3556
3822
|
};
|
|
3557
|
-
const renderWatchExpression = (expression, value, isEditing) => {
|
|
3823
|
+
const renderWatchExpression = (expression, value, isEditing, index) => {
|
|
3558
3824
|
if (isEditing) {
|
|
3559
3825
|
return {
|
|
3560
3826
|
type: InputField,
|
|
@@ -3565,7 +3831,8 @@ const renderWatchExpression = (expression, value, isEditing) => {
|
|
|
3565
3831
|
indent: 0,
|
|
3566
3832
|
valueType: '',
|
|
3567
3833
|
name: WatchExpressionInput,
|
|
3568
|
-
description: ''
|
|
3834
|
+
description: '',
|
|
3835
|
+
index
|
|
3569
3836
|
};
|
|
3570
3837
|
}
|
|
3571
3838
|
return {
|
|
@@ -3577,7 +3844,8 @@ const renderWatchExpression = (expression, value, isEditing) => {
|
|
|
3577
3844
|
indent: 0,
|
|
3578
3845
|
valueType: '',
|
|
3579
3846
|
name: '',
|
|
3580
|
-
description: ''
|
|
3847
|
+
description: '',
|
|
3848
|
+
index
|
|
3581
3849
|
};
|
|
3582
3850
|
};
|
|
3583
3851
|
const getRunAndDebugVisibleRowsWatchContent = watchExpressions => {
|
|
@@ -3596,7 +3864,9 @@ const getRunAndDebugVisibleRowsWatchContent = watchExpressions => {
|
|
|
3596
3864
|
});
|
|
3597
3865
|
} else {
|
|
3598
3866
|
for (const watchExpression of watchExpressions) {
|
|
3599
|
-
|
|
3867
|
+
// TODO simplify index
|
|
3868
|
+
const index = watchExpressions.indexOf(watchExpression);
|
|
3869
|
+
rows.push(renderWatchExpression(watchExpression.expression, watchExpression.value, watchExpression.isEditing || false, index));
|
|
3600
3870
|
}
|
|
3601
3871
|
}
|
|
3602
3872
|
return rows;
|
|
@@ -3647,6 +3917,17 @@ const renderItems = (oldState, newState) => {
|
|
|
3647
3917
|
return ['Viewlet.setDom2', newState.id, dom];
|
|
3648
3918
|
};
|
|
3649
3919
|
|
|
3920
|
+
const renderSelection = (oldState, newState) => {
|
|
3921
|
+
const {
|
|
3922
|
+
editingselectionstart,
|
|
3923
|
+
editingselectionend,
|
|
3924
|
+
focus,
|
|
3925
|
+
id
|
|
3926
|
+
} = newState;
|
|
3927
|
+
const selector = getFocusSelector(focus);
|
|
3928
|
+
return ['Viewlet.setSelectionByName', id, selector, editingselectionstart, editingselectionend];
|
|
3929
|
+
};
|
|
3930
|
+
|
|
3650
3931
|
const getRenderer = diffType => {
|
|
3651
3932
|
switch (diffType) {
|
|
3652
3933
|
case RenderItems:
|
|
@@ -3655,6 +3936,10 @@ const getRenderer = diffType => {
|
|
|
3655
3936
|
return renderFocusContext;
|
|
3656
3937
|
case RenderFocus:
|
|
3657
3938
|
return renderFocus;
|
|
3939
|
+
case RenderValue:
|
|
3940
|
+
return renderInputValue;
|
|
3941
|
+
case RenderSelection:
|
|
3942
|
+
return renderSelection;
|
|
3658
3943
|
default:
|
|
3659
3944
|
throw new Error('unknown renderer');
|
|
3660
3945
|
}
|
|
@@ -3673,8 +3958,8 @@ const render2 = (uid, diffResult) => {
|
|
|
3673
3958
|
const {
|
|
3674
3959
|
oldState,
|
|
3675
3960
|
newState
|
|
3676
|
-
} = get
|
|
3677
|
-
set
|
|
3961
|
+
} = get(uid);
|
|
3962
|
+
set(uid, newState, newState);
|
|
3678
3963
|
const commands = applyRender(oldState, newState, diffResult);
|
|
3679
3964
|
return commands;
|
|
3680
3965
|
};
|
|
@@ -3761,7 +4046,7 @@ const getRunAndDebugButtonsVirtualDom = debugState => {
|
|
|
3761
4046
|
const renderActions = uid => {
|
|
3762
4047
|
const {
|
|
3763
4048
|
newState
|
|
3764
|
-
} = get
|
|
4049
|
+
} = get(uid);
|
|
3765
4050
|
const {
|
|
3766
4051
|
scopeExpanded
|
|
3767
4052
|
} = newState;
|
|
@@ -3820,6 +4105,13 @@ const renderEventListeners = () => {
|
|
|
3820
4105
|
}, {
|
|
3821
4106
|
name: HandleClickCallStackItem,
|
|
3822
4107
|
params: ['handleClickCallStackItem', 'event.target.dataset.index']
|
|
4108
|
+
}, {
|
|
4109
|
+
name: HandleClickWatchExpression,
|
|
4110
|
+
params: ['handleClickWatchExpression', 'event.target.dataset.index', 'event.defaultPrevented']
|
|
4111
|
+
}, {
|
|
4112
|
+
name: HandleClickWatchExpressionDelete,
|
|
4113
|
+
params: ['handleClickWatchExpressionDelete', 'event.target.dataset.index'],
|
|
4114
|
+
preventDefault: true
|
|
3823
4115
|
}, {
|
|
3824
4116
|
name: HandleClickScopeValue,
|
|
3825
4117
|
params: ['handleClickScopeValue', 'event.target.dataset.name']
|
|
@@ -3829,12 +4121,49 @@ const renderEventListeners = () => {
|
|
|
3829
4121
|
}, {
|
|
3830
4122
|
name: HandleClickSectionAction,
|
|
3831
4123
|
params: ['handleClickSectionAction', 'event.target.name']
|
|
4124
|
+
}, {
|
|
4125
|
+
name: HandleInputBlur,
|
|
4126
|
+
params: ['handleInputBlur']
|
|
3832
4127
|
}];
|
|
3833
4128
|
};
|
|
3834
4129
|
|
|
3835
|
-
const
|
|
4130
|
+
const SaveStateReasonHotReload = 1;
|
|
4131
|
+
|
|
4132
|
+
const saveState = (uid, reason) => {
|
|
4133
|
+
const {
|
|
4134
|
+
newState
|
|
4135
|
+
} = get(uid);
|
|
4136
|
+
const {
|
|
4137
|
+
watchExpressions,
|
|
4138
|
+
scopeExpanded,
|
|
4139
|
+
watchExpanded,
|
|
4140
|
+
breakPointsExpanded,
|
|
4141
|
+
focus,
|
|
4142
|
+
editingValue,
|
|
4143
|
+
inputSource
|
|
4144
|
+
} = newState;
|
|
4145
|
+
if (reason === SaveStateReasonHotReload) {
|
|
4146
|
+
return {
|
|
4147
|
+
watchExpressions,
|
|
4148
|
+
scopeExpanded,
|
|
4149
|
+
breakPointsExpanded,
|
|
4150
|
+
watchExpanded,
|
|
4151
|
+
focus,
|
|
4152
|
+
editingValue,
|
|
4153
|
+
inputSource
|
|
4154
|
+
};
|
|
4155
|
+
}
|
|
3836
4156
|
return {
|
|
3837
|
-
|
|
4157
|
+
watchExpressions: watchExpressions.map(expr => ({
|
|
4158
|
+
...expr,
|
|
4159
|
+
isEditing: false
|
|
4160
|
+
})),
|
|
4161
|
+
scopeExpanded,
|
|
4162
|
+
breakPointsExpanded,
|
|
4163
|
+
watchExpanded,
|
|
4164
|
+
focus: 0,
|
|
4165
|
+
editingValue: '',
|
|
4166
|
+
inputSource: 0
|
|
3838
4167
|
};
|
|
3839
4168
|
};
|
|
3840
4169
|
|
|
@@ -3843,14 +4172,15 @@ const terminate = () => {
|
|
|
3843
4172
|
};
|
|
3844
4173
|
|
|
3845
4174
|
const commandMap = {
|
|
4175
|
+
'Debug.handleChange': handleChange$1,
|
|
3846
4176
|
'Debug.paused': paused,
|
|
3847
4177
|
'Debug.resumed': resumed,
|
|
3848
4178
|
'Debug.scriptParsed': scriptParsed,
|
|
3849
|
-
'Debug.handleChange': handleChange$1,
|
|
3850
4179
|
'Initialize.initialize': initialize,
|
|
3851
|
-
'RunAndDebug.create': create
|
|
4180
|
+
'RunAndDebug.create': create,
|
|
3852
4181
|
'RunAndDebug.diff2': diff2,
|
|
3853
4182
|
'RunAndDebug.dispose': dispose,
|
|
4183
|
+
'RunAndDebug.restoreState': restoreState,
|
|
3854
4184
|
'RunAndDebug.focusNext': wrapCommand(focusNext),
|
|
3855
4185
|
'RunAndDebug.focusPrevious': wrapCommand(focusPrevious),
|
|
3856
4186
|
'RunAndDebug.getCommandIds': getCommandIds,
|
|
@@ -3860,6 +4190,7 @@ const commandMap = {
|
|
|
3860
4190
|
'RunAndDebug.handleArrowLeft': wrapCommand(handleArrowLeft),
|
|
3861
4191
|
'RunAndDebug.handleArrowRight': wrapCommand(handleArrowRight),
|
|
3862
4192
|
'RunAndDebug.handleArrowUp': wrapCommand(handleArrowUp),
|
|
4193
|
+
'RunAndDebug.handleClickCallStackItem': wrapCommand(handleClickCallstackItem),
|
|
3863
4194
|
'RunAndDebug.handleClickCheckBox': wrapCommand(handleClickCheckBox),
|
|
3864
4195
|
'RunAndDebug.handleClickDebugButton': wrapCommand(handleClickDebugButton),
|
|
3865
4196
|
'RunAndDebug.handleClickPauseOnExceptions': wrapCommand(handleClickPauseOnExceptions),
|
|
@@ -3868,11 +4199,15 @@ const commandMap = {
|
|
|
3868
4199
|
'RunAndDebug.handleClickSectionAction': wrapCommand(handleClickSectionAction),
|
|
3869
4200
|
'RunAndDebug.handleClickSectionBreakPoints': wrapCommand(handleClickSectionBreakPoints),
|
|
3870
4201
|
'RunAndDebug.handleClickSectionCallstack': wrapCommand(handleClickSectionCallstack),
|
|
3871
|
-
'RunAndDebug.handleClickCallStackItem': wrapCommand(handleClickCallstackItem),
|
|
3872
4202
|
'RunAndDebug.handleClickSectionHeading': wrapCommand(handleClickSectionHeading),
|
|
3873
4203
|
'RunAndDebug.handleClickSectionScope': wrapCommand(handleClickSectionScope),
|
|
4204
|
+
'RunAndDebug.handleClickWatchExpression': wrapCommand(handleClickWatchExpression),
|
|
4205
|
+
'RunAndDebug.handleWatchExpressionDoubleClick': wrapCommand(handleWatchExpressionDoubleClick),
|
|
4206
|
+
'RunAndDebug.handleClickWatchExpressionDelete': wrapCommand(handleClickWatchExpressionDelete),
|
|
4207
|
+
'RunAndDebug.handleClickSectionWatch': wrapCommand(handleClickSectionWatch),
|
|
3874
4208
|
'RunAndDebug.handleDebugInput': wrapCommand(handleDebugInput),
|
|
3875
4209
|
'RunAndDebug.handleEvaluate': wrapCommand(handleEvaluate),
|
|
4210
|
+
'RunAndDebug.handleWatchValueChange': wrapCommand(handleWatchValueChange),
|
|
3876
4211
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
3877
4212
|
'RunAndDebug.handlePaused': wrapCommand(handlePaused),
|
|
3878
4213
|
'RunAndDebug.addWatchExpression': wrapCommand(addWatchExpression),
|
|
@@ -3880,6 +4215,7 @@ const commandMap = {
|
|
|
3880
4215
|
'RunAndDebug.acceptWatchExpressionEdit': wrapCommand(acceptWatchExpressionEdit),
|
|
3881
4216
|
'RunAndDebug.handleChange': wrapCommand(handleChange),
|
|
3882
4217
|
'RunAndDebug.handleInputFieldChange': wrapCommand(handleInputFieldChange),
|
|
4218
|
+
'RunAndDebug.handleInputBlur': wrapCommand(handleInputBlur),
|
|
3883
4219
|
'RunAndDebug.handleResumed': wrapCommand(handleResumed),
|
|
3884
4220
|
'RunAndDebug.handleScriptParsed': wrapCommand(handleScriptParsed),
|
|
3885
4221
|
'RunAndDebug.loadContent': wrapCommand(loadContent),
|
|
@@ -3888,6 +4224,7 @@ const commandMap = {
|
|
|
3888
4224
|
'RunAndDebug.readFile': readFile,
|
|
3889
4225
|
'RunAndDebug.refresh': wrapCommand(refresh),
|
|
3890
4226
|
'RunAndDebug.removeWatchExpression': removeWatchExpression,
|
|
4227
|
+
'RunAndDebug.deleteWatchExpression': deleteWatchExpression$1,
|
|
3891
4228
|
'RunAndDebug.render2': render2,
|
|
3892
4229
|
'RunAndDebug.renderActions': renderActions,
|
|
3893
4230
|
'RunAndDebug.renderEventListeners': renderEventListeners,
|
|
@@ -3906,7 +4243,7 @@ const listen = async () => {
|
|
|
3906
4243
|
const rpc = await WebWorkerRpcClient.create({
|
|
3907
4244
|
commandMap: commandMap
|
|
3908
4245
|
});
|
|
3909
|
-
set$
|
|
4246
|
+
set$3(rpc);
|
|
3910
4247
|
};
|
|
3911
4248
|
|
|
3912
4249
|
const main = async () => {
|