@lvce-editor/static-server 0.49.1 → 0.49.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{5480154 → 1180e26}/css/App.css +83 -83
- package/static/{5480154 → 1180e26}/manifest.json +2 -2
- package/static/{5480154 → 1180e26}/packages/about-view-worker/dist/aboutWorkerMain.js +77 -18
- package/static/{5480154 → 1180e26}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +134 -23
- package/static/{5480154 → 1180e26}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{5480154 → 1180e26}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +72 -11
- package/static/{5480154 → 1180e26}/packages/file-search-worker/dist/fileSearchWorkerMain.js +68 -75
- package/static/{5480154 → 1180e26}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +35 -5
- package/static/{5480154 → 1180e26}/packages/renderer-process/dist/rendererProcessMain.js +14 -6
- package/static/{5480154 → 1180e26}/packages/renderer-process/package.json +1 -1
- package/static/{5480154 → 1180e26}/packages/renderer-worker/dist/rendererWorkerMain.js +184 -232
- package/static/index.html +4 -4
- /package/static/{5480154 → 1180e26}/config/colorTheme.json +0 -0
- /package/static/{5480154 → 1180e26}/config/defaultSettings.json +0 -0
- /package/static/{5480154 → 1180e26}/config/fileMap.json +0 -0
- /package/static/{5480154 → 1180e26}/config/webExtensions.json +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Animation.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/DebugButtons.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/DebugValue.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/E2eTest.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/E2eTests.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/EditorHover.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/EditorMessage.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/FeatureContent.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Features.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ImagePreview.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/InputBadge.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Key.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/LegacyDialog.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Markdown.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Progress.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Select.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/Table.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletAbout.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletDialog.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletMedia.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletOutput.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletPanel.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletPdf.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletProblems.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletReferences.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletSearch.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletStorage.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{5480154 → 1180e26}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{5480154 → 1180e26}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/default_file.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/default_folder.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/default_root_folder.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_access.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_access2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ada.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_agda.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ai.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_al.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_angular.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_apache.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_apex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_apib.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_apl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_asp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_astro.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_atom.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ats.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_attw.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_audio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_avif.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_avro.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_awk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_aws.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_azure.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_babel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bak.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bat.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bats.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_biml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_binary.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_biome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_blade.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_blender.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bower.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_buf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bun.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_c.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_c2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_c3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_casc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cert.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_chef.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_class.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_compass.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_composer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_conan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_conda.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_config.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_craco.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_css.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_css2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_cython.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_db.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_debian.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_deno.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_diff.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_django.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_docker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_docz.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_drone.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_drools.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_edge.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_elm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ember.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eps.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_epub.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_erb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_excel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_expo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fla.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flash.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flow.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_font.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_funding.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_galen.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_git.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_git2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_glide.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_godot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_grain.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_helix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_helm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_host.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_html.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_http.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_husky.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_icl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_idris.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_image.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_imba.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_inc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_informix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ini.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ink.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_io.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_janet.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jar.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_java.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_json.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_json2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_json5.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_juice.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_julia.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_just.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_k.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_karma.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_key.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kite.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_knip.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kos.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lark.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_latino.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_layout.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_less.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_liara.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_license.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lime.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_locale.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_log.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lua.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_luau.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_lync.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_map.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_marko.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_maven.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_maya.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_meson.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_motif.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mson.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_next.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nim.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_noc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_node.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_node2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_npm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_org.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_package.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_paket.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_patch.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_perl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_php.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_php2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_php3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pine.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pip.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pony.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_postman.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_preact.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_progress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pug.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_python.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_q.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_qml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_r.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_racket.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rails.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_raku.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_raml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_razor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_reason.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_red.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_registry.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rego.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_remark.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_replit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_retext.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_riot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_robots.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rome.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ron.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rust.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sails.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_san.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sas.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sass.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_scala.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_script.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_scss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_shell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sino.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_slang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_slice.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_slim.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_slint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sln.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_snort.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_source.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_spin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sst.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stata.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_style.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_styled.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_svg.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_swc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_swift.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_swig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_teal.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_templ.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tera.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_test.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_testts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_text.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_textile.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_todo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_toit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_toml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tox.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_travis.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tree.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tres.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_twig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_unison.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vala.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vash.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vba.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vento.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_video.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_view.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vim.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vite.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_volt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vue.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wally.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_windi.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_word.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_word2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xib.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yang.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_zig.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_zip.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_android.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_api.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_app.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_client.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_common.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_component.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_config.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_css.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_db.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_git.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_github.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_images.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_include.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_js.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_json.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_less.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_library.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_log.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_model.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_module.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_next.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_node.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_package.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_php.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_private.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_public.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_python.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_route.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_script.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_server.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_services.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_src.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_story.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_style.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_template.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_test.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_video.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_view.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_www.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{5480154 → 1180e26}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{5480154 → 1180e26}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{5480154 → 1180e26}/icons/add.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/arrow-down.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/arrow-left.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/arrow-right.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/arrow-up.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/blank.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/book.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/case-sensitive.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/check.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chevron-down.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chevron-left.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chevron-right.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chevron-up.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chrome-close.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chrome-maximize.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chrome-minimize.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/chrome-restore.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/circle-filled.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/clear-all.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/close.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/cloud.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/collapse-all.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-all.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-alt-2.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-alt-small.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-alt.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-console.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-continue-small.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-continue.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-coverage.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-disconnect.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-line-by-line.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-pause.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-rerun.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-restart-frame.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-restart.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-stackframe.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-start.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-step-back.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-step-into.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-step-out.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-step-over.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug-stop.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/debug.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/discard.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/edit.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/ellipsis.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/error.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/exclude.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{5480154 → 1180e26}/icons/extensions.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/files.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/filter.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/go-to-file.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/icon-close.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/icon-source-control.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/icon-sync.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/icon.png +0 -0
- /package/static/{5480154 → 1180e26}/icons/icon.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/info.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/language-icon.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/link-external.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/list-flat.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/list-tree.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/new-file.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/new-folder.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/newline.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/open-preview.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/play.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/preserve-case.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/progress.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/pwa-icon-192.png +0 -0
- /package/static/{5480154 → 1180e26}/icons/pwa-icon-512.png +0 -0
- /package/static/{5480154 → 1180e26}/icons/record-keys.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/refresh.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/regex.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/remove.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/replace-all.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/replace.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/run-all.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/search.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/settings-gear.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/sort-precedence.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/source-control.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/split-horizontal.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/squiggly-error.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/squiggly-warning.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-array.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-boolean.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-class.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-color.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-constant.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-enum-member.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-enum.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-event.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-field.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-file.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-interface.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-key.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-keyword.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-method.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-misc.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-namespace.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-numeric.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-operator.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-parameter.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-property.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-ruler.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-snippet.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-string.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-structure.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/symbol-variable.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/tag.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/terminal-bash.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/terminal.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/theme-icon.png +0 -0
- /package/static/{5480154 → 1180e26}/icons/trash.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/triangle-down.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/triangle-left.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/triangle-right.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/triangle-up.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/warning.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/whole-word.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/zoom-in.svg +0 -0
- /package/static/{5480154 → 1180e26}/icons/zoom-out.svg +0 -0
- /package/static/{5480154 → 1180e26}/js/babel-parser.js +0 -0
- /package/static/{5480154 → 1180e26}/js/blob-util.js +0 -0
- /package/static/{5480154 → 1180e26}/js/ky.js +0 -0
- /package/static/{5480154 → 1180e26}/js/lvce-editor-import-script.js +0 -0
- /package/static/{5480154 → 1180e26}/js/lvce-editor-ipc.js +0 -0
- /package/static/{5480154 → 1180e26}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{5480154 → 1180e26}/js/lvce-editor-verror.js +0 -0
- /package/static/{5480154 → 1180e26}/js/p-min-delay.js +0 -0
- /package/static/{5480154 → 1180e26}/js/pretty-bytes.js +0 -0
- /package/static/{5480154 → 1180e26}/js/preview-injected.js +0 -0
- /package/static/{5480154 → 1180e26}/js/yoctodelay.js +0 -0
- /package/static/{5480154 → 1180e26}/lib-css/termterm.css +0 -0
- /package/static/{5480154 → 1180e26}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{5480154 → 1180e26}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/renderer-process/LICENSE +0 -0
- /package/static/{5480154 → 1180e26}/packages/renderer-process/README.md +0 -0
- /package/static/{5480154 → 1180e26}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.cpp +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.css +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.csv +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.dart +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.env +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.ex +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.html +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.java +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.jl +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.js +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.json +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.kt +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.pl +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.py +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/index.ts +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/scrolling.txt +0 -0
- /package/static/{5480154 → 1180e26}/playground/languages/tsconfig.json +0 -0
- /package/static/{5480154 → 1180e26}/playground/sample-folder/a.txt +0 -0
- /package/static/{5480154 → 1180e26}/playground/sample-folder/b.txt +0 -0
- /package/static/{5480154 → 1180e26}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/1180e26';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -555,7 +555,7 @@ const ElectronContextMenu = 60;
|
|
|
555
555
|
const ElectronClipBoard = 61;
|
|
556
556
|
const SaveFileAs = 62;
|
|
557
557
|
const ElectronApplicationMenu = 63;
|
|
558
|
-
const About$
|
|
558
|
+
const About$1 = 64;
|
|
559
559
|
const ConfirmPrompt = 65;
|
|
560
560
|
const BulkReplacement = 66;
|
|
561
561
|
const AutoUpdater = 67;
|
|
@@ -619,7 +619,7 @@ const getModuleId$1 = commandId => {
|
|
|
619
619
|
}
|
|
620
620
|
switch (prefix) {
|
|
621
621
|
case 'About':
|
|
622
|
-
return About$
|
|
622
|
+
return About$1;
|
|
623
623
|
case 'Ajax':
|
|
624
624
|
return Ajax;
|
|
625
625
|
case 'Audio':
|
|
@@ -3095,7 +3095,6 @@ const Empty = 0;
|
|
|
3095
3095
|
const BrowserChromium = 1;
|
|
3096
3096
|
const BrowserElectron = 2;
|
|
3097
3097
|
const BrowserFirefox = 3;
|
|
3098
|
-
const FocusAbout = 4;
|
|
3099
3098
|
const FocusActivityBar = 5;
|
|
3100
3099
|
const FocusDebugInput = 6;
|
|
3101
3100
|
const FocusDialog = 7;
|
|
@@ -3572,7 +3571,7 @@ const List$2 = 'List';
|
|
|
3572
3571
|
const Locations = 'Locations';
|
|
3573
3572
|
const Main$3 = 'Main';
|
|
3574
3573
|
const MainTabs = 'MainTabs';
|
|
3575
|
-
const None$
|
|
3574
|
+
const None$g = '';
|
|
3576
3575
|
const Noop = 'Noop';
|
|
3577
3576
|
const Output = 'Output';
|
|
3578
3577
|
const Panel$2 = 'Panel';
|
|
@@ -3596,7 +3595,7 @@ const TitleBarIcon = 'TitleBarIcon';
|
|
|
3596
3595
|
const TitleBarMenuBar = 'TitleBarMenuBar';
|
|
3597
3596
|
const TodoList = 'TodoList';
|
|
3598
3597
|
const Video = 'Video';
|
|
3599
|
-
const About
|
|
3598
|
+
const About = 'About';
|
|
3600
3599
|
const EditorSourceActions = 'EditorSourceActions';
|
|
3601
3600
|
const MarkDownPreview = 'MarkDownPreview';
|
|
3602
3601
|
const Confirm$1 = 'Confirm';
|
|
@@ -3607,7 +3606,7 @@ const EditorTextError = 'EditorTextError';
|
|
|
3607
3606
|
|
|
3608
3607
|
const ViewletModuleId = {
|
|
3609
3608
|
__proto__: null,
|
|
3610
|
-
About
|
|
3609
|
+
About,
|
|
3611
3610
|
ActivityBar: ActivityBar$5,
|
|
3612
3611
|
Audio: Audio$1,
|
|
3613
3612
|
BrowserViewOverview,
|
|
@@ -3642,7 +3641,7 @@ const ViewletModuleId = {
|
|
|
3642
3641
|
Main: Main$3,
|
|
3643
3642
|
MainTabs,
|
|
3644
3643
|
MarkDownPreview,
|
|
3645
|
-
None: None$
|
|
3644
|
+
None: None$g,
|
|
3646
3645
|
Noop,
|
|
3647
3646
|
Output,
|
|
3648
3647
|
Panel: Panel$2,
|
|
@@ -4767,7 +4766,7 @@ const getIconTheme = () => {
|
|
|
4767
4766
|
const File$4 = '_file';
|
|
4768
4767
|
const Folder = '_folder';
|
|
4769
4768
|
const FolderOpen = '_folder_open';
|
|
4770
|
-
const None$
|
|
4769
|
+
const None$f = '';
|
|
4771
4770
|
|
|
4772
4771
|
const BlockDevice = 1;
|
|
4773
4772
|
const CharacterDevice = 2;
|
|
@@ -5207,7 +5206,7 @@ const getIcon$1 = dirent => {
|
|
|
5207
5206
|
return getAbsoluteIconPath(getIconTheme(), File$4);
|
|
5208
5207
|
default:
|
|
5209
5208
|
warn$1(`unsupported type ${dirent.type}`);
|
|
5210
|
-
return None$
|
|
5209
|
+
return None$f;
|
|
5211
5210
|
}
|
|
5212
5211
|
};
|
|
5213
5212
|
|
|
@@ -5305,7 +5304,7 @@ const mark$1 = event => {
|
|
|
5305
5304
|
|
|
5306
5305
|
const load$3 = moduleId => {
|
|
5307
5306
|
switch (moduleId) {
|
|
5308
|
-
case About$
|
|
5307
|
+
case About$1:
|
|
5309
5308
|
return Promise.resolve().then(function () { return About_ipc; });
|
|
5310
5309
|
case Ajax:
|
|
5311
5310
|
return Promise.resolve().then(function () { return Ajax_ipc; });
|
|
@@ -5905,7 +5904,7 @@ const handleUnhandledError = (message, filename, lineno, colno, error) => {
|
|
|
5905
5904
|
};
|
|
5906
5905
|
|
|
5907
5906
|
const map = {
|
|
5908
|
-
[About
|
|
5907
|
+
[About]: () => Promise.resolve().then(function () { return ViewletAbout_ipc; }),
|
|
5909
5908
|
[ActivityBar$5]: () => Promise.resolve().then(function () { return ViewletActivityBar_ipc; }),
|
|
5910
5909
|
[Audio$1]: () => Promise.resolve().then(function () { return ViewletAudio_ipc; }),
|
|
5911
5910
|
[BrowserViewOverview]: () => Promise.resolve().then(function () { return ViewletBrowserViewOverview_ipc; }),
|
|
@@ -8531,7 +8530,7 @@ const showAboutElectron = async () => {
|
|
|
8531
8530
|
};
|
|
8532
8531
|
|
|
8533
8532
|
const showAboutDefault = async () => {
|
|
8534
|
-
await openWidget(About
|
|
8533
|
+
await openWidget(About);
|
|
8535
8534
|
};
|
|
8536
8535
|
const getFn = () => {
|
|
8537
8536
|
switch (platform) {
|
|
@@ -10380,7 +10379,7 @@ const sourceAction = () => {
|
|
|
10380
10379
|
};
|
|
10381
10380
|
|
|
10382
10381
|
const Separator$3 = 1;
|
|
10383
|
-
const None$
|
|
10382
|
+
const None$e = 0;
|
|
10384
10383
|
const SubMenu$1 = 4;
|
|
10385
10384
|
const Checked = 2;
|
|
10386
10385
|
const Unchecked = 3;
|
|
@@ -10437,27 +10436,27 @@ const getMenuEntries$s = () => {
|
|
|
10437
10436
|
}, menuEntrySeparator, {
|
|
10438
10437
|
id: 'cut',
|
|
10439
10438
|
label: cut(),
|
|
10440
|
-
flags: None$
|
|
10439
|
+
flags: None$e,
|
|
10441
10440
|
command: /* Editor.cut */'Editor.cut'
|
|
10442
10441
|
}, {
|
|
10443
10442
|
id: 'copy',
|
|
10444
10443
|
label: copy$3(),
|
|
10445
|
-
flags: None$
|
|
10444
|
+
flags: None$e,
|
|
10446
10445
|
command: /* Editor.copy */'Editor.copy'
|
|
10447
10446
|
}, {
|
|
10448
10447
|
id: 'paste',
|
|
10449
10448
|
label: paste(),
|
|
10450
|
-
flags: None$
|
|
10449
|
+
flags: None$e,
|
|
10451
10450
|
command: /* Editor.paste */'Editor.paste'
|
|
10452
10451
|
}, menuEntrySeparator, {
|
|
10453
10452
|
id: 'toggle-line-comment',
|
|
10454
10453
|
label: toggleLineComment(),
|
|
10455
|
-
flags: None$
|
|
10454
|
+
flags: None$e,
|
|
10456
10455
|
command: /* Editor.toggleLineComment */'Editor.toggleLineComment'
|
|
10457
10456
|
}, {
|
|
10458
10457
|
id: 'toggle-block-comment',
|
|
10459
10458
|
label: toggleBlockComment(),
|
|
10460
|
-
flags: None$
|
|
10459
|
+
flags: None$e,
|
|
10461
10460
|
command: /* Editor.toggleBlockComment */'Editor.toggleBlockComment'
|
|
10462
10461
|
}];
|
|
10463
10462
|
};
|
|
@@ -10511,17 +10510,17 @@ const getMenuEntries$r = () => {
|
|
|
10511
10510
|
const entries = [{
|
|
10512
10511
|
id: 'newFile',
|
|
10513
10512
|
label: newFile$1(),
|
|
10514
|
-
flags: None$
|
|
10513
|
+
flags: None$e,
|
|
10515
10514
|
command: -1
|
|
10516
10515
|
}, {
|
|
10517
10516
|
id: 'newWindow',
|
|
10518
10517
|
label: newWindow$1(),
|
|
10519
|
-
flags: None$
|
|
10518
|
+
flags: None$e,
|
|
10520
10519
|
command: /* Window.openNew */'Window.openNew'
|
|
10521
10520
|
}, menuEntrySeparator, {
|
|
10522
10521
|
id: 'openFile',
|
|
10523
10522
|
label: openFile$2(),
|
|
10524
|
-
flags: None$
|
|
10523
|
+
flags: None$e,
|
|
10525
10524
|
command: 'Dialog.openFile'
|
|
10526
10525
|
}, {
|
|
10527
10526
|
id: 'openFolder',
|
|
@@ -10536,12 +10535,12 @@ const getMenuEntries$r = () => {
|
|
|
10536
10535
|
}, menuEntrySeparator, {
|
|
10537
10536
|
id: 'save',
|
|
10538
10537
|
label: save$1(),
|
|
10539
|
-
flags: None$
|
|
10538
|
+
flags: None$e,
|
|
10540
10539
|
command: 'Main.save'
|
|
10541
10540
|
}, {
|
|
10542
10541
|
id: 'saveAll',
|
|
10543
10542
|
label: saveAll(),
|
|
10544
|
-
flags: None$
|
|
10543
|
+
flags: None$e,
|
|
10545
10544
|
command: 'Main.saveAll'
|
|
10546
10545
|
}];
|
|
10547
10546
|
if (platform === Electron$1) {
|
|
@@ -10625,7 +10624,7 @@ const getMenuEntries$p = async () => {
|
|
|
10625
10624
|
entries.push({
|
|
10626
10625
|
id: 'toggleDeveloperTools',
|
|
10627
10626
|
label: toggleDeveloperTools(),
|
|
10628
|
-
flags: None$
|
|
10627
|
+
flags: None$e,
|
|
10629
10628
|
command: 'Developer.toggleDeveloperTools'
|
|
10630
10629
|
}, {
|
|
10631
10630
|
id: 'openProcessExplorer',
|
|
@@ -10734,7 +10733,7 @@ const toMenuItem = folder => {
|
|
|
10734
10733
|
const label = getTitle(folder);
|
|
10735
10734
|
return {
|
|
10736
10735
|
label,
|
|
10737
|
-
flags: None$
|
|
10736
|
+
flags: None$e,
|
|
10738
10737
|
command: 'Workspace.setPath',
|
|
10739
10738
|
args: [folder]
|
|
10740
10739
|
};
|
|
@@ -10753,12 +10752,12 @@ const getMenuEntries$n = async () => {
|
|
|
10753
10752
|
items.push({
|
|
10754
10753
|
id: 'more',
|
|
10755
10754
|
label: moreDot(),
|
|
10756
|
-
flags: None$
|
|
10755
|
+
flags: None$e,
|
|
10757
10756
|
command: 'QuickPick.showRecent'
|
|
10758
10757
|
}, menuEntrySeparator, {
|
|
10759
10758
|
id: 'clearRecentlyOpened',
|
|
10760
10759
|
label: clearRecentlyOpened(),
|
|
10761
|
-
flags: None$
|
|
10760
|
+
flags: None$e,
|
|
10762
10761
|
command: 'RecentlyOpened.clearRecentlyOpened'
|
|
10763
10762
|
});
|
|
10764
10763
|
return items;
|
|
@@ -10775,17 +10774,17 @@ const getMenuEntries$m = () => {
|
|
|
10775
10774
|
return [{
|
|
10776
10775
|
id: 'selectAll',
|
|
10777
10776
|
label: selectAll(),
|
|
10778
|
-
flags: None$
|
|
10777
|
+
flags: None$e,
|
|
10779
10778
|
command: 'Editor.selectAll'
|
|
10780
10779
|
}, {
|
|
10781
10780
|
id: 'copyLineUp',
|
|
10782
10781
|
label: copyLineUp(),
|
|
10783
|
-
flags: None$
|
|
10782
|
+
flags: None$e,
|
|
10784
10783
|
command: 'Editor.copyLineUp'
|
|
10785
10784
|
}, {
|
|
10786
10785
|
id: 'copyLineDown',
|
|
10787
10786
|
label: copyLineDown(),
|
|
10788
|
-
flags: None$
|
|
10787
|
+
flags: None$e,
|
|
10789
10788
|
command: 'Editor.copyLineDown'
|
|
10790
10789
|
}, {
|
|
10791
10790
|
id: 'moveLineUp',
|
|
@@ -10829,7 +10828,7 @@ const getMenuEntries$l = () => {
|
|
|
10829
10828
|
return [{
|
|
10830
10829
|
id: 'newTerminal',
|
|
10831
10830
|
label: newTerminal(),
|
|
10832
|
-
flags: None$
|
|
10831
|
+
flags: None$e,
|
|
10833
10832
|
command: 'Layout.togglePanel',
|
|
10834
10833
|
args: ['Terminal']
|
|
10835
10834
|
}];
|
|
@@ -11171,7 +11170,7 @@ const getCommandsFromExtension = extension => {
|
|
|
11171
11170
|
const getCommandsFromExtensions = extensions => {
|
|
11172
11171
|
return extensions.flatMap(getCommandsFromExtension);
|
|
11173
11172
|
};
|
|
11174
|
-
const getCommands$
|
|
11173
|
+
const getCommands$9 = async () => {
|
|
11175
11174
|
const extensions = await getExtensions$1();
|
|
11176
11175
|
const commands = getCommandsFromExtensions(extensions);
|
|
11177
11176
|
return commands;
|
|
@@ -11236,7 +11235,7 @@ const name$1Q = 'ExtensionHost';
|
|
|
11236
11235
|
// prettier-ignore
|
|
11237
11236
|
const Commands$1J = {
|
|
11238
11237
|
loadWebExtension: loadWebExtension,
|
|
11239
|
-
getCommands: getCommands$
|
|
11238
|
+
getCommands: getCommands$9,
|
|
11240
11239
|
executeCommand: executeCommand,
|
|
11241
11240
|
searchFileWithFetch: searchFileWithFetch,
|
|
11242
11241
|
searchFileWithHtml: searchFileWithHtml,
|
|
@@ -11696,7 +11695,7 @@ const ListItem$1 = 'listitem';
|
|
|
11696
11695
|
const Menu$1 = 'menu';
|
|
11697
11696
|
const MenuItem$1 = 'menuitem';
|
|
11698
11697
|
const MenuItemCheckBox = 'menuitemcheckbox';
|
|
11699
|
-
const None$
|
|
11698
|
+
const None$d = 'none';
|
|
11700
11699
|
const Separator$1 = 'separator';
|
|
11701
11700
|
const Status = 'status';
|
|
11702
11701
|
const Tab$3 = 'tab';
|
|
@@ -12292,7 +12291,7 @@ const getMenuItemVirtualDom = menuItem => {
|
|
|
12292
12291
|
flags
|
|
12293
12292
|
} = menuItem;
|
|
12294
12293
|
switch (flags) {
|
|
12295
|
-
case None$
|
|
12294
|
+
case None$e:
|
|
12296
12295
|
case RestoreFocus:
|
|
12297
12296
|
case Ignore:
|
|
12298
12297
|
return getMenuItemDefaultDom(menuItem);
|
|
@@ -12465,7 +12464,7 @@ const selectIndexIgnore = async (menu, item, index) => {
|
|
|
12465
12464
|
};
|
|
12466
12465
|
const getSelectIndexFunction = flags => {
|
|
12467
12466
|
switch (flags) {
|
|
12468
|
-
case None$
|
|
12467
|
+
case None$e:
|
|
12469
12468
|
return selectIndexNone;
|
|
12470
12469
|
case SubMenu$1:
|
|
12471
12470
|
return selectIndexSubMenu;
|
|
@@ -12609,7 +12608,7 @@ const getIndexToFocusPrevious = menu => {
|
|
|
12609
12608
|
const startIndex = menu.focusedIndex === -1 ? menu.items.length - 1 : menu.focusedIndex - 1;
|
|
12610
12609
|
return getIndexToFocusPreviousStartingAt(menu.items, startIndex);
|
|
12611
12610
|
};
|
|
12612
|
-
const focusPrevious$
|
|
12611
|
+
const focusPrevious$6 = async () => {
|
|
12613
12612
|
const menu = getCurrentMenu();
|
|
12614
12613
|
if (menu.items.length === 0) {
|
|
12615
12614
|
return;
|
|
@@ -12630,7 +12629,7 @@ const getIndexToFocusNext = menu => {
|
|
|
12630
12629
|
const startIndex = menu.focusedIndex + 1;
|
|
12631
12630
|
return getIndexToFocusNextStartingAt(menu.items, startIndex);
|
|
12632
12631
|
};
|
|
12633
|
-
const focusNext$
|
|
12632
|
+
const focusNext$6 = async () => {
|
|
12634
12633
|
const menu = getCurrentMenu();
|
|
12635
12634
|
if (menu.items.length === 0) {
|
|
12636
12635
|
return;
|
|
@@ -12650,8 +12649,8 @@ const Commands$1u = {
|
|
|
12650
12649
|
focusFirst: focusFirst$4,
|
|
12651
12650
|
focusIndex: focusIndex$6,
|
|
12652
12651
|
focusLast: focusLast$4,
|
|
12653
|
-
focusNext: focusNext$
|
|
12654
|
-
focusPrevious: focusPrevious$
|
|
12652
|
+
focusNext: focusNext$6,
|
|
12653
|
+
focusPrevious: focusPrevious$6,
|
|
12655
12654
|
handleMouseEnter: handleMouseEnter,
|
|
12656
12655
|
handleMouseLeave: handleMouseLeave,
|
|
12657
12656
|
hide: hide$3,
|
|
@@ -14194,67 +14193,33 @@ const Markdown_ipc = {
|
|
|
14194
14193
|
name: name$N
|
|
14195
14194
|
};
|
|
14196
14195
|
|
|
14197
|
-
const
|
|
14198
|
-
|
|
14199
|
-
// TODO remove this file and merge with whenExpressions
|
|
14200
|
-
const About = FocusAbout;
|
|
14201
|
-
const ActivityBar$2 = FocusActivityBar;
|
|
14202
|
-
const Confirm = FocusConfirm;
|
|
14203
|
-
const Problems = FocusProblems;
|
|
14204
|
-
const SourceControlInput = FocusSourceControlInput;
|
|
14205
|
-
|
|
14206
|
-
const create$Q = () => {
|
|
14196
|
+
const create$Q = id => {
|
|
14207
14197
|
return {
|
|
14208
|
-
|
|
14209
|
-
lines: [],
|
|
14210
|
-
focusId: None$e,
|
|
14198
|
+
id,
|
|
14211
14199
|
commands: []
|
|
14212
14200
|
};
|
|
14213
14201
|
};
|
|
14214
14202
|
const loadContent$L = async state => {
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14222
|
-
|
|
14223
|
-
};
|
|
14224
|
-
const handleClickCopy = async state => {
|
|
14225
|
-
await invoke$d('About.handleClickCopy');
|
|
14226
|
-
return state;
|
|
14227
|
-
};
|
|
14228
|
-
const handleClickClose$3 = async state => {
|
|
14229
|
-
await invoke$d('About.handleClickClose');
|
|
14230
|
-
return state;
|
|
14231
|
-
};
|
|
14232
|
-
const handleFocusIn$1 = state => {
|
|
14233
|
-
setFocus(About);
|
|
14234
|
-
return state;
|
|
14235
|
-
};
|
|
14236
|
-
const focusNext$6 = async state => {
|
|
14237
|
-
const newState = await invoke$d('About.focusNext', state);
|
|
14238
|
-
const commands = await invoke$d('About.render', state, newState);
|
|
14239
|
-
newState.commands = commands;
|
|
14240
|
-
return newState;
|
|
14241
|
-
};
|
|
14242
|
-
const focusPrevious$6 = async state => {
|
|
14243
|
-
const newState = await invoke$d('About.focusPrevious', state);
|
|
14244
|
-
const commands = await invoke$d('About.render', state, newState);
|
|
14245
|
-
newState.commands = commands;
|
|
14246
|
-
return newState;
|
|
14203
|
+
await invoke$d('About.create', state.id);
|
|
14204
|
+
await invoke$d('About.loadContent2', state.id);
|
|
14205
|
+
const diffResult = await invoke$d('About.diff2', state.id);
|
|
14206
|
+
const commands = await invoke$d('About.render2', state.id, diffResult);
|
|
14207
|
+
return {
|
|
14208
|
+
...state,
|
|
14209
|
+
commands
|
|
14210
|
+
};
|
|
14247
14211
|
};
|
|
14248
14212
|
|
|
14249
14213
|
const wrapAboutCommand = key => {
|
|
14250
14214
|
const fn = async (state, ...args) => {
|
|
14251
|
-
|
|
14252
|
-
const
|
|
14215
|
+
await invoke$d(`About.${key}`, state.id, ...args);
|
|
14216
|
+
const diffResult = await invoke$d(`About.diff2`, state.id);
|
|
14217
|
+
const commands = await invoke$d('About.render2', state.id, diffResult);
|
|
14253
14218
|
if (commands.length === 0) {
|
|
14254
14219
|
return state;
|
|
14255
14220
|
}
|
|
14256
14221
|
return {
|
|
14257
|
-
...
|
|
14222
|
+
...state,
|
|
14258
14223
|
commands
|
|
14259
14224
|
};
|
|
14260
14225
|
};
|
|
@@ -14262,7 +14227,7 @@ const wrapAboutCommand = key => {
|
|
|
14262
14227
|
};
|
|
14263
14228
|
|
|
14264
14229
|
const Commands$E = {};
|
|
14265
|
-
const getCommands$
|
|
14230
|
+
const getCommands$8 = async () => {
|
|
14266
14231
|
const commands = await invoke$d('About.getCommandIds');
|
|
14267
14232
|
for (const command of commands) {
|
|
14268
14233
|
Commands$E[command] = wrapAboutCommand(command);
|
|
@@ -14326,14 +14291,8 @@ const ViewletAbout_ipc = {
|
|
|
14326
14291
|
Commands: Commands$E,
|
|
14327
14292
|
Css: Css$G,
|
|
14328
14293
|
create: create$Q,
|
|
14329
|
-
|
|
14330
|
-
focusPrevious: focusPrevious$6,
|
|
14331
|
-
getCommands: getCommands$7,
|
|
14294
|
+
getCommands: getCommands$8,
|
|
14332
14295
|
getKeyBindings: getKeyBindings$i,
|
|
14333
|
-
handleClickClose: handleClickClose$3,
|
|
14334
|
-
handleClickCopy,
|
|
14335
|
-
handleClickOk: handleClickOk$1,
|
|
14336
|
-
handleFocusIn: handleFocusIn$1,
|
|
14337
14296
|
hasFunctionalEvents: hasFunctionalEvents$8,
|
|
14338
14297
|
hasFunctionalRender: hasFunctionalRender$E,
|
|
14339
14298
|
hasFunctionalRootRender: hasFunctionalRootRender$o,
|
|
@@ -14684,7 +14643,7 @@ const toContextMenuItem$1 = activityBarItem => {
|
|
|
14684
14643
|
label: activityBarItem.id,
|
|
14685
14644
|
id: 8000,
|
|
14686
14645
|
// TODO
|
|
14687
|
-
flags: None$
|
|
14646
|
+
flags: None$e,
|
|
14688
14647
|
command: -1
|
|
14689
14648
|
};
|
|
14690
14649
|
};
|
|
@@ -14706,28 +14665,28 @@ const getMenuEntries$g = () => {
|
|
|
14706
14665
|
return [{
|
|
14707
14666
|
id: 'commandPalette',
|
|
14708
14667
|
label: commandPalette(),
|
|
14709
|
-
flags: None$
|
|
14668
|
+
flags: None$e,
|
|
14710
14669
|
command: 'QuickPick.showEverything'
|
|
14711
14670
|
}, menuEntrySeparator, {
|
|
14712
14671
|
id: 'settings',
|
|
14713
14672
|
label: settings$1(),
|
|
14714
|
-
flags: None$
|
|
14673
|
+
flags: None$e,
|
|
14715
14674
|
command: 'Preferences.openSettingsJson'
|
|
14716
14675
|
}, {
|
|
14717
14676
|
id: 'keyboardShortcuts',
|
|
14718
14677
|
label: keyboardShortcuts(),
|
|
14719
|
-
flags: None$
|
|
14678
|
+
flags: None$e,
|
|
14720
14679
|
command: 'Main.openUri',
|
|
14721
14680
|
args: [keyBindingsUri]
|
|
14722
14681
|
}, {
|
|
14723
14682
|
id: 'colorTheme',
|
|
14724
14683
|
label: colorTheme(),
|
|
14725
|
-
flags: None$
|
|
14684
|
+
flags: None$e,
|
|
14726
14685
|
command: 'QuickPick.showColorTheme'
|
|
14727
14686
|
}, menuEntrySeparator, {
|
|
14728
14687
|
id: 'checkForUpdates',
|
|
14729
14688
|
label: checkForUpdates(),
|
|
14730
|
-
flags: None$
|
|
14689
|
+
flags: None$e,
|
|
14731
14690
|
command: /* TODO */-1
|
|
14732
14691
|
}];
|
|
14733
14692
|
};
|
|
@@ -14756,14 +14715,14 @@ const menuEntryMoveSideBar = sideBarLocation => {
|
|
|
14756
14715
|
return {
|
|
14757
14716
|
id: 'moveSideBarRight',
|
|
14758
14717
|
label: moveSideBarRight$1(),
|
|
14759
|
-
flags: None$
|
|
14718
|
+
flags: None$e,
|
|
14760
14719
|
command: 'Layout.moveSideBarRight'
|
|
14761
14720
|
};
|
|
14762
14721
|
case Right$1:
|
|
14763
14722
|
return {
|
|
14764
14723
|
id: 'moveSideBarLeft',
|
|
14765
14724
|
label: moveSideBarLeft$1(),
|
|
14766
|
-
flags: None$
|
|
14725
|
+
flags: None$e,
|
|
14767
14726
|
command: 'Layout.moveSideBarLeft'
|
|
14768
14727
|
};
|
|
14769
14728
|
default:
|
|
@@ -14781,7 +14740,7 @@ const getMenuEntries$f = async (layoutState, activityBarState) => {
|
|
|
14781
14740
|
return [...activityBarItems.map(toContextMenuItem), menuEntrySeparator, menuEntryMoveSideBar(sideBarLocation), {
|
|
14782
14741
|
id: 'hideActivityBar',
|
|
14783
14742
|
label: hideActivityBar$1(),
|
|
14784
|
-
flags: None$
|
|
14743
|
+
flags: None$e,
|
|
14785
14744
|
command: /* Layout.hideActivityBar */'Layout.hideActivityBar'
|
|
14786
14745
|
}];
|
|
14787
14746
|
};
|
|
@@ -14840,13 +14799,13 @@ const HandleMouseOver = 'handleMouseOver';
|
|
|
14840
14799
|
const HandlePointerDown = 'handlePointerDown';
|
|
14841
14800
|
const HandleWheel = 'handleWheel';
|
|
14842
14801
|
|
|
14843
|
-
const ActivityBar$
|
|
14802
|
+
const ActivityBar$2 = 'ActivityBar';
|
|
14844
14803
|
|
|
14845
14804
|
const getIconVirtualDom = (icon, type = Div) => {
|
|
14846
14805
|
return {
|
|
14847
14806
|
type,
|
|
14848
14807
|
className: `MaskIcon MaskIcon${icon}`,
|
|
14849
|
-
role: None$
|
|
14808
|
+
role: None$d,
|
|
14850
14809
|
childCount: 0
|
|
14851
14810
|
};
|
|
14852
14811
|
};
|
|
@@ -14904,7 +14863,7 @@ const createActivityBarItem = item => {
|
|
|
14904
14863
|
}, {
|
|
14905
14864
|
type: Div,
|
|
14906
14865
|
className: Icon,
|
|
14907
|
-
role: None$
|
|
14866
|
+
role: None$d,
|
|
14908
14867
|
childCount: 0,
|
|
14909
14868
|
maskImage: icon
|
|
14910
14869
|
}, {
|
|
@@ -14943,7 +14902,7 @@ const mergeClassNames = (...classNames) => {
|
|
|
14943
14902
|
const getActivityBarVirtualDom = visibleItems => {
|
|
14944
14903
|
return [{
|
|
14945
14904
|
type: Div,
|
|
14946
|
-
id: ActivityBar$
|
|
14905
|
+
id: ActivityBar$2,
|
|
14947
14906
|
className: mergeClassNames(Viewlet, ActivityBar$3),
|
|
14948
14907
|
role: ToolBar,
|
|
14949
14908
|
ariaRoleDescription: activityBar(),
|
|
@@ -15270,6 +15229,12 @@ const ViewletClock_ipc = {
|
|
|
15270
15229
|
name: name$J
|
|
15271
15230
|
};
|
|
15272
15231
|
|
|
15232
|
+
// TODO remove this file and merge with whenExpressions
|
|
15233
|
+
const ActivityBar$1 = FocusActivityBar;
|
|
15234
|
+
const Confirm = FocusConfirm;
|
|
15235
|
+
const Problems = FocusProblems;
|
|
15236
|
+
const SourceControlInput = FocusSourceControlInput;
|
|
15237
|
+
|
|
15273
15238
|
const create$L = () => {
|
|
15274
15239
|
return {
|
|
15275
15240
|
okCommand: ''
|
|
@@ -16032,7 +15997,7 @@ const wrapIframeInspectorCommand = key => {
|
|
|
16032
15997
|
};
|
|
16033
15998
|
|
|
16034
15999
|
const Commands$w = {};
|
|
16035
|
-
const getCommands$
|
|
16000
|
+
const getCommands$7 = async () => {
|
|
16036
16001
|
const commands = await invoke$9('IframeInspector.getCommandIds');
|
|
16037
16002
|
for (const command of commands) {
|
|
16038
16003
|
Commands$w[command] = wrapIframeInspectorCommand(command);
|
|
@@ -16070,7 +16035,7 @@ const ViewletIframeInspector_ipc = {
|
|
|
16070
16035
|
Commands: Commands$w,
|
|
16071
16036
|
Css: Css$y,
|
|
16072
16037
|
create: create$H,
|
|
16073
|
-
getCommands: getCommands$
|
|
16038
|
+
getCommands: getCommands$7,
|
|
16074
16039
|
getKeyBindings: getKeyBindings$e,
|
|
16075
16040
|
hasFunctionalEvents: hasFunctionalEvents$7,
|
|
16076
16041
|
hasFunctionalRender: hasFunctionalRender$w,
|
|
@@ -16466,7 +16431,7 @@ const Css$w = ["/css/parts/ViewletDiffEditor.css"];
|
|
|
16466
16431
|
|
|
16467
16432
|
const name$E = 'DiffEditor';
|
|
16468
16433
|
|
|
16469
|
-
const None$
|
|
16434
|
+
const None$c = 0;
|
|
16470
16435
|
const Insertion = 1;
|
|
16471
16436
|
const Deletion = 2;
|
|
16472
16437
|
|
|
@@ -16493,7 +16458,7 @@ const getPrefix$2 = type => {
|
|
|
16493
16458
|
return insertion$1;
|
|
16494
16459
|
case Deletion:
|
|
16495
16460
|
return deletion$1;
|
|
16496
|
-
case None$
|
|
16461
|
+
case None$c:
|
|
16497
16462
|
return normal$1;
|
|
16498
16463
|
}
|
|
16499
16464
|
};
|
|
@@ -16505,7 +16470,7 @@ const getClassName$1 = type => {
|
|
|
16505
16470
|
return Deletion$1;
|
|
16506
16471
|
case Insertion:
|
|
16507
16472
|
return Insertion$1;
|
|
16508
|
-
case None$
|
|
16473
|
+
case None$c:
|
|
16509
16474
|
return '';
|
|
16510
16475
|
}
|
|
16511
16476
|
};
|
|
@@ -16746,7 +16711,7 @@ const getVisibleDiffLines = (lines, changes, minLineY, maxLineY) => {
|
|
|
16746
16711
|
const line = lines[i];
|
|
16747
16712
|
visible.push({
|
|
16748
16713
|
line,
|
|
16749
|
-
type: None$
|
|
16714
|
+
type: None$c
|
|
16750
16715
|
});
|
|
16751
16716
|
}
|
|
16752
16717
|
for (const change of changes) {
|
|
@@ -16806,7 +16771,6 @@ const getVisibleDiffLinesWithTokens = (lines, changes, minLineY, maxLineY, langu
|
|
|
16806
16771
|
const SetFocused = 'setFocused';
|
|
16807
16772
|
const SetFocusedIndex = 'setFocusedIndex';
|
|
16808
16773
|
const SetScrollBar = 'setScrollBar';
|
|
16809
|
-
const SetSize = 'setSize';
|
|
16810
16774
|
const SetText = 'setText';
|
|
16811
16775
|
const SetTitle = 'setTitle';
|
|
16812
16776
|
const SetInputValue = 'setInputValue';
|
|
@@ -16865,7 +16829,7 @@ const getE2eTestsSandbox = () => {
|
|
|
16865
16829
|
const Panel$1 = 'Panel';
|
|
16866
16830
|
const SideBar$1 = 'SideBar';
|
|
16867
16831
|
const Preview$2 = 'Preview';
|
|
16868
|
-
const None$
|
|
16832
|
+
const None$b = '';
|
|
16869
16833
|
|
|
16870
16834
|
const create$C = (id, uri, x, y, width, height) => {
|
|
16871
16835
|
return {
|
|
@@ -16984,7 +16948,7 @@ const getMenuEntries$e = () => {
|
|
|
16984
16948
|
return [{
|
|
16985
16949
|
id: 'openInNewTab',
|
|
16986
16950
|
label: 'Open in New Tab',
|
|
16987
|
-
flags: None$
|
|
16951
|
+
flags: None$e,
|
|
16988
16952
|
command: 'E2eTests.openInNewTab'
|
|
16989
16953
|
}];
|
|
16990
16954
|
};
|
|
@@ -17343,7 +17307,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17343
17307
|
runAll
|
|
17344
17308
|
};
|
|
17345
17309
|
|
|
17346
|
-
const None$
|
|
17310
|
+
const None$a = 1;
|
|
17347
17311
|
|
|
17348
17312
|
const minimumSliderSize = 20;
|
|
17349
17313
|
|
|
@@ -17459,7 +17423,7 @@ const create$A = (id, uri, languageId) => {
|
|
|
17459
17423
|
fontWeight: 400,
|
|
17460
17424
|
tabSize: 2,
|
|
17461
17425
|
cursorWidth: 2,
|
|
17462
|
-
completionState: None$
|
|
17426
|
+
completionState: None$a,
|
|
17463
17427
|
longestLineWidth: 0,
|
|
17464
17428
|
minimumSliderSize: minimumSliderSize,
|
|
17465
17429
|
differences: [],
|
|
@@ -18049,7 +18013,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
18049
18013
|
name: name$A
|
|
18050
18014
|
};
|
|
18051
18015
|
|
|
18052
|
-
const None$
|
|
18016
|
+
const None$9 = 0;
|
|
18053
18017
|
|
|
18054
18018
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
18055
18019
|
|
|
@@ -18102,7 +18066,7 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
18102
18066
|
dropTargets: [],
|
|
18103
18067
|
excluded: [],
|
|
18104
18068
|
editingValue: '',
|
|
18105
|
-
editingType: None$
|
|
18069
|
+
editingType: None$9,
|
|
18106
18070
|
editingIcon: ''
|
|
18107
18071
|
};
|
|
18108
18072
|
};
|
|
@@ -18179,7 +18143,7 @@ const wrapExplorerCommand = key => {
|
|
|
18179
18143
|
|
|
18180
18144
|
const Commands$q = {};
|
|
18181
18145
|
Commands$q['hotReload'] = hotReload$5;
|
|
18182
|
-
const getCommands$
|
|
18146
|
+
const getCommands$6 = async () => {
|
|
18183
18147
|
const commands = await invoke$6('Explorer.getCommandIds');
|
|
18184
18148
|
for (const command of commands) {
|
|
18185
18149
|
Commands$q[command] = wrapExplorerCommand(command);
|
|
@@ -18331,7 +18295,7 @@ const ViewletExplorer_ipc = {
|
|
|
18331
18295
|
Events: Events$4,
|
|
18332
18296
|
create: create$w,
|
|
18333
18297
|
dispose: dispose$m,
|
|
18334
|
-
getCommands: getCommands$
|
|
18298
|
+
getCommands: getCommands$6,
|
|
18335
18299
|
getDisplayName: getDisplayName$1,
|
|
18336
18300
|
getKeyBindings: getKeyBindings$a,
|
|
18337
18301
|
hasFunctionalEvents: hasFunctionalEvents$6,
|
|
@@ -18380,7 +18344,6 @@ const {
|
|
|
18380
18344
|
restart: restart$5
|
|
18381
18345
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
18382
18346
|
|
|
18383
|
-
const None$9 = 0;
|
|
18384
18347
|
const Small = 1;
|
|
18385
18348
|
const Normal = 2;
|
|
18386
18349
|
const Large = 3;
|
|
@@ -18403,8 +18366,6 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18403
18366
|
y,
|
|
18404
18367
|
width,
|
|
18405
18368
|
height,
|
|
18406
|
-
size: None$9,
|
|
18407
|
-
selectedTab: '',
|
|
18408
18369
|
uid: id
|
|
18409
18370
|
};
|
|
18410
18371
|
};
|
|
@@ -18419,12 +18380,13 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18419
18380
|
// TODO when there are multiple extension with the same id,
|
|
18420
18381
|
// probably need to pass extension location from extensions viewlet
|
|
18421
18382
|
const loadContent$v = async (state, savedState) => {
|
|
18422
|
-
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height,
|
|
18423
|
-
await invoke$5('ExtensionDetail.
|
|
18424
|
-
const
|
|
18383
|
+
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
18384
|
+
await invoke$5('ExtensionDetail.loadContent2', state.uid, savedState);
|
|
18385
|
+
const diffResult = await invoke$5('ExtensionDetail.diff2', state.uid);
|
|
18386
|
+
const commands = await invoke$5('ExtensionDetail.render2', state.uid, diffResult);
|
|
18425
18387
|
return {
|
|
18426
18388
|
...state,
|
|
18427
|
-
|
|
18389
|
+
commands
|
|
18428
18390
|
};
|
|
18429
18391
|
};
|
|
18430
18392
|
const hotReload$4 = async state => {
|
|
@@ -18436,22 +18398,19 @@ const hotReload$4 = async state => {
|
|
|
18436
18398
|
// possible TODO race condition during hot reload
|
|
18437
18399
|
// there could still be pending promises when the worker is disposed
|
|
18438
18400
|
await restart$5('ExtensionDetail.terminate');
|
|
18439
|
-
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height,
|
|
18401
|
+
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
18440
18402
|
await invoke$5('ExtensionDetail.loadContent', state.uid, {});
|
|
18441
|
-
const
|
|
18403
|
+
const diffResult = invoke$5('ExtensionDetail.diff2', state.uid);
|
|
18404
|
+
const commands = await invoke$5('ExtensionDetail.render2', state.uid, diffResult);
|
|
18442
18405
|
state.isHotReloading = false;
|
|
18443
18406
|
return {
|
|
18444
18407
|
...state,
|
|
18445
|
-
|
|
18408
|
+
commands
|
|
18446
18409
|
};
|
|
18447
18410
|
};
|
|
18448
18411
|
const saveState$c = async state => {
|
|
18449
|
-
|
|
18450
|
-
|
|
18451
|
-
return savedState;
|
|
18452
|
-
} catch {
|
|
18453
|
-
return {};
|
|
18454
|
-
}
|
|
18412
|
+
const savedState = await invoke$5('ExtensionDetail.saveState', state.uid);
|
|
18413
|
+
return savedState;
|
|
18455
18414
|
};
|
|
18456
18415
|
const hasFunctionalResize$e = true;
|
|
18457
18416
|
const resize$j = (state, dimensions) => {
|
|
@@ -18475,15 +18434,14 @@ const wrapExtensionDetailCommand = key => {
|
|
|
18475
18434
|
return fn;
|
|
18476
18435
|
};
|
|
18477
18436
|
|
|
18478
|
-
|
|
18479
|
-
const
|
|
18480
|
-
|
|
18481
|
-
|
|
18482
|
-
|
|
18483
|
-
|
|
18484
|
-
|
|
18485
|
-
|
|
18486
|
-
selectTab: wrapExtensionDetailCommand('selectTab')
|
|
18437
|
+
const Commands$p = {};
|
|
18438
|
+
const getCommands$5 = async () => {
|
|
18439
|
+
const commands = await invoke$5('ExtensionDetail.getCommandIds');
|
|
18440
|
+
for (const command of commands) {
|
|
18441
|
+
Commands$p[command] = wrapExtensionDetailCommand(command);
|
|
18442
|
+
}
|
|
18443
|
+
Commands$p['hotReload'] = hotReload$4;
|
|
18444
|
+
return Commands$p;
|
|
18487
18445
|
};
|
|
18488
18446
|
|
|
18489
18447
|
const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/FeatureContent.css", "/css/parts/Features.css", "/css/parts/Markdown.css", "/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailHeader.css", "/css/parts/ViewletExtensionDetailTabs.css"];
|
|
@@ -18509,22 +18467,12 @@ const hasFunctionalRootRender$e = true;
|
|
|
18509
18467
|
const hasFunctionalEvents$5 = true;
|
|
18510
18468
|
const renderDom$1 = {
|
|
18511
18469
|
isEqual(oldState, newState) {
|
|
18512
|
-
return
|
|
18513
|
-
},
|
|
18514
|
-
apply(oldState, newState) {
|
|
18515
|
-
const dom = newState.dom;
|
|
18516
|
-
return ['Viewlet.setDom2', dom];
|
|
18517
|
-
}
|
|
18518
|
-
};
|
|
18519
|
-
const renderSize = {
|
|
18520
|
-
isEqual(oldState, newState) {
|
|
18521
|
-
return oldState.size === newState.size;
|
|
18470
|
+
return false;
|
|
18522
18471
|
},
|
|
18523
|
-
apply
|
|
18524
|
-
|
|
18525
|
-
}
|
|
18472
|
+
apply: apply,
|
|
18473
|
+
multiple: true
|
|
18526
18474
|
};
|
|
18527
|
-
const render$r = [renderDom$1
|
|
18475
|
+
const render$r = [renderDom$1];
|
|
18528
18476
|
const renderEventListeners$4 = async () => {
|
|
18529
18477
|
const listeners = await invoke$5('ExtensionDetail.renderEventListeners');
|
|
18530
18478
|
return listeners;
|
|
@@ -18535,6 +18483,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18535
18483
|
Commands: Commands$p,
|
|
18536
18484
|
Css: Css$r,
|
|
18537
18485
|
create: create$v,
|
|
18486
|
+
getCommands: getCommands$5,
|
|
18538
18487
|
hasFunctionalEvents: hasFunctionalEvents$5,
|
|
18539
18488
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
18540
18489
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
@@ -18600,7 +18549,8 @@ const create$u = (id, uri, x, y, width, height) => {
|
|
|
18600
18549
|
const loadContent$u = async (state, savedState) => {
|
|
18601
18550
|
await invoke$4('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18602
18551
|
await invoke$4('SearchExtensions.loadContent', state.id, savedState);
|
|
18603
|
-
const
|
|
18552
|
+
const diffResult = await invoke$4('SearchExtensions.diff2', state.id);
|
|
18553
|
+
const commands = await invoke$4('SearchExtensions.render3', state.id, diffResult);
|
|
18604
18554
|
return {
|
|
18605
18555
|
...state,
|
|
18606
18556
|
commands
|
|
@@ -18626,7 +18576,8 @@ const hotReload$3 = async state => {
|
|
|
18626
18576
|
};
|
|
18627
18577
|
await invoke$4('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18628
18578
|
await invoke$4('SearchExtensions.loadContent', state.id, savedState);
|
|
18629
|
-
const
|
|
18579
|
+
const diffResult = await invoke$4('SearchExtensions.diff2', state.id);
|
|
18580
|
+
const commands = await invoke$4('SearchExtensions.render3', oldState.id, diffResult);
|
|
18630
18581
|
return {
|
|
18631
18582
|
...oldState,
|
|
18632
18583
|
commands,
|
|
@@ -18637,7 +18588,8 @@ const hotReload$3 = async state => {
|
|
|
18637
18588
|
const wrapExtensionSearchCommand = key => {
|
|
18638
18589
|
const wrapped = async (state, ...args) => {
|
|
18639
18590
|
await invoke$4(`SearchExtensions.${key}`, state.uid, ...args);
|
|
18640
|
-
const
|
|
18591
|
+
const diffResult = await invoke$4(`SearchExtensions.diff2`, state.uid);
|
|
18592
|
+
const commands = await invoke$4('SearchExtensions.render3', state.uid, diffResult);
|
|
18641
18593
|
return {
|
|
18642
18594
|
...state,
|
|
18643
18595
|
commands
|
|
@@ -19381,7 +19333,7 @@ const getInlineDiffEditorLines = (linesLeft, linesRight, inlineChanges) => {
|
|
|
19381
19333
|
rightIndex
|
|
19382
19334
|
} = inlineChange;
|
|
19383
19335
|
switch (inlineChange.type) {
|
|
19384
|
-
case None$
|
|
19336
|
+
case None$c:
|
|
19385
19337
|
merged.push({
|
|
19386
19338
|
type,
|
|
19387
19339
|
leftIndex,
|
|
@@ -19433,7 +19385,7 @@ const getPrefix$1 = type => {
|
|
|
19433
19385
|
return insertion;
|
|
19434
19386
|
case Deletion:
|
|
19435
19387
|
return deletion;
|
|
19436
|
-
case None$
|
|
19388
|
+
case None$c:
|
|
19437
19389
|
return normal;
|
|
19438
19390
|
}
|
|
19439
19391
|
};
|
|
@@ -19676,47 +19628,47 @@ const getMenuEntries$a = () => {
|
|
|
19676
19628
|
return [{
|
|
19677
19629
|
id: 'copy',
|
|
19678
19630
|
label: copy$2(),
|
|
19679
|
-
flags: None$
|
|
19631
|
+
flags: None$e,
|
|
19680
19632
|
command: 'KeyBindings.copy'
|
|
19681
19633
|
}, {
|
|
19682
19634
|
id: 'copyCommandId',
|
|
19683
19635
|
label: copyCommandId(),
|
|
19684
|
-
flags: None$
|
|
19636
|
+
flags: None$e,
|
|
19685
19637
|
command: 'KeyBindings.copyCommandId'
|
|
19686
19638
|
}, {
|
|
19687
19639
|
id: 'copyCommandTitle',
|
|
19688
19640
|
label: copyCommandTitle(),
|
|
19689
|
-
flags: None$
|
|
19641
|
+
flags: None$e,
|
|
19690
19642
|
command: 'KeyBindings.copyCommandTitle'
|
|
19691
19643
|
}, {
|
|
19692
19644
|
id: 'changeKeyBinding',
|
|
19693
19645
|
label: changeKeyBinding(),
|
|
19694
|
-
flags: None$
|
|
19646
|
+
flags: None$e,
|
|
19695
19647
|
command: 'KeyBindings.changeKeyBinding'
|
|
19696
19648
|
}, {
|
|
19697
19649
|
id: 'addKeyBinding',
|
|
19698
19650
|
label: addKeyBinding(),
|
|
19699
|
-
flags: None$
|
|
19651
|
+
flags: None$e,
|
|
19700
19652
|
command: 'KeyBindings.addKeyBinding'
|
|
19701
19653
|
}, {
|
|
19702
19654
|
id: 'removeKeyBinding',
|
|
19703
19655
|
label: removeKeyBinding(),
|
|
19704
|
-
flags: None$
|
|
19656
|
+
flags: None$e,
|
|
19705
19657
|
command: 'KeyBindings.removeKeyBinding'
|
|
19706
19658
|
}, {
|
|
19707
19659
|
id: 'resetKeyBinding',
|
|
19708
19660
|
label: resetKeyBinding(),
|
|
19709
|
-
flags: None$
|
|
19661
|
+
flags: None$e,
|
|
19710
19662
|
command: 'KeyBindings.resetKeyBinding'
|
|
19711
19663
|
}, {
|
|
19712
19664
|
id: 'changeWhenExpression',
|
|
19713
19665
|
label: changeWhenExpression(),
|
|
19714
|
-
flags: None$
|
|
19666
|
+
flags: None$e,
|
|
19715
19667
|
command: 'KeyBindings.changeWhenExpression'
|
|
19716
19668
|
}, {
|
|
19717
19669
|
id: 'showSameKeyBindings',
|
|
19718
19670
|
label: showSameKeyBindings(),
|
|
19719
|
-
flags: None$
|
|
19671
|
+
flags: None$e,
|
|
19720
19672
|
command: 'KeyBindings.showSameKeyBindings'
|
|
19721
19673
|
}];
|
|
19722
19674
|
};
|
|
@@ -20065,7 +20017,7 @@ const create$p = id => {
|
|
|
20065
20017
|
return {
|
|
20066
20018
|
points: new Uint16Array(Total),
|
|
20067
20019
|
sideBarViewletId: '',
|
|
20068
|
-
[SashId]: None$
|
|
20020
|
+
[SashId]: None$b,
|
|
20069
20021
|
sideBarLocation: Right$1,
|
|
20070
20022
|
uid: id
|
|
20071
20023
|
};
|
|
@@ -20252,7 +20204,7 @@ const showPanel = state => {
|
|
|
20252
20204
|
const hidePanel$1 = state => {
|
|
20253
20205
|
return hide$2(state, Panel);
|
|
20254
20206
|
};
|
|
20255
|
-
const togglePanel = (state, moduleId = None$
|
|
20207
|
+
const togglePanel = (state, moduleId = None$g) => {
|
|
20256
20208
|
return toggle(state, Panel);
|
|
20257
20209
|
};
|
|
20258
20210
|
const showActivityBar = state => {
|
|
@@ -22906,7 +22858,7 @@ const getFileIconVirtualDom = icon => {
|
|
|
22906
22858
|
type: Img,
|
|
22907
22859
|
className: FileIcon,
|
|
22908
22860
|
src: icon,
|
|
22909
|
-
role: None$
|
|
22861
|
+
role: None$d,
|
|
22910
22862
|
childCount: 0
|
|
22911
22863
|
};
|
|
22912
22864
|
};
|
|
@@ -24229,12 +24181,12 @@ const getMenuEntries$9 = () => {
|
|
|
24229
24181
|
return [{
|
|
24230
24182
|
id: 'copy',
|
|
24231
24183
|
label: copy$1(),
|
|
24232
|
-
flags: None$
|
|
24184
|
+
flags: None$e,
|
|
24233
24185
|
command: 'Problems.copy'
|
|
24234
24186
|
}, {
|
|
24235
24187
|
id: 'copyMessage',
|
|
24236
24188
|
label: copyMessage$1(),
|
|
24237
|
-
flags: None$
|
|
24189
|
+
flags: None$e,
|
|
24238
24190
|
command: 'Problems.copyMessage'
|
|
24239
24191
|
}];
|
|
24240
24192
|
};
|
|
@@ -24250,17 +24202,17 @@ const getMenuEntries$8 = () => {
|
|
|
24250
24202
|
return [{
|
|
24251
24203
|
id: 'show-errors',
|
|
24252
24204
|
label: 'Show Errors',
|
|
24253
|
-
flags: None$
|
|
24205
|
+
flags: None$e,
|
|
24254
24206
|
command: /* TODO */-1
|
|
24255
24207
|
}, {
|
|
24256
24208
|
id: 'show-warnings',
|
|
24257
24209
|
label: 'Show Warnings',
|
|
24258
|
-
flags: None$
|
|
24210
|
+
flags: None$e,
|
|
24259
24211
|
command: /* TODO */-1
|
|
24260
24212
|
}, {
|
|
24261
24213
|
id: 'show-infos',
|
|
24262
24214
|
label: 'Show Infos',
|
|
24263
|
-
flags: None$
|
|
24215
|
+
flags: None$e,
|
|
24264
24216
|
command: /* TODO */-1
|
|
24265
24217
|
}];
|
|
24266
24218
|
};
|
|
@@ -27079,12 +27031,12 @@ const getMenuEntries$7 = () => {
|
|
|
27079
27031
|
return [{
|
|
27080
27032
|
id: 'dismiss',
|
|
27081
27033
|
label: 'dismiss',
|
|
27082
|
-
flags: None$
|
|
27034
|
+
flags: None$e,
|
|
27083
27035
|
command: /* TODO */-1
|
|
27084
27036
|
}, {
|
|
27085
27037
|
id: 'copyPath',
|
|
27086
27038
|
label: 'copyPath',
|
|
27087
|
-
flags: None$
|
|
27039
|
+
flags: None$e,
|
|
27088
27040
|
command: /* TODO */-1
|
|
27089
27041
|
}];
|
|
27090
27042
|
};
|
|
@@ -27863,13 +27815,13 @@ const getMenuEntriesLink = (x, y, params) => {
|
|
|
27863
27815
|
return [{
|
|
27864
27816
|
id: 'open-link-in-new-tab',
|
|
27865
27817
|
label: openLinkInNewTab(),
|
|
27866
|
-
flags: None$
|
|
27818
|
+
flags: None$e,
|
|
27867
27819
|
command: 'SimpleBrowser.openBackgroundTab',
|
|
27868
27820
|
args: [linkURL]
|
|
27869
27821
|
}, {
|
|
27870
27822
|
id: 'copy-link-address',
|
|
27871
27823
|
label: copyLinkAddress(),
|
|
27872
|
-
flags: None$
|
|
27824
|
+
flags: None$e,
|
|
27873
27825
|
command: 'ElectronClipBoard.writeText',
|
|
27874
27826
|
args: [linkURL]
|
|
27875
27827
|
}];
|
|
@@ -27878,7 +27830,7 @@ const getMenuEntriesDefault = (x, y, params) => {
|
|
|
27878
27830
|
return [{
|
|
27879
27831
|
id: 'inspect-element',
|
|
27880
27832
|
label: inspectElement$2(),
|
|
27881
|
-
flags: None$
|
|
27833
|
+
flags: None$e,
|
|
27882
27834
|
command: 'SimpleBrowser.inspectElement',
|
|
27883
27835
|
args: [x, y]
|
|
27884
27836
|
}];
|
|
@@ -27890,7 +27842,7 @@ const getMenuEntriesSelectionText = (x, y, params) => {
|
|
|
27890
27842
|
return [{
|
|
27891
27843
|
id: 'copy',
|
|
27892
27844
|
label: copy(),
|
|
27893
|
-
flags: None$
|
|
27845
|
+
flags: None$e,
|
|
27894
27846
|
command: 'ElectronClipBoard.writeText',
|
|
27895
27847
|
args: [selectionText]
|
|
27896
27848
|
}];
|
|
@@ -27903,13 +27855,13 @@ const getMenuEntriesImage = (x, y, params) => {
|
|
|
27903
27855
|
return [{
|
|
27904
27856
|
id: 'save-image',
|
|
27905
27857
|
label: saveImageAs(),
|
|
27906
|
-
flags: None$
|
|
27858
|
+
flags: None$e,
|
|
27907
27859
|
command: 'Download.downloadToDownloadsFolder',
|
|
27908
27860
|
args: [fileName, srcURL]
|
|
27909
27861
|
}, {
|
|
27910
27862
|
id: 'copy-image',
|
|
27911
27863
|
label: copyImage$1(),
|
|
27912
|
-
flags: None$
|
|
27864
|
+
flags: None$e,
|
|
27913
27865
|
command: 'SimpleBrowser.copyImage',
|
|
27914
27866
|
args: [x, y]
|
|
27915
27867
|
}];
|
|
@@ -28503,35 +28455,35 @@ const id$2 = SourceControl$1;
|
|
|
28503
28455
|
const getMenuEntries$5 = () => {
|
|
28504
28456
|
return [{
|
|
28505
28457
|
label: openChanges(),
|
|
28506
|
-
flags: None$
|
|
28458
|
+
flags: None$e,
|
|
28507
28459
|
command: /* TODO */-1
|
|
28508
28460
|
}, {
|
|
28509
28461
|
label: openFile$1(),
|
|
28510
|
-
flags: None$
|
|
28462
|
+
flags: None$e,
|
|
28511
28463
|
command: /* TODO */-1
|
|
28512
28464
|
}, {
|
|
28513
28465
|
label: openFileHead(),
|
|
28514
|
-
flags: None$
|
|
28466
|
+
flags: None$e,
|
|
28515
28467
|
command: /* TODO */-1
|
|
28516
28468
|
}, {
|
|
28517
28469
|
label: discardChanges(),
|
|
28518
|
-
flags: None$
|
|
28470
|
+
flags: None$e,
|
|
28519
28471
|
command: /* TODO */-1
|
|
28520
28472
|
}, {
|
|
28521
28473
|
label: stageChanges(),
|
|
28522
|
-
flags: None$
|
|
28474
|
+
flags: None$e,
|
|
28523
28475
|
command: /* TODO */-1
|
|
28524
28476
|
}, {
|
|
28525
28477
|
label: addToGitignore(),
|
|
28526
|
-
flags: None$
|
|
28478
|
+
flags: None$e,
|
|
28527
28479
|
command: /* TODO */-1
|
|
28528
28480
|
}, {
|
|
28529
28481
|
label: revealInExplorerView(),
|
|
28530
|
-
flags: None$
|
|
28482
|
+
flags: None$e,
|
|
28531
28483
|
command: /* TODO */-1
|
|
28532
28484
|
}, {
|
|
28533
28485
|
label: openContainingFolder(),
|
|
28534
|
-
flags: None$
|
|
28486
|
+
flags: None$e,
|
|
28535
28487
|
command: /* TODO */-1
|
|
28536
28488
|
}];
|
|
28537
28489
|
};
|
|
@@ -30890,27 +30842,27 @@ const getMenuEntries$4 = () => {
|
|
|
30890
30842
|
return [{
|
|
30891
30843
|
id: File,
|
|
30892
30844
|
label: file(),
|
|
30893
|
-
flags: None$
|
|
30845
|
+
flags: None$e
|
|
30894
30846
|
}, {
|
|
30895
30847
|
id: Edit,
|
|
30896
30848
|
label: edit(),
|
|
30897
|
-
flags: None$
|
|
30849
|
+
flags: None$e
|
|
30898
30850
|
}, {
|
|
30899
30851
|
id: Selection,
|
|
30900
30852
|
label: selection(),
|
|
30901
|
-
flags: None$
|
|
30853
|
+
flags: None$e
|
|
30902
30854
|
}, {
|
|
30903
30855
|
id: View$1,
|
|
30904
30856
|
label: view(),
|
|
30905
|
-
flags: None$
|
|
30857
|
+
flags: None$e
|
|
30906
30858
|
}, {
|
|
30907
30859
|
id: Go,
|
|
30908
30860
|
label: go(),
|
|
30909
|
-
flags: None$
|
|
30861
|
+
flags: None$e
|
|
30910
30862
|
}, {
|
|
30911
30863
|
id: Help$1,
|
|
30912
30864
|
label: help(),
|
|
30913
|
-
flags: None$
|
|
30865
|
+
flags: None$e
|
|
30914
30866
|
}];
|
|
30915
30867
|
};
|
|
30916
30868
|
|
|
@@ -30968,54 +30920,54 @@ const getMenuEntries$2 = () => {
|
|
|
30968
30920
|
return [{
|
|
30969
30921
|
id: 'go-to-definition',
|
|
30970
30922
|
label: goToDefinition(),
|
|
30971
|
-
flags: None$
|
|
30923
|
+
flags: None$e,
|
|
30972
30924
|
command: 'Editor.goToDefinition'
|
|
30973
30925
|
}, {
|
|
30974
30926
|
id: 'go-to-type-definition',
|
|
30975
30927
|
label: goToTypeDefinition(),
|
|
30976
|
-
flags: None$
|
|
30928
|
+
flags: None$e,
|
|
30977
30929
|
command: /* Editor.goToTypeDefinition */'Editor.goToTypeDefinition'
|
|
30978
30930
|
}, menuEntrySeparator, {
|
|
30979
30931
|
id: 'find-all-references',
|
|
30980
30932
|
label: findAllReferences(),
|
|
30981
|
-
flags: None$
|
|
30933
|
+
flags: None$e,
|
|
30982
30934
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
30983
30935
|
args: [/* id */'References', /* focus */true]
|
|
30984
30936
|
}, {
|
|
30985
30937
|
id: 'find-all-implementations',
|
|
30986
30938
|
label: findAllImplementations(),
|
|
30987
|
-
flags: None$
|
|
30939
|
+
flags: None$e,
|
|
30988
30940
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
30989
30941
|
args: [/* id */'Implementations', /* focus */true]
|
|
30990
30942
|
}, menuEntrySeparator, {
|
|
30991
30943
|
id: 'format',
|
|
30992
30944
|
label: formatDocument(),
|
|
30993
|
-
flags: None$
|
|
30945
|
+
flags: None$e,
|
|
30994
30946
|
command: 'Editor.format'
|
|
30995
30947
|
}, {
|
|
30996
30948
|
id: SourceControl$1,
|
|
30997
30949
|
label: sourceAction(),
|
|
30998
|
-
flags: None$
|
|
30950
|
+
flags: None$e,
|
|
30999
30951
|
command: 'Editor.showSourceActions2'
|
|
31000
30952
|
}, menuEntrySeparator, {
|
|
31001
30953
|
id: 'cut',
|
|
31002
30954
|
label: cut(),
|
|
31003
|
-
flags: None$
|
|
30955
|
+
flags: None$e,
|
|
31004
30956
|
command: /* Editor.cut */'Editor.cut'
|
|
31005
30957
|
}, {
|
|
31006
30958
|
id: 'copy',
|
|
31007
30959
|
label: copy$3(),
|
|
31008
|
-
flags: None$
|
|
30960
|
+
flags: None$e,
|
|
31009
30961
|
command: /* Editor.copy */'Editor.copy'
|
|
31010
30962
|
}, {
|
|
31011
30963
|
id: 'paste',
|
|
31012
30964
|
label: paste(),
|
|
31013
|
-
flags: None$
|
|
30965
|
+
flags: None$e,
|
|
31014
30966
|
command: /* Editor.paste */'Editor.paste'
|
|
31015
30967
|
}, menuEntrySeparator, {
|
|
31016
30968
|
id: 'commandPalette',
|
|
31017
30969
|
label: commandPalette(),
|
|
31018
|
-
flags: None$
|
|
30970
|
+
flags: None$e,
|
|
31019
30971
|
command: 'QuickPick.showEverything'
|
|
31020
30972
|
}];
|
|
31021
30973
|
};
|
|
@@ -31093,33 +31045,33 @@ const getMenuEntries$1 = () => {
|
|
|
31093
31045
|
return [{
|
|
31094
31046
|
id: 'tabClose',
|
|
31095
31047
|
label: close(),
|
|
31096
|
-
flags: None$
|
|
31048
|
+
flags: None$e,
|
|
31097
31049
|
command: 'Main.closeFocusedTab'
|
|
31098
31050
|
}, {
|
|
31099
31051
|
id: 'tabCloseOthers',
|
|
31100
31052
|
label: closeOthers$1(),
|
|
31101
|
-
flags: None$
|
|
31053
|
+
flags: None$e,
|
|
31102
31054
|
command: 'Main.closeOthers'
|
|
31103
31055
|
}, {
|
|
31104
31056
|
id: 'tabCloseToTheRight',
|
|
31105
31057
|
label: closeToTheRight(),
|
|
31106
|
-
flags: None$
|
|
31058
|
+
flags: None$e,
|
|
31107
31059
|
command: 'Main.closeTabsRight'
|
|
31108
31060
|
}, {
|
|
31109
31061
|
id: 'tabCloseAll',
|
|
31110
31062
|
label: closeAll(),
|
|
31111
|
-
flags: None$
|
|
31063
|
+
flags: None$e,
|
|
31112
31064
|
command: 'Main.closeAllEditors'
|
|
31113
31065
|
}, menuEntrySeparator, {
|
|
31114
31066
|
id: 'revealInExplorer',
|
|
31115
31067
|
label: revealInExplorer(),
|
|
31116
|
-
flags: None$
|
|
31068
|
+
flags: None$e,
|
|
31117
31069
|
command: 'Explorer.revealItem',
|
|
31118
31070
|
args: [uri]
|
|
31119
31071
|
}, menuEntrySeparator, {
|
|
31120
31072
|
id: 'findFileReferences',
|
|
31121
31073
|
label: findFileReferences$1(),
|
|
31122
|
-
flags: None$
|
|
31074
|
+
flags: None$e,
|
|
31123
31075
|
command: 'SideBar.show',
|
|
31124
31076
|
args: [/* id */'References', /* focus */true, uri]
|
|
31125
31077
|
}];
|
|
@@ -31135,33 +31087,33 @@ const getMenuEntries = () => {
|
|
|
31135
31087
|
return [{
|
|
31136
31088
|
id: 'openFile',
|
|
31137
31089
|
label: openFile(),
|
|
31138
|
-
flags: None$
|
|
31090
|
+
flags: None$e,
|
|
31139
31091
|
command: 'Viewlet.openWidget',
|
|
31140
31092
|
args: [QuickPick, 'file']
|
|
31141
31093
|
}, menuEntrySeparator, {
|
|
31142
31094
|
id: 'splitUp',
|
|
31143
31095
|
label: splitUp(),
|
|
31144
|
-
flags: None$
|
|
31096
|
+
flags: None$e,
|
|
31145
31097
|
command: 'Main.splitUp'
|
|
31146
31098
|
}, {
|
|
31147
31099
|
id: 'splitDown',
|
|
31148
31100
|
label: splitDown(),
|
|
31149
|
-
flags: None$
|
|
31101
|
+
flags: None$e,
|
|
31150
31102
|
command: 'Main.splitDown'
|
|
31151
31103
|
}, {
|
|
31152
31104
|
id: 'splitLeft',
|
|
31153
31105
|
label: splitLeft(),
|
|
31154
|
-
flags: None$
|
|
31106
|
+
flags: None$e,
|
|
31155
31107
|
command: 'Main.splitLeft'
|
|
31156
31108
|
}, {
|
|
31157
31109
|
id: 'splitRight',
|
|
31158
31110
|
label: splitRight$1(),
|
|
31159
|
-
flags: None$
|
|
31111
|
+
flags: None$e,
|
|
31160
31112
|
command: 'Main.splitRight'
|
|
31161
31113
|
}, menuEntrySeparator, {
|
|
31162
31114
|
id: 'newWindow',
|
|
31163
31115
|
label: newWindow(),
|
|
31164
|
-
flags: None$
|
|
31116
|
+
flags: None$e,
|
|
31165
31117
|
command: 'Main.newWindow'
|
|
31166
31118
|
}];
|
|
31167
31119
|
};
|
|
@@ -31308,7 +31260,7 @@ const ViewletActivityBarSelectCurrent = {
|
|
|
31308
31260
|
};
|
|
31309
31261
|
|
|
31310
31262
|
const handleFocus$1 = state => {
|
|
31311
|
-
setFocus(ActivityBar$
|
|
31263
|
+
setFocus(ActivityBar$1);
|
|
31312
31264
|
return state;
|
|
31313
31265
|
};
|
|
31314
31266
|
|
|
@@ -32173,7 +32125,7 @@ const prefixIdWithExt = item => {
|
|
|
32173
32125
|
const getExtensionPicks = async () => {
|
|
32174
32126
|
try {
|
|
32175
32127
|
// TODO don't call this every time
|
|
32176
|
-
const extensionPicks = await getCommands$
|
|
32128
|
+
const extensionPicks = await getCommands$9();
|
|
32177
32129
|
if (!extensionPicks) {
|
|
32178
32130
|
return [];
|
|
32179
32131
|
}
|