@lvce-editor/static-server 0.49.9 → 0.49.11
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/{47ed583 → 9c30f35}/css/App.css +88 -83
- package/static/{47ed583 → 9c30f35}/manifest.json +2 -2
- package/static/{47ed583 → 9c30f35}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{47ed583 → 9c30f35}/packages/explorer-worker/dist/explorerViewWorkerMain.js +129 -55
- package/static/{47ed583 → 9c30f35}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{47ed583 → 9c30f35}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +1 -1
- package/static/{47ed583 → 9c30f35}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1176 -1018
- package/static/{47ed583 → 9c30f35}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +106 -66
- package/static/{47ed583 → 9c30f35}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +91 -45
- package/static/{47ed583 → 9c30f35}/packages/renderer-process/dist/rendererProcessMain.js +370 -405
- package/static/{47ed583 → 9c30f35}/packages/renderer-process/package.json +1 -1
- package/static/{47ed583 → 9c30f35}/packages/renderer-worker/dist/rendererWorkerMain.js +131 -223
- package/static/{47ed583 → 9c30f35}/packages/text-search-worker/dist/textSearchWorkerMain.js +66 -179
- package/static/index.html +4 -4
- /package/static/{47ed583 → 9c30f35}/config/colorTheme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/config/defaultSettings.json +0 -0
- /package/static/{47ed583 → 9c30f35}/config/fileMap.json +0 -0
- /package/static/{47ed583 → 9c30f35}/config/webExtensions.json +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Animation.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/DebugButtons.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/DebugValue.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/E2eTest.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/E2eTests.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/EditorHover.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/EditorMessage.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/FeatureContent.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Features.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ImagePreview.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/InputBadge.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Key.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/LegacyDialog.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Markdown.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Progress.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Select.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/Table.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletAbout.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletDialog.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletMedia.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletOutput.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletPanel.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletPdf.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletProblems.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletReferences.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletSearch.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletStorage.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{47ed583 → 9c30f35}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{47ed583 → 9c30f35}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/default_file.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/default_folder.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/default_root_folder.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_access.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_access2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ada.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_agda.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ai.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_al.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_angular.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_apache.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_apex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_apib.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_apl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_asp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_astro.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_atom.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ats.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_attw.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_audio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_avif.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_avro.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_awk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_aws.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_azure.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_babel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bak.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bat.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bats.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_biml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_binary.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_biome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_blade.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_blender.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bower.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_buf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bun.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_c.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_c2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_c3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_casc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cert.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_chef.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_class.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_compass.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_composer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_conan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_conda.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_config.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_craco.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_css.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_css2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_cython.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_db.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_debian.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_deno.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_diff.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_django.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_docker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_docz.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_drone.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_drools.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_edge.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_elm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ember.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eps.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_epub.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_erb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_excel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_expo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fla.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flash.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flow.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_font.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_funding.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_galen.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_git.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_git2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_glide.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_godot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_grain.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_helix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_helm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_host.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_html.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_http.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_husky.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_icl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_idris.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_image.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_imba.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_inc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_informix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ini.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ink.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_io.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_janet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jar.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_java.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_json.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_json2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_json5.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_juice.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_julia.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_just.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_k.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_karma.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_key.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kite.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_knip.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kos.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lark.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_latino.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_layout.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_less.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_liara.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_license.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lime.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_locale.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_log.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lua.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_luau.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_lync.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_map.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_marko.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_maven.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_maya.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_meson.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_motif.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mson.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_next.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nim.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_noc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_node.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_node2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_npm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_org.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_package.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_paket.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_patch.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_perl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_php.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_php2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_php3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pine.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pip.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pony.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_postman.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_preact.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_progress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pug.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_python.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_q.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_qml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_r.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_racket.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rails.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_raku.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_raml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_razor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_reason.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_red.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_registry.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rego.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_remark.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_replit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_retext.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_riot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_robots.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rome.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ron.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rust.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sails.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_san.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sas.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sass.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_scala.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_script.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_scss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_shell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sino.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_slang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_slice.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_slim.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_slint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sln.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_snort.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_source.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_spin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sst.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stata.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_style.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_styled.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_svg.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_swc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_swift.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_swig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_teal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_templ.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tera.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_test.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_testts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_text.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_textile.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_todo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_toit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_toml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tox.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_travis.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tree.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tres.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_twig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_unison.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vala.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vash.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vba.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vento.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_video.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_view.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vim.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vite.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_volt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vue.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wally.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_windi.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_word.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_word2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xib.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yang.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_zig.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_zip.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_android.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_api.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_app.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_client.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_common.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_component.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_config.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_css.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_db.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_git.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_github.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_images.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_include.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_js.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_json.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_less.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_library.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_log.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_model.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_module.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_next.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_node.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_package.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_php.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_private.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_public.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_python.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_route.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_script.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_server.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_services.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_src.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_story.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_style.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_template.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_test.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_video.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_view.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_www.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/add.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/arrow-down.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/arrow-left.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/arrow-right.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/arrow-up.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/blank.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/book.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/case-sensitive.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/check.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chevron-down.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chevron-left.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chevron-right.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chevron-up.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chrome-close.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chrome-maximize.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chrome-minimize.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/chrome-restore.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/circle-filled.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/clear-all.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/close.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/cloud.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/collapse-all.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-all.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-alt-2.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-alt-small.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-alt.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-console.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-continue-small.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-continue.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-coverage.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-disconnect.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-line-by-line.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-pause.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-rerun.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-restart-frame.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-restart.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-stackframe.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-start.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-step-back.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-step-into.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-step-out.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-step-over.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug-stop.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/debug.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/discard.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/edit.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/ellipsis.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/error.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/exclude.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/extensions.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/files.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/filter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/go-to-file.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/icon-close.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/icon-source-control.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/icon-sync.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/icon.png +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/icon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/info.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/language-icon.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/link-external.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/list-flat.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/list-tree.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/new-file.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/new-folder.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/newline.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/open-preview.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/play.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/preserve-case.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/progress.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/pwa-icon-192.png +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/pwa-icon-512.png +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/record-keys.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/refresh.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/regex.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/remove.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/replace-all.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/replace.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/run-all.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/search.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/settings-gear.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/sort-precedence.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/source-control.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/split-horizontal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/squiggly-error.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/squiggly-warning.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-array.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-boolean.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-class.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-color.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-constant.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-enum-member.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-enum.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-event.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-field.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-file.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-interface.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-key.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-keyword.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-method.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-misc.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-namespace.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-numeric.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-operator.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-parameter.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-property.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-ruler.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-snippet.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-string.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-structure.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/symbol-variable.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/tag.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/terminal-bash.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/terminal.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/theme-icon.png +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/trash.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/triangle-down.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/triangle-left.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/triangle-right.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/triangle-up.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/warning.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/whole-word.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/zoom-in.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/icons/zoom-out.svg +0 -0
- /package/static/{47ed583 → 9c30f35}/js/babel-parser.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/blob-util.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/ky.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/lvce-editor-import-script.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/lvce-editor-ipc.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/lvce-editor-verror.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/p-min-delay.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/pretty-bytes.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/preview-injected.js +0 -0
- /package/static/{47ed583 → 9c30f35}/js/yoctodelay.js +0 -0
- /package/static/{47ed583 → 9c30f35}/lib-css/termterm.css +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/renderer-process/LICENSE +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/renderer-process/README.md +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.cpp +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.css +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.csv +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.dart +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.env +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.ex +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.html +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.java +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.jl +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.js +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.json +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.kt +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.pl +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.py +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/index.ts +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/scrolling.txt +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/languages/tsconfig.json +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/sample-folder/a.txt +0 -0
- /package/static/{47ed583 → 9c30f35}/playground/sample-folder/b.txt +0 -0
- /package/static/{47ed583 → 9c30f35}/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 '/9c30f35';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -3571,7 +3571,7 @@ const List$2 = 'List';
|
|
|
3571
3571
|
const Locations = 'Locations';
|
|
3572
3572
|
const Main$3 = 'Main';
|
|
3573
3573
|
const MainTabs = 'MainTabs';
|
|
3574
|
-
const None$
|
|
3574
|
+
const None$f = '';
|
|
3575
3575
|
const Noop = 'Noop';
|
|
3576
3576
|
const Output = 'Output';
|
|
3577
3577
|
const Panel$2 = 'Panel';
|
|
@@ -3641,7 +3641,7 @@ const ViewletModuleId = {
|
|
|
3641
3641
|
Main: Main$3,
|
|
3642
3642
|
MainTabs,
|
|
3643
3643
|
MarkDownPreview,
|
|
3644
|
-
None: None$
|
|
3644
|
+
None: None$f,
|
|
3645
3645
|
Noop,
|
|
3646
3646
|
Output,
|
|
3647
3647
|
Panel: Panel$2,
|
|
@@ -4766,7 +4766,7 @@ const getIconTheme = () => {
|
|
|
4766
4766
|
const File$4 = '_file';
|
|
4767
4767
|
const Folder = '_folder';
|
|
4768
4768
|
const FolderOpen = '_folder_open';
|
|
4769
|
-
const None$
|
|
4769
|
+
const None$e = '';
|
|
4770
4770
|
|
|
4771
4771
|
const BlockDevice = 1;
|
|
4772
4772
|
const CharacterDevice = 2;
|
|
@@ -5206,7 +5206,7 @@ const getIcon$1 = dirent => {
|
|
|
5206
5206
|
return getAbsoluteIconPath(getIconTheme(), File$4);
|
|
5207
5207
|
default:
|
|
5208
5208
|
warn$1(`unsupported type ${dirent.type}`);
|
|
5209
|
-
return None$
|
|
5209
|
+
return None$e;
|
|
5210
5210
|
}
|
|
5211
5211
|
};
|
|
5212
5212
|
|
|
@@ -10379,7 +10379,7 @@ const sourceAction = () => {
|
|
|
10379
10379
|
};
|
|
10380
10380
|
|
|
10381
10381
|
const Separator$3 = 1;
|
|
10382
|
-
const None$
|
|
10382
|
+
const None$d = 0;
|
|
10383
10383
|
const SubMenu$1 = 4;
|
|
10384
10384
|
const Checked = 2;
|
|
10385
10385
|
const Unchecked = 3;
|
|
@@ -10436,27 +10436,27 @@ const getMenuEntries$s = () => {
|
|
|
10436
10436
|
}, menuEntrySeparator, {
|
|
10437
10437
|
id: 'cut',
|
|
10438
10438
|
label: cut(),
|
|
10439
|
-
flags: None$
|
|
10439
|
+
flags: None$d,
|
|
10440
10440
|
command: /* Editor.cut */'Editor.cut'
|
|
10441
10441
|
}, {
|
|
10442
10442
|
id: 'copy',
|
|
10443
10443
|
label: copy$3(),
|
|
10444
|
-
flags: None$
|
|
10444
|
+
flags: None$d,
|
|
10445
10445
|
command: /* Editor.copy */'Editor.copy'
|
|
10446
10446
|
}, {
|
|
10447
10447
|
id: 'paste',
|
|
10448
10448
|
label: paste(),
|
|
10449
|
-
flags: None$
|
|
10449
|
+
flags: None$d,
|
|
10450
10450
|
command: /* Editor.paste */'Editor.paste'
|
|
10451
10451
|
}, menuEntrySeparator, {
|
|
10452
10452
|
id: 'toggle-line-comment',
|
|
10453
10453
|
label: toggleLineComment(),
|
|
10454
|
-
flags: None$
|
|
10454
|
+
flags: None$d,
|
|
10455
10455
|
command: /* Editor.toggleLineComment */'Editor.toggleLineComment'
|
|
10456
10456
|
}, {
|
|
10457
10457
|
id: 'toggle-block-comment',
|
|
10458
10458
|
label: toggleBlockComment(),
|
|
10459
|
-
flags: None$
|
|
10459
|
+
flags: None$d,
|
|
10460
10460
|
command: /* Editor.toggleBlockComment */'Editor.toggleBlockComment'
|
|
10461
10461
|
}];
|
|
10462
10462
|
};
|
|
@@ -10480,7 +10480,7 @@ const UiStrings$k = {
|
|
|
10480
10480
|
Save: 'Save',
|
|
10481
10481
|
SaveAll: 'Save All'
|
|
10482
10482
|
};
|
|
10483
|
-
const newFile
|
|
10483
|
+
const newFile = () => {
|
|
10484
10484
|
return i18nString(UiStrings$k.NewFile);
|
|
10485
10485
|
};
|
|
10486
10486
|
const newWindow$1 = () => {
|
|
@@ -10509,18 +10509,18 @@ const id$m = File;
|
|
|
10509
10509
|
const getMenuEntries$r = () => {
|
|
10510
10510
|
const entries = [{
|
|
10511
10511
|
id: 'newFile',
|
|
10512
|
-
label: newFile
|
|
10513
|
-
flags: None$
|
|
10512
|
+
label: newFile(),
|
|
10513
|
+
flags: None$d,
|
|
10514
10514
|
command: -1
|
|
10515
10515
|
}, {
|
|
10516
10516
|
id: 'newWindow',
|
|
10517
10517
|
label: newWindow$1(),
|
|
10518
|
-
flags: None$
|
|
10518
|
+
flags: None$d,
|
|
10519
10519
|
command: /* Window.openNew */'Window.openNew'
|
|
10520
10520
|
}, menuEntrySeparator, {
|
|
10521
10521
|
id: 'openFile',
|
|
10522
10522
|
label: openFile$2(),
|
|
10523
|
-
flags: None$
|
|
10523
|
+
flags: None$d,
|
|
10524
10524
|
command: 'Dialog.openFile'
|
|
10525
10525
|
}, {
|
|
10526
10526
|
id: 'openFolder',
|
|
@@ -10535,12 +10535,12 @@ const getMenuEntries$r = () => {
|
|
|
10535
10535
|
}, menuEntrySeparator, {
|
|
10536
10536
|
id: 'save',
|
|
10537
10537
|
label: save$1(),
|
|
10538
|
-
flags: None$
|
|
10538
|
+
flags: None$d,
|
|
10539
10539
|
command: 'Main.save'
|
|
10540
10540
|
}, {
|
|
10541
10541
|
id: 'saveAll',
|
|
10542
10542
|
label: saveAll(),
|
|
10543
|
-
flags: None$
|
|
10543
|
+
flags: None$d,
|
|
10544
10544
|
command: 'Main.saveAll'
|
|
10545
10545
|
}];
|
|
10546
10546
|
if (platform === Electron$1) {
|
|
@@ -10624,7 +10624,7 @@ const getMenuEntries$p = async () => {
|
|
|
10624
10624
|
entries.push({
|
|
10625
10625
|
id: 'toggleDeveloperTools',
|
|
10626
10626
|
label: toggleDeveloperTools(),
|
|
10627
|
-
flags: None$
|
|
10627
|
+
flags: None$d,
|
|
10628
10628
|
command: 'Developer.toggleDeveloperTools'
|
|
10629
10629
|
}, {
|
|
10630
10630
|
id: 'openProcessExplorer',
|
|
@@ -10733,7 +10733,7 @@ const toMenuItem = folder => {
|
|
|
10733
10733
|
const label = getTitle(folder);
|
|
10734
10734
|
return {
|
|
10735
10735
|
label,
|
|
10736
|
-
flags: None$
|
|
10736
|
+
flags: None$d,
|
|
10737
10737
|
command: 'Workspace.setPath',
|
|
10738
10738
|
args: [folder]
|
|
10739
10739
|
};
|
|
@@ -10752,12 +10752,12 @@ const getMenuEntries$n = async () => {
|
|
|
10752
10752
|
items.push({
|
|
10753
10753
|
id: 'more',
|
|
10754
10754
|
label: moreDot(),
|
|
10755
|
-
flags: None$
|
|
10755
|
+
flags: None$d,
|
|
10756
10756
|
command: 'QuickPick.showRecent'
|
|
10757
10757
|
}, menuEntrySeparator, {
|
|
10758
10758
|
id: 'clearRecentlyOpened',
|
|
10759
10759
|
label: clearRecentlyOpened(),
|
|
10760
|
-
flags: None$
|
|
10760
|
+
flags: None$d,
|
|
10761
10761
|
command: 'RecentlyOpened.clearRecentlyOpened'
|
|
10762
10762
|
});
|
|
10763
10763
|
return items;
|
|
@@ -10774,17 +10774,17 @@ const getMenuEntries$m = () => {
|
|
|
10774
10774
|
return [{
|
|
10775
10775
|
id: 'selectAll',
|
|
10776
10776
|
label: selectAll(),
|
|
10777
|
-
flags: None$
|
|
10777
|
+
flags: None$d,
|
|
10778
10778
|
command: 'Editor.selectAll'
|
|
10779
10779
|
}, {
|
|
10780
10780
|
id: 'copyLineUp',
|
|
10781
10781
|
label: copyLineUp(),
|
|
10782
|
-
flags: None$
|
|
10782
|
+
flags: None$d,
|
|
10783
10783
|
command: 'Editor.copyLineUp'
|
|
10784
10784
|
}, {
|
|
10785
10785
|
id: 'copyLineDown',
|
|
10786
10786
|
label: copyLineDown(),
|
|
10787
|
-
flags: None$
|
|
10787
|
+
flags: None$d,
|
|
10788
10788
|
command: 'Editor.copyLineDown'
|
|
10789
10789
|
}, {
|
|
10790
10790
|
id: 'moveLineUp',
|
|
@@ -10828,7 +10828,7 @@ const getMenuEntries$l = () => {
|
|
|
10828
10828
|
return [{
|
|
10829
10829
|
id: 'newTerminal',
|
|
10830
10830
|
label: newTerminal(),
|
|
10831
|
-
flags: None$
|
|
10831
|
+
flags: None$d,
|
|
10832
10832
|
command: 'Layout.togglePanel',
|
|
10833
10833
|
args: ['Terminal']
|
|
10834
10834
|
}];
|
|
@@ -11695,7 +11695,7 @@ const ListItem$1 = 'listitem';
|
|
|
11695
11695
|
const Menu$1 = 'menu';
|
|
11696
11696
|
const MenuItem$1 = 'menuitem';
|
|
11697
11697
|
const MenuItemCheckBox = 'menuitemcheckbox';
|
|
11698
|
-
const None$
|
|
11698
|
+
const None$c = 'none';
|
|
11699
11699
|
const Separator$1 = 'separator';
|
|
11700
11700
|
const Status = 'status';
|
|
11701
11701
|
const Tab$3 = 'tab';
|
|
@@ -12291,7 +12291,7 @@ const getMenuItemVirtualDom = menuItem => {
|
|
|
12291
12291
|
flags
|
|
12292
12292
|
} = menuItem;
|
|
12293
12293
|
switch (flags) {
|
|
12294
|
-
case None$
|
|
12294
|
+
case None$d:
|
|
12295
12295
|
case RestoreFocus:
|
|
12296
12296
|
case Ignore:
|
|
12297
12297
|
return getMenuItemDefaultDom(menuItem);
|
|
@@ -12464,7 +12464,7 @@ const selectIndexIgnore = async (menu, item, index) => {
|
|
|
12464
12464
|
};
|
|
12465
12465
|
const getSelectIndexFunction = flags => {
|
|
12466
12466
|
switch (flags) {
|
|
12467
|
-
case None$
|
|
12467
|
+
case None$d:
|
|
12468
12468
|
return selectIndexNone;
|
|
12469
12469
|
case SubMenu$1:
|
|
12470
12470
|
return selectIndexSubMenu;
|
|
@@ -14643,7 +14643,7 @@ const toContextMenuItem$1 = activityBarItem => {
|
|
|
14643
14643
|
label: activityBarItem.id,
|
|
14644
14644
|
id: 8000,
|
|
14645
14645
|
// TODO
|
|
14646
|
-
flags: None$
|
|
14646
|
+
flags: None$d,
|
|
14647
14647
|
command: -1
|
|
14648
14648
|
};
|
|
14649
14649
|
};
|
|
@@ -14665,28 +14665,28 @@ const getMenuEntries$g = () => {
|
|
|
14665
14665
|
return [{
|
|
14666
14666
|
id: 'commandPalette',
|
|
14667
14667
|
label: commandPalette(),
|
|
14668
|
-
flags: None$
|
|
14668
|
+
flags: None$d,
|
|
14669
14669
|
command: 'QuickPick.showEverything'
|
|
14670
14670
|
}, menuEntrySeparator, {
|
|
14671
14671
|
id: 'settings',
|
|
14672
14672
|
label: settings$1(),
|
|
14673
|
-
flags: None$
|
|
14673
|
+
flags: None$d,
|
|
14674
14674
|
command: 'Preferences.openSettingsJson'
|
|
14675
14675
|
}, {
|
|
14676
14676
|
id: 'keyboardShortcuts',
|
|
14677
14677
|
label: keyboardShortcuts(),
|
|
14678
|
-
flags: None$
|
|
14678
|
+
flags: None$d,
|
|
14679
14679
|
command: 'Main.openUri',
|
|
14680
14680
|
args: [keyBindingsUri]
|
|
14681
14681
|
}, {
|
|
14682
14682
|
id: 'colorTheme',
|
|
14683
14683
|
label: colorTheme(),
|
|
14684
|
-
flags: None$
|
|
14684
|
+
flags: None$d,
|
|
14685
14685
|
command: 'QuickPick.showColorTheme'
|
|
14686
14686
|
}, menuEntrySeparator, {
|
|
14687
14687
|
id: 'checkForUpdates',
|
|
14688
14688
|
label: checkForUpdates(),
|
|
14689
|
-
flags: None$
|
|
14689
|
+
flags: None$d,
|
|
14690
14690
|
command: /* TODO */-1
|
|
14691
14691
|
}];
|
|
14692
14692
|
};
|
|
@@ -14715,14 +14715,14 @@ const menuEntryMoveSideBar = sideBarLocation => {
|
|
|
14715
14715
|
return {
|
|
14716
14716
|
id: 'moveSideBarRight',
|
|
14717
14717
|
label: moveSideBarRight$1(),
|
|
14718
|
-
flags: None$
|
|
14718
|
+
flags: None$d,
|
|
14719
14719
|
command: 'Layout.moveSideBarRight'
|
|
14720
14720
|
};
|
|
14721
14721
|
case Right$1:
|
|
14722
14722
|
return {
|
|
14723
14723
|
id: 'moveSideBarLeft',
|
|
14724
14724
|
label: moveSideBarLeft$1(),
|
|
14725
|
-
flags: None$
|
|
14725
|
+
flags: None$d,
|
|
14726
14726
|
command: 'Layout.moveSideBarLeft'
|
|
14727
14727
|
};
|
|
14728
14728
|
default:
|
|
@@ -14740,7 +14740,7 @@ const getMenuEntries$f = async (layoutState, activityBarState) => {
|
|
|
14740
14740
|
return [...activityBarItems.map(toContextMenuItem), menuEntrySeparator, menuEntryMoveSideBar(sideBarLocation), {
|
|
14741
14741
|
id: 'hideActivityBar',
|
|
14742
14742
|
label: hideActivityBar$1(),
|
|
14743
|
-
flags: None$
|
|
14743
|
+
flags: None$d,
|
|
14744
14744
|
command: /* Layout.hideActivityBar */'Layout.hideActivityBar'
|
|
14745
14745
|
}];
|
|
14746
14746
|
};
|
|
@@ -14805,7 +14805,7 @@ const getIconVirtualDom = (icon, type = Div) => {
|
|
|
14805
14805
|
return {
|
|
14806
14806
|
type,
|
|
14807
14807
|
className: `MaskIcon MaskIcon${icon}`,
|
|
14808
|
-
role: None$
|
|
14808
|
+
role: None$c,
|
|
14809
14809
|
childCount: 0
|
|
14810
14810
|
};
|
|
14811
14811
|
};
|
|
@@ -14863,7 +14863,7 @@ const createActivityBarItem = item => {
|
|
|
14863
14863
|
}, {
|
|
14864
14864
|
type: Div,
|
|
14865
14865
|
className: Icon,
|
|
14866
|
-
role: None$
|
|
14866
|
+
role: None$c,
|
|
14867
14867
|
childCount: 0,
|
|
14868
14868
|
maskImage: icon
|
|
14869
14869
|
}, {
|
|
@@ -15515,8 +15515,6 @@ const CollapseAll = 'CollapseAll';
|
|
|
15515
15515
|
const Filter = 'Filter';
|
|
15516
15516
|
const ListFlat = 'ListFlat';
|
|
15517
15517
|
const ListTree = 'ListTree';
|
|
15518
|
-
const NewFile = 'NewFile';
|
|
15519
|
-
const NewFolder = 'NewFolder';
|
|
15520
15518
|
const Refresh = 'Refresh';
|
|
15521
15519
|
|
|
15522
15520
|
const getProblemsFilterVirtualDom = action => {
|
|
@@ -15579,7 +15577,7 @@ const getActionsVirtualDom = actions => {
|
|
|
15579
15577
|
}, ...actions.flatMap(getActionVirtualDom$1)];
|
|
15580
15578
|
};
|
|
15581
15579
|
|
|
15582
|
-
const getActions$
|
|
15580
|
+
const getActions$8 = () => {
|
|
15583
15581
|
return [{
|
|
15584
15582
|
type: Filter$2,
|
|
15585
15583
|
id: ''
|
|
@@ -15596,7 +15594,7 @@ const renderActions$a = {
|
|
|
15596
15594
|
return oldState === newState;
|
|
15597
15595
|
},
|
|
15598
15596
|
apply(oldState, newState) {
|
|
15599
|
-
const actions = getActions$
|
|
15597
|
+
const actions = getActions$8();
|
|
15600
15598
|
const dom = getActionsVirtualDom(actions);
|
|
15601
15599
|
return dom;
|
|
15602
15600
|
}
|
|
@@ -16434,7 +16432,7 @@ const Css$w = ["/css/parts/ViewletDiffEditor.css"];
|
|
|
16434
16432
|
|
|
16435
16433
|
const name$E = 'DiffEditor';
|
|
16436
16434
|
|
|
16437
|
-
const None$
|
|
16435
|
+
const None$b = 0;
|
|
16438
16436
|
const Insertion = 1;
|
|
16439
16437
|
const Deletion = 2;
|
|
16440
16438
|
|
|
@@ -16461,7 +16459,7 @@ const getPrefix$2 = type => {
|
|
|
16461
16459
|
return insertion$1;
|
|
16462
16460
|
case Deletion:
|
|
16463
16461
|
return deletion$1;
|
|
16464
|
-
case None$
|
|
16462
|
+
case None$b:
|
|
16465
16463
|
return normal$1;
|
|
16466
16464
|
}
|
|
16467
16465
|
};
|
|
@@ -16473,7 +16471,7 @@ const getClassName$1 = type => {
|
|
|
16473
16471
|
return Deletion$1;
|
|
16474
16472
|
case Insertion:
|
|
16475
16473
|
return Insertion$1;
|
|
16476
|
-
case None$
|
|
16474
|
+
case None$b:
|
|
16477
16475
|
return '';
|
|
16478
16476
|
}
|
|
16479
16477
|
};
|
|
@@ -16714,7 +16712,7 @@ const getVisibleDiffLines = (lines, changes, minLineY, maxLineY) => {
|
|
|
16714
16712
|
const line = lines[i];
|
|
16715
16713
|
visible.push({
|
|
16716
16714
|
line,
|
|
16717
|
-
type: None$
|
|
16715
|
+
type: None$b
|
|
16718
16716
|
});
|
|
16719
16717
|
}
|
|
16720
16718
|
for (const change of changes) {
|
|
@@ -16832,7 +16830,7 @@ const getE2eTestsSandbox = () => {
|
|
|
16832
16830
|
const Panel$1 = 'Panel';
|
|
16833
16831
|
const SideBar$1 = 'SideBar';
|
|
16834
16832
|
const Preview$2 = 'Preview';
|
|
16835
|
-
const None$
|
|
16833
|
+
const None$a = '';
|
|
16836
16834
|
|
|
16837
16835
|
const create$C = (id, uri, x, y, width, height) => {
|
|
16838
16836
|
return {
|
|
@@ -16951,7 +16949,7 @@ const getMenuEntries$e = () => {
|
|
|
16951
16949
|
return [{
|
|
16952
16950
|
id: 'openInNewTab',
|
|
16953
16951
|
label: 'Open in New Tab',
|
|
16954
|
-
flags: None$
|
|
16952
|
+
flags: None$d,
|
|
16955
16953
|
command: 'E2eTests.openInNewTab'
|
|
16956
16954
|
}];
|
|
16957
16955
|
};
|
|
@@ -17016,7 +17014,7 @@ const renderPreviewTransform = {
|
|
|
17016
17014
|
};
|
|
17017
17015
|
const render$x = [renderElements, renderIframe$2, renderPreviewTransform];
|
|
17018
17016
|
|
|
17019
|
-
const getActions$
|
|
17017
|
+
const getActions$7 = () => {
|
|
17020
17018
|
return [];
|
|
17021
17019
|
};
|
|
17022
17020
|
|
|
@@ -17025,7 +17023,7 @@ const renderActions$9 = {
|
|
|
17025
17023
|
return oldState.name === newState.name;
|
|
17026
17024
|
},
|
|
17027
17025
|
apply(oldState, newState) {
|
|
17028
|
-
const actions = getActions$
|
|
17026
|
+
const actions = getActions$7();
|
|
17029
17027
|
const dom = getActionsVirtualDom(actions);
|
|
17030
17028
|
return dom;
|
|
17031
17029
|
}
|
|
@@ -17269,7 +17267,7 @@ const renderMessagePort = {
|
|
|
17269
17267
|
};
|
|
17270
17268
|
const render$w = [renderTests, renderIframe$1, renderMessagePort];
|
|
17271
17269
|
|
|
17272
|
-
const getActions$
|
|
17270
|
+
const getActions$6 = () => {
|
|
17273
17271
|
return [{
|
|
17274
17272
|
type: Button,
|
|
17275
17273
|
id: 'runAll',
|
|
@@ -17283,7 +17281,7 @@ const renderActions$8 = {
|
|
|
17283
17281
|
return oldState.tests === newState.tests;
|
|
17284
17282
|
},
|
|
17285
17283
|
apply(oldState, newState) {
|
|
17286
|
-
const actions = getActions$
|
|
17284
|
+
const actions = getActions$6();
|
|
17287
17285
|
const dom = getActionsVirtualDom(actions);
|
|
17288
17286
|
return dom;
|
|
17289
17287
|
}
|
|
@@ -17310,7 +17308,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17310
17308
|
runAll
|
|
17311
17309
|
};
|
|
17312
17310
|
|
|
17313
|
-
const None$
|
|
17311
|
+
const None$9 = 1;
|
|
17314
17312
|
|
|
17315
17313
|
const minimumSliderSize = 20;
|
|
17316
17314
|
|
|
@@ -17426,7 +17424,7 @@ const create$A = (id, uri, languageId) => {
|
|
|
17426
17424
|
fontWeight: 400,
|
|
17427
17425
|
tabSize: 2,
|
|
17428
17426
|
cursorWidth: 2,
|
|
17429
|
-
completionState: None$
|
|
17427
|
+
completionState: None$9,
|
|
17430
17428
|
longestLineWidth: 0,
|
|
17431
17429
|
minimumSliderSize: minimumSliderSize,
|
|
17432
17430
|
differences: [],
|
|
@@ -18016,8 +18014,6 @@ const ViewletEmptyEditor_ipc = {
|
|
|
18016
18014
|
name: name$A
|
|
18017
18015
|
};
|
|
18018
18016
|
|
|
18019
|
-
const None$9 = 0;
|
|
18020
|
-
|
|
18021
18017
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
18022
18018
|
|
|
18023
18019
|
const launchExplorerWorker = async () => {
|
|
@@ -18050,49 +18046,25 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
18050
18046
|
return {
|
|
18051
18047
|
uid: id,
|
|
18052
18048
|
parentUid,
|
|
18053
|
-
root: '',
|
|
18054
|
-
items: [],
|
|
18055
|
-
focusedIndex: -1,
|
|
18056
|
-
focused: false,
|
|
18057
|
-
hoverIndex: -1,
|
|
18058
18049
|
x,
|
|
18059
18050
|
y,
|
|
18060
18051
|
width,
|
|
18061
|
-
height
|
|
18062
|
-
deltaY: 0,
|
|
18063
|
-
minLineY: 0,
|
|
18064
|
-
maxLineY: 0,
|
|
18065
|
-
pathSeparator: Slash,
|
|
18066
|
-
version: 0,
|
|
18067
|
-
editingIndex: -1,
|
|
18068
|
-
itemHeight: ListItem,
|
|
18069
|
-
dropTargets: [],
|
|
18070
|
-
excluded: [],
|
|
18071
|
-
editingValue: '',
|
|
18072
|
-
editingType: None$9,
|
|
18073
|
-
editingIcon: ''
|
|
18052
|
+
height
|
|
18074
18053
|
};
|
|
18075
18054
|
};
|
|
18076
18055
|
const loadContent$w = async (state, savedState) => {
|
|
18077
18056
|
await invoke$6('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid);
|
|
18078
18057
|
await invoke$6('Explorer.loadContent', state.uid, savedState);
|
|
18079
|
-
const
|
|
18058
|
+
const diffResult = await invoke$6('Explorer.diff2', state.uid);
|
|
18059
|
+
const commands = await invoke$6('Explorer.render2', state.uid, diffResult);
|
|
18060
|
+
const actionsDom = await invoke$6('Explorer.renderActions2', state.uid);
|
|
18080
18061
|
return {
|
|
18081
18062
|
...state,
|
|
18082
|
-
commands
|
|
18063
|
+
commands,
|
|
18064
|
+
actionsDom
|
|
18083
18065
|
};
|
|
18084
18066
|
};
|
|
18085
|
-
const dispose$m = state => {
|
|
18086
|
-
if (!state.pendingRequests) {
|
|
18087
|
-
return;
|
|
18088
|
-
}
|
|
18089
|
-
for (const request of state.pendingRequests) {
|
|
18090
|
-
}
|
|
18091
|
-
state.pendingRequests = [];
|
|
18092
|
-
// if (state.lastFocusedWidget === context) {
|
|
18093
|
-
// state.lastFocusedWidget = undefined
|
|
18094
|
-
// }
|
|
18095
|
-
};
|
|
18067
|
+
const dispose$m = state => {};
|
|
18096
18068
|
const hasFunctionalResize$f = true;
|
|
18097
18069
|
const resize$k = (state, dimensions) => {
|
|
18098
18070
|
const {
|
|
@@ -18121,7 +18093,8 @@ const hotReload$5 = async state => {
|
|
|
18121
18093
|
items: []
|
|
18122
18094
|
};
|
|
18123
18095
|
await invoke$6('Explorer.loadContent', state.uid, savedState);
|
|
18124
|
-
const
|
|
18096
|
+
const diffResult = await invoke$6('Explorer.diff2', state.uid);
|
|
18097
|
+
const commands = await invoke$6('Explorer.render2', state.uid, diffResult);
|
|
18125
18098
|
return {
|
|
18126
18099
|
...oldState,
|
|
18127
18100
|
commands,
|
|
@@ -18132,7 +18105,8 @@ const hotReload$5 = async state => {
|
|
|
18132
18105
|
const wrapExplorerCommand = key => {
|
|
18133
18106
|
const fn = async (state, ...args) => {
|
|
18134
18107
|
await invoke$6(`Explorer.${key}`, state.uid, ...args);
|
|
18135
|
-
const
|
|
18108
|
+
const diffResult = await invoke$6('Explorer.diff2', state.uid);
|
|
18109
|
+
const commands = await invoke$6('Explorer.render2', state.uid, diffResult);
|
|
18136
18110
|
if (commands.length === 0) {
|
|
18137
18111
|
return state;
|
|
18138
18112
|
}
|
|
@@ -18178,25 +18152,9 @@ const menus$8 = [MenuEntriesExplorer];
|
|
|
18178
18152
|
* @enum {string}
|
|
18179
18153
|
*/
|
|
18180
18154
|
const UiStrings$c = {
|
|
18181
|
-
NewFile: 'New File...',
|
|
18182
|
-
NewFolder: 'New Folder...',
|
|
18183
|
-
RefreshExplorer: 'Refresh Explorer',
|
|
18184
|
-
CollapseAllFoldersInExplorer: 'Collapse All Folders in Explorer',
|
|
18185
18155
|
Explorer: 'Explorer',
|
|
18186
18156
|
NoFolderOpen: 'No Folder Open'
|
|
18187
18157
|
};
|
|
18188
|
-
const newFile = () => {
|
|
18189
|
-
return i18nString(UiStrings$c.NewFile);
|
|
18190
|
-
};
|
|
18191
|
-
const newFolder = () => {
|
|
18192
|
-
return i18nString(UiStrings$c.NewFolder);
|
|
18193
|
-
};
|
|
18194
|
-
const refresh$2 = () => {
|
|
18195
|
-
return i18nString(UiStrings$c.RefreshExplorer);
|
|
18196
|
-
};
|
|
18197
|
-
const collapseAll$3 = () => {
|
|
18198
|
-
return i18nString(UiStrings$c.CollapseAllFoldersInExplorer);
|
|
18199
|
-
};
|
|
18200
18158
|
const explorer = () => {
|
|
18201
18159
|
return i18nString(UiStrings$c.Explorer);
|
|
18202
18160
|
};
|
|
@@ -18225,40 +18183,12 @@ const renderEventListeners$5 = async () => {
|
|
|
18225
18183
|
return listeners;
|
|
18226
18184
|
};
|
|
18227
18185
|
|
|
18228
|
-
const getActions$6 = root => {
|
|
18229
|
-
if (!root) {
|
|
18230
|
-
return [];
|
|
18231
|
-
}
|
|
18232
|
-
return [{
|
|
18233
|
-
type: Button,
|
|
18234
|
-
id: newFile(),
|
|
18235
|
-
icon: NewFile,
|
|
18236
|
-
command: 'newFile'
|
|
18237
|
-
}, {
|
|
18238
|
-
type: Button,
|
|
18239
|
-
id: newFolder(),
|
|
18240
|
-
icon: NewFolder,
|
|
18241
|
-
command: 'newFolder'
|
|
18242
|
-
}, {
|
|
18243
|
-
type: Button,
|
|
18244
|
-
id: refresh$2(),
|
|
18245
|
-
icon: Refresh,
|
|
18246
|
-
command: 'refresh'
|
|
18247
|
-
}, {
|
|
18248
|
-
type: Button,
|
|
18249
|
-
id: collapseAll$3(),
|
|
18250
|
-
icon: CollapseAll,
|
|
18251
|
-
command: 'collapseAll'
|
|
18252
|
-
}];
|
|
18253
|
-
};
|
|
18254
|
-
|
|
18255
18186
|
const renderActions$7 = {
|
|
18256
18187
|
isEqual(oldState, newState) {
|
|
18257
|
-
return oldState.
|
|
18188
|
+
return JSON.stringify(oldState.actionsDom) === JSON.stringify(newState.actionsDom);
|
|
18258
18189
|
},
|
|
18259
18190
|
apply(oldState, newState) {
|
|
18260
|
-
const
|
|
18261
|
-
const dom = getActionsVirtualDom(actions);
|
|
18191
|
+
const dom = newState.actionsDom;
|
|
18262
18192
|
return dom;
|
|
18263
18193
|
}
|
|
18264
18194
|
};
|
|
@@ -19336,7 +19266,7 @@ const getInlineDiffEditorLines = (linesLeft, linesRight, inlineChanges) => {
|
|
|
19336
19266
|
rightIndex
|
|
19337
19267
|
} = inlineChange;
|
|
19338
19268
|
switch (inlineChange.type) {
|
|
19339
|
-
case None$
|
|
19269
|
+
case None$b:
|
|
19340
19270
|
merged.push({
|
|
19341
19271
|
type,
|
|
19342
19272
|
leftIndex,
|
|
@@ -19388,7 +19318,7 @@ const getPrefix$1 = type => {
|
|
|
19388
19318
|
return insertion;
|
|
19389
19319
|
case Deletion:
|
|
19390
19320
|
return deletion;
|
|
19391
|
-
case None$
|
|
19321
|
+
case None$b:
|
|
19392
19322
|
return normal;
|
|
19393
19323
|
}
|
|
19394
19324
|
};
|
|
@@ -19530,32 +19460,10 @@ const {
|
|
|
19530
19460
|
|
|
19531
19461
|
const create$q = (id, uri, x, y, width, height) => {
|
|
19532
19462
|
return {
|
|
19533
|
-
parsedKeyBindings: [],
|
|
19534
|
-
filteredKeyBindings: [],
|
|
19535
|
-
minLineY: 0,
|
|
19536
|
-
maxLineY: 0,
|
|
19537
|
-
maxVisibleItems: 0,
|
|
19538
|
-
rowHeight: 24,
|
|
19539
19463
|
x,
|
|
19540
19464
|
y,
|
|
19541
19465
|
width,
|
|
19542
19466
|
height,
|
|
19543
|
-
value: '',
|
|
19544
|
-
selectedIndex: -1,
|
|
19545
|
-
focusedIndex: -1,
|
|
19546
|
-
finalDeltaY: 0,
|
|
19547
|
-
deltaY: 0,
|
|
19548
|
-
uri,
|
|
19549
|
-
columnWidth1: 0,
|
|
19550
|
-
columnWidth2: 0,
|
|
19551
|
-
columnWidth3: 0,
|
|
19552
|
-
contentPadding: 30,
|
|
19553
|
-
resizerDownId: 0,
|
|
19554
|
-
defineKeyBindingsId: -1,
|
|
19555
|
-
editIconSize: 22,
|
|
19556
|
-
padding: 15,
|
|
19557
|
-
searchHeaderHeight: 50,
|
|
19558
|
-
tableHeaderHeight: 24,
|
|
19559
19467
|
uid: id
|
|
19560
19468
|
};
|
|
19561
19469
|
};
|
|
@@ -19634,47 +19542,47 @@ const getMenuEntries$a = () => {
|
|
|
19634
19542
|
return [{
|
|
19635
19543
|
id: 'copy',
|
|
19636
19544
|
label: copy$2(),
|
|
19637
|
-
flags: None$
|
|
19545
|
+
flags: None$d,
|
|
19638
19546
|
command: 'KeyBindings.copy'
|
|
19639
19547
|
}, {
|
|
19640
19548
|
id: 'copyCommandId',
|
|
19641
19549
|
label: copyCommandId(),
|
|
19642
|
-
flags: None$
|
|
19550
|
+
flags: None$d,
|
|
19643
19551
|
command: 'KeyBindings.copyCommandId'
|
|
19644
19552
|
}, {
|
|
19645
19553
|
id: 'copyCommandTitle',
|
|
19646
19554
|
label: copyCommandTitle(),
|
|
19647
|
-
flags: None$
|
|
19555
|
+
flags: None$d,
|
|
19648
19556
|
command: 'KeyBindings.copyCommandTitle'
|
|
19649
19557
|
}, {
|
|
19650
19558
|
id: 'changeKeyBinding',
|
|
19651
19559
|
label: changeKeyBinding(),
|
|
19652
|
-
flags: None$
|
|
19560
|
+
flags: None$d,
|
|
19653
19561
|
command: 'KeyBindings.changeKeyBinding'
|
|
19654
19562
|
}, {
|
|
19655
19563
|
id: 'addKeyBinding',
|
|
19656
19564
|
label: addKeyBinding(),
|
|
19657
|
-
flags: None$
|
|
19565
|
+
flags: None$d,
|
|
19658
19566
|
command: 'KeyBindings.addKeyBinding'
|
|
19659
19567
|
}, {
|
|
19660
19568
|
id: 'removeKeyBinding',
|
|
19661
19569
|
label: removeKeyBinding(),
|
|
19662
|
-
flags: None$
|
|
19570
|
+
flags: None$d,
|
|
19663
19571
|
command: 'KeyBindings.removeKeyBinding'
|
|
19664
19572
|
}, {
|
|
19665
19573
|
id: 'resetKeyBinding',
|
|
19666
19574
|
label: resetKeyBinding(),
|
|
19667
|
-
flags: None$
|
|
19575
|
+
flags: None$d,
|
|
19668
19576
|
command: 'KeyBindings.resetKeyBinding'
|
|
19669
19577
|
}, {
|
|
19670
19578
|
id: 'changeWhenExpression',
|
|
19671
19579
|
label: changeWhenExpression(),
|
|
19672
|
-
flags: None$
|
|
19580
|
+
flags: None$d,
|
|
19673
19581
|
command: 'KeyBindings.changeWhenExpression'
|
|
19674
19582
|
}, {
|
|
19675
19583
|
id: 'showSameKeyBindings',
|
|
19676
19584
|
label: showSameKeyBindings(),
|
|
19677
|
-
flags: None$
|
|
19585
|
+
flags: None$d,
|
|
19678
19586
|
command: 'KeyBindings.showSameKeyBindings'
|
|
19679
19587
|
}];
|
|
19680
19588
|
};
|
|
@@ -20023,7 +19931,7 @@ const create$p = id => {
|
|
|
20023
19931
|
return {
|
|
20024
19932
|
points: new Uint16Array(Total),
|
|
20025
19933
|
sideBarViewletId: '',
|
|
20026
|
-
[SashId]: None$
|
|
19934
|
+
[SashId]: None$a,
|
|
20027
19935
|
sideBarLocation: Right$1,
|
|
20028
19936
|
uid: id
|
|
20029
19937
|
};
|
|
@@ -20210,7 +20118,7 @@ const showPanel = state => {
|
|
|
20210
20118
|
const hidePanel$1 = state => {
|
|
20211
20119
|
return hide$2(state, Panel);
|
|
20212
20120
|
};
|
|
20213
|
-
const togglePanel = (state, moduleId = None$
|
|
20121
|
+
const togglePanel = (state, moduleId = None$f) => {
|
|
20214
20122
|
return toggle(state, Panel);
|
|
20215
20123
|
};
|
|
20216
20124
|
const showActivityBar = state => {
|
|
@@ -22864,7 +22772,7 @@ const getFileIconVirtualDom = icon => {
|
|
|
22864
22772
|
type: Img,
|
|
22865
22773
|
className: FileIcon,
|
|
22866
22774
|
src: icon,
|
|
22867
|
-
role: None$
|
|
22775
|
+
role: None$c,
|
|
22868
22776
|
childCount: 0
|
|
22869
22777
|
};
|
|
22870
22778
|
};
|
|
@@ -24187,12 +24095,12 @@ const getMenuEntries$9 = () => {
|
|
|
24187
24095
|
return [{
|
|
24188
24096
|
id: 'copy',
|
|
24189
24097
|
label: copy$1(),
|
|
24190
|
-
flags: None$
|
|
24098
|
+
flags: None$d,
|
|
24191
24099
|
command: 'Problems.copy'
|
|
24192
24100
|
}, {
|
|
24193
24101
|
id: 'copyMessage',
|
|
24194
24102
|
label: copyMessage$1(),
|
|
24195
|
-
flags: None$
|
|
24103
|
+
flags: None$d,
|
|
24196
24104
|
command: 'Problems.copyMessage'
|
|
24197
24105
|
}];
|
|
24198
24106
|
};
|
|
@@ -24208,17 +24116,17 @@ const getMenuEntries$8 = () => {
|
|
|
24208
24116
|
return [{
|
|
24209
24117
|
id: 'show-errors',
|
|
24210
24118
|
label: 'Show Errors',
|
|
24211
|
-
flags: None$
|
|
24119
|
+
flags: None$d,
|
|
24212
24120
|
command: /* TODO */-1
|
|
24213
24121
|
}, {
|
|
24214
24122
|
id: 'show-warnings',
|
|
24215
24123
|
label: 'Show Warnings',
|
|
24216
|
-
flags: None$
|
|
24124
|
+
flags: None$d,
|
|
24217
24125
|
command: /* TODO */-1
|
|
24218
24126
|
}, {
|
|
24219
24127
|
id: 'show-infos',
|
|
24220
24128
|
label: 'Show Infos',
|
|
24221
|
-
flags: None$
|
|
24129
|
+
flags: None$d,
|
|
24222
24130
|
command: /* TODO */-1
|
|
24223
24131
|
}];
|
|
24224
24132
|
};
|
|
@@ -25044,7 +24952,7 @@ const loadContent$i = async state => {
|
|
|
25044
24952
|
uri,
|
|
25045
24953
|
args
|
|
25046
24954
|
} = state;
|
|
25047
|
-
const listItemHeight =
|
|
24955
|
+
const listItemHeight = 22;
|
|
25048
24956
|
const renderAllItems = true;
|
|
25049
24957
|
await invoke$e('QuickPick.create2', state.uid, uri, listItemHeight, state.x, state.y, state.width, state.height, platform, args, renderAllItems, state$B.workspacePath);
|
|
25050
24958
|
await invoke$e('QuickPick.loadContent', state.uid);
|
|
@@ -27045,12 +26953,12 @@ const getMenuEntries$7 = () => {
|
|
|
27045
26953
|
return [{
|
|
27046
26954
|
id: 'dismiss',
|
|
27047
26955
|
label: 'dismiss',
|
|
27048
|
-
flags: None$
|
|
26956
|
+
flags: None$d,
|
|
27049
26957
|
command: /* TODO */-1
|
|
27050
26958
|
}, {
|
|
27051
26959
|
id: 'copyPath',
|
|
27052
26960
|
label: 'copyPath',
|
|
27053
|
-
flags: None$
|
|
26961
|
+
flags: None$d,
|
|
27054
26962
|
command: /* TODO */-1
|
|
27055
26963
|
}];
|
|
27056
26964
|
};
|
|
@@ -27829,13 +27737,13 @@ const getMenuEntriesLink = (x, y, params) => {
|
|
|
27829
27737
|
return [{
|
|
27830
27738
|
id: 'open-link-in-new-tab',
|
|
27831
27739
|
label: openLinkInNewTab(),
|
|
27832
|
-
flags: None$
|
|
27740
|
+
flags: None$d,
|
|
27833
27741
|
command: 'SimpleBrowser.openBackgroundTab',
|
|
27834
27742
|
args: [linkURL]
|
|
27835
27743
|
}, {
|
|
27836
27744
|
id: 'copy-link-address',
|
|
27837
27745
|
label: copyLinkAddress(),
|
|
27838
|
-
flags: None$
|
|
27746
|
+
flags: None$d,
|
|
27839
27747
|
command: 'ElectronClipBoard.writeText',
|
|
27840
27748
|
args: [linkURL]
|
|
27841
27749
|
}];
|
|
@@ -27844,7 +27752,7 @@ const getMenuEntriesDefault = (x, y, params) => {
|
|
|
27844
27752
|
return [{
|
|
27845
27753
|
id: 'inspect-element',
|
|
27846
27754
|
label: inspectElement$2(),
|
|
27847
|
-
flags: None$
|
|
27755
|
+
flags: None$d,
|
|
27848
27756
|
command: 'SimpleBrowser.inspectElement',
|
|
27849
27757
|
args: [x, y]
|
|
27850
27758
|
}];
|
|
@@ -27856,7 +27764,7 @@ const getMenuEntriesSelectionText = (x, y, params) => {
|
|
|
27856
27764
|
return [{
|
|
27857
27765
|
id: 'copy',
|
|
27858
27766
|
label: copy(),
|
|
27859
|
-
flags: None$
|
|
27767
|
+
flags: None$d,
|
|
27860
27768
|
command: 'ElectronClipBoard.writeText',
|
|
27861
27769
|
args: [selectionText]
|
|
27862
27770
|
}];
|
|
@@ -27869,13 +27777,13 @@ const getMenuEntriesImage = (x, y, params) => {
|
|
|
27869
27777
|
return [{
|
|
27870
27778
|
id: 'save-image',
|
|
27871
27779
|
label: saveImageAs(),
|
|
27872
|
-
flags: None$
|
|
27780
|
+
flags: None$d,
|
|
27873
27781
|
command: 'Download.downloadToDownloadsFolder',
|
|
27874
27782
|
args: [fileName, srcURL]
|
|
27875
27783
|
}, {
|
|
27876
27784
|
id: 'copy-image',
|
|
27877
27785
|
label: copyImage$1(),
|
|
27878
|
-
flags: None$
|
|
27786
|
+
flags: None$d,
|
|
27879
27787
|
command: 'SimpleBrowser.copyImage',
|
|
27880
27788
|
args: [x, y]
|
|
27881
27789
|
}];
|
|
@@ -28469,35 +28377,35 @@ const id$2 = SourceControl$1;
|
|
|
28469
28377
|
const getMenuEntries$5 = () => {
|
|
28470
28378
|
return [{
|
|
28471
28379
|
label: openChanges(),
|
|
28472
|
-
flags: None$
|
|
28380
|
+
flags: None$d,
|
|
28473
28381
|
command: /* TODO */-1
|
|
28474
28382
|
}, {
|
|
28475
28383
|
label: openFile$1(),
|
|
28476
|
-
flags: None$
|
|
28384
|
+
flags: None$d,
|
|
28477
28385
|
command: /* TODO */-1
|
|
28478
28386
|
}, {
|
|
28479
28387
|
label: openFileHead(),
|
|
28480
|
-
flags: None$
|
|
28388
|
+
flags: None$d,
|
|
28481
28389
|
command: /* TODO */-1
|
|
28482
28390
|
}, {
|
|
28483
28391
|
label: discardChanges(),
|
|
28484
|
-
flags: None$
|
|
28392
|
+
flags: None$d,
|
|
28485
28393
|
command: /* TODO */-1
|
|
28486
28394
|
}, {
|
|
28487
28395
|
label: stageChanges(),
|
|
28488
|
-
flags: None$
|
|
28396
|
+
flags: None$d,
|
|
28489
28397
|
command: /* TODO */-1
|
|
28490
28398
|
}, {
|
|
28491
28399
|
label: addToGitignore(),
|
|
28492
|
-
flags: None$
|
|
28400
|
+
flags: None$d,
|
|
28493
28401
|
command: /* TODO */-1
|
|
28494
28402
|
}, {
|
|
28495
28403
|
label: revealInExplorerView(),
|
|
28496
|
-
flags: None$
|
|
28404
|
+
flags: None$d,
|
|
28497
28405
|
command: /* TODO */-1
|
|
28498
28406
|
}, {
|
|
28499
28407
|
label: openContainingFolder(),
|
|
28500
|
-
flags: None$
|
|
28408
|
+
flags: None$d,
|
|
28501
28409
|
command: /* TODO */-1
|
|
28502
28410
|
}];
|
|
28503
28411
|
};
|
|
@@ -30859,27 +30767,27 @@ const getMenuEntries$4 = () => {
|
|
|
30859
30767
|
return [{
|
|
30860
30768
|
id: File,
|
|
30861
30769
|
label: file(),
|
|
30862
|
-
flags: None$
|
|
30770
|
+
flags: None$d
|
|
30863
30771
|
}, {
|
|
30864
30772
|
id: Edit,
|
|
30865
30773
|
label: edit(),
|
|
30866
|
-
flags: None$
|
|
30774
|
+
flags: None$d
|
|
30867
30775
|
}, {
|
|
30868
30776
|
id: Selection,
|
|
30869
30777
|
label: selection(),
|
|
30870
|
-
flags: None$
|
|
30778
|
+
flags: None$d
|
|
30871
30779
|
}, {
|
|
30872
30780
|
id: View$1,
|
|
30873
30781
|
label: view(),
|
|
30874
|
-
flags: None$
|
|
30782
|
+
flags: None$d
|
|
30875
30783
|
}, {
|
|
30876
30784
|
id: Go,
|
|
30877
30785
|
label: go(),
|
|
30878
|
-
flags: None$
|
|
30786
|
+
flags: None$d
|
|
30879
30787
|
}, {
|
|
30880
30788
|
id: Help$1,
|
|
30881
30789
|
label: help(),
|
|
30882
|
-
flags: None$
|
|
30790
|
+
flags: None$d
|
|
30883
30791
|
}];
|
|
30884
30792
|
};
|
|
30885
30793
|
|
|
@@ -30937,54 +30845,54 @@ const getMenuEntries$2 = () => {
|
|
|
30937
30845
|
return [{
|
|
30938
30846
|
id: 'go-to-definition',
|
|
30939
30847
|
label: goToDefinition(),
|
|
30940
|
-
flags: None$
|
|
30848
|
+
flags: None$d,
|
|
30941
30849
|
command: 'Editor.goToDefinition'
|
|
30942
30850
|
}, {
|
|
30943
30851
|
id: 'go-to-type-definition',
|
|
30944
30852
|
label: goToTypeDefinition(),
|
|
30945
|
-
flags: None$
|
|
30853
|
+
flags: None$d,
|
|
30946
30854
|
command: /* Editor.goToTypeDefinition */'Editor.goToTypeDefinition'
|
|
30947
30855
|
}, menuEntrySeparator, {
|
|
30948
30856
|
id: 'find-all-references',
|
|
30949
30857
|
label: findAllReferences(),
|
|
30950
|
-
flags: None$
|
|
30858
|
+
flags: None$d,
|
|
30951
30859
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
30952
30860
|
args: [/* id */'References', /* focus */true]
|
|
30953
30861
|
}, {
|
|
30954
30862
|
id: 'find-all-implementations',
|
|
30955
30863
|
label: findAllImplementations(),
|
|
30956
|
-
flags: None$
|
|
30864
|
+
flags: None$d,
|
|
30957
30865
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
30958
30866
|
args: [/* id */'Implementations', /* focus */true]
|
|
30959
30867
|
}, menuEntrySeparator, {
|
|
30960
30868
|
id: 'format',
|
|
30961
30869
|
label: formatDocument(),
|
|
30962
|
-
flags: None$
|
|
30870
|
+
flags: None$d,
|
|
30963
30871
|
command: 'Editor.format'
|
|
30964
30872
|
}, {
|
|
30965
30873
|
id: SourceControl$1,
|
|
30966
30874
|
label: sourceAction(),
|
|
30967
|
-
flags: None$
|
|
30875
|
+
flags: None$d,
|
|
30968
30876
|
command: 'Editor.showSourceActions2'
|
|
30969
30877
|
}, menuEntrySeparator, {
|
|
30970
30878
|
id: 'cut',
|
|
30971
30879
|
label: cut(),
|
|
30972
|
-
flags: None$
|
|
30880
|
+
flags: None$d,
|
|
30973
30881
|
command: /* Editor.cut */'Editor.cut'
|
|
30974
30882
|
}, {
|
|
30975
30883
|
id: 'copy',
|
|
30976
30884
|
label: copy$3(),
|
|
30977
|
-
flags: None$
|
|
30885
|
+
flags: None$d,
|
|
30978
30886
|
command: /* Editor.copy */'Editor.copy'
|
|
30979
30887
|
}, {
|
|
30980
30888
|
id: 'paste',
|
|
30981
30889
|
label: paste(),
|
|
30982
|
-
flags: None$
|
|
30890
|
+
flags: None$d,
|
|
30983
30891
|
command: /* Editor.paste */'Editor.paste'
|
|
30984
30892
|
}, menuEntrySeparator, {
|
|
30985
30893
|
id: 'commandPalette',
|
|
30986
30894
|
label: commandPalette(),
|
|
30987
|
-
flags: None$
|
|
30895
|
+
flags: None$d,
|
|
30988
30896
|
command: 'QuickPick.showEverything'
|
|
30989
30897
|
}];
|
|
30990
30898
|
};
|
|
@@ -31062,33 +30970,33 @@ const getMenuEntries$1 = () => {
|
|
|
31062
30970
|
return [{
|
|
31063
30971
|
id: 'tabClose',
|
|
31064
30972
|
label: close(),
|
|
31065
|
-
flags: None$
|
|
30973
|
+
flags: None$d,
|
|
31066
30974
|
command: 'Main.closeFocusedTab'
|
|
31067
30975
|
}, {
|
|
31068
30976
|
id: 'tabCloseOthers',
|
|
31069
30977
|
label: closeOthers$1(),
|
|
31070
|
-
flags: None$
|
|
30978
|
+
flags: None$d,
|
|
31071
30979
|
command: 'Main.closeOthers'
|
|
31072
30980
|
}, {
|
|
31073
30981
|
id: 'tabCloseToTheRight',
|
|
31074
30982
|
label: closeToTheRight(),
|
|
31075
|
-
flags: None$
|
|
30983
|
+
flags: None$d,
|
|
31076
30984
|
command: 'Main.closeTabsRight'
|
|
31077
30985
|
}, {
|
|
31078
30986
|
id: 'tabCloseAll',
|
|
31079
30987
|
label: closeAll(),
|
|
31080
|
-
flags: None$
|
|
30988
|
+
flags: None$d,
|
|
31081
30989
|
command: 'Main.closeAllEditors'
|
|
31082
30990
|
}, menuEntrySeparator, {
|
|
31083
30991
|
id: 'revealInExplorer',
|
|
31084
30992
|
label: revealInExplorer(),
|
|
31085
|
-
flags: None$
|
|
30993
|
+
flags: None$d,
|
|
31086
30994
|
command: 'Explorer.revealItem',
|
|
31087
30995
|
args: [uri]
|
|
31088
30996
|
}, menuEntrySeparator, {
|
|
31089
30997
|
id: 'findFileReferences',
|
|
31090
30998
|
label: findFileReferences$1(),
|
|
31091
|
-
flags: None$
|
|
30999
|
+
flags: None$d,
|
|
31092
31000
|
command: 'SideBar.show',
|
|
31093
31001
|
args: [/* id */'References', /* focus */true, uri]
|
|
31094
31002
|
}];
|
|
@@ -31104,33 +31012,33 @@ const getMenuEntries = () => {
|
|
|
31104
31012
|
return [{
|
|
31105
31013
|
id: 'openFile',
|
|
31106
31014
|
label: openFile(),
|
|
31107
|
-
flags: None$
|
|
31015
|
+
flags: None$d,
|
|
31108
31016
|
command: 'Viewlet.openWidget',
|
|
31109
31017
|
args: [QuickPick, 'file']
|
|
31110
31018
|
}, menuEntrySeparator, {
|
|
31111
31019
|
id: 'splitUp',
|
|
31112
31020
|
label: splitUp(),
|
|
31113
|
-
flags: None$
|
|
31021
|
+
flags: None$d,
|
|
31114
31022
|
command: 'Main.splitUp'
|
|
31115
31023
|
}, {
|
|
31116
31024
|
id: 'splitDown',
|
|
31117
31025
|
label: splitDown(),
|
|
31118
|
-
flags: None$
|
|
31026
|
+
flags: None$d,
|
|
31119
31027
|
command: 'Main.splitDown'
|
|
31120
31028
|
}, {
|
|
31121
31029
|
id: 'splitLeft',
|
|
31122
31030
|
label: splitLeft(),
|
|
31123
|
-
flags: None$
|
|
31031
|
+
flags: None$d,
|
|
31124
31032
|
command: 'Main.splitLeft'
|
|
31125
31033
|
}, {
|
|
31126
31034
|
id: 'splitRight',
|
|
31127
31035
|
label: splitRight$1(),
|
|
31128
|
-
flags: None$
|
|
31036
|
+
flags: None$d,
|
|
31129
31037
|
command: 'Main.splitRight'
|
|
31130
31038
|
}, menuEntrySeparator, {
|
|
31131
31039
|
id: 'newWindow',
|
|
31132
31040
|
label: newWindow(),
|
|
31133
|
-
flags: None$
|
|
31041
|
+
flags: None$d,
|
|
31134
31042
|
command: 'Main.newWindow'
|
|
31135
31043
|
}];
|
|
31136
31044
|
};
|