@lvce-editor/static-server 0.44.6 → 0.44.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1792 -1791
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{75e0a3f → 0645499}/css/App.css +82 -82
- package/static/{75e0a3f → 0645499}/css/parts/ViewletExtensionDetail.css +1 -0
- package/static/0645499/css/parts/ViewletExtensionDetailTabs.css +36 -0
- package/static/{75e0a3f → 0645499}/manifest.json +2 -2
- package/static/{75e0a3f → 0645499}/packages/about-view-worker/dist/aboutWorkerMain.js +29 -8
- package/static/{75e0a3f → 0645499}/packages/embeds-worker/dist/embedsWorkerMain.js +3 -3
- package/static/0645499/packages/embeds-worker/dist/embedsWorkerMain.js.map +1 -0
- package/static/{75e0a3f → 0645499}/packages/explorer-worker/dist/explorerViewWorkerMain.js +41 -15
- package/static/{75e0a3f → 0645499}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +170 -58
- package/static/{75e0a3f → 0645499}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{75e0a3f → 0645499}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{75e0a3f → 0645499}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{75e0a3f → 0645499}/packages/renderer-process/dist/rendererProcessMain.js +229 -121
- package/static/{75e0a3f → 0645499}/packages/renderer-process/package.json +1 -1
- package/static/{75e0a3f → 0645499}/packages/renderer-worker/dist/rendererWorkerMain.js +251 -382
- package/static/{75e0a3f → 0645499}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +912 -700
- package/static/{75e0a3f → 0645499}/packages/text-search-worker/dist/textSearchWorkerMain.js +427 -71
- package/static/index.html +4 -4
- package/static/75e0a3f/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- /package/static/{75e0a3f → 0645499}/config/colorTheme.json +0 -0
- /package/static/{75e0a3f → 0645499}/config/defaultSettings.json +0 -0
- /package/static/{75e0a3f → 0645499}/config/fileMap.json +0 -0
- /package/static/{75e0a3f → 0645499}/config/webExtensions.json +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/Animation.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/DebugButtons.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/DebugValue.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/E2eTest.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/E2eTests.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/EditorHover.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/EditorMessage.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ImagePreview.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/Key.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/Markdown.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/Progress.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/Select.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletAbout.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletDialog.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletMedia.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletOutput.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletPanel.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletPdf.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletProblems.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletReferences.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletSearch.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletStorage.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{75e0a3f → 0645499}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{75e0a3f → 0645499}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/default_file.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/default_folder.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/default_root_folder.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_access.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_access2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ada.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ai.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_al.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_angular.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_apache.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_apex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_apib.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_apl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_asp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_astro.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_atom.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ats.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_attw.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_audio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_avif.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_avro.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_awk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_aws.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_azure.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_babel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bat.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bats.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_biml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_binary.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_biome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_blade.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bower.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_buf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bun.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_c.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_c2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_c3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_casc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cert.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_chef.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_class.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_compass.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_composer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_conan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_conda.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_config.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_craco.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_css.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_cython.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_db.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_debian.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_deno.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_diff.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_django.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_docker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_docz.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_drone.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_drools.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_edge.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_elm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ember.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eps.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_epub.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_erb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_excel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_expo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fla.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flash.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flow.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_font.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_funding.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_galen.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_git.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_git2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_glide.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_godot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_grain.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_helix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_helm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_host.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_html.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_http.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_husky.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_icl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_idris.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_image.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_imba.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_inc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_informix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ini.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ink.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_io.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_janet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jar.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_java.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_json.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_json2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_json5.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_juice.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_julia.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_k.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_karma.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_key.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kite.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_knip.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kos.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_latino.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_layout.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_less.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_liara.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_license.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lime.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_locale.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_log.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lua.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_luau.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_lync.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_map.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_marko.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_maven.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_maya.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_meson.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_motif.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mson.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_next.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nim.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_noc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_node.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_node2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_npm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_org.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_package.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_paket.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_patch.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_perl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_php.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_php2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_php3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pine.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pip.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pony.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_postman.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_preact.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_progress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pug.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_python.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_q.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_qml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_r.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_racket.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rails.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_raku.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_raml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_razor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_reason.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_red.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_registry.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rego.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_remark.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_replit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_retext.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_riot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_robots.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rome.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ron.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rust.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sails.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_san.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sas.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sass.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_scala.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_script.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_scss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_shell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sino.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_slang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_slice.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_slim.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_slint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sln.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_snort.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_source.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_spin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sst.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stata.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_style.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_styled.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_svg.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_swc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_swift.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_swig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_teal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_templ.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tera.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_test.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_testts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_text.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_textile.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_todo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_toit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_toml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tox.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_travis.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tree.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tres.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_twig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_unison.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vala.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vash.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vba.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vento.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_video.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_view.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vim.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vite.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_volt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vue.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wally.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_windi.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_word.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_word2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xib.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yang.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_zig.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_zip.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_android.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_api.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_app.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_client.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_common.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_component.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_config.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_css.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_db.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_git.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_github.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_images.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_include.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_js.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_json.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_less.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_library.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_log.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_model.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_module.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_next.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_node.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_package.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_php.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_private.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_public.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_python.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_route.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_script.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_server.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_services.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_src.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_story.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_style.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_template.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_test.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_video.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_view.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_www.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{75e0a3f → 0645499}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{75e0a3f → 0645499}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{75e0a3f → 0645499}/icons/add.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/arrow-down.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/arrow-left.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/arrow-right.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/arrow-up.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/blank.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/book.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/case-sensitive.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/check.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chevron-down.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chevron-left.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chevron-right.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chevron-up.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chrome-close.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chrome-maximize.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chrome-minimize.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/chrome-restore.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/circle-filled.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/clear-all.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/close.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/cloud.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/collapse-all.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-all.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-alt-2.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-alt-small.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-alt.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-console.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-continue-small.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-continue.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-coverage.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-disconnect.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-line-by-line.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-pause.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-rerun.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-restart-frame.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-restart.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-stackframe.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-start.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-step-back.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-step-into.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-step-out.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-step-over.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug-stop.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/debug.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/discard.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/edit.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/ellipsis.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/error.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/exclude.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{75e0a3f → 0645499}/icons/extensions.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/files.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/filter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/go-to-file.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/icon-close.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/icon-source-control.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/icon-sync.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/icon.png +0 -0
- /package/static/{75e0a3f → 0645499}/icons/icon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/info.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/language-icon.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/link-external.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/list-flat.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/list-tree.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/new-file.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/new-folder.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/newline.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/open-preview.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/play.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/preserve-case.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/progress.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/pwa-icon-192.png +0 -0
- /package/static/{75e0a3f → 0645499}/icons/pwa-icon-512.png +0 -0
- /package/static/{75e0a3f → 0645499}/icons/record-keys.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/refresh.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/regex.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/remove.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/replace-all.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/replace.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/run-all.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/search.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/settings-gear.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/source-control.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/split-horizontal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/squiggly-error.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/squiggly-warning.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-array.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-boolean.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-class.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-color.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-constant.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-enum-member.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-enum.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-event.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-field.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-file.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-interface.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-key.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-keyword.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-method.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-misc.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-namespace.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-numeric.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-operator.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-parameter.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-property.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-ruler.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-snippet.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-string.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-structure.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/symbol-variable.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/tag.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/terminal-bash.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/terminal.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/theme-icon.png +0 -0
- /package/static/{75e0a3f → 0645499}/icons/trash.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/triangle-down.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/triangle-left.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/triangle-right.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/triangle-up.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/warning.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/whole-word.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/zoom-in.svg +0 -0
- /package/static/{75e0a3f → 0645499}/icons/zoom-out.svg +0 -0
- /package/static/{75e0a3f → 0645499}/js/babel-parser.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/blob-util.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/ky.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/lvce-editor-import-script.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/lvce-editor-ipc.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/lvce-editor-verror.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/p-min-delay.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/pretty-bytes.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/preview-injected.js +0 -0
- /package/static/{75e0a3f → 0645499}/js/yoctodelay.js +0 -0
- /package/static/{75e0a3f → 0645499}/lib-css/termterm.css +0 -0
- /package/static/{75e0a3f → 0645499}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{75e0a3f → 0645499}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/renderer-process/LICENSE +0 -0
- /package/static/{75e0a3f → 0645499}/packages/renderer-process/README.md +0 -0
- /package/static/{75e0a3f → 0645499}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.cpp +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.css +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.csv +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.dart +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.env +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.ex +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.html +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.java +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.jl +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.js +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.json +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.kt +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.pl +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.py +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/index.ts +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/scrolling.txt +0 -0
- /package/static/{75e0a3f → 0645499}/playground/languages/tsconfig.json +0 -0
- /package/static/{75e0a3f → 0645499}/playground/sample-folder/a.txt +0 -0
- /package/static/{75e0a3f → 0645499}/playground/sample-folder/b.txt +0 -0
- /package/static/{75e0a3f → 0645499}/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 '/0645499';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -387,7 +387,7 @@ const constructError = (message, type, name) => {
|
|
|
387
387
|
}
|
|
388
388
|
return new ErrorConstructor(message);
|
|
389
389
|
};
|
|
390
|
-
const getNewLineIndex = (string, startIndex =
|
|
390
|
+
const getNewLineIndex = (string, startIndex = undefined) => {
|
|
391
391
|
return string.indexOf(NewLine, startIndex);
|
|
392
392
|
};
|
|
393
393
|
const getParentStack = error => {
|
|
@@ -996,7 +996,7 @@ const isOffscreenCanvas = value => {
|
|
|
996
996
|
};
|
|
997
997
|
const isInstanceOf = (value, constructorName) => {
|
|
998
998
|
var _a;
|
|
999
|
-
return ((_a = value == null ?
|
|
999
|
+
return ((_a = value == null ? undefined : value.constructor) == null ? undefined : _a.name) === constructorName;
|
|
1000
1000
|
};
|
|
1001
1001
|
const isSocket = value => {
|
|
1002
1002
|
return isInstanceOf(value, "Socket");
|
|
@@ -1476,7 +1476,7 @@ const decode = string => {
|
|
|
1476
1476
|
const should_negate = value & 1;
|
|
1477
1477
|
value >>>= 1;
|
|
1478
1478
|
if (should_negate) {
|
|
1479
|
-
result.push(value === 0 ? -
|
|
1479
|
+
result.push(value === 0 ? -2147483648 : -value);
|
|
1480
1480
|
} else {
|
|
1481
1481
|
result.push(value);
|
|
1482
1482
|
}
|
|
@@ -2801,7 +2801,7 @@ const toggleDevtools = forward$2('ElectronWindow.toggleDevtools');
|
|
|
2801
2801
|
const zoomIn$1 = forward$2('ElectronWindow.zoomIn');
|
|
2802
2802
|
const zoomOut$1 = forward$2('ElectronWindow.zoomOut');
|
|
2803
2803
|
const zoomReset$1 = forward$2('ElectronWindow.zoomReset');
|
|
2804
|
-
const focus$
|
|
2804
|
+
const focus$9 = forward$2('ElectronWindow.focus');
|
|
2805
2805
|
|
|
2806
2806
|
const reloadElectron = () => {
|
|
2807
2807
|
return reload$3();
|
|
@@ -4126,10 +4126,10 @@ const closeWidgetElectronQuickPick = async () => {
|
|
|
4126
4126
|
remove$7(id);
|
|
4127
4127
|
await disposeBrowserViewQuickPick();
|
|
4128
4128
|
// TODO restore focus to previously focused element
|
|
4129
|
-
await focus$
|
|
4129
|
+
await focus$9();
|
|
4130
4130
|
};
|
|
4131
4131
|
|
|
4132
|
-
const focus$
|
|
4132
|
+
const focus$8 = async id => {
|
|
4133
4133
|
const instance = getInstance(id);
|
|
4134
4134
|
if (!instance) {
|
|
4135
4135
|
return;
|
|
@@ -5832,8 +5832,23 @@ const getWatchConfig = () => {
|
|
|
5832
5832
|
command: 'Explorer.hotReload'
|
|
5833
5833
|
});
|
|
5834
5834
|
}
|
|
5835
|
+
const textSearchWorkerPath = get$d('develop.textSearchWorkerPath');
|
|
5836
|
+
if (textSearchWorkerPath) {
|
|
5837
|
+
watchConfig.push({
|
|
5838
|
+
path: textSearchWorkerPath,
|
|
5839
|
+
command: 'Search.hotReload'
|
|
5840
|
+
});
|
|
5841
|
+
}
|
|
5842
|
+
const extensionDetail = get$d('develop.extensionDetailViewWorkerPath');
|
|
5843
|
+
if (extensionDetail) {
|
|
5844
|
+
watchConfig.push({
|
|
5845
|
+
path: extensionDetail,
|
|
5846
|
+
command: 'ExtensionDetail.hotReload'
|
|
5847
|
+
});
|
|
5848
|
+
}
|
|
5835
5849
|
return watchConfig;
|
|
5836
5850
|
};
|
|
5851
|
+
|
|
5837
5852
|
const watchFilesForHotReload = async platform => {
|
|
5838
5853
|
try {
|
|
5839
5854
|
if (platform === Web$1) ;
|
|
@@ -9597,8 +9612,8 @@ const toLocaleString = (number, locale, options) => {
|
|
|
9597
9612
|
let result = number;
|
|
9598
9613
|
if (typeof locale === "string" || Array.isArray(locale)) {
|
|
9599
9614
|
result = number.toLocaleString(locale, options);
|
|
9600
|
-
} else if (locale === true || options !==
|
|
9601
|
-
result = number.toLocaleString(
|
|
9615
|
+
} else if (locale === true || options !== undefined) {
|
|
9616
|
+
result = number.toLocaleString(undefined, options);
|
|
9602
9617
|
}
|
|
9603
9618
|
return result;
|
|
9604
9619
|
};
|
|
@@ -9623,12 +9638,12 @@ function prettyBytes(number, options) {
|
|
|
9623
9638
|
number = -number;
|
|
9624
9639
|
}
|
|
9625
9640
|
let localeOptions;
|
|
9626
|
-
if (options.minimumFractionDigits !==
|
|
9641
|
+
if (options.minimumFractionDigits !== undefined) {
|
|
9627
9642
|
localeOptions = {
|
|
9628
9643
|
minimumFractionDigits: options.minimumFractionDigits
|
|
9629
9644
|
};
|
|
9630
9645
|
}
|
|
9631
|
-
if (options.maximumFractionDigits !==
|
|
9646
|
+
if (options.maximumFractionDigits !== undefined) {
|
|
9632
9647
|
localeOptions = {
|
|
9633
9648
|
maximumFractionDigits: options.maximumFractionDigits,
|
|
9634
9649
|
...localeOptions
|
|
@@ -12386,7 +12401,7 @@ const handleMouseEnter$1 = async (level, index, enterX, enterY, enterTimeStamp)
|
|
|
12386
12401
|
}
|
|
12387
12402
|
}
|
|
12388
12403
|
const item = menu.items[index];
|
|
12389
|
-
await focusIndex$
|
|
12404
|
+
await focusIndex$8(menu, index);
|
|
12390
12405
|
switch (item.flags) {
|
|
12391
12406
|
case /* SubMenu */4:
|
|
12392
12407
|
await showSubMenuAtEnter(menu.level, index, enterX, enterY);
|
|
@@ -12405,7 +12420,7 @@ const handleMouseLeave$1 = async () => {
|
|
|
12405
12420
|
menu.focusedIndex = -1;
|
|
12406
12421
|
await invoke$f(/* Menu.focusIndex */'Menu.focusIndex', /* level */menu.level, /* oldFocusedIndex */oldFocusedIndex, /* newFocusedIndex */-1);
|
|
12407
12422
|
};
|
|
12408
|
-
const focusIndex$
|
|
12423
|
+
const focusIndex$8 = async (menu, index) => {
|
|
12409
12424
|
if (menu.items.length === 0) {
|
|
12410
12425
|
return;
|
|
12411
12426
|
}
|
|
@@ -12426,21 +12441,21 @@ const getIndexToFocusNextStartingAt = (items, startIndex) => {
|
|
|
12426
12441
|
const getIndexToFocusFirst = items => {
|
|
12427
12442
|
return getIndexToFocusNextStartingAt(items, 0);
|
|
12428
12443
|
};
|
|
12429
|
-
const focusFirst$
|
|
12444
|
+
const focusFirst$7 = async () => {
|
|
12430
12445
|
const menu = getCurrentMenu();
|
|
12431
12446
|
if (menu.items.length === 0) {
|
|
12432
12447
|
return;
|
|
12433
12448
|
}
|
|
12434
12449
|
const indexToFocus = getIndexToFocusFirst(menu.items);
|
|
12435
|
-
await focusIndex$
|
|
12450
|
+
await focusIndex$8(menu, indexToFocus);
|
|
12436
12451
|
};
|
|
12437
12452
|
const getIndexToFocusLast = items => {
|
|
12438
12453
|
return getIndexToFocusPreviousStartingAt(items, items.length - 1);
|
|
12439
12454
|
};
|
|
12440
|
-
const focusLast$
|
|
12455
|
+
const focusLast$7 = async () => {
|
|
12441
12456
|
const menu = getCurrentMenu();
|
|
12442
12457
|
const indexToFocus = getIndexToFocusPreviousStartingAt(menu.items, menu.items.length - 1);
|
|
12443
|
-
await focusIndex$
|
|
12458
|
+
await focusIndex$8(menu, indexToFocus);
|
|
12444
12459
|
};
|
|
12445
12460
|
|
|
12446
12461
|
// TODO this code seems a bit too complicated, maybe it can be simplified
|
|
@@ -12458,13 +12473,13 @@ const getIndexToFocusPrevious = menu => {
|
|
|
12458
12473
|
const startIndex = menu.focusedIndex === -1 ? menu.items.length - 1 : menu.focusedIndex - 1;
|
|
12459
12474
|
return getIndexToFocusPreviousStartingAt(menu.items, startIndex);
|
|
12460
12475
|
};
|
|
12461
|
-
const focusPrevious$
|
|
12476
|
+
const focusPrevious$a = async () => {
|
|
12462
12477
|
const menu = getCurrentMenu();
|
|
12463
12478
|
if (menu.items.length === 0) {
|
|
12464
12479
|
return;
|
|
12465
12480
|
}
|
|
12466
12481
|
const indexToFocus = getIndexToFocusPrevious(menu);
|
|
12467
|
-
await focusIndex$
|
|
12482
|
+
await focusIndex$8(menu, indexToFocus);
|
|
12468
12483
|
};
|
|
12469
12484
|
const canBeFocused = item => {
|
|
12470
12485
|
switch (item.flags) {
|
|
@@ -12479,13 +12494,13 @@ const getIndexToFocusNext = menu => {
|
|
|
12479
12494
|
const startIndex = menu.focusedIndex + 1;
|
|
12480
12495
|
return getIndexToFocusNextStartingAt(menu.items, startIndex);
|
|
12481
12496
|
};
|
|
12482
|
-
const focusNext$
|
|
12497
|
+
const focusNext$a = async () => {
|
|
12483
12498
|
const menu = getCurrentMenu();
|
|
12484
12499
|
if (menu.items.length === 0) {
|
|
12485
12500
|
return;
|
|
12486
12501
|
}
|
|
12487
12502
|
const indexToFocus = getIndexToFocusNext(menu);
|
|
12488
|
-
await focusIndex$
|
|
12503
|
+
await focusIndex$8(menu, indexToFocus);
|
|
12489
12504
|
};
|
|
12490
12505
|
|
|
12491
12506
|
// TODO handle printable letter and focus item that starts with that letter
|
|
@@ -12496,11 +12511,11 @@ const focusNext$b = async () => {
|
|
|
12496
12511
|
|
|
12497
12512
|
const name$1C = 'Menu';
|
|
12498
12513
|
const Commands$1r = {
|
|
12499
|
-
focusFirst: focusFirst$
|
|
12500
|
-
focusIndex: focusIndex$
|
|
12501
|
-
focusLast: focusLast$
|
|
12502
|
-
focusNext: focusNext$
|
|
12503
|
-
focusPrevious: focusPrevious$
|
|
12514
|
+
focusFirst: focusFirst$7,
|
|
12515
|
+
focusIndex: focusIndex$8,
|
|
12516
|
+
focusLast: focusLast$7,
|
|
12517
|
+
focusNext: focusNext$a,
|
|
12518
|
+
focusPrevious: focusPrevious$a,
|
|
12504
12519
|
handleMouseEnter: handleMouseEnter$1,
|
|
12505
12520
|
handleMouseLeave: handleMouseLeave$1,
|
|
12506
12521
|
hide: hide$3,
|
|
@@ -13126,7 +13141,7 @@ const Commands$17 = {
|
|
|
13126
13141
|
2133: send,
|
|
13127
13142
|
closeWidget: closeWidget,
|
|
13128
13143
|
executeViewletCommand: executeViewletCommand,
|
|
13129
|
-
focus: focus$
|
|
13144
|
+
focus: focus$8,
|
|
13130
13145
|
getAllStates: getAllStates,
|
|
13131
13146
|
openWidget: openWidget,
|
|
13132
13147
|
send: send,
|
|
@@ -14030,13 +14045,13 @@ const handleFocusIn$1 = state => {
|
|
|
14030
14045
|
setFocus(About);
|
|
14031
14046
|
return state;
|
|
14032
14047
|
};
|
|
14033
|
-
const focusNext$
|
|
14048
|
+
const focusNext$9 = async state => {
|
|
14034
14049
|
const newState = await invoke$c('About.focusNext', state);
|
|
14035
14050
|
const commands = await invoke$c('About.render', state, newState);
|
|
14036
14051
|
newState.commands = commands;
|
|
14037
14052
|
return newState;
|
|
14038
14053
|
};
|
|
14039
|
-
const focusPrevious$
|
|
14054
|
+
const focusPrevious$9 = async state => {
|
|
14040
14055
|
const newState = await invoke$c('About.focusPrevious', state);
|
|
14041
14056
|
const commands = await invoke$c('About.render', state, newState);
|
|
14042
14057
|
newState.commands = commands;
|
|
@@ -14048,8 +14063,8 @@ const Commands$C = {
|
|
|
14048
14063
|
handleClickCopy: handleClickCopy,
|
|
14049
14064
|
handleClickOk: handleClickOk$1,
|
|
14050
14065
|
handleFocusIn: handleFocusIn$1,
|
|
14051
|
-
focusNext: focusNext$
|
|
14052
|
-
focusPrevious: focusPrevious$
|
|
14066
|
+
focusNext: focusNext$9,
|
|
14067
|
+
focusPrevious: focusPrevious$9
|
|
14053
14068
|
};
|
|
14054
14069
|
|
|
14055
14070
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
@@ -14102,8 +14117,8 @@ const ViewletAbout_ipc = {
|
|
|
14102
14117
|
Commands: Commands$C,
|
|
14103
14118
|
Css: Css$F,
|
|
14104
14119
|
create: create$P,
|
|
14105
|
-
focusNext: focusNext$
|
|
14106
|
-
focusPrevious: focusPrevious$
|
|
14120
|
+
focusNext: focusNext$9,
|
|
14121
|
+
focusPrevious: focusPrevious$9,
|
|
14107
14122
|
getKeyBindings: getKeyBindings$h,
|
|
14108
14123
|
handleClickClose: handleClickClose$3,
|
|
14109
14124
|
handleClickCopy,
|
|
@@ -14265,7 +14280,7 @@ const getFilteredActivityBarItems$1 = (items, height, itemHeight) => {
|
|
|
14265
14280
|
const ListItem = 22;
|
|
14266
14281
|
const ActivityBarItem = 48;
|
|
14267
14282
|
|
|
14268
|
-
const focusIndex$
|
|
14283
|
+
const focusIndex$7 = (state, index) => {
|
|
14269
14284
|
return {
|
|
14270
14285
|
...state,
|
|
14271
14286
|
focusedIndex: index,
|
|
@@ -14275,7 +14290,7 @@ const focusIndex$8 = (state, index) => {
|
|
|
14275
14290
|
|
|
14276
14291
|
const ViewletActivityBarFocusIndex = {
|
|
14277
14292
|
__proto__: null,
|
|
14278
|
-
focusIndex: focusIndex$
|
|
14293
|
+
focusIndex: focusIndex$7
|
|
14279
14294
|
};
|
|
14280
14295
|
|
|
14281
14296
|
// TODO rename viewlet parameter to something else (e.g. clicking settings opens context menu not settings viewlet)
|
|
@@ -14383,12 +14398,12 @@ const handleBlur$7 = state => {
|
|
|
14383
14398
|
const saveState$d = state => {
|
|
14384
14399
|
return {};
|
|
14385
14400
|
};
|
|
14386
|
-
const focus$
|
|
14401
|
+
const focus$7 = state => {
|
|
14387
14402
|
const {
|
|
14388
14403
|
focusedIndex
|
|
14389
14404
|
} = state;
|
|
14390
14405
|
const indexToFocus = focusedIndex === -1 ? 0 : focusedIndex;
|
|
14391
|
-
return focusIndex$
|
|
14406
|
+
return focusIndex$7(state, indexToFocus);
|
|
14392
14407
|
};
|
|
14393
14408
|
|
|
14394
14409
|
// prettier-ignore
|
|
@@ -14401,7 +14416,7 @@ const Commands$B = {
|
|
|
14401
14416
|
};
|
|
14402
14417
|
|
|
14403
14418
|
// prettier-ignore
|
|
14404
|
-
const LazyCommands$
|
|
14419
|
+
const LazyCommands$c = {
|
|
14405
14420
|
focus: () => Promise.resolve().then(function () { return ViewletActivityBarFocus; }),
|
|
14406
14421
|
focusFirst: () => Promise.resolve().then(function () { return ViewletActivityBarFocusFirst; }),
|
|
14407
14422
|
focusIndex: () => Promise.resolve().then(function () { return ViewletActivityBarFocusIndex; }),
|
|
@@ -14829,10 +14844,10 @@ const ViewletActivityBar_ipc = {
|
|
|
14829
14844
|
Commands: Commands$B,
|
|
14830
14845
|
Css: Css$E,
|
|
14831
14846
|
Events: Events$6,
|
|
14832
|
-
LazyCommands: LazyCommands$
|
|
14847
|
+
LazyCommands: LazyCommands$c,
|
|
14833
14848
|
Variables: Variables$8,
|
|
14834
14849
|
create: create$O,
|
|
14835
|
-
focus: focus$
|
|
14850
|
+
focus: focus$7,
|
|
14836
14851
|
getDisplayName: getDisplayName$2,
|
|
14837
14852
|
getKeyBindings: getKeyBindings$g,
|
|
14838
14853
|
getQuickPickMenuEntries: getQuickPickMenuEntries$4,
|
|
@@ -16124,7 +16139,7 @@ const loadContent$B = async (state, savedState) => {
|
|
|
16124
16139
|
const Commands$u = {};
|
|
16125
16140
|
|
|
16126
16141
|
// prettier-ignore
|
|
16127
|
-
const LazyCommands$
|
|
16142
|
+
const LazyCommands$b = {
|
|
16128
16143
|
setDeltaY: () => Promise.resolve().then(function () { return VirtualListSetDeltaY; }),
|
|
16129
16144
|
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
|
|
16130
16145
|
};
|
|
@@ -16565,7 +16580,7 @@ const ViewletDiffEditor_ipc = {
|
|
|
16565
16580
|
__proto__: null,
|
|
16566
16581
|
Commands: Commands$u,
|
|
16567
16582
|
Css: Css$w,
|
|
16568
|
-
LazyCommands: LazyCommands$
|
|
16583
|
+
LazyCommands: LazyCommands$b,
|
|
16569
16584
|
create: create$F,
|
|
16570
16585
|
getDynamicCss,
|
|
16571
16586
|
hasFunctionalRender: hasFunctionalRender$v,
|
|
@@ -16890,7 +16905,7 @@ const runAll = state => {
|
|
|
16890
16905
|
console.log('run all');
|
|
16891
16906
|
return state;
|
|
16892
16907
|
};
|
|
16893
|
-
const handleContextMenu$
|
|
16908
|
+
const handleContextMenu$8 = async (state, button, x, y) => {
|
|
16894
16909
|
const index = getIndex$2(state.y, y);
|
|
16895
16910
|
// @ts-ignore
|
|
16896
16911
|
state.index = index;
|
|
@@ -16916,7 +16931,7 @@ const Commands$s = {
|
|
|
16916
16931
|
handleClickAt: handleClickAt$4,
|
|
16917
16932
|
handleLoad: handleLoad,
|
|
16918
16933
|
runAll: runAll,
|
|
16919
|
-
handleContextMenu: handleContextMenu$
|
|
16934
|
+
handleContextMenu: handleContextMenu$8,
|
|
16920
16935
|
openInNewTab: openInNewTab
|
|
16921
16936
|
};
|
|
16922
16937
|
|
|
@@ -17049,7 +17064,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17049
17064
|
executeTest,
|
|
17050
17065
|
getKeyBindings: getKeyBindings$c,
|
|
17051
17066
|
handleClickAt: handleClickAt$4,
|
|
17052
|
-
handleContextMenu: handleContextMenu$
|
|
17067
|
+
handleContextMenu: handleContextMenu$8,
|
|
17053
17068
|
handleLoad,
|
|
17054
17069
|
hasFunctionalRender: hasFunctionalRender$t,
|
|
17055
17070
|
hasFunctionalRootRender: hasFunctionalRootRender$f,
|
|
@@ -17567,7 +17582,7 @@ const dispose$o = state => {
|
|
|
17567
17582
|
};
|
|
17568
17583
|
const hasFunctionalRender$s = true;
|
|
17569
17584
|
const render$u = render$v;
|
|
17570
|
-
const focus$
|
|
17585
|
+
const focus$6 = state => {
|
|
17571
17586
|
return {
|
|
17572
17587
|
...state,
|
|
17573
17588
|
focused: true
|
|
@@ -17667,7 +17682,7 @@ const ViewletEditorText_ipc = {
|
|
|
17667
17682
|
create: create$z,
|
|
17668
17683
|
customErrorRenderer,
|
|
17669
17684
|
dispose: dispose$o,
|
|
17670
|
-
focus: focus$
|
|
17685
|
+
focus: focus$6,
|
|
17671
17686
|
getDynamicCss,
|
|
17672
17687
|
getKeyBindings: getKeyBindings$b,
|
|
17673
17688
|
getQuickPickMenuEntries: getQuickPickMenuEntries$2,
|
|
@@ -17790,7 +17805,7 @@ const launchExplorerWorker = async () => {
|
|
|
17790
17805
|
|
|
17791
17806
|
const {
|
|
17792
17807
|
invoke: invoke$6,
|
|
17793
|
-
restart: restart$
|
|
17808
|
+
restart: restart$3
|
|
17794
17809
|
} = getOrCreateWorker(launchExplorerWorker);
|
|
17795
17810
|
|
|
17796
17811
|
// TODO viewlet should only have create and refresh functions
|
|
@@ -18081,7 +18096,7 @@ const handleClickOpenFolder = async state => {
|
|
|
18081
18096
|
newState.commands = commands;
|
|
18082
18097
|
return newState;
|
|
18083
18098
|
};
|
|
18084
|
-
const hotReload = async state => {
|
|
18099
|
+
const hotReload$2 = async state => {
|
|
18085
18100
|
if (state.isHotReloading) {
|
|
18086
18101
|
return state;
|
|
18087
18102
|
}
|
|
@@ -18090,7 +18105,7 @@ const hotReload = async state => {
|
|
|
18090
18105
|
// possible TODO race condition during hot reload
|
|
18091
18106
|
// there could still be pending promises when the worker is disposed
|
|
18092
18107
|
const savedState = await invoke$6('Explorer.saveState', state);
|
|
18093
|
-
await restart$
|
|
18108
|
+
await restart$3('Explorer.terminate');
|
|
18094
18109
|
const oldState = {
|
|
18095
18110
|
...state,
|
|
18096
18111
|
items: []
|
|
@@ -18102,59 +18117,28 @@ const hotReload = async state => {
|
|
|
18102
18117
|
return newState;
|
|
18103
18118
|
};
|
|
18104
18119
|
|
|
18105
|
-
|
|
18106
|
-
const
|
|
18107
|
-
|
|
18108
|
-
|
|
18109
|
-
|
|
18110
|
-
|
|
18111
|
-
|
|
18112
|
-
|
|
18113
|
-
|
|
18114
|
-
|
|
18115
|
-
|
|
18116
|
-
|
|
18117
|
-
|
|
18118
|
-
handleClickCurrent: handleClickCurrent$1,
|
|
18119
|
-
handleClickCurrentButKeepFocus: handleClickCurrentButKeepFocus$1,
|
|
18120
|
-
handleCopy: handleCopy,
|
|
18121
|
-
handleMouseEnter: handleMouseEnter,
|
|
18122
|
-
handleMouseLeave: handleMouseLeave,
|
|
18123
|
-
handleWheel: handleWheel$2,
|
|
18124
|
-
newFile: newFile$1,
|
|
18125
|
-
newFolder: newFolder$1,
|
|
18126
|
-
openContainingFolder: openContainingFolder$1,
|
|
18127
|
-
removeDirent: removeDirent,
|
|
18128
|
-
rename: renameDirent,
|
|
18129
|
-
renameDirent: renameDirent,
|
|
18130
|
-
revealItem: revealItem,
|
|
18131
|
-
scrollDown: scrollDown$1,
|
|
18132
|
-
scrollUp: scrollUp,
|
|
18133
|
-
setDeltaY: setDeltaY$2,
|
|
18134
|
-
updateEditingValue: updateEditingValue,
|
|
18135
|
-
handleFocus: handleFocus$5,
|
|
18136
|
-
refresh: refresh$4,
|
|
18137
|
-
handleClickOpenFolder: handleClickOpenFolder,
|
|
18138
|
-
hotReload: hotReload
|
|
18120
|
+
const wrapExplorerCommand = key => {
|
|
18121
|
+
const fn = async (state, ...args) => {
|
|
18122
|
+
const newState = await invoke$6(`Explorer.${key}`, state, ...args);
|
|
18123
|
+
if (JSON.stringify(state) === JSON.stringify(newState)) {
|
|
18124
|
+
return state;
|
|
18125
|
+
}
|
|
18126
|
+
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18127
|
+
return {
|
|
18128
|
+
...newState,
|
|
18129
|
+
commands
|
|
18130
|
+
};
|
|
18131
|
+
};
|
|
18132
|
+
return fn;
|
|
18139
18133
|
};
|
|
18140
18134
|
|
|
18141
|
-
|
|
18142
|
-
const
|
|
18143
|
-
|
|
18144
|
-
|
|
18145
|
-
|
|
18146
|
-
|
|
18147
|
-
|
|
18148
|
-
focusNext: () => Promise.resolve().then(function () { return ViewletExplorerFocusNext; }),
|
|
18149
|
-
focusNone: () => Promise.resolve().then(function () { return ViewletExplorerFocusNone; }),
|
|
18150
|
-
focusPrevious: () => Promise.resolve().then(function () { return ViewletExplorerFocusPrevious; }),
|
|
18151
|
-
handleContextMenu: () => Promise.resolve().then(function () { return ViewletExplorerHandleContextMenu; }),
|
|
18152
|
-
handleDragOver: () => Promise.resolve().then(function () { return ViewletExplorerHandleDragOver; }),
|
|
18153
|
-
handleDrop: () => Promise.resolve().then(function () { return ViewletExplorerHandleDrop; }),
|
|
18154
|
-
handlePaste: () => Promise.resolve().then(function () { return ViewletExplorerHandlePaste; }),
|
|
18155
|
-
acceptEdit: () => Promise.resolve().then(function () { return ViewletExplorerAcceptEdit; }),
|
|
18156
|
-
handlePointerDown: () => Promise.resolve().then(function () { return ViewletExplorerHandlePointerDown; })
|
|
18157
|
-
};
|
|
18135
|
+
const commands$1 = ['cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'expandAll', 'getFocusedDirent', 'handleArrowLeft', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleCopy', 'handleMouseEnter', 'handleMouseLeave', 'handleWheel', 'newFile', 'newFolder', 'openContainingFolder', 'removeDirent', 'rename', 'renameDirent', 'revealItem', 'scrollDown', 'scrollUp', 'setDeltaY', 'updateEditingValue', 'handleFocus', 'refresh', 'handleClickOpenFolder', 'hotReload', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'handleContextMenu', 'handleDragOver', 'handleDrop', 'handlePaste', 'acceptEdit', 'handlePointerDown'];
|
|
18136
|
+
const Commands$p = {};
|
|
18137
|
+
for (const command of commands$1) {
|
|
18138
|
+
Commands$p[command] = wrapExplorerCommand(command);
|
|
18139
|
+
}
|
|
18140
|
+
Commands$p['hotReload'] = hotReload$2;
|
|
18141
|
+
Commands$p['handleFocus'] = handleFocus$5;
|
|
18158
18142
|
|
|
18159
18143
|
const Css$s = [];
|
|
18160
18144
|
|
|
@@ -18308,7 +18292,6 @@ const ViewletExplorer_ipc = {
|
|
|
18308
18292
|
Commands: Commands$p,
|
|
18309
18293
|
Css: Css$s,
|
|
18310
18294
|
Events: Events$4,
|
|
18311
|
-
LazyCommands: LazyCommands$b,
|
|
18312
18295
|
cancelEdit,
|
|
18313
18296
|
collapseAll: collapseAll$4,
|
|
18314
18297
|
copyPath,
|
|
@@ -18339,7 +18322,7 @@ const ViewletExplorer_ipc = {
|
|
|
18339
18322
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
18340
18323
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
18341
18324
|
hasFunctionalRootRender: hasFunctionalRootRender$e,
|
|
18342
|
-
hotReload,
|
|
18325
|
+
hotReload: hotReload$2,
|
|
18343
18326
|
loadContent: loadContent$w,
|
|
18344
18327
|
menus: menus$8,
|
|
18345
18328
|
name: name$B,
|
|
@@ -18389,7 +18372,8 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
18389
18372
|
|
|
18390
18373
|
const {
|
|
18391
18374
|
invoke: invoke$5,
|
|
18392
|
-
invokeAndTransfer: invokeAndTransfer$5
|
|
18375
|
+
invokeAndTransfer: invokeAndTransfer$5,
|
|
18376
|
+
restart: restart$2
|
|
18393
18377
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
18394
18378
|
|
|
18395
18379
|
const None$9 = 0;
|
|
@@ -18415,7 +18399,8 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18415
18399
|
y,
|
|
18416
18400
|
width,
|
|
18417
18401
|
height,
|
|
18418
|
-
size: None$9
|
|
18402
|
+
size: None$9,
|
|
18403
|
+
selectedTab: ''
|
|
18419
18404
|
};
|
|
18420
18405
|
};
|
|
18421
18406
|
|
|
@@ -18430,12 +18415,27 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18430
18415
|
// probably need to pass extension location from extensions viewlet
|
|
18431
18416
|
const loadContent$v = async state => {
|
|
18432
18417
|
const newState = await invoke$5('ExtensionDetail.loadContent', state, platform);
|
|
18433
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml);
|
|
18418
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab);
|
|
18434
18419
|
return {
|
|
18435
18420
|
...newState,
|
|
18436
18421
|
dom
|
|
18437
18422
|
};
|
|
18438
18423
|
};
|
|
18424
|
+
const hotReload$1 = async state => {
|
|
18425
|
+
if (state.isHotReloading) {
|
|
18426
|
+
return state;
|
|
18427
|
+
}
|
|
18428
|
+
// TODO avoid mutation
|
|
18429
|
+
state.isHotReloading = true;
|
|
18430
|
+
// possible TODO race condition during hot reload
|
|
18431
|
+
// there could still be pending promises when the worker is disposed
|
|
18432
|
+
await restart$2('Explorer.terminate');
|
|
18433
|
+
const newState = await invoke$5('ExtensionDetail.loadContent', state, {});
|
|
18434
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab);
|
|
18435
|
+
newState.isHotReloading = false;
|
|
18436
|
+
newState.dom = dom;
|
|
18437
|
+
return newState;
|
|
18438
|
+
};
|
|
18439
18439
|
const handleIconError = state => {
|
|
18440
18440
|
const {
|
|
18441
18441
|
iconSrc
|
|
@@ -18448,6 +18448,14 @@ const handleIconError = state => {
|
|
|
18448
18448
|
iconSrc: ExtensionDefaultIcon
|
|
18449
18449
|
};
|
|
18450
18450
|
};
|
|
18451
|
+
const handleTabsClick = async (state, name) => {
|
|
18452
|
+
const newState = await invoke$5('ExtensionDetail.handleTabsClick', state, name);
|
|
18453
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml);
|
|
18454
|
+
return {
|
|
18455
|
+
...newState,
|
|
18456
|
+
dom
|
|
18457
|
+
};
|
|
18458
|
+
};
|
|
18451
18459
|
const hasFunctionalResize$e = true;
|
|
18452
18460
|
const resize$j = (state, dimensions) => {
|
|
18453
18461
|
const size = getViewletSize(dimensions.width);
|
|
@@ -18460,7 +18468,9 @@ const resize$j = (state, dimensions) => {
|
|
|
18460
18468
|
|
|
18461
18469
|
// prettier-ignore
|
|
18462
18470
|
const Commands$o = {
|
|
18463
|
-
handleIconError: handleIconError
|
|
18471
|
+
handleIconError: handleIconError,
|
|
18472
|
+
hotReload: hotReload$1,
|
|
18473
|
+
handleTabsClick: handleTabsClick
|
|
18464
18474
|
};
|
|
18465
18475
|
|
|
18466
18476
|
// prettier-ignore
|
|
@@ -18468,7 +18478,7 @@ const LazyCommands$a = {
|
|
|
18468
18478
|
handleReadmeContextMenu: () => Promise.resolve().then(function () { return ViewletExtensionDetailHandleReadmeContextMenu; })
|
|
18469
18479
|
};
|
|
18470
18480
|
|
|
18471
|
-
const Css$r = ["/css/parts/ViewletExtensionDetail.css", "/css/parts/Markdown.css"];
|
|
18481
|
+
const Css$r = ["/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailTabs.css", "/css/parts/Markdown.css"];
|
|
18472
18482
|
|
|
18473
18483
|
const id$8 = ExtensionDetailReadme;
|
|
18474
18484
|
const getMenuEntries$c = async props => {
|
|
@@ -18514,9 +18524,11 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18514
18524
|
LazyCommands: LazyCommands$a,
|
|
18515
18525
|
create: create$v,
|
|
18516
18526
|
handleIconError,
|
|
18527
|
+
handleTabsClick,
|
|
18517
18528
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
18518
18529
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
18519
18530
|
hasFunctionalRootRender: hasFunctionalRootRender$d,
|
|
18531
|
+
hotReload: hotReload$1,
|
|
18520
18532
|
loadContent: loadContent$v,
|
|
18521
18533
|
menus: menus$7,
|
|
18522
18534
|
name: name$A,
|
|
@@ -19296,13 +19308,13 @@ const selectIndex$2 = (state, index) => {
|
|
|
19296
19308
|
return state;
|
|
19297
19309
|
}
|
|
19298
19310
|
};
|
|
19299
|
-
const focusIndex$
|
|
19311
|
+
const focusIndex$6 = (state, index) => {
|
|
19300
19312
|
return {
|
|
19301
19313
|
...state,
|
|
19302
19314
|
focusedIndex: index
|
|
19303
19315
|
};
|
|
19304
19316
|
};
|
|
19305
|
-
const focusFirst$
|
|
19317
|
+
const focusFirst$6 = state => {
|
|
19306
19318
|
const {
|
|
19307
19319
|
displayReferences
|
|
19308
19320
|
} = state;
|
|
@@ -19310,30 +19322,30 @@ const focusFirst$7 = state => {
|
|
|
19310
19322
|
return state;
|
|
19311
19323
|
}
|
|
19312
19324
|
const firstIndex = first();
|
|
19313
|
-
return focusIndex$
|
|
19325
|
+
return focusIndex$6(state, firstIndex);
|
|
19314
19326
|
};
|
|
19315
|
-
const focusPrevious$
|
|
19327
|
+
const focusPrevious$8 = state => {
|
|
19316
19328
|
const {
|
|
19317
19329
|
displayReferences,
|
|
19318
19330
|
focusedIndex
|
|
19319
19331
|
} = state;
|
|
19320
19332
|
const previousIndex = previousNoCycle(displayReferences, focusedIndex);
|
|
19321
|
-
return focusIndex$
|
|
19333
|
+
return focusIndex$6(state, previousIndex);
|
|
19322
19334
|
};
|
|
19323
|
-
const focusNext$
|
|
19335
|
+
const focusNext$8 = state => {
|
|
19324
19336
|
const {
|
|
19325
19337
|
displayReferences,
|
|
19326
19338
|
focusedIndex
|
|
19327
19339
|
} = state;
|
|
19328
19340
|
const nextIndex = nextNoCycle(displayReferences, focusedIndex);
|
|
19329
|
-
return focusIndex$
|
|
19341
|
+
return focusIndex$6(state, nextIndex);
|
|
19330
19342
|
};
|
|
19331
|
-
const focusLast$
|
|
19343
|
+
const focusLast$6 = state => {
|
|
19332
19344
|
const {
|
|
19333
19345
|
displayReferences
|
|
19334
19346
|
} = state;
|
|
19335
19347
|
const lastIndex = last(displayReferences);
|
|
19336
|
-
return focusIndex$
|
|
19348
|
+
return focusIndex$6(state, lastIndex);
|
|
19337
19349
|
};
|
|
19338
19350
|
const selectCurrent$1 = state => {
|
|
19339
19351
|
if (state.focusedIndex === -1) {
|
|
@@ -19346,11 +19358,11 @@ const ViewletLocations = {
|
|
|
19346
19358
|
__proto__: null,
|
|
19347
19359
|
create: create$t,
|
|
19348
19360
|
dispose: dispose$k,
|
|
19349
|
-
focusFirst: focusFirst$
|
|
19350
|
-
focusIndex: focusIndex$
|
|
19351
|
-
focusLast: focusLast$
|
|
19352
|
-
focusNext: focusNext$
|
|
19353
|
-
focusPrevious: focusPrevious$
|
|
19361
|
+
focusFirst: focusFirst$6,
|
|
19362
|
+
focusIndex: focusIndex$6,
|
|
19363
|
+
focusLast: focusLast$6,
|
|
19364
|
+
focusNext: focusNext$8,
|
|
19365
|
+
focusPrevious: focusPrevious$8,
|
|
19354
19366
|
loadContent: loadContent$t,
|
|
19355
19367
|
selectCurrent: selectCurrent$1,
|
|
19356
19368
|
selectIndex: selectIndex$2
|
|
@@ -19927,20 +19939,20 @@ const handleResizerClick = (state, id, x) => {
|
|
|
19927
19939
|
const handleResizerMove = (state, eventX) => {
|
|
19928
19940
|
return invoke$3('KeyBindings.handleResizerMove', state, eventX);
|
|
19929
19941
|
};
|
|
19930
|
-
const focusFirst$
|
|
19942
|
+
const focusFirst$5 = state => {
|
|
19931
19943
|
return invoke$3('KeyBindings.focusFirst', state);
|
|
19932
19944
|
};
|
|
19933
|
-
const focusLast$
|
|
19945
|
+
const focusLast$5 = state => {
|
|
19934
19946
|
return invoke$3('KeyBindings.focusLast', state);
|
|
19935
19947
|
};
|
|
19936
|
-
const handleContextMenu$
|
|
19948
|
+
const handleContextMenu$7 = async (state, button, x, y) => {
|
|
19937
19949
|
await show$a(x, y, KeyBindingsTable);
|
|
19938
19950
|
return state;
|
|
19939
19951
|
};
|
|
19940
|
-
const focusNext$
|
|
19952
|
+
const focusNext$7 = state => {
|
|
19941
19953
|
return invoke$3('KeyBindings.focusNext', state);
|
|
19942
19954
|
};
|
|
19943
|
-
const focusPrevious$
|
|
19955
|
+
const focusPrevious$7 = state => {
|
|
19944
19956
|
return invoke$3('KeyBindings.focusPrevious', state);
|
|
19945
19957
|
};
|
|
19946
19958
|
|
|
@@ -19952,11 +19964,11 @@ const Commands$k = {
|
|
|
19952
19964
|
handleWheel: handleWheel$1,
|
|
19953
19965
|
handleDoubleClick: handleDoubleClick,
|
|
19954
19966
|
handleDefineKeyBindingDisposed: handleDefineKeyBindingDisposed,
|
|
19955
|
-
focusNext: focusNext$
|
|
19956
|
-
focusPrevious: focusPrevious$
|
|
19957
|
-
focusFirst: focusFirst$
|
|
19958
|
-
focusLast: focusLast$
|
|
19959
|
-
handleContextMenu: handleContextMenu$
|
|
19967
|
+
focusNext: focusNext$7,
|
|
19968
|
+
focusPrevious: focusPrevious$7,
|
|
19969
|
+
focusFirst: focusFirst$5,
|
|
19970
|
+
focusLast: focusLast$5,
|
|
19971
|
+
handleContextMenu: handleContextMenu$7
|
|
19960
19972
|
};
|
|
19961
19973
|
const wrapCommand = fn => {
|
|
19962
19974
|
const wrapped = async (state, ...args) => {
|
|
@@ -20075,13 +20087,13 @@ const ViewletKeyBindings_ipc = {
|
|
|
20075
20087
|
Commands: Commands$k,
|
|
20076
20088
|
Css: Css$o,
|
|
20077
20089
|
create: create$q,
|
|
20078
|
-
focusFirst: focusFirst$
|
|
20079
|
-
focusLast: focusLast$
|
|
20080
|
-
focusNext: focusNext$
|
|
20081
|
-
focusPrevious: focusPrevious$
|
|
20090
|
+
focusFirst: focusFirst$5,
|
|
20091
|
+
focusLast: focusLast$5,
|
|
20092
|
+
focusNext: focusNext$7,
|
|
20093
|
+
focusPrevious: focusPrevious$7,
|
|
20082
20094
|
getKeyBindings: getKeyBindings$8,
|
|
20083
20095
|
handleClick: handleClick$6,
|
|
20084
|
-
handleContextMenu: handleContextMenu$
|
|
20096
|
+
handleContextMenu: handleContextMenu$7,
|
|
20085
20097
|
handleDefineKeyBindingDisposed,
|
|
20086
20098
|
handleDoubleClick,
|
|
20087
20099
|
handleInput: handleInput$3,
|
|
@@ -22161,7 +22173,7 @@ const ViewletMainCloseEditor = {
|
|
|
22161
22173
|
closeEditor
|
|
22162
22174
|
};
|
|
22163
22175
|
|
|
22164
|
-
const focusIndex$
|
|
22176
|
+
const focusIndex$5 = async (state, index) => {
|
|
22165
22177
|
const {
|
|
22166
22178
|
groups,
|
|
22167
22179
|
tabHeight,
|
|
@@ -22229,7 +22241,7 @@ const focusIndex$6 = async (state, index) => {
|
|
|
22229
22241
|
commands
|
|
22230
22242
|
};
|
|
22231
22243
|
};
|
|
22232
|
-
const focus$
|
|
22244
|
+
const focus$5 = (state, getIndex) => {
|
|
22233
22245
|
const {
|
|
22234
22246
|
groups,
|
|
22235
22247
|
activeGroupIndex
|
|
@@ -22240,31 +22252,31 @@ const focus$6 = (state, getIndex) => {
|
|
|
22240
22252
|
activeIndex
|
|
22241
22253
|
} = group;
|
|
22242
22254
|
const index = getIndex(editors, activeIndex);
|
|
22243
|
-
return focusIndex$
|
|
22255
|
+
return focusIndex$5(state, index);
|
|
22244
22256
|
};
|
|
22245
22257
|
const getFirstindex = () => {
|
|
22246
22258
|
return 0;
|
|
22247
22259
|
};
|
|
22248
|
-
const focusFirst$
|
|
22249
|
-
return focus$
|
|
22260
|
+
const focusFirst$4 = state => {
|
|
22261
|
+
return focus$5(state, getFirstindex);
|
|
22250
22262
|
};
|
|
22251
22263
|
const getLastIndex = editors => {
|
|
22252
22264
|
return editors.length - 1;
|
|
22253
22265
|
};
|
|
22254
|
-
const focusLast$
|
|
22255
|
-
return focus$
|
|
22266
|
+
const focusLast$4 = state => {
|
|
22267
|
+
return focus$5(state, getLastIndex);
|
|
22256
22268
|
};
|
|
22257
22269
|
const getPreviousIndex = (editors, activeIndex) => {
|
|
22258
22270
|
return activeIndex === 0 ? editors.length - 1 : activeIndex - 1;
|
|
22259
22271
|
};
|
|
22260
|
-
const focusPrevious$
|
|
22261
|
-
return focus$
|
|
22272
|
+
const focusPrevious$6 = state => {
|
|
22273
|
+
return focus$5(state, getPreviousIndex);
|
|
22262
22274
|
};
|
|
22263
22275
|
const getNextIndex = (editors, activeIndex) => {
|
|
22264
22276
|
return activeIndex === editors.length - 1 ? 0 : activeIndex + 1;
|
|
22265
22277
|
};
|
|
22266
|
-
const focusNext$
|
|
22267
|
-
return focus$
|
|
22278
|
+
const focusNext$6 = state => {
|
|
22279
|
+
return focus$5(state, getNextIndex);
|
|
22268
22280
|
};
|
|
22269
22281
|
|
|
22270
22282
|
// TODO make computation more efficient
|
|
@@ -22302,7 +22314,7 @@ const handleTabClick = (state, button, eventX, eventY) => {
|
|
|
22302
22314
|
}
|
|
22303
22315
|
switch (button) {
|
|
22304
22316
|
case LeftClick:
|
|
22305
|
-
return focusIndex$
|
|
22317
|
+
return focusIndex$5(state, index);
|
|
22306
22318
|
case MiddleClick:
|
|
22307
22319
|
return closeEditor(state, index);
|
|
22308
22320
|
default:
|
|
@@ -22312,11 +22324,11 @@ const handleTabClick = (state, button, eventX, eventY) => {
|
|
|
22312
22324
|
|
|
22313
22325
|
const ViewletMainFocusIndex = {
|
|
22314
22326
|
__proto__: null,
|
|
22315
|
-
focusFirst: focusFirst$
|
|
22316
|
-
focusIndex: focusIndex$
|
|
22317
|
-
focusLast: focusLast$
|
|
22318
|
-
focusNext: focusNext$
|
|
22319
|
-
focusPrevious: focusPrevious$
|
|
22327
|
+
focusFirst: focusFirst$4,
|
|
22328
|
+
focusIndex: focusIndex$5,
|
|
22329
|
+
focusLast: focusLast$4,
|
|
22330
|
+
focusNext: focusNext$6,
|
|
22331
|
+
focusPrevious: focusPrevious$6,
|
|
22320
22332
|
handleTabClick
|
|
22321
22333
|
};
|
|
22322
22334
|
|
|
@@ -22371,7 +22383,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
22371
22383
|
if (editor.uri === uri) {
|
|
22372
22384
|
// @ts-ignore
|
|
22373
22385
|
if (editor.opener === context.opener) {
|
|
22374
|
-
return focusIndex$
|
|
22386
|
+
return focusIndex$5(state, i);
|
|
22375
22387
|
}
|
|
22376
22388
|
}
|
|
22377
22389
|
}
|
|
@@ -22840,7 +22852,7 @@ const save = async state => {
|
|
|
22840
22852
|
// Command.execute(/* EditorSave.editorSave */ 'Editor.save')
|
|
22841
22853
|
const newEditors = [...editors.slice(0, activeIndex), {
|
|
22842
22854
|
...editor,
|
|
22843
|
-
flags: editor.flags &
|
|
22855
|
+
flags: editor.flags & -2
|
|
22844
22856
|
}, ...editors.slice(activeIndex + 1)];
|
|
22845
22857
|
const newGroups = [...groups.slice(0, activeGroupIndex), {
|
|
22846
22858
|
...group,
|
|
@@ -22851,7 +22863,7 @@ const save = async state => {
|
|
|
22851
22863
|
groups: newGroups
|
|
22852
22864
|
};
|
|
22853
22865
|
};
|
|
22854
|
-
const focus$
|
|
22866
|
+
const focus$4 = async state => {
|
|
22855
22867
|
const {
|
|
22856
22868
|
editors,
|
|
22857
22869
|
activeIndex
|
|
@@ -22887,7 +22899,7 @@ const openEditorWithType = async file => {
|
|
|
22887
22899
|
const saveWithoutFormatting = async () => {
|
|
22888
22900
|
console.warn('not implemented');
|
|
22889
22901
|
};
|
|
22890
|
-
const handleDrop
|
|
22902
|
+
const handleDrop = async (state, files) => {
|
|
22891
22903
|
const allCommands = [];
|
|
22892
22904
|
let newState = state;
|
|
22893
22905
|
for (const file of files) {
|
|
@@ -22923,7 +22935,7 @@ const handleDragLeave = (state, x, y) => {
|
|
|
22923
22935
|
// TODO issue with drag leave event firing for child components
|
|
22924
22936
|
return state;
|
|
22925
22937
|
};
|
|
22926
|
-
const handleDragOver
|
|
22938
|
+
const handleDragOver = (state, eventX, eventY) => {
|
|
22927
22939
|
const {
|
|
22928
22940
|
x,
|
|
22929
22941
|
y,
|
|
@@ -23122,9 +23134,9 @@ const reopenEditorWith = async state => {
|
|
|
23122
23134
|
};
|
|
23123
23135
|
|
|
23124
23136
|
const Commands$i = {
|
|
23125
|
-
focus: focus$
|
|
23137
|
+
focus: focus$4,
|
|
23126
23138
|
handleDragEnd: handleDragEnd,
|
|
23127
|
-
handleDragOver: handleDragOver
|
|
23139
|
+
handleDragOver: handleDragOver,
|
|
23128
23140
|
handleDragLeave: handleDragLeave,
|
|
23129
23141
|
handleTabContextMenu: handleTabContextMenu,
|
|
23130
23142
|
openBackgroundTab: openBackgroundTab$1,
|
|
@@ -23134,7 +23146,7 @@ const Commands$i = {
|
|
|
23134
23146
|
};
|
|
23135
23147
|
const CommandsWithSideEffects = {
|
|
23136
23148
|
openUri: openUri,
|
|
23137
|
-
handleDrop: handleDrop
|
|
23149
|
+
handleDrop: handleDrop,
|
|
23138
23150
|
handleTabDrop: handleTabDrop,
|
|
23139
23151
|
handleTabsDragOver: handleTabsDragOver
|
|
23140
23152
|
};
|
|
@@ -23544,15 +23556,15 @@ const ViewletMain_ipc = {
|
|
|
23544
23556
|
contentLoaded: contentLoaded$5,
|
|
23545
23557
|
create: create$o,
|
|
23546
23558
|
dispose: dispose$i,
|
|
23547
|
-
focus: focus$
|
|
23559
|
+
focus: focus$4,
|
|
23548
23560
|
getChildren: getChildren$4,
|
|
23549
23561
|
getKeyBindings: getKeyBindings$6,
|
|
23550
23562
|
getQuickPickMenuEntries,
|
|
23551
23563
|
handleClickClose: handleClickClose$1,
|
|
23552
23564
|
handleDragEnd,
|
|
23553
23565
|
handleDragLeave,
|
|
23554
|
-
handleDragOver
|
|
23555
|
-
handleDrop
|
|
23566
|
+
handleDragOver,
|
|
23567
|
+
handleDrop,
|
|
23556
23568
|
handleFocusChange: handleFocusChange$1,
|
|
23557
23569
|
handleTabContextMenu,
|
|
23558
23570
|
handleTabDrop,
|
|
@@ -24294,20 +24306,20 @@ const handleEditorChange = async editor => {
|
|
|
24294
24306
|
const problems = await getProblems();
|
|
24295
24307
|
await execute$4('Problems.setProblems', problems);
|
|
24296
24308
|
};
|
|
24297
|
-
const handleContextMenu$
|
|
24309
|
+
const handleContextMenu$6 = async (state, eventX, eventY) => {
|
|
24298
24310
|
await show$a(eventX, eventY, Problems$2);
|
|
24299
24311
|
return state;
|
|
24300
24312
|
};
|
|
24301
24313
|
const contentLoadedEffects$1 = state => {
|
|
24302
24314
|
addListener('editor.change', handleEditorChange);
|
|
24303
24315
|
};
|
|
24304
|
-
const focusIndex$
|
|
24316
|
+
const focusIndex$4 = (state, index) => {
|
|
24305
24317
|
return {
|
|
24306
24318
|
...state,
|
|
24307
24319
|
focusedIndex: index
|
|
24308
24320
|
};
|
|
24309
24321
|
};
|
|
24310
|
-
const focusPrevious$
|
|
24322
|
+
const focusPrevious$5 = state => {
|
|
24311
24323
|
const {
|
|
24312
24324
|
focusedIndex
|
|
24313
24325
|
} = state;
|
|
@@ -24316,7 +24328,7 @@ const focusPrevious$6 = state => {
|
|
|
24316
24328
|
focusedIndex: focusedIndex - 1
|
|
24317
24329
|
};
|
|
24318
24330
|
};
|
|
24319
|
-
const focusNext$
|
|
24331
|
+
const focusNext$5 = state => {
|
|
24320
24332
|
const {
|
|
24321
24333
|
focusedIndex
|
|
24322
24334
|
} = state;
|
|
@@ -24334,11 +24346,11 @@ const handleClickAt$2 = (state, eventX, eventY) => {
|
|
|
24334
24346
|
} = state;
|
|
24335
24347
|
setFocus(Problems);
|
|
24336
24348
|
if (problems.length === 0) {
|
|
24337
|
-
return focusIndex$
|
|
24349
|
+
return focusIndex$4(state, -1);
|
|
24338
24350
|
}
|
|
24339
24351
|
const index = getListIndex(eventX, eventY, x, y, 0, itemHeight);
|
|
24340
24352
|
if (index > problems.length) {
|
|
24341
|
-
return focusIndex$
|
|
24353
|
+
return focusIndex$4(state, -1);
|
|
24342
24354
|
}
|
|
24343
24355
|
return {
|
|
24344
24356
|
...state,
|
|
@@ -24468,13 +24480,13 @@ const Commands$d = {
|
|
|
24468
24480
|
clearFilter: clearFilter,
|
|
24469
24481
|
collapseAll: collapseAll$1,
|
|
24470
24482
|
copyMessage: copyMessage,
|
|
24471
|
-
focusIndex: focusIndex$
|
|
24472
|
-
focusNext: focusNext$
|
|
24473
|
-
focusPrevious: focusPrevious$
|
|
24483
|
+
focusIndex: focusIndex$4,
|
|
24484
|
+
focusNext: focusNext$5,
|
|
24485
|
+
focusPrevious: focusPrevious$5,
|
|
24474
24486
|
getBadgeCount: getBadgeCount,
|
|
24475
24487
|
handleClickAt: handleClickAt$2,
|
|
24476
24488
|
handleBlur: handleBlur$2,
|
|
24477
|
-
handleContextMenu: handleContextMenu$
|
|
24489
|
+
handleContextMenu: handleContextMenu$6,
|
|
24478
24490
|
handleFilterInput: handleFilterInput,
|
|
24479
24491
|
handleArrowLeft: handleArrowLeft$1,
|
|
24480
24492
|
handleArrowRight: handleArrowRight$1,
|
|
@@ -25075,16 +25087,16 @@ const ViewletProblems_ipc = {
|
|
|
25075
25087
|
copyMessage,
|
|
25076
25088
|
create: create$j,
|
|
25077
25089
|
dispose: dispose$d,
|
|
25078
|
-
focusIndex: focusIndex$
|
|
25079
|
-
focusNext: focusNext$
|
|
25080
|
-
focusPrevious: focusPrevious$
|
|
25090
|
+
focusIndex: focusIndex$4,
|
|
25091
|
+
focusNext: focusNext$5,
|
|
25092
|
+
focusPrevious: focusPrevious$5,
|
|
25081
25093
|
getBadgeCount,
|
|
25082
25094
|
getKeyBindings: getKeyBindings$5,
|
|
25083
25095
|
handleArrowLeft: handleArrowLeft$1,
|
|
25084
25096
|
handleArrowRight: handleArrowRight$1,
|
|
25085
25097
|
handleBlur: handleBlur$2,
|
|
25086
25098
|
handleClickAt: handleClickAt$2,
|
|
25087
|
-
handleContextMenu: handleContextMenu$
|
|
25099
|
+
handleContextMenu: handleContextMenu$6,
|
|
25088
25100
|
handleFilterInput,
|
|
25089
25101
|
handleIconThemeChange: handleIconThemeChange$1,
|
|
25090
25102
|
hasFunctionalRender: hasFunctionalRender$h,
|
|
@@ -26519,7 +26531,7 @@ const notPaused = () => {
|
|
|
26519
26531
|
const resume$1 = () => {
|
|
26520
26532
|
return i18nString(UiStrings$5.Resume);
|
|
26521
26533
|
};
|
|
26522
|
-
const restart = () => {
|
|
26534
|
+
const restart$1 = () => {
|
|
26523
26535
|
return i18nString(UiStrings$5.Restart);
|
|
26524
26536
|
};
|
|
26525
26537
|
const stop = () => {
|
|
@@ -26965,10 +26977,10 @@ const handleArrowUp = state => {
|
|
|
26965
26977
|
const handleArrowDown = state => {
|
|
26966
26978
|
return state;
|
|
26967
26979
|
};
|
|
26968
|
-
const focusPrevious$
|
|
26980
|
+
const focusPrevious$4 = state => {
|
|
26969
26981
|
return state;
|
|
26970
26982
|
};
|
|
26971
|
-
const focusNext$
|
|
26983
|
+
const focusNext$4 = state => {
|
|
26972
26984
|
return state;
|
|
26973
26985
|
};
|
|
26974
26986
|
const setPauseOnExceptions = async (state, value) => {
|
|
@@ -27058,8 +27070,8 @@ const Commands$a = {
|
|
|
27058
27070
|
handleArrowUp: handleArrowUp,
|
|
27059
27071
|
handleArrowDown: handleArrowDown,
|
|
27060
27072
|
handleArrowRight: handleArrowRight,
|
|
27061
|
-
focusPrevious: focusPrevious$
|
|
27062
|
-
focusNext: focusNext$
|
|
27073
|
+
focusPrevious: focusPrevious$4,
|
|
27074
|
+
focusNext: focusNext$4,
|
|
27063
27075
|
handleClickCheckBox: handleClickCheckBox
|
|
27064
27076
|
};
|
|
27065
27077
|
|
|
@@ -27698,7 +27710,7 @@ const getDebugButtons = debugState => {
|
|
|
27698
27710
|
icon: 'DebugStepOut',
|
|
27699
27711
|
fn: 'stepOut'
|
|
27700
27712
|
}, {
|
|
27701
|
-
title: restart(),
|
|
27713
|
+
title: restart$1(),
|
|
27702
27714
|
icon: 'DebugRestart',
|
|
27703
27715
|
fn: 'restart'
|
|
27704
27716
|
}, {
|
|
@@ -27740,8 +27752,8 @@ const ViewletRunAndDebug_ipc = {
|
|
|
27740
27752
|
contentLoaded: contentLoaded$1,
|
|
27741
27753
|
create: create$g,
|
|
27742
27754
|
dispose: dispose$a,
|
|
27743
|
-
focusNext: focusNext$
|
|
27744
|
-
focusPrevious: focusPrevious$
|
|
27755
|
+
focusNext: focusNext$4,
|
|
27756
|
+
focusPrevious: focusPrevious$4,
|
|
27745
27757
|
getKeyBindings: getKeyBindings$3,
|
|
27746
27758
|
handleArrowDown,
|
|
27747
27759
|
handleArrowLeft,
|
|
@@ -27894,7 +27906,8 @@ const launchTextSearchWorker = async () => {
|
|
|
27894
27906
|
|
|
27895
27907
|
const {
|
|
27896
27908
|
invoke: invoke$1,
|
|
27897
|
-
invokeAndTransfer: invokeAndTransfer$1
|
|
27909
|
+
invokeAndTransfer: invokeAndTransfer$1,
|
|
27910
|
+
restart
|
|
27898
27911
|
} = getOrCreateWorker(launchTextSearchWorker);
|
|
27899
27912
|
|
|
27900
27913
|
const create$e = (id, uri, x, y, width, height) => {
|
|
@@ -27907,11 +27920,14 @@ const create$e = (id, uri, x, y, width, height) => {
|
|
|
27907
27920
|
commands: []
|
|
27908
27921
|
};
|
|
27909
27922
|
};
|
|
27910
|
-
const
|
|
27923
|
+
const doCreate = async state => {
|
|
27911
27924
|
const itemHeight = 22;
|
|
27912
27925
|
const value = '';
|
|
27913
27926
|
const replacement = '';
|
|
27914
27927
|
await invoke$1('TextSearch.create', state.uid, state.x, state.y, state.width, state.height, state$C.workspacePath, assetDir, itemHeight, value, replacement, platform);
|
|
27928
|
+
};
|
|
27929
|
+
const loadContent$e = async (state, savedState) => {
|
|
27930
|
+
await doCreate(state);
|
|
27915
27931
|
await invoke$1('TextSearch.loadContent', state.uid, savedState);
|
|
27916
27932
|
const commands = await invoke$1('TextSearch.render', state.uid);
|
|
27917
27933
|
return {
|
|
@@ -27924,6 +27940,25 @@ const dispose$7 = async state => {
|
|
|
27924
27940
|
...state
|
|
27925
27941
|
};
|
|
27926
27942
|
};
|
|
27943
|
+
const hotReload = async state => {
|
|
27944
|
+
if (state.isHotReloading) {
|
|
27945
|
+
return state;
|
|
27946
|
+
}
|
|
27947
|
+
// TODO avoid mutation
|
|
27948
|
+
state.isHotReloading = true;
|
|
27949
|
+
// possible TODO race condition during hot reload
|
|
27950
|
+
// there could still be pending promises when the worker is disposed
|
|
27951
|
+
const savedState = await invoke$1('TextSearch.saveState', state.uid);
|
|
27952
|
+
await restart('TextSearch.terminate');
|
|
27953
|
+
await doCreate(state);
|
|
27954
|
+
await invoke$1('TextSearch.loadContent', state.uid, savedState);
|
|
27955
|
+
const commands = await invoke$1('TextSearch.render', state.uid);
|
|
27956
|
+
state.commands = commands;
|
|
27957
|
+
state.isHotReloading = false;
|
|
27958
|
+
return {
|
|
27959
|
+
...state
|
|
27960
|
+
};
|
|
27961
|
+
};
|
|
27927
27962
|
|
|
27928
27963
|
// TODO implement virtual list, only send visible items to renderer process
|
|
27929
27964
|
|
|
@@ -27953,6 +27988,7 @@ const Commands$9 = {};
|
|
|
27953
27988
|
for (const command of commands) {
|
|
27954
27989
|
Commands$9[command] = wrapTextSearchCommand(command);
|
|
27955
27990
|
}
|
|
27991
|
+
Commands$9['hotReload'] = hotReload;
|
|
27956
27992
|
const saveState$2 = state => {
|
|
27957
27993
|
return invoke$1(`TextSearch.saveState`, state.uid);
|
|
27958
27994
|
};
|
|
@@ -28035,6 +28071,7 @@ const ViewletSearch_ipc = {
|
|
|
28035
28071
|
hasFunctionalRender: hasFunctionalRender$d,
|
|
28036
28072
|
hasFunctionalResize: hasFunctionalResize$9,
|
|
28037
28073
|
hasFunctionalRootRender: hasFunctionalRootRender$7,
|
|
28074
|
+
hotReload,
|
|
28038
28075
|
loadContent: loadContent$e,
|
|
28039
28076
|
menus: menus$3,
|
|
28040
28077
|
name: name$k,
|
|
@@ -28226,7 +28263,7 @@ const resize$b = (state, dimensions) => {
|
|
|
28226
28263
|
commands
|
|
28227
28264
|
};
|
|
28228
28265
|
};
|
|
28229
|
-
const focus$
|
|
28266
|
+
const focus$3 = async state => {
|
|
28230
28267
|
const {
|
|
28231
28268
|
currentViewletId
|
|
28232
28269
|
} = state;
|
|
@@ -28251,7 +28288,7 @@ const focus$4 = async state => {
|
|
|
28251
28288
|
|
|
28252
28289
|
// prettier-ignore
|
|
28253
28290
|
const Commands$8 = {
|
|
28254
|
-
focus: focus$
|
|
28291
|
+
focus: focus$3,
|
|
28255
28292
|
openViewlet: openViewlet,
|
|
28256
28293
|
show: openViewlet,
|
|
28257
28294
|
handleClickAction: handleClickAction
|
|
@@ -28280,7 +28317,7 @@ const ViewletSideBar_ipc = {
|
|
|
28280
28317
|
contentLoaded,
|
|
28281
28318
|
create: create$d,
|
|
28282
28319
|
dispose: dispose$6,
|
|
28283
|
-
focus: focus$
|
|
28320
|
+
focus: focus$3,
|
|
28284
28321
|
getChildren: getChildren$2,
|
|
28285
28322
|
handleClickAction,
|
|
28286
28323
|
hasFunctionalRender: hasFunctionalRender$c,
|
|
@@ -28358,7 +28395,7 @@ const resizeWebContentsView = async (id, x, y, width, height) => {
|
|
|
28358
28395
|
const setIframeSrc = async (id, iframeSrc) => {
|
|
28359
28396
|
return invoke('ElectronWebContentsView.setIframeSrc', id, iframeSrc);
|
|
28360
28397
|
};
|
|
28361
|
-
const focus$
|
|
28398
|
+
const focus$2 = id => {
|
|
28362
28399
|
return invoke('ElectronWebContentsView.focus', id);
|
|
28363
28400
|
};
|
|
28364
28401
|
const show$3 = id => {
|
|
@@ -28628,7 +28665,7 @@ const go$1 = state => {
|
|
|
28628
28665
|
const iframeSrc = toIframeSrc(inputValue, shortcuts);
|
|
28629
28666
|
// TODO await promises
|
|
28630
28667
|
void setIframeSrc(browserViewId, iframeSrc);
|
|
28631
|
-
void focus$
|
|
28668
|
+
void focus$2(browserViewId);
|
|
28632
28669
|
return {
|
|
28633
28670
|
...state,
|
|
28634
28671
|
iframeSrc,
|
|
@@ -30334,7 +30371,7 @@ const addTerminal = async state => {
|
|
|
30334
30371
|
selectedIndex: newSelectedIndex
|
|
30335
30372
|
};
|
|
30336
30373
|
};
|
|
30337
|
-
const focusIndex$
|
|
30374
|
+
const focusIndex$3 = async (state, index) => {
|
|
30338
30375
|
object(state);
|
|
30339
30376
|
number$1(index);
|
|
30340
30377
|
const {
|
|
@@ -30375,7 +30412,7 @@ const focusIndex$4 = async (state, index) => {
|
|
|
30375
30412
|
};
|
|
30376
30413
|
};
|
|
30377
30414
|
const handleClickTab = (state, index) => {
|
|
30378
|
-
return focusIndex$
|
|
30415
|
+
return focusIndex$3(state, index);
|
|
30379
30416
|
};
|
|
30380
30417
|
const resize$6 = (state, dimensions) => {
|
|
30381
30418
|
const {
|
|
@@ -30482,7 +30519,7 @@ const ViewletTerminals_ipc = {
|
|
|
30482
30519
|
Css: Css$7,
|
|
30483
30520
|
addTerminal,
|
|
30484
30521
|
create: create$7,
|
|
30485
|
-
focusIndex: focusIndex$
|
|
30522
|
+
focusIndex: focusIndex$3,
|
|
30486
30523
|
getChildren: getChildren$1,
|
|
30487
30524
|
handleClickTab,
|
|
30488
30525
|
hasFunctionalRender: hasFunctionalRender$6,
|
|
@@ -32159,57 +32196,57 @@ const MenuEntriesMain = {
|
|
|
32159
32196
|
id
|
|
32160
32197
|
};
|
|
32161
32198
|
|
|
32162
|
-
const focus$
|
|
32199
|
+
const focus$1 = state => {
|
|
32163
32200
|
const indexToFocus = state.focusedIndex === -1 ? 0 : state.focusedIndex;
|
|
32164
|
-
return focusIndex$
|
|
32201
|
+
return focusIndex$7(state, indexToFocus);
|
|
32165
32202
|
};
|
|
32166
32203
|
|
|
32167
32204
|
const ViewletActivityBarFocus = {
|
|
32168
32205
|
__proto__: null,
|
|
32169
|
-
focus: focus$
|
|
32206
|
+
focus: focus$1
|
|
32170
32207
|
};
|
|
32171
32208
|
|
|
32172
|
-
const focusFirst$
|
|
32173
|
-
return focusIndex$
|
|
32209
|
+
const focusFirst$3 = state => {
|
|
32210
|
+
return focusIndex$7(state, 0);
|
|
32174
32211
|
};
|
|
32175
32212
|
|
|
32176
32213
|
const ViewletActivityBarFocusFirst = {
|
|
32177
32214
|
__proto__: null,
|
|
32178
|
-
focusFirst: focusFirst$
|
|
32215
|
+
focusFirst: focusFirst$3
|
|
32179
32216
|
};
|
|
32180
32217
|
|
|
32181
|
-
const focusLast$
|
|
32182
|
-
return focusIndex$
|
|
32218
|
+
const focusLast$3 = state => {
|
|
32219
|
+
return focusIndex$7(state, lastIndex(state.activityBarItems));
|
|
32183
32220
|
};
|
|
32184
32221
|
|
|
32185
32222
|
const ViewletActivityBarFocusLast = {
|
|
32186
32223
|
__proto__: null,
|
|
32187
|
-
focusLast: focusLast$
|
|
32224
|
+
focusLast: focusLast$3
|
|
32188
32225
|
};
|
|
32189
32226
|
|
|
32190
|
-
const focusNext$
|
|
32227
|
+
const focusNext$3 = state => {
|
|
32191
32228
|
// TODO can never be -1 -> always set when sidebar changes
|
|
32192
32229
|
if (state.focusedIndex === state.activityBarItems.length - 1) {
|
|
32193
32230
|
return state;
|
|
32194
32231
|
}
|
|
32195
|
-
return focusIndex$
|
|
32232
|
+
return focusIndex$7(state, state.focusedIndex + 1);
|
|
32196
32233
|
};
|
|
32197
32234
|
|
|
32198
32235
|
const ViewletActivityBarFocusNext = {
|
|
32199
32236
|
__proto__: null,
|
|
32200
|
-
focusNext: focusNext$
|
|
32237
|
+
focusNext: focusNext$3
|
|
32201
32238
|
};
|
|
32202
32239
|
|
|
32203
|
-
const focusPrevious$
|
|
32240
|
+
const focusPrevious$3 = state => {
|
|
32204
32241
|
if (state.focusedIndex === 0) {
|
|
32205
32242
|
return state;
|
|
32206
32243
|
}
|
|
32207
|
-
return focusIndex$
|
|
32244
|
+
return focusIndex$7(state, state.focusedIndex - 1);
|
|
32208
32245
|
};
|
|
32209
32246
|
|
|
32210
32247
|
const ViewletActivityBarFocusPrevious = {
|
|
32211
32248
|
__proto__: null,
|
|
32212
|
-
focusPrevious: focusPrevious$
|
|
32249
|
+
focusPrevious: focusPrevious$3
|
|
32213
32250
|
};
|
|
32214
32251
|
|
|
32215
32252
|
const handleClickSettings = async (state, x, y, viewletId) => {
|
|
@@ -32304,14 +32341,14 @@ const ViewletActivityBarHandleFocus = {
|
|
|
32304
32341
|
handleFocus: handleFocus$3
|
|
32305
32342
|
};
|
|
32306
32343
|
|
|
32307
|
-
const handleContextMenu$
|
|
32344
|
+
const handleContextMenu$5 = async (state, button, x, y) => {
|
|
32308
32345
|
await show$a(x, y, ActivityBar$4);
|
|
32309
32346
|
return state;
|
|
32310
32347
|
};
|
|
32311
32348
|
|
|
32312
32349
|
const ViewletActivityBarHandleContextMenu = {
|
|
32313
32350
|
__proto__: null,
|
|
32314
|
-
handleContextMenu: handleContextMenu$
|
|
32351
|
+
handleContextMenu: handleContextMenu$5
|
|
32315
32352
|
};
|
|
32316
32353
|
|
|
32317
32354
|
const setDeltaY = (state, value) => {
|
|
@@ -32356,174 +32393,6 @@ const VirtualListHandleWheel = {
|
|
|
32356
32393
|
handleWheel
|
|
32357
32394
|
};
|
|
32358
32395
|
|
|
32359
|
-
const expandRecursively = async state => {
|
|
32360
|
-
const newState = await invoke$6('Explorer.expandRecursively', state);
|
|
32361
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32362
|
-
newState.commands = commands;
|
|
32363
|
-
return newState;
|
|
32364
|
-
};
|
|
32365
|
-
|
|
32366
|
-
const ViewletExplorerExpandRecursively = {
|
|
32367
|
-
__proto__: null,
|
|
32368
|
-
expandRecursively
|
|
32369
|
-
};
|
|
32370
|
-
|
|
32371
|
-
const focus$1 = async state => {
|
|
32372
|
-
const {
|
|
32373
|
-
focused
|
|
32374
|
-
} = state;
|
|
32375
|
-
if (focused) {
|
|
32376
|
-
return state;
|
|
32377
|
-
}
|
|
32378
|
-
return {
|
|
32379
|
-
...state,
|
|
32380
|
-
focused: true
|
|
32381
|
-
};
|
|
32382
|
-
};
|
|
32383
|
-
|
|
32384
|
-
const ViewletExplorerFocus = {
|
|
32385
|
-
__proto__: null,
|
|
32386
|
-
focus: focus$1
|
|
32387
|
-
};
|
|
32388
|
-
|
|
32389
|
-
const focusFirst$3 = async state => {
|
|
32390
|
-
const newState = await invoke$6('Explorer.focusFirst', state);
|
|
32391
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32392
|
-
newState.commands = commands;
|
|
32393
|
-
return newState;
|
|
32394
|
-
};
|
|
32395
|
-
|
|
32396
|
-
const ViewletExplorerFocusFirst = {
|
|
32397
|
-
__proto__: null,
|
|
32398
|
-
focusFirst: focusFirst$3
|
|
32399
|
-
};
|
|
32400
|
-
|
|
32401
|
-
const focusIndex$3 = async (state, index) => {
|
|
32402
|
-
const newState = await invoke$6('Explorer.focusIndex', state, index);
|
|
32403
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32404
|
-
newState.commands = commands;
|
|
32405
|
-
return newState;
|
|
32406
|
-
};
|
|
32407
|
-
|
|
32408
|
-
const ViewletExplorerFocusIndex = {
|
|
32409
|
-
__proto__: null,
|
|
32410
|
-
focusIndex: focusIndex$3
|
|
32411
|
-
};
|
|
32412
|
-
|
|
32413
|
-
const focusLast$3 = async state => {
|
|
32414
|
-
const newState = await invoke$6('Explorer.focusLast', state);
|
|
32415
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32416
|
-
newState.commands = commands;
|
|
32417
|
-
return newState;
|
|
32418
|
-
};
|
|
32419
|
-
|
|
32420
|
-
const ViewletExplorerFocusLast = {
|
|
32421
|
-
__proto__: null,
|
|
32422
|
-
focusLast: focusLast$3
|
|
32423
|
-
};
|
|
32424
|
-
|
|
32425
|
-
const focusNext$3 = async state => {
|
|
32426
|
-
const newState = await invoke$6('Explorer.focusNext', state);
|
|
32427
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32428
|
-
newState.commands = commands;
|
|
32429
|
-
return newState;
|
|
32430
|
-
};
|
|
32431
|
-
|
|
32432
|
-
const ViewletExplorerFocusNext = {
|
|
32433
|
-
__proto__: null,
|
|
32434
|
-
focusNext: focusNext$3
|
|
32435
|
-
};
|
|
32436
|
-
|
|
32437
|
-
const focusNone = state => {
|
|
32438
|
-
return focusIndex$3(state, -1);
|
|
32439
|
-
};
|
|
32440
|
-
|
|
32441
|
-
const ViewletExplorerFocusNone = {
|
|
32442
|
-
__proto__: null,
|
|
32443
|
-
focusNone
|
|
32444
|
-
};
|
|
32445
|
-
|
|
32446
|
-
const focusPrevious$3 = async state => {
|
|
32447
|
-
const newState = await invoke$6('Explorer.focusPrevious', state);
|
|
32448
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32449
|
-
newState.commands = commands;
|
|
32450
|
-
return newState;
|
|
32451
|
-
};
|
|
32452
|
-
|
|
32453
|
-
const ViewletExplorerFocusPrevious = {
|
|
32454
|
-
__proto__: null,
|
|
32455
|
-
focusPrevious: focusPrevious$3
|
|
32456
|
-
};
|
|
32457
|
-
|
|
32458
|
-
const handleContextMenu$5 = (state, button, x, y) => {
|
|
32459
|
-
return invoke$6('Explorer.handleContextMenu', state, button, x, y);
|
|
32460
|
-
};
|
|
32461
|
-
|
|
32462
|
-
const ViewletExplorerHandleContextMenu = {
|
|
32463
|
-
__proto__: null,
|
|
32464
|
-
handleContextMenu: handleContextMenu$5
|
|
32465
|
-
};
|
|
32466
|
-
|
|
32467
|
-
const handleDragOver = async (state, x, y) => {
|
|
32468
|
-
const newState = await invoke$6('Explorer.handleDragOver', state, x, y);
|
|
32469
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32470
|
-
newState.commands = commands;
|
|
32471
|
-
return newState;
|
|
32472
|
-
};
|
|
32473
|
-
|
|
32474
|
-
const ViewletExplorerHandleDragOver = {
|
|
32475
|
-
__proto__: null,
|
|
32476
|
-
handleDragOver
|
|
32477
|
-
};
|
|
32478
|
-
|
|
32479
|
-
const handleDrop = async (state, x, y, files) => {
|
|
32480
|
-
const newState = await invoke$6('Explorer.handleDrop', state, x, y, files);
|
|
32481
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32482
|
-
newState.commands = commands;
|
|
32483
|
-
return newState;
|
|
32484
|
-
};
|
|
32485
|
-
|
|
32486
|
-
const ViewletExplorerHandleDrop = {
|
|
32487
|
-
__proto__: null,
|
|
32488
|
-
handleDrop
|
|
32489
|
-
};
|
|
32490
|
-
|
|
32491
|
-
const handlePaste = async state => {
|
|
32492
|
-
const newState = await invoke$6('Explorer.handlePaste', state);
|
|
32493
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32494
|
-
newState.commands = commands;
|
|
32495
|
-
return newState;
|
|
32496
|
-
};
|
|
32497
|
-
|
|
32498
|
-
const ViewletExplorerHandlePaste = {
|
|
32499
|
-
__proto__: null,
|
|
32500
|
-
handlePaste
|
|
32501
|
-
};
|
|
32502
|
-
|
|
32503
|
-
const acceptEdit = async state => {
|
|
32504
|
-
const newState = await invoke$6('Explorer.acceptEdit', state);
|
|
32505
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32506
|
-
newState.commands = commands;
|
|
32507
|
-
return newState;
|
|
32508
|
-
};
|
|
32509
|
-
|
|
32510
|
-
const ViewletExplorerAcceptEdit = {
|
|
32511
|
-
__proto__: null,
|
|
32512
|
-
acceptEdit
|
|
32513
|
-
};
|
|
32514
|
-
|
|
32515
|
-
const handlePointerDown = async (state, button, x, y) => {
|
|
32516
|
-
const newState = await invoke$6('Explorer.handlePointerDown', state, x, y);
|
|
32517
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
32518
|
-
newState.commands = commands;
|
|
32519
|
-
return newState;
|
|
32520
|
-
};
|
|
32521
|
-
|
|
32522
|
-
const ViewletExplorerHandlePointerDown = {
|
|
32523
|
-
__proto__: null,
|
|
32524
|
-
handlePointerDown
|
|
32525
|
-
};
|
|
32526
|
-
|
|
32527
32396
|
const handleReadmeContextMenu = async (state, x, y, props) => {
|
|
32528
32397
|
await show$a(x, y, ExtensionDetailReadme, props);
|
|
32529
32398
|
return state;
|