@lvce-editor/static-server 0.53.7 → 0.53.8
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 +1858 -1858
- package/package.json +1 -1
- package/static/{92d11f3 → ac6286f}/css/App.css +83 -83
- package/static/{92d11f3 → ac6286f}/css/parts/ViewletRunAndDebug.css +5 -0
- package/static/{92d11f3 → ac6286f}/manifest.json +2 -2
- package/static/{92d11f3 → ac6286f}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{92d11f3 → ac6286f}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +209 -28
- package/static/{92d11f3 → ac6286f}/packages/completion-worker/dist/completionWorkerMain.js +51 -45
- package/static/{92d11f3 → ac6286f}/packages/debug-worker/dist/debugWorkerMain.js +439 -129
- package/static/{92d11f3 → ac6286f}/packages/explorer-worker/dist/explorerViewWorkerMain.js +13 -10
- package/static/{92d11f3 → ac6286f}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{92d11f3 → ac6286f}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +57 -21
- package/static/{92d11f3 → ac6286f}/packages/rename-worker/dist/renameWorkerMain.js +54 -25
- package/static/{92d11f3 → ac6286f}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{92d11f3 → ac6286f}/packages/renderer-worker/dist/rendererWorkerMain.js +341 -331
- package/static/index.html +4 -4
- /package/static/{92d11f3 → ac6286f}/config/colorTheme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/config/defaultSettings.json +0 -0
- /package/static/{92d11f3 → ac6286f}/config/fileMap.json +0 -0
- /package/static/{92d11f3 → ac6286f}/config/webExtensions.json +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Animation.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/DebugButtons.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/DebugValue.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/E2eTest.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/E2eTests.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/EditorHover.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/EditorMessage.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/FeatureContent.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Features.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ImagePreview.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/InputBadge.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Key.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/LegacyDialog.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Markdown.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Progress.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Select.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/Table.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletAbout.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletDialog.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletMedia.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletOutput.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletPanel.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletPdf.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletProblems.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletReferences.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletSearch.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletStorage.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{92d11f3 → ac6286f}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{92d11f3 → ac6286f}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/default_file.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/default_folder.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/default_root_folder.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_access.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_access2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ada.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_agda.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ai.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_al.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_angular.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_apache.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_apex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_apib.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_apl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_asp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_astro.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_atom.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ats.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_attw.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_audio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_avif.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_avro.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_awk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_aws.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_azure.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_babel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bak.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bat.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bats.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_biml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_binary.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_biome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_blade.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_blender.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bower.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_buf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bun.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_c.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_c2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_c3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_casc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cert.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_changie.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_chef.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_class.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_claude.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_compass.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_composer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_conan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_conda.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_config.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_craco.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_css.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_css2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_cython.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_db.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_debian.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_deno.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_diff.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_django.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_docker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_docz.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_drone.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_drools.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dune.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_edge.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_elm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ember.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eps.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_epub.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_erb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_excel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_expo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fla.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flash.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flow.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_font.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_funding.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_galen.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_git.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_git2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_glide.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_godot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_grain.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_helix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_helm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_host.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_html.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_http.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_husky.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_icl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_idris.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_image.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_imba.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_inc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_informix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ini.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ink.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_io.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_janet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jar.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_java.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_json.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_json2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_json5.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_juice.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_julia.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_just.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_k.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_karma.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_key.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kite.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_knip.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kos.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lark.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_latino.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_layout.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_less.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_liara.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_license.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lime.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_locale.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_log.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lua.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_luau.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_lync.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_map.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_marko.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_maven.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_maya.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_meson.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_metal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_motif.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mson.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_next.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nim.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_noc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_node.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_node2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_npm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_opam.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_org.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_package.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_paket.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_patch.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_perl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_php.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_php2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_php3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pine.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pip.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pony.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_postman.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_preact.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_progress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pug.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_python.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_q.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_qml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_r.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_racket.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rails.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_raku.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_raml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_razor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_reason.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_red.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_registry.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rego.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_remark.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_replit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_retext.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_riot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_robots.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rome.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ron.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rust.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sails.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_san.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sas.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sass.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_scala.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_script.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_scss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_shell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sino.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_slang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_slice.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_slim.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_slint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sln.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_snort.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_source.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_spin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sst.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stata.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_style.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_styled.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_svg.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_swc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_swift.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_swig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_teal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_templ.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tera.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_test.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_testts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_text.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_textile.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_todo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_toit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_toml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tox.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_travis.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tree.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tres.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_twig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_unison.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vala.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vash.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vba.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vento.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_video.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_view.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vim.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vite.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_volt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vue.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wally.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_windi.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_word.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_word2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xib.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yang.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_zig.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_zip.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_android.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_api.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_app.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_client.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_common.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_component.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_config.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_css.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_db.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_git.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_github.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_images.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_include.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_js.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_json.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_less.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_library.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_log.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_model.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_module.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_next.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_node.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_package.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_php.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_private.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_public.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_python.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_route.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_script.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_server.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_services.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_src.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_story.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_style.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_template.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_test.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_video.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_view.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_www.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/add.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/arrow-down.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/arrow-left.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/arrow-right.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/arrow-up.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/blank.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/book.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/case-sensitive.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/check.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chevron-down.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chevron-left.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chevron-right.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chevron-up.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chrome-close.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chrome-maximize.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chrome-minimize.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/chrome-restore.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/circle-filled.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/clear-all.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/close.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/cloud.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/collapse-all.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-all.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-alt-2.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-alt-small.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-alt.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-console.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-continue-small.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-continue.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-coverage.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-disconnect.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-line-by-line.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-pause.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-rerun.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-restart-frame.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-restart.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-stackframe.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-start.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-step-back.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-step-into.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-step-out.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-step-over.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug-stop.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/debug.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/discard.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/edit.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/ellipsis.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/error.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/exclude.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/extensions.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/files.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/filter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/go-to-file.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/icon-close.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/icon-source-control.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/icon-sync.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/icon.png +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/icon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/info.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/language-icon.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/link-external.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/list-flat.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/list-tree.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/new-file.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/new-folder.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/newline.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/open-preview.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/play.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/preserve-case.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/progress.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/pwa-icon-192.png +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/pwa-icon-512.png +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/record-keys.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/refresh.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/regex.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/remove.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/replace-all.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/replace.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/run-all.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/search.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/settings-gear.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/sort-precedence.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/source-control.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/split-horizontal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/squiggly-error.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/squiggly-warning.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-array.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-boolean.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-class.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-color.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-constant.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-enum-member.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-enum.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-event.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-field.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-file.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-interface.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-key.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-keyword.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-method.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-misc.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-namespace.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-numeric.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-operator.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-parameter.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-property.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-ruler.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-snippet.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-string.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-structure.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/symbol-variable.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/tag.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/terminal-bash.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/terminal.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/theme-icon.png +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/trash.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/triangle-down.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/triangle-left.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/triangle-right.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/triangle-up.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/warning.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/whole-word.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/zoom-in.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/icons/zoom-out.svg +0 -0
- /package/static/{92d11f3 → ac6286f}/js/babel-parser.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/blob-util.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/ky.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/lvce-editor-import-script.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/lvce-editor-ipc.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/lvce-editor-verror.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/p-min-delay.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/pretty-bytes.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/preview-injected.js +0 -0
- /package/static/{92d11f3 → ac6286f}/js/yoctodelay.js +0 -0
- /package/static/{92d11f3 → ac6286f}/lib-css/termterm.css +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/renderer-process/LICENSE +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/renderer-process/README.md +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/renderer-process/package.json +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.cpp +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.css +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.csv +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.dart +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.env +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.ex +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.html +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.java +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.jl +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.js +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.json +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.kt +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.pl +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.py +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/index.ts +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/scrolling.txt +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/languages/tsconfig.json +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/sample-folder/a.txt +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/sample-folder/b.txt +0 -0
- /package/static/{92d11f3 → ac6286f}/playground/sample-folder/c.txt +0 -0
|
@@ -1742,22 +1742,204 @@ const getNoopRows = () => {
|
|
|
1742
1742
|
return [];
|
|
1743
1743
|
};
|
|
1744
1744
|
|
|
1745
|
-
const
|
|
1745
|
+
const keywords = ['var', 'let', 'const', 'if', 'else', 'for', 'while', 'return', 'class', 'extends', 'new', 'this', 'super', 'import', 'export', 'default', 'async', 'await', 'try', 'catch', 'finally', 'throw', 'switch', 'case', 'break', 'continue', 'do', 'in', 'of', 'typeof', 'instanceof', 'delete', 'void', 'null', 'undefined', 'true', 'false', 'Infinity', 'NaN'];
|
|
1746
|
+
const operators = ['=', '==', '===', '!=', '!==', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '++', '--', '&&', '||', '!', '&', '|', '^', '~', '<<', '>>', '>>>', '+=', '-=', '*=', '/=', '%=', '**=', '&=', '|=', '^=', '<<=', '>>=', '>>>=', '=>', '?', '?.', '??', '??=', '...'];
|
|
1747
|
+
const punctuation = ['(', ')', '[', ']', '{', '}', ';', ',', '`', ':', '.'];
|
|
1748
|
+
const isWhitespace = char => /\s/.test(char);
|
|
1749
|
+
const isDigit = char => /[0-9]/.test(char);
|
|
1750
|
+
const isLetter = char => /[a-zA-Z_]/.test(char);
|
|
1751
|
+
const isIdentifierChar = char => isLetter(char) || isDigit(char) || char === '_' || char === '$';
|
|
1752
|
+
const readWhitespace = (input, current, tokens) => {
|
|
1753
|
+
let whitespace = '';
|
|
1754
|
+
let pos = current;
|
|
1755
|
+
while (pos < input.length && isWhitespace(input[pos])) {
|
|
1756
|
+
whitespace += input[pos];
|
|
1757
|
+
pos++;
|
|
1758
|
+
}
|
|
1759
|
+
if (whitespace) {
|
|
1760
|
+
tokens.push(whitespace, 'WhiteSpace');
|
|
1761
|
+
}
|
|
1762
|
+
return pos;
|
|
1763
|
+
};
|
|
1764
|
+
const readString = (input, current, tokens) => {
|
|
1765
|
+
const quote = input[current];
|
|
1766
|
+
let string = quote;
|
|
1767
|
+
let pos = current + 1;
|
|
1768
|
+
while (pos < input.length && input[pos] !== quote) {
|
|
1769
|
+
if (input[pos] === '\\') {
|
|
1770
|
+
string += input[pos];
|
|
1771
|
+
pos++;
|
|
1772
|
+
if (pos < input.length) {
|
|
1773
|
+
string += input[pos];
|
|
1774
|
+
pos++;
|
|
1775
|
+
}
|
|
1776
|
+
} else {
|
|
1777
|
+
string += input[pos];
|
|
1778
|
+
pos++;
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
if (pos < input.length) {
|
|
1782
|
+
string += input[pos];
|
|
1783
|
+
pos++;
|
|
1784
|
+
}
|
|
1785
|
+
tokens.push(string, 'String');
|
|
1786
|
+
return pos;
|
|
1787
|
+
};
|
|
1788
|
+
const readNumber = (input, current, tokens) => {
|
|
1789
|
+
let number = '';
|
|
1790
|
+
let pos = current;
|
|
1791
|
+
if (input[pos] === '0' && pos + 1 < input.length) {
|
|
1792
|
+
const next = input[pos + 1].toLowerCase();
|
|
1793
|
+
if (next === 'x' || next === 'b' || next === 'o') {
|
|
1794
|
+
number += input[pos] + input[pos + 1];
|
|
1795
|
+
pos += 2;
|
|
1796
|
+
while (pos < input.length && /[0-9a-fA-F]/.test(input[pos])) {
|
|
1797
|
+
number += input[pos];
|
|
1798
|
+
pos++;
|
|
1799
|
+
}
|
|
1800
|
+
tokens.push(number, 'Number');
|
|
1801
|
+
return pos;
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
while (pos < input.length && isDigit(input[pos])) {
|
|
1805
|
+
number += input[pos];
|
|
1806
|
+
pos++;
|
|
1807
|
+
}
|
|
1808
|
+
if (pos < input.length && input[pos] === '.' && pos + 1 < input.length && isDigit(input[pos + 1])) {
|
|
1809
|
+
number += input[pos];
|
|
1810
|
+
pos++;
|
|
1811
|
+
while (pos < input.length && isDigit(input[pos])) {
|
|
1812
|
+
number += input[pos];
|
|
1813
|
+
pos++;
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
if (pos < input.length && (input[pos] === 'e' || input[pos] === 'E')) {
|
|
1817
|
+
number += input[pos];
|
|
1818
|
+
pos++;
|
|
1819
|
+
if (pos < input.length && (input[pos] === '+' || input[pos] === '-')) {
|
|
1820
|
+
number += input[pos];
|
|
1821
|
+
pos++;
|
|
1822
|
+
}
|
|
1823
|
+
while (pos < input.length && isDigit(input[pos])) {
|
|
1824
|
+
number += input[pos];
|
|
1825
|
+
pos++;
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
tokens.push(number, 'Number');
|
|
1829
|
+
return pos;
|
|
1830
|
+
};
|
|
1831
|
+
const readIdentifier = (input, current, tokens) => {
|
|
1832
|
+
let identifier = '';
|
|
1833
|
+
let pos = current;
|
|
1834
|
+
while (pos < input.length && isIdentifierChar(input[pos])) {
|
|
1835
|
+
identifier += input[pos];
|
|
1836
|
+
pos++;
|
|
1837
|
+
}
|
|
1838
|
+
if (identifier === 'function') {
|
|
1839
|
+
tokens.push(identifier, 'Function');
|
|
1840
|
+
} else if (keywords.includes(identifier)) {
|
|
1841
|
+
tokens.push(identifier, 'Keyword');
|
|
1842
|
+
} else {
|
|
1843
|
+
tokens.push(identifier, 'Identifier');
|
|
1844
|
+
}
|
|
1845
|
+
return pos;
|
|
1846
|
+
};
|
|
1847
|
+
const readOperator = (input, current, tokens) => {
|
|
1848
|
+
let operator = '';
|
|
1849
|
+
let maxLength = 0;
|
|
1850
|
+
let pos = current;
|
|
1851
|
+
for (const op of operators) {
|
|
1852
|
+
if (input.slice(pos, pos + op.length) === op && op.length > maxLength) {
|
|
1853
|
+
maxLength = op.length;
|
|
1854
|
+
operator = op;
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
if (operator) {
|
|
1858
|
+
tokens.push(operator, 'Operator');
|
|
1859
|
+
pos += operator.length;
|
|
1860
|
+
} else {
|
|
1861
|
+
tokens.push(input[pos], 'Punctuation');
|
|
1862
|
+
pos++;
|
|
1863
|
+
}
|
|
1864
|
+
return pos;
|
|
1865
|
+
};
|
|
1866
|
+
const readComment = (input, current, tokens) => {
|
|
1867
|
+
let comment = '';
|
|
1868
|
+
let pos = current;
|
|
1869
|
+
if (input[pos] === '/' && pos + 1 < input.length) {
|
|
1870
|
+
if (input[pos + 1] === '/') {
|
|
1871
|
+
comment = '//';
|
|
1872
|
+
pos += 2;
|
|
1873
|
+
while (pos < input.length && input[pos] !== '\n') {
|
|
1874
|
+
comment += input[pos];
|
|
1875
|
+
pos++;
|
|
1876
|
+
}
|
|
1877
|
+
} else if (input[pos + 1] === '*') {
|
|
1878
|
+
comment = '/*';
|
|
1879
|
+
pos += 2;
|
|
1880
|
+
while (pos < input.length - 1) {
|
|
1881
|
+
comment += input[pos];
|
|
1882
|
+
if (input[pos] === '*' && input[pos + 1] === '/') {
|
|
1883
|
+
comment += '/';
|
|
1884
|
+
pos += 2;
|
|
1885
|
+
break;
|
|
1886
|
+
}
|
|
1887
|
+
pos++;
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
if (comment) {
|
|
1892
|
+
tokens.push(comment, 'Comment');
|
|
1893
|
+
}
|
|
1894
|
+
return pos;
|
|
1895
|
+
};
|
|
1896
|
+
const tokenizeValue = input => {
|
|
1897
|
+
const tokens = [];
|
|
1898
|
+
let current = 0;
|
|
1899
|
+
while (current < input.length) {
|
|
1900
|
+
const char = input[current];
|
|
1901
|
+
if (isWhitespace(char)) {
|
|
1902
|
+
current = readWhitespace(input, current, tokens);
|
|
1903
|
+
} else if (char === '"' || char === "'" || char === '`') {
|
|
1904
|
+
current = readString(input, current, tokens);
|
|
1905
|
+
} else if (isDigit(char)) {
|
|
1906
|
+
current = readNumber(input, current, tokens);
|
|
1907
|
+
} else if (isLetter(char) || char === '_' || char === '$') {
|
|
1908
|
+
current = readIdentifier(input, current, tokens);
|
|
1909
|
+
} else if (char === '/' && current + 1 < input.length && (input[current + 1] === '/' || input[current + 1] === '*')) {
|
|
1910
|
+
current = readComment(input, current, tokens);
|
|
1911
|
+
} else if (operators.includes(char) || current + 1 < input.length && operators.includes(char + input[current + 1]) || current + 2 < input.length && operators.includes(char + input[current + 1] + input[current + 2])) {
|
|
1912
|
+
current = readOperator(input, current, tokens);
|
|
1913
|
+
} else if (punctuation.includes(char)) {
|
|
1914
|
+
tokens.push(char, 'Punctuation');
|
|
1915
|
+
current++;
|
|
1916
|
+
} else {
|
|
1917
|
+
tokens.push(char, 'Punctuation');
|
|
1918
|
+
current++;
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
return tokens;
|
|
1922
|
+
};
|
|
1923
|
+
|
|
1924
|
+
const getScopeExceptionRows = (scope, index) => {
|
|
1746
1925
|
const {
|
|
1747
1926
|
key,
|
|
1748
1927
|
value,
|
|
1749
1928
|
indent
|
|
1750
1929
|
} = scope;
|
|
1930
|
+
const tokens = tokenizeValue(value);
|
|
1751
1931
|
return [{
|
|
1752
1932
|
type: Exception$2,
|
|
1753
1933
|
text: '',
|
|
1934
|
+
tokens,
|
|
1754
1935
|
expanded: false,
|
|
1755
1936
|
key,
|
|
1756
1937
|
value,
|
|
1757
1938
|
indent,
|
|
1758
1939
|
valueType: '',
|
|
1759
1940
|
name: '',
|
|
1760
|
-
description: ''
|
|
1941
|
+
description: '',
|
|
1942
|
+
index
|
|
1761
1943
|
}];
|
|
1762
1944
|
};
|
|
1763
1945
|
|
|
@@ -1766,7 +1948,7 @@ const Expanded = 1 << 0;
|
|
|
1766
1948
|
const Collapsed = 1 << 1;
|
|
1767
1949
|
const Focused = 1 << 2;
|
|
1768
1950
|
|
|
1769
|
-
const getScopePropertyRows = scope => {
|
|
1951
|
+
const getScopePropertyRows = (scope, index) => {
|
|
1770
1952
|
const {
|
|
1771
1953
|
indent,
|
|
1772
1954
|
key,
|
|
@@ -1774,20 +1956,23 @@ const getScopePropertyRows = scope => {
|
|
|
1774
1956
|
valueType,
|
|
1775
1957
|
flags
|
|
1776
1958
|
} = scope;
|
|
1959
|
+
const tokens = tokenizeValue(value);
|
|
1777
1960
|
return [{
|
|
1778
1961
|
type: Property$1,
|
|
1779
1962
|
text: '',
|
|
1963
|
+
tokens,
|
|
1780
1964
|
expanded: Boolean(flags & Expanded),
|
|
1781
1965
|
key,
|
|
1782
1966
|
value,
|
|
1783
1967
|
indent,
|
|
1784
1968
|
valueType,
|
|
1785
1969
|
name: '',
|
|
1786
|
-
description: ''
|
|
1970
|
+
description: '',
|
|
1971
|
+
index
|
|
1787
1972
|
}];
|
|
1788
1973
|
};
|
|
1789
1974
|
|
|
1790
|
-
const getScopeScopeRows = scope => {
|
|
1975
|
+
const getScopeScopeRows = (scope, index) => {
|
|
1791
1976
|
const {
|
|
1792
1977
|
key,
|
|
1793
1978
|
flags
|
|
@@ -1801,27 +1986,31 @@ const getScopeScopeRows = scope => {
|
|
|
1801
1986
|
indent: 0,
|
|
1802
1987
|
valueType: '',
|
|
1803
1988
|
name: '',
|
|
1804
|
-
description: ''
|
|
1989
|
+
description: '',
|
|
1990
|
+
index
|
|
1805
1991
|
}];
|
|
1806
1992
|
};
|
|
1807
1993
|
|
|
1808
|
-
const getScopeThisRows = scope => {
|
|
1994
|
+
const getScopeThisRows = (scope, index) => {
|
|
1809
1995
|
const {
|
|
1810
1996
|
indent,
|
|
1811
1997
|
key,
|
|
1812
1998
|
value,
|
|
1813
1999
|
valueType
|
|
1814
2000
|
} = scope;
|
|
2001
|
+
const tokens = tokenizeValue(value);
|
|
1815
2002
|
return [{
|
|
1816
2003
|
type: Value,
|
|
1817
2004
|
text: '',
|
|
2005
|
+
tokens,
|
|
1818
2006
|
expanded: false,
|
|
1819
2007
|
key,
|
|
1820
2008
|
value,
|
|
1821
2009
|
indent,
|
|
1822
2010
|
valueType,
|
|
1823
2011
|
name: '',
|
|
1824
|
-
description: ''
|
|
2012
|
+
description: '',
|
|
2013
|
+
index
|
|
1825
2014
|
}];
|
|
1826
2015
|
};
|
|
1827
2016
|
|
|
@@ -1905,7 +2094,8 @@ const getRunAndDebugVisibleRowsScope = state => {
|
|
|
1905
2094
|
const visible = getVisibleScopeItems(scopeChain, expandedIds, scopeFocusedIndex);
|
|
1906
2095
|
for (const scope of visible) {
|
|
1907
2096
|
const renderer = getScopeRenderer(scope.type);
|
|
1908
|
-
|
|
2097
|
+
const index = visible.indexOf(scope);
|
|
2098
|
+
rows.push(...renderer(scope, index));
|
|
1909
2099
|
}
|
|
1910
2100
|
} else {
|
|
1911
2101
|
rows.push({
|
|
@@ -2058,6 +2248,9 @@ const updateVisibleRows = state => {
|
|
|
2058
2248
|
};
|
|
2059
2249
|
};
|
|
2060
2250
|
|
|
2251
|
+
const FocusDebugWatchInput = 1290;
|
|
2252
|
+
const FocusDebugRow = 1299;
|
|
2253
|
+
|
|
2061
2254
|
const acceptWatchExpressionEdit = async state => {
|
|
2062
2255
|
const {
|
|
2063
2256
|
watchExpressions,
|
|
@@ -2073,7 +2266,7 @@ const acceptWatchExpressionEdit = async state => {
|
|
|
2073
2266
|
const newState = {
|
|
2074
2267
|
...state,
|
|
2075
2268
|
watchExpressions: newWatchExpressions,
|
|
2076
|
-
focus:
|
|
2269
|
+
focus: FocusDebugRow,
|
|
2077
2270
|
editingValue: '',
|
|
2078
2271
|
editingselectionstart: 0,
|
|
2079
2272
|
editingselectionend: 0
|
|
@@ -2081,10 +2274,7 @@ const acceptWatchExpressionEdit = async state => {
|
|
|
2081
2274
|
return updateVisibleRows(newState);
|
|
2082
2275
|
};
|
|
2083
2276
|
|
|
2084
|
-
const
|
|
2085
|
-
const FocusDebugRow = 1299;
|
|
2086
|
-
|
|
2087
|
-
const addWatchExpression = async (state, expression) => {
|
|
2277
|
+
const addWatchExpression = async (state, expression = '') => {
|
|
2088
2278
|
const {
|
|
2089
2279
|
watchExpressions
|
|
2090
2280
|
} = state;
|
|
@@ -2105,10 +2295,13 @@ const addWatchExpression = async (state, expression) => {
|
|
|
2105
2295
|
};
|
|
2106
2296
|
|
|
2107
2297
|
const getNewWatchExpressionsCancel = watchExpressions => {
|
|
2108
|
-
const lastExpression = watchExpressions
|
|
2298
|
+
const lastExpression = watchExpressions.at(-1);
|
|
2109
2299
|
if (lastExpression && lastExpression.expression === '') {
|
|
2110
2300
|
return watchExpressions.toSpliced(-1, 1);
|
|
2111
2301
|
}
|
|
2302
|
+
if (lastExpression && lastExpression.isEditing) {
|
|
2303
|
+
return watchExpressions.toSpliced(-1, 1);
|
|
2304
|
+
}
|
|
2112
2305
|
return watchExpressions;
|
|
2113
2306
|
};
|
|
2114
2307
|
|
|
@@ -2117,13 +2310,15 @@ const cancelWatchExpressionEdit = state => {
|
|
|
2117
2310
|
watchExpressions
|
|
2118
2311
|
} = state;
|
|
2119
2312
|
const newWatchExpressions = getNewWatchExpressionsCancel(watchExpressions);
|
|
2120
|
-
|
|
2313
|
+
const newState = {
|
|
2121
2314
|
...state,
|
|
2122
2315
|
watchExpressions: newWatchExpressions,
|
|
2123
|
-
focus:
|
|
2316
|
+
focus: FocusDebugRow,
|
|
2124
2317
|
editingselectionstart: 0,
|
|
2125
|
-
editingselectionend: 0
|
|
2318
|
+
editingselectionend: 0,
|
|
2319
|
+
editingValue: ''
|
|
2126
2320
|
};
|
|
2321
|
+
return updateVisibleRows(newState);
|
|
2127
2322
|
};
|
|
2128
2323
|
|
|
2129
2324
|
const None$3 = 'none';
|
|
@@ -2171,7 +2366,8 @@ const create = (id, uri, x, y, width, height) => {
|
|
|
2171
2366
|
openFilesOnPause: true,
|
|
2172
2367
|
maxDescriptionLength: 100,
|
|
2173
2368
|
selectedIndex: -1,
|
|
2174
|
-
visibleRows: []
|
|
2369
|
+
visibleRows: [],
|
|
2370
|
+
tokenColoringEnabled: false
|
|
2175
2371
|
};
|
|
2176
2372
|
set(id, state, state);
|
|
2177
2373
|
};
|
|
@@ -2265,7 +2461,7 @@ const dispose = async uid => {
|
|
|
2265
2461
|
dispose$1(uid);
|
|
2266
2462
|
};
|
|
2267
2463
|
|
|
2268
|
-
const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'deleteAllWatchExpressions', 'deleteWatchExpression', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowRight', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', 'handleClickWatchExpressionDelete', '
|
|
2464
|
+
const commandIds = ['acceptWatchExpressionEdit', 'addWatchExpression', 'cancelWatchExpressionEdit', 'create', 'deleteAllWatchExpressions', 'deleteWatchExpression', 'diff2', 'dispose', 'focusNext', 'focusPrevious', 'getCommandIds', 'getKeyBindings', 'handleArrowDown', 'handleArrowLeft', 'handleArrowRight', 'handleArrowUp', 'handleChange', 'handleClickCallStackItem', 'handleClickCheckBox', 'handleClickDebugButton', 'handleClickPauseOnExceptions', 'handleClickPauseOnUncaughtExceptions', 'handleClickScopeValue', 'handleClickSectionAction', 'handleClickSectionBreakPoints', 'handleClickSectionCallstack', 'handleClickSectionHeading', 'handleClickSectionScope', 'handleClickSectionWatch', 'handleClickWatchExpression', 'handleClickWatchExpressionDelete', 'handleCopy', 'handleDebugInput', 'handleDelete', 'handleEnter', 'handleEvaluate', 'handleInputBlur', 'handleInputFieldChange', 'handleNew', 'handlePaused', 'handleRename', 'handleResumed', 'handleScriptParsed', 'handleSectionHeaderContextMenu', 'handleSpace', 'handleWatchExpressionContextMenu', 'handleWatchExpressionDoubleClick', 'handleWatchValueChange', 'hideCallStack', 'hideScope', 'hideWatch', 'loadContent', 'loadContentLater', 'pause', 'refresh', 'refreshWatchExpression', 'removeWatchExpression', 'render2', 'renderActions', 'renderEventListeners', 'resize', 'restoreState', 'resume', 'selectFirstIndex', 'selectIndex', 'selectLastIndex', 'selectNextRow', 'selectPreviousRow', 'setPauseOnExceptions', 'showCallStack', 'showScope', 'showWatch', 'stepInto', 'stepOut', 'stepOver', 'terminate', 'togglePause'];
|
|
2269
2465
|
|
|
2270
2466
|
const getCommandIds = () => {
|
|
2271
2467
|
return commandIds;
|
|
@@ -2311,6 +2507,59 @@ const getHighlight = uid => {
|
|
|
2311
2507
|
};
|
|
2312
2508
|
};
|
|
2313
2509
|
|
|
2510
|
+
const CallStackArrow$1 = 'CallStackArrow';
|
|
2511
|
+
const CallStackDescription$1 = 'CallStackDescription';
|
|
2512
|
+
const CallStackLabel$1 = 'CallStackLabel';
|
|
2513
|
+
const Chevron$1 = 'Chevron';
|
|
2514
|
+
const DebugButton$1 = 'DebugButton';
|
|
2515
|
+
const DebugButtons$1 = 'DebugButtons';
|
|
2516
|
+
const DebugRow$1 = 'DebugRow';
|
|
2517
|
+
const DebugRowInputField$1 = 'DebugRowInputField';
|
|
2518
|
+
const DebugSectionAction$1 = 'DebugSectionAction';
|
|
2519
|
+
const DebugSectionActions$1 = 'DebugSectionActions';
|
|
2520
|
+
const DebugSectionHeader$1 = 'DebugSectionHeader';
|
|
2521
|
+
const DebugValue$1 = 'DebugValue';
|
|
2522
|
+
const DebugValueBoolean$1 = 'DebugValueBoolean';
|
|
2523
|
+
const DebugValueFunction$1 = 'DebugValueFunction';
|
|
2524
|
+
const DebugValueGetter$1 = 'DebugValueGetter';
|
|
2525
|
+
const DebugValueNumber$1 = 'DebugValueNumber';
|
|
2526
|
+
const DebugValueObject$1 = 'DebugValueObject';
|
|
2527
|
+
const DebugValueScopeName$1 = 'DebugValueScopeName';
|
|
2528
|
+
const DebugValueString$1 = 'DebugValueString';
|
|
2529
|
+
const DebugValueSymbol$1 = 'DebugValueSymbol';
|
|
2530
|
+
const DebugValueUndefined$1 = 'DebugValueUndefined';
|
|
2531
|
+
const DeleteWatchExpression$1 = 'DeleteWatchExpression';
|
|
2532
|
+
const IconButton$1 = 'IconButton';
|
|
2533
|
+
const InputBox$1 = 'InputBox';
|
|
2534
|
+
const InputLabel$1 = 'InputLabel';
|
|
2535
|
+
const ClassNames = {
|
|
2536
|
+
__proto__: null,
|
|
2537
|
+
CallStackArrow: CallStackArrow$1,
|
|
2538
|
+
CallStackDescription: CallStackDescription$1,
|
|
2539
|
+
CallStackLabel: CallStackLabel$1,
|
|
2540
|
+
Chevron: Chevron$1,
|
|
2541
|
+
DebugButton: DebugButton$1,
|
|
2542
|
+
DebugButtons: DebugButtons$1,
|
|
2543
|
+
DebugRow: DebugRow$1,
|
|
2544
|
+
DebugRowInputField: DebugRowInputField$1,
|
|
2545
|
+
DebugSectionAction: DebugSectionAction$1,
|
|
2546
|
+
DebugSectionActions: DebugSectionActions$1,
|
|
2547
|
+
DebugSectionHeader: DebugSectionHeader$1,
|
|
2548
|
+
DebugValue: DebugValue$1,
|
|
2549
|
+
DebugValueBoolean: DebugValueBoolean$1,
|
|
2550
|
+
DebugValueFunction: DebugValueFunction$1,
|
|
2551
|
+
DebugValueGetter: DebugValueGetter$1,
|
|
2552
|
+
DebugValueNumber: DebugValueNumber$1,
|
|
2553
|
+
DebugValueObject: DebugValueObject$1,
|
|
2554
|
+
DebugValueScopeName: DebugValueScopeName$1,
|
|
2555
|
+
DebugValueString: DebugValueString$1,
|
|
2556
|
+
DebugValueSymbol: DebugValueSymbol$1,
|
|
2557
|
+
DebugValueUndefined: DebugValueUndefined$1,
|
|
2558
|
+
DeleteWatchExpression: DeleteWatchExpression$1,
|
|
2559
|
+
IconButton: IconButton$1,
|
|
2560
|
+
InputBox: InputBox$1,
|
|
2561
|
+
InputLabel: InputLabel$1
|
|
2562
|
+
};
|
|
2314
2563
|
const Enter = 3;
|
|
2315
2564
|
const Escape = 8;
|
|
2316
2565
|
const Space$1 = 9;
|
|
@@ -2322,94 +2571,140 @@ const RightArrow = 15;
|
|
|
2322
2571
|
const DownArrow = 16;
|
|
2323
2572
|
const Delete = 18;
|
|
2324
2573
|
const KeyC = 31;
|
|
2574
|
+
const KeyN = 42;
|
|
2325
2575
|
const KeyV = 50;
|
|
2326
2576
|
const F2 = 58;
|
|
2327
2577
|
const Backslash = 91;
|
|
2328
2578
|
const Star = 131;
|
|
2329
|
-
|
|
2579
|
+
const KeyCode = {
|
|
2580
|
+
__proto__: null,
|
|
2581
|
+
Backslash,
|
|
2582
|
+
Delete,
|
|
2583
|
+
DownArrow,
|
|
2584
|
+
End,
|
|
2585
|
+
Enter,
|
|
2586
|
+
Escape,
|
|
2587
|
+
F2,
|
|
2588
|
+
Home,
|
|
2589
|
+
KeyC,
|
|
2590
|
+
KeyN,
|
|
2591
|
+
KeyV,
|
|
2592
|
+
LeftArrow,
|
|
2593
|
+
RightArrow,
|
|
2594
|
+
Space: Space$1,
|
|
2595
|
+
Star,
|
|
2596
|
+
UpArrow
|
|
2597
|
+
};
|
|
2330
2598
|
const CtrlCmd = 1 << 11 >>> 0;
|
|
2331
2599
|
const Alt = 1 << 9 >>> 0;
|
|
2600
|
+
const KeyModifier = {
|
|
2601
|
+
__proto__: null,
|
|
2602
|
+
Alt,
|
|
2603
|
+
CtrlCmd};
|
|
2604
|
+
const mergeClassNames = (...classNames) => {
|
|
2605
|
+
return classNames.filter(Boolean).join(' ');
|
|
2606
|
+
};
|
|
2607
|
+
const Text$1 = 12;
|
|
2608
|
+
const text = data => {
|
|
2609
|
+
return {
|
|
2610
|
+
type: Text$1,
|
|
2611
|
+
text: data,
|
|
2612
|
+
childCount: 0
|
|
2613
|
+
};
|
|
2614
|
+
};
|
|
2332
2615
|
|
|
2333
2616
|
const getKeyBindings = () => {
|
|
2334
2617
|
return [{
|
|
2335
|
-
key: Backslash | CtrlCmd,
|
|
2618
|
+
key: KeyCode.Backslash | KeyModifier.CtrlCmd,
|
|
2336
2619
|
command: 'Run And Debug.togglePause'
|
|
2337
2620
|
}, {
|
|
2338
|
-
key: LeftArrow,
|
|
2621
|
+
key: KeyCode.LeftArrow,
|
|
2339
2622
|
command: 'Run And Debug.handleArrowLeft',
|
|
2340
2623
|
when: FocusDebugRow
|
|
2341
2624
|
}, {
|
|
2342
|
-
key: RightArrow,
|
|
2625
|
+
key: KeyCode.RightArrow,
|
|
2343
2626
|
command: 'Run And Debug.handleArrowRight',
|
|
2344
2627
|
when: FocusDebugRow
|
|
2345
2628
|
}, {
|
|
2346
|
-
key: Home,
|
|
2629
|
+
key: KeyCode.Home,
|
|
2347
2630
|
command: 'Run And Debug.focusFirst',
|
|
2348
2631
|
when: FocusDebugRow
|
|
2349
2632
|
}, {
|
|
2350
|
-
key: End,
|
|
2633
|
+
key: KeyCode.End,
|
|
2351
2634
|
command: 'Run And Debug.focusLast',
|
|
2352
2635
|
when: FocusDebugRow
|
|
2353
2636
|
}, {
|
|
2354
|
-
key: UpArrow,
|
|
2637
|
+
key: KeyCode.UpArrow,
|
|
2355
2638
|
command: 'Run And Debug.selectPreviousRow',
|
|
2356
2639
|
when: FocusDebugRow
|
|
2357
2640
|
}, {
|
|
2358
|
-
key: DownArrow,
|
|
2641
|
+
key: KeyCode.DownArrow,
|
|
2359
2642
|
command: 'Run And Debug.selectNextRow',
|
|
2360
2643
|
when: FocusDebugRow
|
|
2361
2644
|
}, {
|
|
2362
|
-
key: CtrlCmd | Star,
|
|
2645
|
+
key: KeyModifier.CtrlCmd | KeyCode.Star,
|
|
2363
2646
|
command: 'Run And Debug.expandAll',
|
|
2364
2647
|
when: FocusDebugRow
|
|
2365
2648
|
}, {
|
|
2366
|
-
key: Alt | RightArrow,
|
|
2649
|
+
key: KeyModifier.Alt | KeyCode.RightArrow,
|
|
2367
2650
|
command: 'Run And Debug.expandRecursively',
|
|
2368
2651
|
when: FocusDebugRow
|
|
2369
2652
|
}, {
|
|
2370
|
-
key: CtrlCmd | LeftArrow,
|
|
2653
|
+
key: KeyModifier.CtrlCmd | KeyCode.LeftArrow,
|
|
2371
2654
|
command: 'Run And Debug.collapseAll',
|
|
2372
2655
|
when: FocusDebugRow
|
|
2373
2656
|
}, {
|
|
2374
|
-
key: CtrlCmd | KeyV,
|
|
2657
|
+
key: KeyModifier.CtrlCmd | KeyCode.KeyV,
|
|
2375
2658
|
command: 'Run And Debug.handlePaste',
|
|
2376
2659
|
when: FocusDebugRow
|
|
2377
2660
|
}, {
|
|
2378
|
-
key: CtrlCmd | KeyC,
|
|
2661
|
+
key: KeyModifier.CtrlCmd | KeyCode.KeyC,
|
|
2379
2662
|
command: 'Run And Debug.handleCopy',
|
|
2380
2663
|
when: FocusDebugRow
|
|
2381
2664
|
}, {
|
|
2382
|
-
key:
|
|
2665
|
+
key: KeyModifier.CtrlCmd | KeyCode.KeyN,
|
|
2666
|
+
command: 'Run And Debug.handleNew',
|
|
2667
|
+
when: FocusDebugRow
|
|
2668
|
+
}, {
|
|
2669
|
+
key: KeyCode.F2,
|
|
2383
2670
|
command: 'Run And Debug.handleRename',
|
|
2384
2671
|
when: FocusDebugRow
|
|
2385
2672
|
}, {
|
|
2386
|
-
key: Delete,
|
|
2673
|
+
key: KeyCode.Delete,
|
|
2387
2674
|
command: 'Run And Debug.handleDelete',
|
|
2388
2675
|
when: FocusDebugRow
|
|
2389
2676
|
}, {
|
|
2390
|
-
key: Escape,
|
|
2677
|
+
key: KeyCode.Escape,
|
|
2391
2678
|
command: 'Run And Debug.focusNone',
|
|
2392
2679
|
when: FocusDebugRow
|
|
2393
2680
|
}, {
|
|
2394
|
-
key: Enter,
|
|
2681
|
+
key: KeyCode.Enter,
|
|
2395
2682
|
command: 'Run And Debug.handleClickCurrent',
|
|
2396
2683
|
when: FocusDebugRow
|
|
2397
2684
|
}, {
|
|
2398
|
-
key: Space
|
|
2685
|
+
key: KeyCode.Space,
|
|
2399
2686
|
command: 'Run And Debug.handleSpace',
|
|
2400
2687
|
when: FocusDebugRow
|
|
2401
2688
|
}, {
|
|
2402
|
-
key: Enter,
|
|
2689
|
+
key: KeyCode.Enter,
|
|
2403
2690
|
command: 'Run And Debug.handleEnter',
|
|
2404
2691
|
when: FocusDebugRow
|
|
2405
2692
|
}, {
|
|
2406
|
-
key: Escape,
|
|
2693
|
+
key: KeyCode.Escape,
|
|
2407
2694
|
command: 'Run And Debug.cancelWatchExpressionEdit',
|
|
2408
2695
|
when: FocusDebugWatchInput
|
|
2409
2696
|
}, {
|
|
2410
|
-
key: Enter,
|
|
2697
|
+
key: KeyCode.Enter,
|
|
2411
2698
|
command: 'Run And Debug.acceptWatchExpressionEdit',
|
|
2412
2699
|
when: FocusDebugWatchInput
|
|
2700
|
+
}, {
|
|
2701
|
+
key: KeyModifier.CtrlCmd | KeyCode.Home,
|
|
2702
|
+
command: 'Run And Debug.selectFirstIndex',
|
|
2703
|
+
when: FocusDebugRow
|
|
2704
|
+
}, {
|
|
2705
|
+
key: KeyModifier.CtrlCmd | KeyCode.End,
|
|
2706
|
+
command: 'Run And Debug.selectLastIndex',
|
|
2707
|
+
when: FocusDebugRow
|
|
2413
2708
|
}];
|
|
2414
2709
|
};
|
|
2415
2710
|
|
|
@@ -2707,7 +3002,8 @@ const getInnerChildScopeChain = async (cache, debugId, objectId, indent, maxDesc
|
|
|
2707
3002
|
valueType: getDebugValueType(child),
|
|
2708
3003
|
objectId: getDebugValueObjectId(child),
|
|
2709
3004
|
indent: indent + 10,
|
|
2710
|
-
label: ''
|
|
3005
|
+
label: '',
|
|
3006
|
+
flags: None$4
|
|
2711
3007
|
});
|
|
2712
3008
|
}
|
|
2713
3009
|
return childScopeChain;
|
|
@@ -3373,6 +3669,40 @@ const handleWatchExpressionDoubleClick = async (state, dataIndex) => {
|
|
|
3373
3669
|
return state;
|
|
3374
3670
|
};
|
|
3375
3671
|
|
|
3672
|
+
const copyTextToClipboard = async text => {
|
|
3673
|
+
// TODO: Implement clipboard functionality
|
|
3674
|
+
};
|
|
3675
|
+
|
|
3676
|
+
const copyWatchExpression = async (state, index) => {
|
|
3677
|
+
const {
|
|
3678
|
+
watchExpressions
|
|
3679
|
+
} = state;
|
|
3680
|
+
if (index < 0 || index >= watchExpressions.length) {
|
|
3681
|
+
return;
|
|
3682
|
+
}
|
|
3683
|
+
const watchExpression = watchExpressions[index];
|
|
3684
|
+
if (watchExpression) {
|
|
3685
|
+
await copyTextToClipboard();
|
|
3686
|
+
}
|
|
3687
|
+
};
|
|
3688
|
+
|
|
3689
|
+
const handleCopy = async state => {
|
|
3690
|
+
const {
|
|
3691
|
+
selectedIndex,
|
|
3692
|
+
visibleRows
|
|
3693
|
+
} = state;
|
|
3694
|
+
if (selectedIndex < 0 || selectedIndex >= visibleRows.length) {
|
|
3695
|
+
return state;
|
|
3696
|
+
}
|
|
3697
|
+
const currentRow = visibleRows[selectedIndex];
|
|
3698
|
+
if (currentRow.type !== WatchExpression || currentRow.index === undefined) {
|
|
3699
|
+
return state;
|
|
3700
|
+
}
|
|
3701
|
+
const watchIndex = currentRow.index;
|
|
3702
|
+
await copyWatchExpression(state, watchIndex);
|
|
3703
|
+
return state;
|
|
3704
|
+
};
|
|
3705
|
+
|
|
3376
3706
|
const handleDelete = async state => {
|
|
3377
3707
|
const {
|
|
3378
3708
|
selectedIndex,
|
|
@@ -3418,6 +3748,18 @@ const handleInputFieldChange = (state, name, value) => {
|
|
|
3418
3748
|
return state;
|
|
3419
3749
|
};
|
|
3420
3750
|
|
|
3751
|
+
const handleNew = async state => {
|
|
3752
|
+
const {
|
|
3753
|
+
selectedIndex,
|
|
3754
|
+
visibleRows
|
|
3755
|
+
} = state;
|
|
3756
|
+
const row = visibleRows[selectedIndex];
|
|
3757
|
+
if (row && (row.type === WatchExpression || row.type === WatchMessage)) {
|
|
3758
|
+
return addWatchExpression(state, '');
|
|
3759
|
+
}
|
|
3760
|
+
return state;
|
|
3761
|
+
};
|
|
3762
|
+
|
|
3421
3763
|
const handleRename = async state => {
|
|
3422
3764
|
const {
|
|
3423
3765
|
selectedIndex
|
|
@@ -3486,25 +3828,23 @@ const handleWatchExpressionContextMenu = async (state, x, y, dataIndex) => {
|
|
|
3486
3828
|
return state;
|
|
3487
3829
|
};
|
|
3488
3830
|
|
|
3489
|
-
const
|
|
3831
|
+
const hideSection = (state, visibilityKey) => {
|
|
3490
3832
|
return {
|
|
3491
3833
|
...state,
|
|
3492
|
-
|
|
3834
|
+
[visibilityKey]: false
|
|
3493
3835
|
};
|
|
3494
3836
|
};
|
|
3495
3837
|
|
|
3838
|
+
const hideCallStack = state => {
|
|
3839
|
+
return hideSection(state, 'callStackVisible');
|
|
3840
|
+
};
|
|
3841
|
+
|
|
3496
3842
|
const hideScope = state => {
|
|
3497
|
-
return
|
|
3498
|
-
...state,
|
|
3499
|
-
scopeVisible: false
|
|
3500
|
-
};
|
|
3843
|
+
return hideSection(state, 'scopeVisible');
|
|
3501
3844
|
};
|
|
3502
3845
|
|
|
3503
3846
|
const hideWatch = state => {
|
|
3504
|
-
return
|
|
3505
|
-
...state,
|
|
3506
|
-
watchVisible: false
|
|
3507
|
-
};
|
|
3847
|
+
return hideSection(state, 'watchVisible');
|
|
3508
3848
|
};
|
|
3509
3849
|
|
|
3510
3850
|
const getPortTuple = () => {
|
|
@@ -3797,71 +4137,6 @@ const ToolBar = 'toolbar';
|
|
|
3797
4137
|
const Tree = 'tree';
|
|
3798
4138
|
const TreeItem = 'treeitem';
|
|
3799
4139
|
|
|
3800
|
-
const mergeClassNames = (...classNames) => {
|
|
3801
|
-
return classNames.filter(Boolean).join(' ');
|
|
3802
|
-
};
|
|
3803
|
-
const Text$1 = 12;
|
|
3804
|
-
const text = data => {
|
|
3805
|
-
return {
|
|
3806
|
-
type: Text$1,
|
|
3807
|
-
text: data,
|
|
3808
|
-
childCount: 0
|
|
3809
|
-
};
|
|
3810
|
-
};
|
|
3811
|
-
const CallStackArrow$1 = 'CallStackArrow';
|
|
3812
|
-
const CallStackDescription$1 = 'CallStackDescription';
|
|
3813
|
-
const CallStackLabel$1 = 'CallStackLabel';
|
|
3814
|
-
const Chevron$1 = 'Chevron';
|
|
3815
|
-
const DebugButton$1 = 'DebugButton';
|
|
3816
|
-
const DebugButtons$1 = 'DebugButtons';
|
|
3817
|
-
const DebugRow$1 = 'DebugRow';
|
|
3818
|
-
const DebugRowInputField$1 = 'DebugRowInputField';
|
|
3819
|
-
const DebugSectionAction$1 = 'DebugSectionAction';
|
|
3820
|
-
const DebugSectionActions$1 = 'DebugSectionActions';
|
|
3821
|
-
const DebugSectionHeader$1 = 'DebugSectionHeader';
|
|
3822
|
-
const DebugValue$1 = 'DebugValue';
|
|
3823
|
-
const DebugValueBoolean$1 = 'DebugValueBoolean';
|
|
3824
|
-
const DebugValueFunction$1 = 'DebugValueFunction';
|
|
3825
|
-
const DebugValueGetter$1 = 'DebugValueGetter';
|
|
3826
|
-
const DebugValueNumber$1 = 'DebugValueNumber';
|
|
3827
|
-
const DebugValueObject$1 = 'DebugValueObject';
|
|
3828
|
-
const DebugValueScopeName$1 = 'DebugValueScopeName';
|
|
3829
|
-
const DebugValueString$1 = 'DebugValueString';
|
|
3830
|
-
const DebugValueSymbol$1 = 'DebugValueSymbol';
|
|
3831
|
-
const DebugValueUndefined$1 = 'DebugValueUndefined';
|
|
3832
|
-
const DeleteWatchExpression$1 = 'DeleteWatchExpression';
|
|
3833
|
-
const IconButton$1 = 'IconButton';
|
|
3834
|
-
const InputBox$1 = 'InputBox';
|
|
3835
|
-
const InputLabel$1 = 'InputLabel';
|
|
3836
|
-
const ClassNames = {
|
|
3837
|
-
__proto__: null,
|
|
3838
|
-
CallStackArrow: CallStackArrow$1,
|
|
3839
|
-
CallStackDescription: CallStackDescription$1,
|
|
3840
|
-
CallStackLabel: CallStackLabel$1,
|
|
3841
|
-
Chevron: Chevron$1,
|
|
3842
|
-
DebugButton: DebugButton$1,
|
|
3843
|
-
DebugButtons: DebugButtons$1,
|
|
3844
|
-
DebugRow: DebugRow$1,
|
|
3845
|
-
DebugRowInputField: DebugRowInputField$1,
|
|
3846
|
-
DebugSectionAction: DebugSectionAction$1,
|
|
3847
|
-
DebugSectionActions: DebugSectionActions$1,
|
|
3848
|
-
DebugSectionHeader: DebugSectionHeader$1,
|
|
3849
|
-
DebugValue: DebugValue$1,
|
|
3850
|
-
DebugValueBoolean: DebugValueBoolean$1,
|
|
3851
|
-
DebugValueFunction: DebugValueFunction$1,
|
|
3852
|
-
DebugValueGetter: DebugValueGetter$1,
|
|
3853
|
-
DebugValueNumber: DebugValueNumber$1,
|
|
3854
|
-
DebugValueObject: DebugValueObject$1,
|
|
3855
|
-
DebugValueScopeName: DebugValueScopeName$1,
|
|
3856
|
-
DebugValueString: DebugValueString$1,
|
|
3857
|
-
DebugValueSymbol: DebugValueSymbol$1,
|
|
3858
|
-
DebugValueUndefined: DebugValueUndefined$1,
|
|
3859
|
-
DeleteWatchExpression: DeleteWatchExpression$1,
|
|
3860
|
-
IconButton: IconButton$1,
|
|
3861
|
-
InputBox: InputBox$1,
|
|
3862
|
-
InputLabel: InputLabel$1
|
|
3863
|
-
};
|
|
3864
|
-
|
|
3865
4140
|
const {
|
|
3866
4141
|
CallStackArrow,
|
|
3867
4142
|
CallStackDescription,
|
|
@@ -4096,16 +4371,32 @@ const getDebugValueClassName = valueType => {
|
|
|
4096
4371
|
|
|
4097
4372
|
const separator = text(': ');
|
|
4098
4373
|
|
|
4099
|
-
const renderValue = (row, selectedIndex, rowIndex) => {
|
|
4374
|
+
const renderValue = (row, selectedIndex, rowIndex, tokenColoringEnabled) => {
|
|
4100
4375
|
const {
|
|
4101
4376
|
indent,
|
|
4102
4377
|
key,
|
|
4103
4378
|
value,
|
|
4104
4379
|
valueType,
|
|
4105
|
-
expanded
|
|
4380
|
+
expanded,
|
|
4381
|
+
tokens
|
|
4106
4382
|
} = row;
|
|
4107
4383
|
const isSelected = rowIndex === selectedIndex;
|
|
4108
4384
|
const className = getDebugRowClassName(DebugRow, isSelected);
|
|
4385
|
+
const hasTokens = tokenColoringEnabled && tokens && tokens.length > 0;
|
|
4386
|
+
let valueChildren;
|
|
4387
|
+
if (hasTokens) {
|
|
4388
|
+
valueChildren = [];
|
|
4389
|
+
for (let i = 0; i < tokens.length; i += 2) {
|
|
4390
|
+
valueChildren.push({
|
|
4391
|
+
type: Span,
|
|
4392
|
+
className: `DebugToken DebugToken${tokens[i + 1]}`,
|
|
4393
|
+
childCount: 1,
|
|
4394
|
+
children: [text(tokens[i])]
|
|
4395
|
+
});
|
|
4396
|
+
}
|
|
4397
|
+
} else {
|
|
4398
|
+
valueChildren = [text(value)];
|
|
4399
|
+
}
|
|
4109
4400
|
return [{
|
|
4110
4401
|
type: Div,
|
|
4111
4402
|
className: className,
|
|
@@ -4122,8 +4413,8 @@ const renderValue = (row, selectedIndex, rowIndex) => {
|
|
|
4122
4413
|
}, text(key), separator, {
|
|
4123
4414
|
type: Span,
|
|
4124
4415
|
className: mergeClassNames(DebugValue, getDebugValueClassName(valueType)),
|
|
4125
|
-
childCount: 1
|
|
4126
|
-
},
|
|
4416
|
+
childCount: hasTokens ? valueChildren.length / 2 : 1
|
|
4417
|
+
}, ...valueChildren];
|
|
4127
4418
|
};
|
|
4128
4419
|
|
|
4129
4420
|
const renderInputField = (row, selectedIndex, rowIndex) => {
|
|
@@ -4158,7 +4449,8 @@ const renderInputField = (row, selectedIndex, rowIndex) => {
|
|
|
4158
4449
|
const renderScope = (row, selectedIndex, rowIndex) => {
|
|
4159
4450
|
const {
|
|
4160
4451
|
key,
|
|
4161
|
-
expanded
|
|
4452
|
+
expanded,
|
|
4453
|
+
index
|
|
4162
4454
|
} = row;
|
|
4163
4455
|
const isSelected = rowIndex === selectedIndex;
|
|
4164
4456
|
const className = getDebugRowClassName(DebugRow, isSelected);
|
|
@@ -4170,7 +4462,8 @@ const renderScope = (row, selectedIndex, rowIndex) => {
|
|
|
4170
4462
|
ariaLevel: 2,
|
|
4171
4463
|
childCount: 2,
|
|
4172
4464
|
onPointerDown: HandleClickScopeValue,
|
|
4173
|
-
'data-name': key
|
|
4465
|
+
'data-name': key,
|
|
4466
|
+
'data-index': index
|
|
4174
4467
|
}, expanded ? getChevronDownVirtualDom() : getChevronRightVirtualDom(), {
|
|
4175
4468
|
type: Span,
|
|
4176
4469
|
className: mergeClassNames(DebugValue, DebugValueScopeName),
|
|
@@ -4272,25 +4565,26 @@ const getRowRenderer = type => {
|
|
|
4272
4565
|
}
|
|
4273
4566
|
};
|
|
4274
4567
|
|
|
4275
|
-
const getRunAndDebugRowVirtualDom = (row, selectedIndex, rowIndex) => {
|
|
4568
|
+
const getRunAndDebugRowVirtualDom = (row, selectedIndex, rowIndex, tokenColoringEnabled) => {
|
|
4276
4569
|
const renderer = getRowRenderer(row.type);
|
|
4277
|
-
return renderer(row, selectedIndex, rowIndex);
|
|
4570
|
+
return renderer(row, selectedIndex, rowIndex, tokenColoringEnabled);
|
|
4278
4571
|
};
|
|
4279
4572
|
|
|
4280
|
-
const getRunAndDebugVirtualDom2 = (rows, selectedIndex) => {
|
|
4573
|
+
const getRunAndDebugVirtualDom2 = (rows, selectedIndex, tokenColoringEnabled) => {
|
|
4281
4574
|
return [{
|
|
4282
4575
|
type: Div,
|
|
4283
4576
|
className: 'Viewlet RunAndDebug',
|
|
4284
4577
|
tabIndex: 0,
|
|
4285
4578
|
childCount: rows.length,
|
|
4286
4579
|
role: Tree
|
|
4287
|
-
}, ...rows.flatMap((row, index) => getRunAndDebugRowVirtualDom(row, selectedIndex, index))];
|
|
4580
|
+
}, ...rows.flatMap((row, index) => getRunAndDebugRowVirtualDom(row, selectedIndex, index, tokenColoringEnabled))];
|
|
4288
4581
|
};
|
|
4289
4582
|
|
|
4290
4583
|
const renderItems = (oldState, newState) => {
|
|
4291
4584
|
const rows = newState.visibleRows;
|
|
4292
4585
|
const selectedIndex = newState.selectedIndex;
|
|
4293
|
-
const
|
|
4586
|
+
const tokenColoringEnabled = newState.tokenColoringEnabled ?? true;
|
|
4587
|
+
const dom = getRunAndDebugVirtualDom2(rows, selectedIndex, tokenColoringEnabled);
|
|
4294
4588
|
return ['Viewlet.setDom2', newState.id, dom];
|
|
4295
4589
|
};
|
|
4296
4590
|
|
|
@@ -4595,6 +4889,18 @@ const selectIndex = (state, index) => {
|
|
|
4595
4889
|
};
|
|
4596
4890
|
};
|
|
4597
4891
|
|
|
4892
|
+
const selectFirstIndex = state => {
|
|
4893
|
+
return selectIndex(state, 0);
|
|
4894
|
+
};
|
|
4895
|
+
|
|
4896
|
+
const selectLastIndex = state => {
|
|
4897
|
+
const {
|
|
4898
|
+
visibleRows
|
|
4899
|
+
} = state;
|
|
4900
|
+
const lastIndex = visibleRows.length - 1;
|
|
4901
|
+
return selectIndex(state, lastIndex);
|
|
4902
|
+
};
|
|
4903
|
+
|
|
4598
4904
|
const selectNextRow = state => {
|
|
4599
4905
|
return selectIndex(state, state.selectedIndex + 1);
|
|
4600
4906
|
};
|
|
@@ -4667,6 +4973,8 @@ const commandMap = {
|
|
|
4667
4973
|
'RunAndDebug.handleClickSectionWatch': wrapCommand(handleClickSectionWatch),
|
|
4668
4974
|
'RunAndDebug.handleClickWatchExpression': wrapCommand(handleClickWatchExpression),
|
|
4669
4975
|
'RunAndDebug.handleClickWatchExpressionDelete': wrapCommand(handleClickWatchExpressionDelete),
|
|
4976
|
+
'RunAndDebug.handleCopy': wrapCommand(handleCopy),
|
|
4977
|
+
'RunAndDebug.handleNew': wrapCommand(handleNew),
|
|
4670
4978
|
'RunAndDebug.handleDebugInput': wrapCommand(handleDebugInput),
|
|
4671
4979
|
'RunAndDebug.handleEvaluate': wrapCommand(handleEvaluate),
|
|
4672
4980
|
'RunAndDebug.handleInputBlur': wrapCommand(handleInputBlur),
|
|
@@ -4711,7 +5019,9 @@ const commandMap = {
|
|
|
4711
5019
|
'RunAndDebug.handleEnter': wrapCommand(handleEnter),
|
|
4712
5020
|
'RunAndDebug.handleRename': wrapCommand(handleRename),
|
|
4713
5021
|
'RunAndDebug.handleDelete': wrapCommand(handleDelete),
|
|
4714
|
-
'RunAndDebug.handleSpace': wrapCommand(handleSpace)
|
|
5022
|
+
'RunAndDebug.handleSpace': wrapCommand(handleSpace),
|
|
5023
|
+
'RunAndDebug.selectFirstIndex': wrapCommand(selectFirstIndex),
|
|
5024
|
+
'RunAndDebug.selectLastIndex': wrapCommand(selectLastIndex)
|
|
4715
5025
|
};
|
|
4716
5026
|
|
|
4717
5027
|
const listen = async () => {
|