@lvce-editor/static-server 0.40.9 → 0.41.1
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 +1845 -1845
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{8c086b8 → 89cea5f}/css/App.css +82 -82
- package/static/{8c086b8 → 89cea5f}/manifest.json +2 -2
- package/static/{8c086b8 → 89cea5f}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{8c086b8 → 89cea5f}/packages/explorer-worker/dist/explorerViewWorkerMain.js +135 -16
- package/static/{8c086b8 → 89cea5f}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +305 -21
- package/static/{8c086b8 → 89cea5f}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{8c086b8 → 89cea5f}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{8c086b8 → 89cea5f}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{8c086b8 → 89cea5f}/packages/renderer-worker/dist/rendererWorkerMain.js +507 -2365
- package/static/{8c086b8 → 89cea5f}/packages/text-search-worker/dist/textSearchWorkerMain.js +94 -573
- package/static/index.html +4 -4
- /package/static/{8c086b8 → 89cea5f}/config/colorTheme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/config/defaultSettings.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/config/fileMap.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/config/webExtensions.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/Animation.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/DebugButtons.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/DebugValue.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/E2eTest.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/E2eTests.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/EditorHover.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/EditorMessage.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ImagePreview.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/Key.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/Markdown.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/Progress.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/Select.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletAbout.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletDialog.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletMedia.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletOutput.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletPanel.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletPdf.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletProblems.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletReferences.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletSearch.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletStorage.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/default_file.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/default_folder.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/default_root_folder.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_access.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_access2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ada.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ai.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_al.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_angular.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_apache.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_apex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_apib.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_apl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_asp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_astro.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_atom.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ats.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_attw.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_audio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_avif.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_avro.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_awk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_aws.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_azure.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_babel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bat.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bats.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_biml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_binary.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_biome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_blade.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bower.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_buf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bun.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_c.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_c2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_c3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_casc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cert.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_chef.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_class.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_compass.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_composer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_conan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_conda.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_config.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_craco.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_css.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_cython.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_db.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_debian.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_deno.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_diff.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_django.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_docker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_docz.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_drone.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_drools.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_edge.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_elm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ember.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eps.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_epub.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_erb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_excel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_expo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fla.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flash.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flow.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_font.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_funding.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_galen.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_git.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_git2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_glide.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_godot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_grain.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_helix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_helm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_host.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_html.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_http.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_husky.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_icl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_idris.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_image.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_imba.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_inc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_informix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ini.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ink.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_io.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_janet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jar.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_java.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_json.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_json2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_json5.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_juice.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_julia.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_k.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_karma.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_key.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kite.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_knip.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kos.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_latino.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_layout.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_less.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_liara.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_license.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lime.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_locale.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_log.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lua.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_luau.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_lync.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_map.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_marko.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_maven.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_maya.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_meson.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_motif.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mson.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_next.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nim.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_noc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_node.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_node2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_npm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_org.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_package.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_paket.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_patch.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_perl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_php.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_php2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_php3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pine.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pip.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pony.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_postman.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_preact.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_progress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pug.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_python.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_q.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_qml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_r.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_racket.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rails.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_raku.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_raml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_razor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_reason.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_red.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_registry.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rego.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_remark.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_replit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_retext.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_riot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_robots.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rome.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ron.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rust.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sails.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_san.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sas.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sass.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_scala.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_script.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_scss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_shell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sino.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_slang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_slice.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_slim.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_slint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sln.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_snort.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_source.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_spin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sst.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stata.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_style.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_styled.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_svg.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_swc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_swift.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_swig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_teal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_templ.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tera.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_test.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_testts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_text.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_textile.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_todo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_toit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_toml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tox.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_travis.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tree.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tres.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_twig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_unison.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vala.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vash.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vba.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vento.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_video.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_view.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vim.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vite.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_volt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vue.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wally.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_windi.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_word.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_word2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xib.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yang.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_zig.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_zip.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_android.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_api.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_app.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_client.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_common.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_component.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_config.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_css.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_db.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_git.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_github.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_images.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_include.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_js.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_json.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_less.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_library.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_log.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_model.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_module.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_next.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_node.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_package.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_php.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_private.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_public.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_python.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_route.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_script.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_server.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_services.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_src.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_story.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_style.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_template.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_test.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_video.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_view.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_www.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/add.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/arrow-down.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/arrow-left.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/arrow-right.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/arrow-up.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/blank.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/book.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/case-sensitive.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/check.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chevron-down.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chevron-left.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chevron-right.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chevron-up.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chrome-close.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chrome-maximize.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chrome-minimize.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/chrome-restore.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/circle-filled.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/clear-all.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/close.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/cloud.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/collapse-all.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-all.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-alt-2.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-alt-small.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-alt.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-console.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-continue-small.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-continue.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-coverage.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-disconnect.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-line-by-line.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-pause.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-rerun.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-restart-frame.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-restart.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-stackframe.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-start.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-step-back.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-step-into.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-step-out.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-step-over.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug-stop.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/debug.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/discard.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/edit.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/ellipsis.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/error.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/exclude.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/extensions.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/files.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/filter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/go-to-file.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/icon-close.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/icon-source-control.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/icon-sync.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/icon.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/icon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/info.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/language-icon.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/link-external.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/list-flat.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/list-tree.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/new-file.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/new-folder.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/newline.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/open-preview.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/play.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/preserve-case.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/progress.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/pwa-icon-192.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/pwa-icon-512.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/record-keys.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/refresh.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/regex.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/remove.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/replace-all.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/replace.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/run-all.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/search.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/settings-gear.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/source-control.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/split-horizontal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/squiggly-error.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/squiggly-warning.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-array.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-boolean.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-class.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-color.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-constant.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-enum-member.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-enum.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-event.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-field.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-file.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-interface.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-key.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-keyword.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-method.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-misc.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-namespace.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-numeric.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-operator.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-parameter.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-property.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-ruler.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-snippet.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-string.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-structure.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/symbol-variable.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/tag.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/terminal-bash.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/terminal.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/theme-icon.png +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/trash.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/triangle-down.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/triangle-left.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/triangle-right.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/triangle-up.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/warning.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/whole-word.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/zoom-in.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/icons/zoom-out.svg +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/babel-parser.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/blob-util.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/ky.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/lvce-editor-import-script.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/lvce-editor-ipc.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/lvce-editor-verror.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/p-min-delay.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/pretty-bytes.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/preview-injected.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/js/yoctodelay.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/lib-css/termterm.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/renderer-process/LICENSE +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/renderer-process/README.md +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/renderer-process/package.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.cpp +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.css +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.csv +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.dart +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.env +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.ex +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.html +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.java +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.jl +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.js +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.kt +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.pl +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.py +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/index.ts +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/scrolling.txt +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/languages/tsconfig.json +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/sample-folder/a.txt +0 -0
- /package/static/{8c086b8 → 89cea5f}/playground/sample-folder/b.txt +0 -0
- /package/static/{8c086b8 → 89cea5f}/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 '/89cea5f';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -1075,7 +1075,7 @@ const IpcChildWithModuleWorker$1 = {
|
|
|
1075
1075
|
wrap: wrap$6$1
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
|
-
const getModule$
|
|
1078
|
+
const getModule$8 = method => {
|
|
1079
1079
|
switch (method) {
|
|
1080
1080
|
case ModuleWorker$1:
|
|
1081
1081
|
return IpcChildWithModuleWorker$1;
|
|
@@ -1087,7 +1087,7 @@ const getModule$9 = method => {
|
|
|
1087
1087
|
const listen$2 = async ({
|
|
1088
1088
|
method
|
|
1089
1089
|
}) => {
|
|
1090
|
-
const module = await getModule$
|
|
1090
|
+
const module = await getModule$8(method);
|
|
1091
1091
|
const rawIpc = await module.listen();
|
|
1092
1092
|
// @ts-ignore
|
|
1093
1093
|
if (module.signal) {
|
|
@@ -1874,7 +1874,6 @@ const getColorThemeJson = colorThemeId => {
|
|
|
1874
1874
|
};
|
|
1875
1875
|
|
|
1876
1876
|
const Utf8 = 'utf8';
|
|
1877
|
-
const Binary = 'binary';
|
|
1878
1877
|
|
|
1879
1878
|
const fileSystems = Object.create(null);
|
|
1880
1879
|
const registerAll$1 = map => {
|
|
@@ -1948,13 +1947,6 @@ const remove$9 = async uri => {
|
|
|
1948
1947
|
const fileSystem = await getFileSystem(protocol);
|
|
1949
1948
|
await fileSystem.remove(path);
|
|
1950
1949
|
};
|
|
1951
|
-
const rename$6 = async (oldUri, newUri) => {
|
|
1952
|
-
const protocol = getProtocol(oldUri);
|
|
1953
|
-
const oldPath = getPath$1(protocol, oldUri);
|
|
1954
|
-
const newPath = getPath$1(protocol, newUri);
|
|
1955
|
-
const fileSystem = await getFileSystem(protocol);
|
|
1956
|
-
await fileSystem.rename(oldPath, newPath);
|
|
1957
|
-
};
|
|
1958
1950
|
const mkdir$7 = async uri => {
|
|
1959
1951
|
const protocol = getProtocol(uri);
|
|
1960
1952
|
const path = getPath$1(protocol, uri);
|
|
@@ -1991,34 +1983,12 @@ const getBlob$4 = async uri => {
|
|
|
1991
1983
|
const fileSystem = await getFileSystem(protocol);
|
|
1992
1984
|
return fileSystem.getBlob(path);
|
|
1993
1985
|
};
|
|
1994
|
-
const
|
|
1995
|
-
string(sourceUri);
|
|
1996
|
-
string(targetUri);
|
|
1997
|
-
// TODO what if it is not the same file system?
|
|
1998
|
-
const protocol = getProtocol(sourceUri);
|
|
1999
|
-
const fileSystem = await getFileSystem(protocol);
|
|
2000
|
-
const sourcePath = getPath$1(protocol, sourceUri);
|
|
2001
|
-
const targetPath = getPath$1(protocol, targetUri);
|
|
2002
|
-
return fileSystem.copy(sourcePath, targetPath);
|
|
2003
|
-
};
|
|
2004
|
-
const getPathSeparator$9 = async uri => {
|
|
1986
|
+
const getPathSeparator$8 = async uri => {
|
|
2005
1987
|
const protocol = getProtocol(uri);
|
|
2006
1988
|
const path = getPath$1(protocol, uri);
|
|
2007
1989
|
const fileSystem = await getFileSystem(protocol);
|
|
2008
1990
|
return fileSystem.getPathSeparator(path);
|
|
2009
1991
|
};
|
|
2010
|
-
const getRealPath$1 = async uri => {
|
|
2011
|
-
const protocol = getProtocol(uri);
|
|
2012
|
-
const path = getPath$1(protocol, uri);
|
|
2013
|
-
const fileSystem = await getFileSystem(protocol);
|
|
2014
|
-
return fileSystem.getRealPath(path);
|
|
2015
|
-
};
|
|
2016
|
-
const stat$1 = async uri => {
|
|
2017
|
-
const protocol = getProtocol(uri);
|
|
2018
|
-
const path = getPath$1(protocol, uri);
|
|
2019
|
-
const fileSystem = await getFileSystem(protocol);
|
|
2020
|
-
return fileSystem.stat(path);
|
|
2021
|
-
};
|
|
2022
1992
|
const chmod$3 = async (uri, permissions) => {
|
|
2023
1993
|
const protocol = getProtocol(uri);
|
|
2024
1994
|
const path = getPath$1(protocol, uri);
|
|
@@ -2428,7 +2398,6 @@ const FocusDebugInput = 6;
|
|
|
2428
2398
|
const FocusDialog = 7;
|
|
2429
2399
|
const FocusEditorRename = 11;
|
|
2430
2400
|
const FocusExplorer = 13;
|
|
2431
|
-
const FocusExplorerEditBox = 14;
|
|
2432
2401
|
const FocusExtensions = 15;
|
|
2433
2402
|
const FocusFindWidget = 16;
|
|
2434
2403
|
const FocusMenu = 18;
|
|
@@ -2508,7 +2477,7 @@ const findMatchingIconThemeExtension = (extensions, iconThemeId) => {
|
|
|
2508
2477
|
};
|
|
2509
2478
|
|
|
2510
2479
|
const Resolved = 'resolved';
|
|
2511
|
-
const Rejected
|
|
2480
|
+
const Rejected = 'rejected';
|
|
2512
2481
|
|
|
2513
2482
|
const webExtensionsUrl = `${assetDir}/config/webExtensions.json`;
|
|
2514
2483
|
|
|
@@ -2941,7 +2910,7 @@ const organizeExtensions = extensions => {
|
|
|
2941
2910
|
case Resolved:
|
|
2942
2911
|
resolved.push(extension);
|
|
2943
2912
|
break;
|
|
2944
|
-
case Rejected
|
|
2913
|
+
case Rejected:
|
|
2945
2914
|
rejected.push(extension);
|
|
2946
2915
|
break;
|
|
2947
2916
|
default:
|
|
@@ -3395,7 +3364,7 @@ const set$a = title => {
|
|
|
3395
3364
|
const setPath = async path => {
|
|
3396
3365
|
string(path);
|
|
3397
3366
|
// TODO not in electron
|
|
3398
|
-
const pathSeparator = await getPathSeparator$
|
|
3367
|
+
const pathSeparator = await getPathSeparator$8(path);
|
|
3399
3368
|
// @ts-ignore
|
|
3400
3369
|
state$w.workspacePath = path;
|
|
3401
3370
|
// @ts-ignore
|
|
@@ -3568,7 +3537,7 @@ const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
|
|
|
3568
3537
|
const Node = 7;
|
|
3569
3538
|
const NodeAlternate = 8;
|
|
3570
3539
|
|
|
3571
|
-
const getModule$
|
|
3540
|
+
const getModule$7 = method => {
|
|
3572
3541
|
switch (method) {
|
|
3573
3542
|
case ElectronMessagePort:
|
|
3574
3543
|
return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
|
|
@@ -3599,7 +3568,7 @@ const create$11 = async ({
|
|
|
3599
3568
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
3600
3569
|
options.url = extensionHostSubWorkerUrl;
|
|
3601
3570
|
}
|
|
3602
|
-
const module = await getModule$
|
|
3571
|
+
const module = await getModule$7(method);
|
|
3603
3572
|
// @ts-ignore
|
|
3604
3573
|
const rawIpc = await module.create(options);
|
|
3605
3574
|
if (options.noReturn) {
|
|
@@ -3961,7 +3930,7 @@ const EditorText = 'Editor';
|
|
|
3961
3930
|
const EditorWidgetError = 'EditorWidgetError';
|
|
3962
3931
|
const Error$3 = 'Error';
|
|
3963
3932
|
const EmptyEditor = 'EmptyEditor';
|
|
3964
|
-
const Explorer$
|
|
3933
|
+
const Explorer$2 = 'Explorer';
|
|
3965
3934
|
const ExtensionDetail = 'ExtensionDetail';
|
|
3966
3935
|
const Extensions$2 = 'Extensions';
|
|
3967
3936
|
const Iframe = 'Iframe';
|
|
@@ -3972,7 +3941,7 @@ const List$2 = 'List';
|
|
|
3972
3941
|
const Locations = 'Locations';
|
|
3973
3942
|
const Main$3 = 'Main';
|
|
3974
3943
|
const MainTabs = 'MainTabs';
|
|
3975
|
-
const None$
|
|
3944
|
+
const None$j = '';
|
|
3976
3945
|
const Noop$1 = 'Noop';
|
|
3977
3946
|
const Output = 'Output';
|
|
3978
3947
|
const Panel$2 = 'Panel';
|
|
@@ -4028,7 +3997,7 @@ const ViewletModuleId = {
|
|
|
4028
3997
|
EditorWidgetError,
|
|
4029
3998
|
EmptyEditor,
|
|
4030
3999
|
Error: Error$3,
|
|
4031
|
-
Explorer: Explorer$
|
|
4000
|
+
Explorer: Explorer$2,
|
|
4032
4001
|
ExtensionDetail,
|
|
4033
4002
|
Extensions: Extensions$2,
|
|
4034
4003
|
Iframe,
|
|
@@ -4041,7 +4010,7 @@ const ViewletModuleId = {
|
|
|
4041
4010
|
Main: Main$3,
|
|
4042
4011
|
MainTabs,
|
|
4043
4012
|
MarkDownPreview,
|
|
4044
|
-
None: None$
|
|
4013
|
+
None: None$j,
|
|
4045
4014
|
Noop: Noop$1,
|
|
4046
4015
|
Output,
|
|
4047
4016
|
Panel: Panel$2,
|
|
@@ -5162,13 +5131,12 @@ const getIconTheme = () => {
|
|
|
5162
5131
|
const File$5 = '_file';
|
|
5163
5132
|
const Folder = '_folder';
|
|
5164
5133
|
const FolderOpen = '_folder_open';
|
|
5165
|
-
const None$
|
|
5134
|
+
const None$i = '';
|
|
5166
5135
|
|
|
5167
5136
|
const BlockDevice = 1;
|
|
5168
5137
|
const CharacterDevice = 2;
|
|
5169
5138
|
const Directory$1 = 3;
|
|
5170
5139
|
const DirectoryExpanded = 4;
|
|
5171
|
-
const DirectoryExpanding = 5;
|
|
5172
5140
|
const File$4 = 7;
|
|
5173
5141
|
const Socket = 8;
|
|
5174
5142
|
const Symlink = 9;
|
|
@@ -5272,7 +5240,7 @@ const getIcon$1 = dirent => {
|
|
|
5272
5240
|
return getAbsoluteIconPath(getIconTheme(), File$5);
|
|
5273
5241
|
default:
|
|
5274
5242
|
warn$1(`unsupported type ${dirent.type}`);
|
|
5275
|
-
return None$
|
|
5243
|
+
return None$i;
|
|
5276
5244
|
}
|
|
5277
5245
|
};
|
|
5278
5246
|
|
|
@@ -6093,7 +6061,7 @@ const map = {
|
|
|
6093
6061
|
[EditorText]: () => Promise.resolve().then(function () { return ViewletEditorText_ipc; }),
|
|
6094
6062
|
[EditorWidgetError]: () => Promise.resolve().then(function () { return ViewletEditorWidgetError_ipc; }),
|
|
6095
6063
|
[EmptyEditor]: () => Promise.resolve().then(function () { return ViewletEmptyEditor_ipc; }),
|
|
6096
|
-
[Explorer$
|
|
6064
|
+
[Explorer$2]: () => Promise.resolve().then(function () { return ViewletExplorer_ipc; }),
|
|
6097
6065
|
[ExtensionDetail]: () => Promise.resolve().then(function () { return ViewletExtensionDetail_ipc; }),
|
|
6098
6066
|
[Extensions$2]: () => Promise.resolve().then(function () { return ViewletExtensions_ipc; }),
|
|
6099
6067
|
[Implementations]: () => Promise.resolve().then(function () { return ViewletImplementations_ipc; }),
|
|
@@ -6513,7 +6481,7 @@ const remove$6 = uri => {
|
|
|
6513
6481
|
* @param {string} oldUri
|
|
6514
6482
|
* @param {string} newUri
|
|
6515
6483
|
*/
|
|
6516
|
-
const rename$
|
|
6484
|
+
const rename$4 = (oldUri, newUri) => {
|
|
6517
6485
|
const protocol = getProtocol(oldUri);
|
|
6518
6486
|
const oldPath = getPath$1(protocol, oldUri);
|
|
6519
6487
|
const newPath = getPath$1(protocol, newUri);
|
|
@@ -6574,7 +6542,7 @@ const readDirWithFileTypes$7 = uri => {
|
|
|
6574
6542
|
noProviderFoundMessage: 'no file system provider found'
|
|
6575
6543
|
});
|
|
6576
6544
|
};
|
|
6577
|
-
const getPathSeparator$
|
|
6545
|
+
const getPathSeparator$7 = async uri => {
|
|
6578
6546
|
const protocol = getProtocol(uri);
|
|
6579
6547
|
const pathSeparator = await executeProvider({
|
|
6580
6548
|
event: `onFileSystem:${protocol}`,
|
|
@@ -6590,17 +6558,17 @@ const ExtensionHostFileSystem = {
|
|
|
6590
6558
|
__proto__: null,
|
|
6591
6559
|
createFile: createFile$1,
|
|
6592
6560
|
createFolder: createFolder$1,
|
|
6593
|
-
getPathSeparator: getPathSeparator$
|
|
6561
|
+
getPathSeparator: getPathSeparator$7,
|
|
6594
6562
|
mkdir: mkdir$6,
|
|
6595
6563
|
readDirWithFileTypes: readDirWithFileTypes$7,
|
|
6596
6564
|
readFile: readFile$d,
|
|
6597
6565
|
remove: remove$6,
|
|
6598
|
-
rename: rename$
|
|
6566
|
+
rename: rename$4,
|
|
6599
6567
|
writeFile: writeFile$d
|
|
6600
6568
|
};
|
|
6601
6569
|
|
|
6602
6570
|
const name$2n = 'App';
|
|
6603
|
-
const getModule$
|
|
6571
|
+
const getModule$6 = uri => {
|
|
6604
6572
|
switch (uri) {
|
|
6605
6573
|
case 'startup-performance':
|
|
6606
6574
|
return Promise.resolve().then(function () { return FileSystemAppStartupPerformance; });
|
|
@@ -6619,17 +6587,17 @@ const getModule$7 = uri => {
|
|
|
6619
6587
|
}
|
|
6620
6588
|
};
|
|
6621
6589
|
const readFile$c = async uri => {
|
|
6622
|
-
const module = await getModule$
|
|
6590
|
+
const module = await getModule$6(uri);
|
|
6623
6591
|
return module.readFile();
|
|
6624
6592
|
};
|
|
6625
6593
|
const writeFile$c = async (uri, content) => {
|
|
6626
|
-
const module = await getModule$
|
|
6594
|
+
const module = await getModule$6(uri);
|
|
6627
6595
|
return module.writeFile(content);
|
|
6628
6596
|
};
|
|
6629
6597
|
const readDirWithFileTypes$6 = () => {
|
|
6630
6598
|
return [];
|
|
6631
6599
|
};
|
|
6632
|
-
const rename$
|
|
6600
|
+
const rename$3 = async (oldUri, newUri) => {
|
|
6633
6601
|
throw new Error('not allowed');
|
|
6634
6602
|
};
|
|
6635
6603
|
const remove$5 = async path => {
|
|
@@ -6638,7 +6606,7 @@ const remove$5 = async path => {
|
|
|
6638
6606
|
const mkdir$5 = async path => {
|
|
6639
6607
|
throw new Error('not allowed');
|
|
6640
6608
|
};
|
|
6641
|
-
const getPathSeparator$
|
|
6609
|
+
const getPathSeparator$6 = () => {
|
|
6642
6610
|
return Slash;
|
|
6643
6611
|
};
|
|
6644
6612
|
const canBeRestored$5 = true;
|
|
@@ -6646,18 +6614,18 @@ const canBeRestored$5 = true;
|
|
|
6646
6614
|
const FileSystemApp = {
|
|
6647
6615
|
__proto__: null,
|
|
6648
6616
|
canBeRestored: canBeRestored$5,
|
|
6649
|
-
getPathSeparator: getPathSeparator$
|
|
6617
|
+
getPathSeparator: getPathSeparator$6,
|
|
6650
6618
|
mkdir: mkdir$5,
|
|
6651
6619
|
name: name$2n,
|
|
6652
6620
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6653
6621
|
readFile: readFile$c,
|
|
6654
6622
|
remove: remove$5,
|
|
6655
|
-
rename: rename$
|
|
6623
|
+
rename: rename$3,
|
|
6656
6624
|
writeFile: writeFile$c
|
|
6657
6625
|
};
|
|
6658
6626
|
|
|
6659
6627
|
const name$2m = 'Data';
|
|
6660
|
-
const copy$
|
|
6628
|
+
const copy$5 = (source, target) => {
|
|
6661
6629
|
throw new Error('not implemented');
|
|
6662
6630
|
};
|
|
6663
6631
|
const readFile$b = path => {
|
|
@@ -6666,7 +6634,7 @@ const readFile$b = path => {
|
|
|
6666
6634
|
const remove$4 = path => {
|
|
6667
6635
|
throw new Error('not implemented');
|
|
6668
6636
|
};
|
|
6669
|
-
const rename$
|
|
6637
|
+
const rename$2 = (oldUri, newUri) => {
|
|
6670
6638
|
throw new Error('not implemented');
|
|
6671
6639
|
};
|
|
6672
6640
|
const mkdir$4 = path => {
|
|
@@ -6682,22 +6650,22 @@ const readDirWithFileTypes$5 = path => {
|
|
|
6682
6650
|
const getBlobUrl$2 = path => {
|
|
6683
6651
|
throw new Error('not implemented');
|
|
6684
6652
|
};
|
|
6685
|
-
const getPathSeparator$
|
|
6653
|
+
const getPathSeparator$5 = () => {
|
|
6686
6654
|
throw new Error('not implemented');
|
|
6687
6655
|
};
|
|
6688
6656
|
|
|
6689
6657
|
const FileSystemData = {
|
|
6690
6658
|
__proto__: null,
|
|
6691
|
-
copy: copy$
|
|
6659
|
+
copy: copy$5,
|
|
6692
6660
|
ensureFile: ensureFile$1,
|
|
6693
6661
|
getBlobUrl: getBlobUrl$2,
|
|
6694
|
-
getPathSeparator: getPathSeparator$
|
|
6662
|
+
getPathSeparator: getPathSeparator$5,
|
|
6695
6663
|
mkdir: mkdir$4,
|
|
6696
6664
|
name: name$2m,
|
|
6697
6665
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
6698
6666
|
readFile: readFile$b,
|
|
6699
6667
|
remove: remove$4,
|
|
6700
|
-
rename: rename$
|
|
6668
|
+
rename: rename$2,
|
|
6701
6669
|
writeFile: writeFile$b
|
|
6702
6670
|
};
|
|
6703
6671
|
|
|
@@ -6740,7 +6708,7 @@ const writeFile$a = (uri, content) => {
|
|
|
6740
6708
|
const mkdir$3 = uri => {
|
|
6741
6709
|
return invoke$d('FileSystemMemory.mkdir', uri);
|
|
6742
6710
|
};
|
|
6743
|
-
const getPathSeparator$
|
|
6711
|
+
const getPathSeparator$4 = () => {
|
|
6744
6712
|
return Slash;
|
|
6745
6713
|
};
|
|
6746
6714
|
const remove$3 = uri => {
|
|
@@ -6768,7 +6736,7 @@ const FileSystemMemory = {
|
|
|
6768
6736
|
getBlob: getBlob$3,
|
|
6769
6737
|
getBlobUrl: getBlobUrl$1,
|
|
6770
6738
|
getFiles,
|
|
6771
|
-
getPathSeparator: getPathSeparator$
|
|
6739
|
+
getPathSeparator: getPathSeparator$4,
|
|
6772
6740
|
mkdir: mkdir$3,
|
|
6773
6741
|
name: name$2l,
|
|
6774
6742
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
@@ -6992,7 +6960,7 @@ const readFile$9 = async path => {
|
|
|
6992
6960
|
const remove$2 = async path => {
|
|
6993
6961
|
throw new Error('not implemented');
|
|
6994
6962
|
};
|
|
6995
|
-
const rename$
|
|
6963
|
+
const rename$1 = async (oldPath, newPath) => {
|
|
6996
6964
|
throw new Error('not implemented');
|
|
6997
6965
|
};
|
|
6998
6966
|
const mkdir$2 = async path => {
|
|
@@ -7050,7 +7018,7 @@ const unwatchAll = () => {
|
|
|
7050
7018
|
const onDidSave = listener => {
|
|
7051
7019
|
throw new Error('not implemented');
|
|
7052
7020
|
};
|
|
7053
|
-
const getPathSeparator$
|
|
7021
|
+
const getPathSeparator$3 = () => {
|
|
7054
7022
|
return Slash;
|
|
7055
7023
|
};
|
|
7056
7024
|
const canBeRestored$4 = true;
|
|
@@ -7060,14 +7028,14 @@ const FileSystemWeb = {
|
|
|
7060
7028
|
canBeRestored: canBeRestored$4,
|
|
7061
7029
|
createFile,
|
|
7062
7030
|
createFolder,
|
|
7063
|
-
getPathSeparator: getPathSeparator$
|
|
7031
|
+
getPathSeparator: getPathSeparator$3,
|
|
7064
7032
|
mkdir: mkdir$2,
|
|
7065
7033
|
name: name$2k,
|
|
7066
7034
|
onDidSave,
|
|
7067
7035
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7068
7036
|
readFile: readFile$9,
|
|
7069
7037
|
remove: remove$2,
|
|
7070
|
-
rename: rename$
|
|
7038
|
+
rename: rename$1,
|
|
7071
7039
|
state: state$l,
|
|
7072
7040
|
unwatch,
|
|
7073
7041
|
unwatchAll,
|
|
@@ -7091,7 +7059,7 @@ const writeFile$8 = (uri, content) => {
|
|
|
7091
7059
|
const mkdir$1 = uri => {
|
|
7092
7060
|
return invoke$d('FileSystemFetch.mkdir', uri);
|
|
7093
7061
|
};
|
|
7094
|
-
const getPathSeparator$
|
|
7062
|
+
const getPathSeparator$2 = () => {
|
|
7095
7063
|
return Slash;
|
|
7096
7064
|
};
|
|
7097
7065
|
const remove$1 = uri => {
|
|
@@ -7112,7 +7080,7 @@ const FileSystemFetch = {
|
|
|
7112
7080
|
canBeRestored: canBeRestored$3,
|
|
7113
7081
|
chmod: chmod$1,
|
|
7114
7082
|
getBlob: getBlob$2,
|
|
7115
|
-
getPathSeparator: getPathSeparator$
|
|
7083
|
+
getPathSeparator: getPathSeparator$2,
|
|
7116
7084
|
mkdir: mkdir$1,
|
|
7117
7085
|
name: name$2j,
|
|
7118
7086
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
@@ -7134,7 +7102,7 @@ const toUri = item => {
|
|
|
7134
7102
|
}
|
|
7135
7103
|
return `file://${item}`;
|
|
7136
7104
|
};
|
|
7137
|
-
const copy$
|
|
7105
|
+
const copy$4 = (source, target) => {
|
|
7138
7106
|
source = toUri(source);
|
|
7139
7107
|
target = toUri(target);
|
|
7140
7108
|
return invoke$f(FileSystemCopy, /* source */source, /* target */target);
|
|
@@ -7151,7 +7119,7 @@ const remove = path => {
|
|
|
7151
7119
|
path = toUri(path);
|
|
7152
7120
|
return invoke$f(FileSystemRemove$1, /* path */path);
|
|
7153
7121
|
};
|
|
7154
|
-
const rename
|
|
7122
|
+
const rename = (oldUri, newUri) => {
|
|
7155
7123
|
oldUri = toUri(oldUri);
|
|
7156
7124
|
newUri = toUri(newUri);
|
|
7157
7125
|
return invoke$f(FileSystemRename$1, /* oldPath */oldUri, /* newPath */newUri);
|
|
@@ -7181,7 +7149,7 @@ const getBlob$1 = async path => {
|
|
|
7181
7149
|
const blob = new Blob([array], {});
|
|
7182
7150
|
return blob;
|
|
7183
7151
|
};
|
|
7184
|
-
const getPathSeparator$
|
|
7152
|
+
const getPathSeparator$1 = () => {
|
|
7185
7153
|
if (platform === Web$1) {
|
|
7186
7154
|
return Slash;
|
|
7187
7155
|
}
|
|
@@ -7204,11 +7172,11 @@ const FileSystemDisk = {
|
|
|
7204
7172
|
__proto__: null,
|
|
7205
7173
|
canBeRestored: canBeRestored$2,
|
|
7206
7174
|
chmod,
|
|
7207
|
-
copy: copy$
|
|
7175
|
+
copy: copy$4,
|
|
7208
7176
|
ensureFile,
|
|
7209
7177
|
getBlob: getBlob$1,
|
|
7210
7178
|
getBlobUrl,
|
|
7211
|
-
getPathSeparator: getPathSeparator$
|
|
7179
|
+
getPathSeparator: getPathSeparator$1,
|
|
7212
7180
|
getRealPath,
|
|
7213
7181
|
mkdir,
|
|
7214
7182
|
name: name$2i,
|
|
@@ -7216,7 +7184,7 @@ const FileSystemDisk = {
|
|
|
7216
7184
|
readFile: readFile$7,
|
|
7217
7185
|
readJson: readJson$2,
|
|
7218
7186
|
remove,
|
|
7219
|
-
rename
|
|
7187
|
+
rename,
|
|
7220
7188
|
stat,
|
|
7221
7189
|
writeFile: writeFile$7
|
|
7222
7190
|
};
|
|
@@ -7312,10 +7280,6 @@ const getFileHandle$1 = (handle, name) => {
|
|
|
7312
7280
|
return handle.getFileHandle(name);
|
|
7313
7281
|
};
|
|
7314
7282
|
|
|
7315
|
-
const getBinaryString$1 = file => {
|
|
7316
|
-
return execute$4('Blob.blobToBinaryString', file);
|
|
7317
|
-
};
|
|
7318
|
-
|
|
7319
7283
|
/**
|
|
7320
7284
|
*
|
|
7321
7285
|
* @param {FileSystemFileHandle} handle
|
|
@@ -7325,17 +7289,6 @@ const getFile = handle => {
|
|
|
7325
7289
|
return handle.getFile();
|
|
7326
7290
|
};
|
|
7327
7291
|
|
|
7328
|
-
/**
|
|
7329
|
-
*
|
|
7330
|
-
* @param {FileSystemFileHandle} handle
|
|
7331
|
-
* @returns
|
|
7332
|
-
*/
|
|
7333
|
-
const getBinaryString = async handle => {
|
|
7334
|
-
const file = await getFile(handle);
|
|
7335
|
-
const text = await getBinaryString$1(file);
|
|
7336
|
-
return text;
|
|
7337
|
-
};
|
|
7338
|
-
|
|
7339
7292
|
/**
|
|
7340
7293
|
*
|
|
7341
7294
|
* @param {FileSystemFileHandle} handle
|
|
@@ -7375,9 +7328,6 @@ const fileExtension = uri => {
|
|
|
7375
7328
|
string(uri);
|
|
7376
7329
|
return getFileExtension(uri);
|
|
7377
7330
|
};
|
|
7378
|
-
const join = (pathSeparator, ...parts) => {
|
|
7379
|
-
return parts.join(pathSeparator);
|
|
7380
|
-
};
|
|
7381
7331
|
const dirname = (pathSeparator, path) => {
|
|
7382
7332
|
const index = path.lastIndexOf(pathSeparator);
|
|
7383
7333
|
if (index === -1) {
|
|
@@ -7555,7 +7505,7 @@ const writeFile$6 = async (uri, content) => {
|
|
|
7555
7505
|
throw new VError(error, 'Failed to save file');
|
|
7556
7506
|
}
|
|
7557
7507
|
};
|
|
7558
|
-
const getPathSeparator
|
|
7508
|
+
const getPathSeparator = () => {
|
|
7559
7509
|
return pathSeparator$1;
|
|
7560
7510
|
};
|
|
7561
7511
|
const getBlobSrc = async uri => {
|
|
@@ -7584,7 +7534,7 @@ const FileSystemHtml = {
|
|
|
7584
7534
|
getBlobSrc,
|
|
7585
7535
|
getChildHandles,
|
|
7586
7536
|
getDirents,
|
|
7587
|
-
getPathSeparator
|
|
7537
|
+
getPathSeparator,
|
|
7588
7538
|
readDirWithFileTypes,
|
|
7589
7539
|
readFile: readFile$6,
|
|
7590
7540
|
writeFile: writeFile$6
|
|
@@ -8082,7 +8032,7 @@ const IpcParentWithWebSocket = {
|
|
|
8082
8032
|
wrap: wrap$2
|
|
8083
8033
|
};
|
|
8084
8034
|
|
|
8085
|
-
const getModule$
|
|
8035
|
+
const getModule$5 = () => {
|
|
8086
8036
|
switch (platform) {
|
|
8087
8037
|
case Web$1:
|
|
8088
8038
|
case Remote:
|
|
@@ -8094,7 +8044,7 @@ const getModule$6 = () => {
|
|
|
8094
8044
|
}
|
|
8095
8045
|
};
|
|
8096
8046
|
const create$U = async options => {
|
|
8097
|
-
const module = await getModule$
|
|
8047
|
+
const module = await getModule$5();
|
|
8098
8048
|
const rawIpc = await module.create(options);
|
|
8099
8049
|
if (options.raw) {
|
|
8100
8050
|
return rawIpc;
|
|
@@ -8615,7 +8565,7 @@ const AppImage = 'AppImage';
|
|
|
8615
8565
|
const WindowsNsis = 'WindowsNsis';
|
|
8616
8566
|
const Deb = 'Deb';
|
|
8617
8567
|
|
|
8618
|
-
const getModule$
|
|
8568
|
+
const getModule$4 = type => {
|
|
8619
8569
|
switch (type) {
|
|
8620
8570
|
case AppImage:
|
|
8621
8571
|
return Promise.resolve().then(function () { return AutoUpdaterAppImage; });
|
|
@@ -8682,7 +8632,7 @@ const checkForUpdates$1 = async () => {
|
|
|
8682
8632
|
if (!shouldUpdate) {
|
|
8683
8633
|
return;
|
|
8684
8634
|
}
|
|
8685
|
-
const module = await getModule$
|
|
8635
|
+
const module = await getModule$4(type);
|
|
8686
8636
|
if (!module) {
|
|
8687
8637
|
return;
|
|
8688
8638
|
}
|
|
@@ -9440,7 +9390,7 @@ const hasContextMenuNativePreference = () => {
|
|
|
9440
9390
|
const value = get$d('window.titleBarStyle');
|
|
9441
9391
|
return value === 'native';
|
|
9442
9392
|
};
|
|
9443
|
-
const getModule$
|
|
9393
|
+
const getModule$3 = () => {
|
|
9444
9394
|
if (platform === Electron$1 && hasContextMenuNativePreference()) {
|
|
9445
9395
|
return Promise.resolve().then(function () { return ContextMenuElectron; });
|
|
9446
9396
|
}
|
|
@@ -9450,7 +9400,7 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9450
9400
|
number$1(x);
|
|
9451
9401
|
number$1(y);
|
|
9452
9402
|
number$1(id);
|
|
9453
|
-
const module = await getModule$
|
|
9403
|
+
const module = await getModule$3();
|
|
9454
9404
|
return module.show(x, y, id, ...args);
|
|
9455
9405
|
};
|
|
9456
9406
|
|
|
@@ -9869,7 +9819,7 @@ const formatBytes = bytes => {
|
|
|
9869
9819
|
return prettyBytes(bytes);
|
|
9870
9820
|
};
|
|
9871
9821
|
|
|
9872
|
-
const getModule$
|
|
9822
|
+
const getModule$2 = () => {
|
|
9873
9823
|
switch (platform) {
|
|
9874
9824
|
case Electron$1:
|
|
9875
9825
|
return Promise.resolve().then(function () { return ProcessExplorerElectron; });
|
|
@@ -9882,7 +9832,7 @@ const getModule$3 = () => {
|
|
|
9882
9832
|
}
|
|
9883
9833
|
};
|
|
9884
9834
|
const open$5 = async () => {
|
|
9885
|
-
const module = await getModule$
|
|
9835
|
+
const module = await getModule$2();
|
|
9886
9836
|
return module.open();
|
|
9887
9837
|
};
|
|
9888
9838
|
|
|
@@ -10135,7 +10085,7 @@ const load$3 = () => {
|
|
|
10135
10085
|
}
|
|
10136
10086
|
};
|
|
10137
10087
|
|
|
10138
|
-
const openFolder$
|
|
10088
|
+
const openFolder$4 = async () => {
|
|
10139
10089
|
const module = await load$3();
|
|
10140
10090
|
await module.openFolder();
|
|
10141
10091
|
};
|
|
@@ -10213,7 +10163,7 @@ const Commands$1R = {
|
|
|
10213
10163
|
close: undefined,
|
|
10214
10164
|
handleClick: handleClick$b,
|
|
10215
10165
|
openFile: openFile$3,
|
|
10216
|
-
openFolder: openFolder$
|
|
10166
|
+
openFolder: openFolder$4,
|
|
10217
10167
|
showMessage: showMessage
|
|
10218
10168
|
};
|
|
10219
10169
|
|
|
@@ -10405,13 +10355,13 @@ const findAllReferences = () => {
|
|
|
10405
10355
|
const findAllImplementations = () => {
|
|
10406
10356
|
return i18nString(UiStrings$m.FindAllImplementations);
|
|
10407
10357
|
};
|
|
10408
|
-
const cut
|
|
10358
|
+
const cut = () => {
|
|
10409
10359
|
return i18nString(UiStrings$m.Cut);
|
|
10410
10360
|
};
|
|
10411
|
-
const copy$
|
|
10361
|
+
const copy$3 = () => {
|
|
10412
10362
|
return i18nString(UiStrings$m.Copy);
|
|
10413
10363
|
};
|
|
10414
|
-
const paste
|
|
10364
|
+
const paste = () => {
|
|
10415
10365
|
return i18nString(UiStrings$m.Paste);
|
|
10416
10366
|
};
|
|
10417
10367
|
const undo = () => {
|
|
@@ -10449,7 +10399,7 @@ const sourceAction = () => {
|
|
|
10449
10399
|
};
|
|
10450
10400
|
|
|
10451
10401
|
const Separator$3 = 1;
|
|
10452
|
-
const None$
|
|
10402
|
+
const None$h = 0;
|
|
10453
10403
|
const SubMenu$1 = 4;
|
|
10454
10404
|
const Checked = 2;
|
|
10455
10405
|
const Unchecked = 3;
|
|
@@ -10467,7 +10417,7 @@ const menuEntrySeparator = {
|
|
|
10467
10417
|
const ActivityBar$4 = 1;
|
|
10468
10418
|
const Edit = 2;
|
|
10469
10419
|
const Editor$1 = 3;
|
|
10470
|
-
const Explorer$
|
|
10420
|
+
const Explorer$1 = 4;
|
|
10471
10421
|
const File$1 = 5;
|
|
10472
10422
|
const Go = 6;
|
|
10473
10423
|
const Help$1 = 7;
|
|
@@ -10505,28 +10455,28 @@ const getMenuEntries$s = () => {
|
|
|
10505
10455
|
command: /* TODO */-1
|
|
10506
10456
|
}, menuEntrySeparator, {
|
|
10507
10457
|
id: 'cut',
|
|
10508
|
-
label: cut
|
|
10509
|
-
flags: None$
|
|
10458
|
+
label: cut(),
|
|
10459
|
+
flags: None$h,
|
|
10510
10460
|
command: /* Editor.cut */'Editor.cut'
|
|
10511
10461
|
}, {
|
|
10512
10462
|
id: 'copy',
|
|
10513
|
-
label: copy$
|
|
10514
|
-
flags: None$
|
|
10463
|
+
label: copy$3(),
|
|
10464
|
+
flags: None$h,
|
|
10515
10465
|
command: /* Editor.copy */'Editor.copy'
|
|
10516
10466
|
}, {
|
|
10517
10467
|
id: 'paste',
|
|
10518
|
-
label: paste
|
|
10519
|
-
flags: None$
|
|
10468
|
+
label: paste(),
|
|
10469
|
+
flags: None$h,
|
|
10520
10470
|
command: /* Editor.paste */'Editor.paste'
|
|
10521
10471
|
}, menuEntrySeparator, {
|
|
10522
10472
|
id: 'toggle-line-comment',
|
|
10523
10473
|
label: toggleLineComment(),
|
|
10524
|
-
flags: None$
|
|
10474
|
+
flags: None$h,
|
|
10525
10475
|
command: /* Editor.toggleLineComment */'Editor.toggleLineComment'
|
|
10526
10476
|
}, {
|
|
10527
10477
|
id: 'toggle-block-comment',
|
|
10528
10478
|
label: toggleBlockComment(),
|
|
10529
|
-
flags: None$
|
|
10479
|
+
flags: None$h,
|
|
10530
10480
|
command: /* Editor.toggleBlockComment */'Editor.toggleBlockComment'
|
|
10531
10481
|
}];
|
|
10532
10482
|
};
|
|
@@ -10560,7 +10510,7 @@ const newWindow$1 = () => {
|
|
|
10560
10510
|
const openFile$2 = () => {
|
|
10561
10511
|
return i18nString(UiStrings$l.OpenFile);
|
|
10562
10512
|
};
|
|
10563
|
-
const openFolder$
|
|
10513
|
+
const openFolder$3 = () => {
|
|
10564
10514
|
return i18nString(UiStrings$l.OpenFolder);
|
|
10565
10515
|
};
|
|
10566
10516
|
const openRecent$1 = () => {
|
|
@@ -10581,21 +10531,21 @@ const getMenuEntries$r = () => {
|
|
|
10581
10531
|
const entries = [{
|
|
10582
10532
|
id: 'newFile',
|
|
10583
10533
|
label: newFile$2(),
|
|
10584
|
-
flags: None$
|
|
10534
|
+
flags: None$h,
|
|
10585
10535
|
command: -1
|
|
10586
10536
|
}, {
|
|
10587
10537
|
id: 'newWindow',
|
|
10588
10538
|
label: newWindow$1(),
|
|
10589
|
-
flags: None$
|
|
10539
|
+
flags: None$h,
|
|
10590
10540
|
command: /* Window.openNew */'Window.openNew'
|
|
10591
10541
|
}, menuEntrySeparator, {
|
|
10592
10542
|
id: 'openFile',
|
|
10593
10543
|
label: openFile$2(),
|
|
10594
|
-
flags: None$
|
|
10544
|
+
flags: None$h,
|
|
10595
10545
|
command: 'Dialog.openFile'
|
|
10596
10546
|
}, {
|
|
10597
10547
|
id: 'openFolder',
|
|
10598
|
-
label: openFolder$
|
|
10548
|
+
label: openFolder$3(),
|
|
10599
10549
|
flags: RestoreFocus,
|
|
10600
10550
|
command: 'Dialog.openFolder'
|
|
10601
10551
|
}, {
|
|
@@ -10606,12 +10556,12 @@ const getMenuEntries$r = () => {
|
|
|
10606
10556
|
}, menuEntrySeparator, {
|
|
10607
10557
|
id: 'save',
|
|
10608
10558
|
label: save$1(),
|
|
10609
|
-
flags: None$
|
|
10559
|
+
flags: None$h,
|
|
10610
10560
|
command: 'Main.save'
|
|
10611
10561
|
}, {
|
|
10612
10562
|
id: 'saveAll',
|
|
10613
10563
|
label: saveAll(),
|
|
10614
|
-
flags: None$
|
|
10564
|
+
flags: None$h,
|
|
10615
10565
|
command: 'Main.saveAll'
|
|
10616
10566
|
}];
|
|
10617
10567
|
if (platform === Electron$1) {
|
|
@@ -10695,7 +10645,7 @@ const getMenuEntries$p = async () => {
|
|
|
10695
10645
|
entries.push({
|
|
10696
10646
|
id: 'toggleDeveloperTools',
|
|
10697
10647
|
label: toggleDeveloperTools(),
|
|
10698
|
-
flags: None$
|
|
10648
|
+
flags: None$h,
|
|
10699
10649
|
command: 'Developer.toggleDeveloperTools'
|
|
10700
10650
|
}, {
|
|
10701
10651
|
id: 'openProcessExplorer',
|
|
@@ -10759,7 +10709,7 @@ const SettingsGear = 'SettingsGear';
|
|
|
10759
10709
|
const SourceControl$1 = 'SourceControl';
|
|
10760
10710
|
const SplitHorizontal = 'SplitHorizontal';
|
|
10761
10711
|
const Trash = 'Trash';
|
|
10762
|
-
const None$
|
|
10712
|
+
const None$g = '';
|
|
10763
10713
|
|
|
10764
10714
|
const getTitle = uri => {
|
|
10765
10715
|
if (!uri) {
|
|
@@ -10812,7 +10762,7 @@ const toMenuItem = folder => {
|
|
|
10812
10762
|
const label = getTitle(folder);
|
|
10813
10763
|
return {
|
|
10814
10764
|
label,
|
|
10815
|
-
flags: None$
|
|
10765
|
+
flags: None$h,
|
|
10816
10766
|
command: 'Workspace.setPath',
|
|
10817
10767
|
args: [folder]
|
|
10818
10768
|
};
|
|
@@ -10831,12 +10781,12 @@ const getMenuEntries$n = async () => {
|
|
|
10831
10781
|
items.push({
|
|
10832
10782
|
id: 'more',
|
|
10833
10783
|
label: moreDot(),
|
|
10834
|
-
flags: None$
|
|
10784
|
+
flags: None$h,
|
|
10835
10785
|
command: 'QuickPick.showRecent'
|
|
10836
10786
|
}, menuEntrySeparator, {
|
|
10837
10787
|
id: 'clearRecentlyOpened',
|
|
10838
10788
|
label: clearRecentlyOpened(),
|
|
10839
|
-
flags: None$
|
|
10789
|
+
flags: None$h,
|
|
10840
10790
|
command: 'RecentlyOpened.clearRecentlyOpened'
|
|
10841
10791
|
});
|
|
10842
10792
|
return items;
|
|
@@ -10853,17 +10803,17 @@ const getMenuEntries$m = () => {
|
|
|
10853
10803
|
return [{
|
|
10854
10804
|
id: 'selectAll',
|
|
10855
10805
|
label: selectAll(),
|
|
10856
|
-
flags: None$
|
|
10806
|
+
flags: None$h,
|
|
10857
10807
|
command: 'Editor.selectAll'
|
|
10858
10808
|
}, {
|
|
10859
10809
|
id: 'copyLineUp',
|
|
10860
10810
|
label: copyLineUp(),
|
|
10861
|
-
flags: None$
|
|
10811
|
+
flags: None$h,
|
|
10862
10812
|
command: 'Editor.copyLineUp'
|
|
10863
10813
|
}, {
|
|
10864
10814
|
id: 'copyLineDown',
|
|
10865
10815
|
label: copyLineDown(),
|
|
10866
|
-
flags: None$
|
|
10816
|
+
flags: None$h,
|
|
10867
10817
|
command: 'Editor.copyLineDown'
|
|
10868
10818
|
}, {
|
|
10869
10819
|
id: 'moveLineUp',
|
|
@@ -10907,7 +10857,7 @@ const getMenuEntries$l = () => {
|
|
|
10907
10857
|
return [{
|
|
10908
10858
|
id: 'newTerminal',
|
|
10909
10859
|
label: newTerminal(),
|
|
10910
|
-
flags: None$
|
|
10860
|
+
flags: None$h,
|
|
10911
10861
|
command: 'Layout.togglePanel',
|
|
10912
10862
|
args: ['Terminal']
|
|
10913
10863
|
}];
|
|
@@ -10919,7 +10869,7 @@ const MenuEntriesTerminal = {
|
|
|
10919
10869
|
id: id$g
|
|
10920
10870
|
};
|
|
10921
10871
|
|
|
10922
|
-
const getModule$
|
|
10872
|
+
const getModule$1 = () => {
|
|
10923
10873
|
switch (platform) {
|
|
10924
10874
|
case Web$1:
|
|
10925
10875
|
return Promise.resolve().then(function () { return MenuEntriesTitleBarWeb; });
|
|
@@ -10929,7 +10879,7 @@ const getModule$2 = () => {
|
|
|
10929
10879
|
};
|
|
10930
10880
|
const id$f = TitleBar$1;
|
|
10931
10881
|
const getMenuEntries$k = async () => {
|
|
10932
|
-
const module = await getModule$
|
|
10882
|
+
const module = await getModule$1();
|
|
10933
10883
|
return module.getMenuEntries();
|
|
10934
10884
|
};
|
|
10935
10885
|
|
|
@@ -10954,8 +10904,8 @@ const MenuEntriesView = {
|
|
|
10954
10904
|
|
|
10955
10905
|
const Undo = 'undo';
|
|
10956
10906
|
const Redo = 'redo';
|
|
10957
|
-
const Cut
|
|
10958
|
-
const Copy
|
|
10907
|
+
const Cut = 'cut';
|
|
10908
|
+
const Copy = 'copy';
|
|
10959
10909
|
const Paste = 'paste';
|
|
10960
10910
|
const SelectAll = 'selectAll';
|
|
10961
10911
|
const ToggleDevTools = 'toggleDevTools';
|
|
@@ -11023,12 +10973,12 @@ const toElectronMenuItem = entry => {
|
|
|
11023
10973
|
case UiStrings$h.Cut:
|
|
11024
10974
|
return {
|
|
11025
10975
|
label: entry.label,
|
|
11026
|
-
role: Cut
|
|
10976
|
+
role: Cut
|
|
11027
10977
|
};
|
|
11028
10978
|
case UiStrings$h.Copy:
|
|
11029
10979
|
return {
|
|
11030
10980
|
label: entry.label,
|
|
11031
|
-
role: Copy
|
|
10981
|
+
role: Copy
|
|
11032
10982
|
};
|
|
11033
10983
|
case UiStrings$h.Paste:
|
|
11034
10984
|
return {
|
|
@@ -11382,7 +11332,7 @@ const name$1M = 'FileSystem';
|
|
|
11382
11332
|
const Commands$1C = {
|
|
11383
11333
|
chmod: chmod$3,
|
|
11384
11334
|
getBlob: getBlob$4,
|
|
11385
|
-
getPathSeparator: getPathSeparator$
|
|
11335
|
+
getPathSeparator: getPathSeparator$8,
|
|
11386
11336
|
mkdir: mkdir$7,
|
|
11387
11337
|
readDirWithFileTypes: readDirWithFileTypes$8,
|
|
11388
11338
|
readFile: readFile$e,
|
|
@@ -11699,7 +11649,7 @@ const load$2 = id => {
|
|
|
11699
11649
|
}
|
|
11700
11650
|
};
|
|
11701
11651
|
|
|
11702
|
-
const getModule
|
|
11652
|
+
const getModule = id => {
|
|
11703
11653
|
const module = get$8(id);
|
|
11704
11654
|
if (module) {
|
|
11705
11655
|
return module;
|
|
@@ -11708,7 +11658,7 @@ const getModule$1 = id => {
|
|
|
11708
11658
|
};
|
|
11709
11659
|
const getMenuEntries$i = async (id, ...args) => {
|
|
11710
11660
|
try {
|
|
11711
|
-
const module = await getModule
|
|
11661
|
+
const module = await getModule(id);
|
|
11712
11662
|
// @ts-ignore
|
|
11713
11663
|
const inject = module.inject || [];
|
|
11714
11664
|
const viewletStates = inject.map(getState$1);
|
|
@@ -11738,14 +11688,14 @@ const getMenuEntriesWithKeyBindings = async (id, ...args) => {
|
|
|
11738
11688
|
return newMenuEntries;
|
|
11739
11689
|
};
|
|
11740
11690
|
|
|
11741
|
-
const Button$
|
|
11691
|
+
const Button$3 = 'button';
|
|
11742
11692
|
const List$1 = 'list';
|
|
11743
11693
|
const ListItem$1 = 'listitem';
|
|
11744
11694
|
const Menu$1 = 'menu';
|
|
11745
11695
|
const MenuBar = 'menubar';
|
|
11746
11696
|
const MenuItem$1 = 'menuitem';
|
|
11747
11697
|
const MenuItemCheckBox = 'menuitemcheckbox';
|
|
11748
|
-
const None$
|
|
11698
|
+
const None$f = 'none';
|
|
11749
11699
|
const Option$2 = 'option';
|
|
11750
11700
|
const Separator$1 = 'separator';
|
|
11751
11701
|
const Status = 'status';
|
|
@@ -11764,8 +11714,6 @@ const Badge = 'Badge';
|
|
|
11764
11714
|
const MaskIconPlay = 'MaskIconPlay';
|
|
11765
11715
|
const MaskIconDebugPause = 'MaskIconDebugPause';
|
|
11766
11716
|
const BadgeContent = 'BadgeContent';
|
|
11767
|
-
const Button$3 = 'Button';
|
|
11768
|
-
const ButtonPrimary = 'ButtonPrimary';
|
|
11769
11717
|
const Chevron = 'Chevron';
|
|
11770
11718
|
const ChevronRight = 'ChevronRight';
|
|
11771
11719
|
const DebugButton$1 = 'DebugButton';
|
|
@@ -11798,7 +11746,6 @@ const EditorRowDeletion = 'EditorRow Deletion';
|
|
|
11798
11746
|
const EditorRowInsertion = 'EditorRow Insertion';
|
|
11799
11747
|
const EditorRows = 'EditorRows';
|
|
11800
11748
|
const EditorTabCloseButton = 'EditorTabCloseButton';
|
|
11801
|
-
const Explorer$1 = 'Explorer';
|
|
11802
11749
|
const FileIcon = 'FileIcon';
|
|
11803
11750
|
const Filter$4 = 'Filter';
|
|
11804
11751
|
const FilterBadge = 'FilterBadge';
|
|
@@ -11886,8 +11833,6 @@ const TitleBarTopLevelEntry = 'TitleBarTopLevelEntry';
|
|
|
11886
11833
|
const TitleBarTopLevelEntryLabel = 'TitleBarTopLevelEntryLabel';
|
|
11887
11834
|
const TreeItem = 'TreeItem';
|
|
11888
11835
|
const Viewlet = 'Viewlet';
|
|
11889
|
-
const Welcome = 'Welcome';
|
|
11890
|
-
const WelcomeMessage = 'WelcomeMessage';
|
|
11891
11836
|
|
|
11892
11837
|
/**
|
|
11893
11838
|
*
|
|
@@ -12211,7 +12156,6 @@ const THead = 14;
|
|
|
12211
12156
|
const Tr = 15;
|
|
12212
12157
|
const I = 16;
|
|
12213
12158
|
const Img = 17;
|
|
12214
|
-
const P = 50;
|
|
12215
12159
|
const A = 53;
|
|
12216
12160
|
const Select$1 = 63;
|
|
12217
12161
|
const Option = 64;
|
|
@@ -12356,7 +12300,7 @@ const getMenuItemVirtualDom = menuItem => {
|
|
|
12356
12300
|
flags
|
|
12357
12301
|
} = menuItem;
|
|
12358
12302
|
switch (flags) {
|
|
12359
|
-
case None$
|
|
12303
|
+
case None$h:
|
|
12360
12304
|
case RestoreFocus:
|
|
12361
12305
|
case Ignore:
|
|
12362
12306
|
return getMenuItemDefaultDom(menuItem);
|
|
@@ -12531,7 +12475,7 @@ const selectIndexIgnore$1 = async (menu, item, index) => {
|
|
|
12531
12475
|
};
|
|
12532
12476
|
const getSelectIndexFunction = flags => {
|
|
12533
12477
|
switch (flags) {
|
|
12534
|
-
case None$
|
|
12478
|
+
case None$h:
|
|
12535
12479
|
return selectIndexNone$1;
|
|
12536
12480
|
case SubMenu$1:
|
|
12537
12481
|
return selectIndexSubMenu$1;
|
|
@@ -14131,10 +14075,18 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14131
14075
|
});
|
|
14132
14076
|
return result;
|
|
14133
14077
|
};
|
|
14078
|
+
const textSearchHtml = (...args) => {
|
|
14079
|
+
return invoke$e('TextSearchHtml.textSearch', ...args);
|
|
14080
|
+
};
|
|
14081
|
+
const textSearchFetch = (...args) => {
|
|
14082
|
+
return invoke$e('TextSearchFetch.textSearch', ...args);
|
|
14083
|
+
};
|
|
14134
14084
|
|
|
14135
14085
|
const name$S = 'ExtensionHostTextSearch';
|
|
14136
14086
|
const Commands$H = {
|
|
14137
|
-
executeTextSearchProvider: executeTextSearchProvider
|
|
14087
|
+
executeTextSearchProvider: executeTextSearchProvider,
|
|
14088
|
+
textSearchFetch: textSearchFetch,
|
|
14089
|
+
textSearchHtml: textSearchHtml
|
|
14138
14090
|
};
|
|
14139
14091
|
|
|
14140
14092
|
const ExtensionHostTextSearch_ipc = {
|
|
@@ -14212,14 +14164,13 @@ const ExtensionManagement_ipc = {
|
|
|
14212
14164
|
name: name$O
|
|
14213
14165
|
};
|
|
14214
14166
|
|
|
14215
|
-
const None$
|
|
14167
|
+
const None$e = 0;
|
|
14216
14168
|
|
|
14217
14169
|
// TODO remove this file and merge with whenExpressions
|
|
14218
14170
|
const About = FocusAbout;
|
|
14219
14171
|
const ActivityBar$2 = FocusActivityBar;
|
|
14220
14172
|
const Confirm = FocusConfirm;
|
|
14221
14173
|
const Explorer = FocusExplorer;
|
|
14222
|
-
const ExplorerEditBox = FocusExplorerEditBox;
|
|
14223
14174
|
const Extensions = FocusExtensions;
|
|
14224
14175
|
const Problems = FocusProblems;
|
|
14225
14176
|
const SourceControlInput = FocusSourceControlInput;
|
|
@@ -14229,7 +14180,7 @@ const create$P = () => {
|
|
|
14229
14180
|
return {
|
|
14230
14181
|
productName: '',
|
|
14231
14182
|
lines: [],
|
|
14232
|
-
focusId: None$
|
|
14183
|
+
focusId: None$e,
|
|
14233
14184
|
commands: []
|
|
14234
14185
|
};
|
|
14235
14186
|
};
|
|
@@ -14406,7 +14357,7 @@ const getActivityBarItems = () => {
|
|
|
14406
14357
|
return [
|
|
14407
14358
|
// Top
|
|
14408
14359
|
{
|
|
14409
|
-
id: Explorer$
|
|
14360
|
+
id: Explorer$2,
|
|
14410
14361
|
title: explorer$1(),
|
|
14411
14362
|
icon: Files,
|
|
14412
14363
|
flags: Tab | Enabled,
|
|
@@ -14692,7 +14643,7 @@ const toContextMenuItem$1 = activityBarItem => {
|
|
|
14692
14643
|
label: activityBarItem.id,
|
|
14693
14644
|
id: 8000,
|
|
14694
14645
|
// TODO
|
|
14695
|
-
flags: None$
|
|
14646
|
+
flags: None$h,
|
|
14696
14647
|
command: -1
|
|
14697
14648
|
};
|
|
14698
14649
|
};
|
|
@@ -14714,28 +14665,28 @@ const getMenuEntries$g = () => {
|
|
|
14714
14665
|
return [{
|
|
14715
14666
|
id: 'commandPalette',
|
|
14716
14667
|
label: commandPalette(),
|
|
14717
|
-
flags: None$
|
|
14668
|
+
flags: None$h,
|
|
14718
14669
|
command: 'QuickPick.showEverything'
|
|
14719
14670
|
}, menuEntrySeparator, {
|
|
14720
14671
|
id: 'settings',
|
|
14721
14672
|
label: settings$1(),
|
|
14722
|
-
flags: None$
|
|
14673
|
+
flags: None$h,
|
|
14723
14674
|
command: 'Preferences.openSettingsJson'
|
|
14724
14675
|
}, {
|
|
14725
14676
|
id: 'keyboardShortcuts',
|
|
14726
14677
|
label: keyboardShortcuts(),
|
|
14727
|
-
flags: None$
|
|
14678
|
+
flags: None$h,
|
|
14728
14679
|
command: 'Main.openUri',
|
|
14729
14680
|
args: [keyBindingsUri]
|
|
14730
14681
|
}, {
|
|
14731
14682
|
id: 'colorTheme',
|
|
14732
14683
|
label: colorTheme(),
|
|
14733
|
-
flags: None$
|
|
14684
|
+
flags: None$h,
|
|
14734
14685
|
command: 'QuickPick.showColorTheme'
|
|
14735
14686
|
}, menuEntrySeparator, {
|
|
14736
14687
|
id: 'checkForUpdates',
|
|
14737
14688
|
label: checkForUpdates(),
|
|
14738
|
-
flags: None$
|
|
14689
|
+
flags: None$h,
|
|
14739
14690
|
command: /* TODO */-1
|
|
14740
14691
|
}];
|
|
14741
14692
|
};
|
|
@@ -14764,14 +14715,14 @@ const menuEntryMoveSideBar = sideBarLocation => {
|
|
|
14764
14715
|
return {
|
|
14765
14716
|
id: 'moveSideBarRight',
|
|
14766
14717
|
label: moveSideBarRight$1(),
|
|
14767
|
-
flags: None$
|
|
14718
|
+
flags: None$h,
|
|
14768
14719
|
command: 'Layout.moveSideBarRight'
|
|
14769
14720
|
};
|
|
14770
14721
|
case Right$1:
|
|
14771
14722
|
return {
|
|
14772
14723
|
id: 'moveSideBarLeft',
|
|
14773
14724
|
label: moveSideBarLeft$1(),
|
|
14774
|
-
flags: None$
|
|
14725
|
+
flags: None$h,
|
|
14775
14726
|
command: 'Layout.moveSideBarLeft'
|
|
14776
14727
|
};
|
|
14777
14728
|
default:
|
|
@@ -14789,7 +14740,7 @@ const getMenuEntries$f = async (layoutState, activityBarState) => {
|
|
|
14789
14740
|
return [...activityBarItems.map(toContextMenuItem), menuEntrySeparator, menuEntryMoveSideBar(sideBarLocation), {
|
|
14790
14741
|
id: 'hideActivityBar',
|
|
14791
14742
|
label: hideActivityBar$1(),
|
|
14792
|
-
flags: None$
|
|
14743
|
+
flags: None$h,
|
|
14793
14744
|
command: /* Layout.hideActivityBar */'Layout.hideActivityBar'
|
|
14794
14745
|
}];
|
|
14795
14746
|
};
|
|
@@ -14835,7 +14786,6 @@ const HandleClickAt = 'handleClickAt';
|
|
|
14835
14786
|
const HandleClickBackward = 'handleClickBackward';
|
|
14836
14787
|
const HandleClickForward = 'handleClickForward';
|
|
14837
14788
|
const HandleClickOpenExternal = 'handleClickOpenExternal';
|
|
14838
|
-
const handleClickOpenFolder$1 = 'handleClickOpenFolder';
|
|
14839
14789
|
const HandleClickReload = 'handleClickReload';
|
|
14840
14790
|
const HandleClickScopeValue = 'handleClickScopeValue';
|
|
14841
14791
|
const HandleContextMenu = 'handleContextMenu';
|
|
@@ -14860,7 +14810,7 @@ const getIconVirtualDom = (icon, type = Div) => {
|
|
|
14860
14810
|
return {
|
|
14861
14811
|
type,
|
|
14862
14812
|
className: `MaskIcon MaskIcon${icon}`,
|
|
14863
|
-
role: None$
|
|
14813
|
+
role: None$f,
|
|
14864
14814
|
childCount: 0
|
|
14865
14815
|
};
|
|
14866
14816
|
};
|
|
@@ -14881,7 +14831,7 @@ const createActivityBarItem = item => {
|
|
|
14881
14831
|
const isSelected = flags & Selected;
|
|
14882
14832
|
const isFocused = flags & Focused$1;
|
|
14883
14833
|
const isProgress = flags & Progress;
|
|
14884
|
-
const role = isTab ? Tab$3 : Button$
|
|
14834
|
+
const role = isTab ? Tab$3 : Button$3;
|
|
14885
14835
|
const ariaSelected = getAriaSelected(isTab, isSelected);
|
|
14886
14836
|
const marginTop = flags & MarginTop;
|
|
14887
14837
|
let className = ActivityBarItem$1;
|
|
@@ -14918,7 +14868,7 @@ const createActivityBarItem = item => {
|
|
|
14918
14868
|
}, {
|
|
14919
14869
|
type: Div,
|
|
14920
14870
|
className: Icon,
|
|
14921
|
-
role: None$
|
|
14871
|
+
role: None$f,
|
|
14922
14872
|
childCount: 0,
|
|
14923
14873
|
maskImage: icon
|
|
14924
14874
|
}, {
|
|
@@ -15516,7 +15466,6 @@ const getActionButtonVirtualDom = action => {
|
|
|
15516
15466
|
};
|
|
15517
15467
|
|
|
15518
15468
|
const Filter$1 = 'filter';
|
|
15519
|
-
const ExplorerInput = 'ExploreerInput';
|
|
15520
15469
|
const PauseOnExceptions = 'pause-on-exceptions';
|
|
15521
15470
|
const PauseOnUncaughtExceptions = 'pause-on-uncaught-exceptions';
|
|
15522
15471
|
|
|
@@ -15710,7 +15659,7 @@ const UiStrings$e = {
|
|
|
15710
15659
|
const pressDesiredKeyCombinationThenPressEnter = () => {
|
|
15711
15660
|
return i18nString(UiStrings$e.PressDesiredKeyCombinationThenPressEnter);
|
|
15712
15661
|
};
|
|
15713
|
-
const copy$
|
|
15662
|
+
const copy$2 = () => {
|
|
15714
15663
|
return i18nString(UiStrings$e.Copy);
|
|
15715
15664
|
};
|
|
15716
15665
|
const copyCommandId = () => {
|
|
@@ -16407,7 +16356,7 @@ const Css$w = ["/css/parts/ViewletDiffEditor.css"];
|
|
|
16407
16356
|
|
|
16408
16357
|
const name$G = 'DiffEditor';
|
|
16409
16358
|
|
|
16410
|
-
const None$
|
|
16359
|
+
const None$d = 0;
|
|
16411
16360
|
const Insertion = 1;
|
|
16412
16361
|
const Deletion = 2;
|
|
16413
16362
|
|
|
@@ -16434,7 +16383,7 @@ const getPrefix$2 = type => {
|
|
|
16434
16383
|
return insertion$1;
|
|
16435
16384
|
case Deletion:
|
|
16436
16385
|
return deletion$1;
|
|
16437
|
-
case None$
|
|
16386
|
+
case None$d:
|
|
16438
16387
|
return normal$1;
|
|
16439
16388
|
}
|
|
16440
16389
|
};
|
|
@@ -16446,7 +16395,7 @@ const getClassName$1 = type => {
|
|
|
16446
16395
|
return Deletion$1;
|
|
16447
16396
|
case Insertion:
|
|
16448
16397
|
return Insertion$1;
|
|
16449
|
-
case None$
|
|
16398
|
+
case None$d:
|
|
16450
16399
|
return '';
|
|
16451
16400
|
}
|
|
16452
16401
|
};
|
|
@@ -16687,7 +16636,7 @@ const getVisibleDiffLines = (lines, changes, minLineY, maxLineY) => {
|
|
|
16687
16636
|
const line = lines[i];
|
|
16688
16637
|
visible.push({
|
|
16689
16638
|
line,
|
|
16690
|
-
type: None$
|
|
16639
|
+
type: None$d
|
|
16691
16640
|
});
|
|
16692
16641
|
}
|
|
16693
16642
|
for (const change of changes) {
|
|
@@ -16811,7 +16760,7 @@ const getE2eTestsSandbox = () => {
|
|
|
16811
16760
|
const Panel$1 = 'Panel';
|
|
16812
16761
|
const SideBar$1 = 'SideBar';
|
|
16813
16762
|
const Preview$2 = 'Preview';
|
|
16814
|
-
const None$
|
|
16763
|
+
const None$c = '';
|
|
16815
16764
|
|
|
16816
16765
|
const create$C = (id, uri, x, y, width, height) => {
|
|
16817
16766
|
return {
|
|
@@ -16930,7 +16879,7 @@ const getMenuEntries$e = () => {
|
|
|
16930
16879
|
return [{
|
|
16931
16880
|
id: 'openInNewTab',
|
|
16932
16881
|
label: 'Open in New Tab',
|
|
16933
|
-
flags: None$
|
|
16882
|
+
flags: None$h,
|
|
16934
16883
|
command: 'E2eTests.openInNewTab'
|
|
16935
16884
|
}];
|
|
16936
16885
|
};
|
|
@@ -17100,14 +17049,14 @@ const handleLoad = async state => {
|
|
|
17100
17049
|
iframeOrigin
|
|
17101
17050
|
};
|
|
17102
17051
|
};
|
|
17103
|
-
const getIndex$
|
|
17052
|
+
const getIndex$2 = (stateY, eventY) => {
|
|
17104
17053
|
const rowHeight = 22;
|
|
17105
17054
|
const index = Math.floor((eventY - stateY) / rowHeight);
|
|
17106
17055
|
return index;
|
|
17107
17056
|
};
|
|
17108
17057
|
const handleClickAt$4 = async (state, eventX, eventY) => {
|
|
17109
17058
|
console.log('click', eventX, eventY);
|
|
17110
|
-
const index = getIndex$
|
|
17059
|
+
const index = getIndex$2(state.y, eventY);
|
|
17111
17060
|
const item = state.tests[index];
|
|
17112
17061
|
const url = `e2e-test://${item}`;
|
|
17113
17062
|
await openUri$1(url);
|
|
@@ -17118,7 +17067,7 @@ const runAll = state => {
|
|
|
17118
17067
|
return state;
|
|
17119
17068
|
};
|
|
17120
17069
|
const handleContextMenu$9 = async (state, button, x, y) => {
|
|
17121
|
-
const index = getIndex$
|
|
17070
|
+
const index = getIndex$2(state.y, y);
|
|
17122
17071
|
// @ts-ignore
|
|
17123
17072
|
state.index = index;
|
|
17124
17073
|
await show$a(x, y, E2eTests);
|
|
@@ -17289,7 +17238,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17289
17238
|
runAll
|
|
17290
17239
|
};
|
|
17291
17240
|
|
|
17292
|
-
const None$
|
|
17241
|
+
const None$b = 1;
|
|
17293
17242
|
|
|
17294
17243
|
const minimumSliderSize = 20;
|
|
17295
17244
|
|
|
@@ -17405,7 +17354,7 @@ const create$A = (id, uri, languageId) => {
|
|
|
17405
17354
|
fontWeight: 400,
|
|
17406
17355
|
tabSize: 2,
|
|
17407
17356
|
cursorWidth: 2,
|
|
17408
|
-
completionState: None$
|
|
17357
|
+
completionState: None$b,
|
|
17409
17358
|
longestLineWidth: 0,
|
|
17410
17359
|
minimumSliderSize: minimumSliderSize,
|
|
17411
17360
|
differences: [],
|
|
@@ -18000,61 +17949,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
18000
17949
|
name: name$C
|
|
18001
17950
|
};
|
|
18002
17951
|
|
|
18003
|
-
const None$
|
|
18004
|
-
const CreateFile = 1;
|
|
18005
|
-
const CreateFolder = 2;
|
|
18006
|
-
const Rename = 3;
|
|
18007
|
-
|
|
18008
|
-
const getExplorerMaxLineY = (minLineY, height, itemHeight, direntsLength) => {
|
|
18009
|
-
const maxLineY = minLineY + Math.min(getNumberOfVisibleItems(height, itemHeight), direntsLength);
|
|
18010
|
-
return maxLineY;
|
|
18011
|
-
};
|
|
18012
|
-
|
|
18013
|
-
const LeftClick = 0;
|
|
18014
|
-
const MiddleClick = 1;
|
|
18015
|
-
|
|
18016
|
-
const Fulfilled = 'fulfilled';
|
|
18017
|
-
const Rejected = 'rejected';
|
|
18018
|
-
|
|
18019
|
-
const ClipBoardWriteText = 'ClipBoard.writeText';
|
|
18020
|
-
|
|
18021
|
-
const RE_CHARACTERS = /^[a-zA-Z\.\-]+$/;
|
|
18022
|
-
|
|
18023
|
-
/**
|
|
18024
|
-
*
|
|
18025
|
-
* @param {string} a
|
|
18026
|
-
* @param {string} b
|
|
18027
|
-
* @returns boolean
|
|
18028
|
-
*/
|
|
18029
|
-
const compareStringNumeric = (a, b) => {
|
|
18030
|
-
if (RE_CHARACTERS.test(a) && RE_CHARACTERS.test(b)) {
|
|
18031
|
-
return a < b ? -1 : 1;
|
|
18032
|
-
}
|
|
18033
|
-
return a.localeCompare(b, 'en', {
|
|
18034
|
-
numeric: true
|
|
18035
|
-
});
|
|
18036
|
-
};
|
|
18037
|
-
|
|
18038
|
-
const priorityMapFoldersFirst = {
|
|
18039
|
-
[Directory$1]: 1,
|
|
18040
|
-
[SymLinkFolder]: 1,
|
|
18041
|
-
[File$4]: 0,
|
|
18042
|
-
[SymLinkFile]: 0,
|
|
18043
|
-
[Unknown$1]: 0,
|
|
18044
|
-
[Socket]: 0
|
|
18045
|
-
};
|
|
18046
|
-
const compareDirentType = (direntA, direntB) => {
|
|
18047
|
-
return priorityMapFoldersFirst[direntB.type] - priorityMapFoldersFirst[direntA.type];
|
|
18048
|
-
};
|
|
18049
|
-
const compareDirentName = (direntA, direntB) => {
|
|
18050
|
-
return compareStringNumeric(direntA.name, direntB.name);
|
|
18051
|
-
};
|
|
18052
|
-
const compareDirent = (direntA, direntB) => {
|
|
18053
|
-
return compareDirentType(direntA, direntB) || compareDirentName(direntA, direntB);
|
|
18054
|
-
};
|
|
18055
|
-
const sortExplorerItems = rawDirents => {
|
|
18056
|
-
rawDirents.sort(compareDirent);
|
|
18057
|
-
};
|
|
17952
|
+
const None$a = 0;
|
|
18058
17953
|
|
|
18059
17954
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
18060
17955
|
|
|
@@ -18073,166 +17968,6 @@ const {
|
|
|
18073
17968
|
invoke: invoke$5
|
|
18074
17969
|
} = getOrCreateWorker(launchExplorerWorker);
|
|
18075
17970
|
|
|
18076
|
-
const focusIndex$7 = (state, index) => {
|
|
18077
|
-
return invoke$5('Explorer.focusIndex', state, index);
|
|
18078
|
-
};
|
|
18079
|
-
|
|
18080
|
-
const ViewletExplorerFocusIndex = {
|
|
18081
|
-
__proto__: null,
|
|
18082
|
-
focusIndex: focusIndex$7
|
|
18083
|
-
};
|
|
18084
|
-
|
|
18085
|
-
const getIndexFromPosition = (state, eventX, eventY) => {
|
|
18086
|
-
const {
|
|
18087
|
-
y,
|
|
18088
|
-
itemHeight,
|
|
18089
|
-
items
|
|
18090
|
-
} = state;
|
|
18091
|
-
const index = Math.floor((eventY - y) / itemHeight);
|
|
18092
|
-
if (index < 0) {
|
|
18093
|
-
return 0;
|
|
18094
|
-
}
|
|
18095
|
-
if (index >= items.length) {
|
|
18096
|
-
return -1;
|
|
18097
|
-
}
|
|
18098
|
-
return index;
|
|
18099
|
-
};
|
|
18100
|
-
const toDisplayDirents = (pathSeparator, rawDirents, parentDirent, excluded) => {
|
|
18101
|
-
sortExplorerItems(rawDirents);
|
|
18102
|
-
// TODO figure out whether this uses too much memory (name,path -> redundant, depth could be computed on demand)
|
|
18103
|
-
const toDisplayDirent = (rawDirent, index) => {
|
|
18104
|
-
const path = [parentDirent.path, rawDirent.name].join(pathSeparator);
|
|
18105
|
-
return {
|
|
18106
|
-
name: rawDirent.name,
|
|
18107
|
-
posInSet: index + 1,
|
|
18108
|
-
setSize: rawDirents.length,
|
|
18109
|
-
depth: parentDirent.depth + 1,
|
|
18110
|
-
type: rawDirent.type,
|
|
18111
|
-
path,
|
|
18112
|
-
// TODO storing absolute path might be too costly, could also store relative path here
|
|
18113
|
-
icon: getIcon$1(rawDirent)
|
|
18114
|
-
};
|
|
18115
|
-
};
|
|
18116
|
-
const result = [];
|
|
18117
|
-
let i = 0;
|
|
18118
|
-
for (const rawDirent of rawDirents) {
|
|
18119
|
-
if (excluded.includes(rawDirent.name)) {
|
|
18120
|
-
continue;
|
|
18121
|
-
}
|
|
18122
|
-
result.push(toDisplayDirent(rawDirent, i));
|
|
18123
|
-
i++;
|
|
18124
|
-
}
|
|
18125
|
-
return result;
|
|
18126
|
-
};
|
|
18127
|
-
const getParentStartIndex = (dirents, index) => {
|
|
18128
|
-
const dirent = dirents[index];
|
|
18129
|
-
let startIndex = index - 1;
|
|
18130
|
-
while (startIndex >= 0 && dirents[startIndex].depth >= dirent.depth) {
|
|
18131
|
-
startIndex--;
|
|
18132
|
-
}
|
|
18133
|
-
return startIndex;
|
|
18134
|
-
};
|
|
18135
|
-
const getParentEndIndex = (dirents, index) => {
|
|
18136
|
-
const dirent = dirents[index];
|
|
18137
|
-
let endIndex = index + 1;
|
|
18138
|
-
while (endIndex < dirents.length && dirents[endIndex].depth > dirent.depth) {
|
|
18139
|
-
endIndex++;
|
|
18140
|
-
}
|
|
18141
|
-
return endIndex;
|
|
18142
|
-
};
|
|
18143
|
-
const isSymbolicLink = dirent => {
|
|
18144
|
-
return dirent.type === Symlink;
|
|
18145
|
-
};
|
|
18146
|
-
const hasSymbolicLinks = rawDirents => {
|
|
18147
|
-
return rawDirents.some(isSymbolicLink);
|
|
18148
|
-
};
|
|
18149
|
-
const getSymlinkType = type => {
|
|
18150
|
-
switch (type) {
|
|
18151
|
-
case File$4:
|
|
18152
|
-
return SymLinkFile;
|
|
18153
|
-
case Directory$1:
|
|
18154
|
-
return SymLinkFolder;
|
|
18155
|
-
default:
|
|
18156
|
-
return Symlink;
|
|
18157
|
-
}
|
|
18158
|
-
};
|
|
18159
|
-
// TODO maybe resolving of symbolic links should happen in shared process?
|
|
18160
|
-
// so that there is less code and less work in the frontend
|
|
18161
|
-
const resolveSymbolicLink = async (uri, rawDirent) => {
|
|
18162
|
-
try {
|
|
18163
|
-
// TODO support windows paths
|
|
18164
|
-
const absolutePath = uri + '/' + rawDirent.name;
|
|
18165
|
-
const type = await stat$1(absolutePath);
|
|
18166
|
-
const symLinkType = getSymlinkType(type);
|
|
18167
|
-
return {
|
|
18168
|
-
name: rawDirent.name,
|
|
18169
|
-
type: symLinkType
|
|
18170
|
-
};
|
|
18171
|
-
} catch (error) {
|
|
18172
|
-
// @ts-ignore
|
|
18173
|
-
if (error && error.code === ENOENT) {
|
|
18174
|
-
return {
|
|
18175
|
-
name: rawDirent.name,
|
|
18176
|
-
type: SymLinkFile
|
|
18177
|
-
};
|
|
18178
|
-
}
|
|
18179
|
-
console.error(`Failed to resolve symbolic link for ${rawDirent.name}: ${error}`);
|
|
18180
|
-
return rawDirent;
|
|
18181
|
-
}
|
|
18182
|
-
};
|
|
18183
|
-
const resolveSymbolicLinks = async (uri, rawDirents) => {
|
|
18184
|
-
const promises = [];
|
|
18185
|
-
for (const rawDirent of rawDirents) {
|
|
18186
|
-
if (isSymbolicLink(rawDirent)) {
|
|
18187
|
-
const resolvedDirent = resolveSymbolicLink(uri, rawDirent);
|
|
18188
|
-
promises.push(resolvedDirent);
|
|
18189
|
-
} else {
|
|
18190
|
-
promises.push(rawDirent);
|
|
18191
|
-
}
|
|
18192
|
-
}
|
|
18193
|
-
const resolvedDirents = await Promise.all(promises);
|
|
18194
|
-
return resolvedDirents;
|
|
18195
|
-
};
|
|
18196
|
-
const getChildDirentsRaw = async uri => {
|
|
18197
|
-
const rawDirents = await readDirWithFileTypes$8(uri);
|
|
18198
|
-
array(rawDirents);
|
|
18199
|
-
if (hasSymbolicLinks(rawDirents)) {
|
|
18200
|
-
return resolveSymbolicLinks(uri, rawDirents);
|
|
18201
|
-
}
|
|
18202
|
-
return rawDirents;
|
|
18203
|
-
};
|
|
18204
|
-
const getChildDirents = async (pathSeparator, parentDirent, excluded = []) => {
|
|
18205
|
-
string(pathSeparator);
|
|
18206
|
-
object(parentDirent);
|
|
18207
|
-
// TODO use event/actor based code instead, this is impossible to cancel right now
|
|
18208
|
-
// also cancel updating when opening new folder
|
|
18209
|
-
// const dispose = state => state.pendingRequests.forEach(cancelRequest)
|
|
18210
|
-
// TODO should use FileSystem directly in this case because it is globally available anyway
|
|
18211
|
-
// and more typesafe than Command.execute
|
|
18212
|
-
// and more performant
|
|
18213
|
-
const uri = parentDirent.path;
|
|
18214
|
-
const rawDirents = await getChildDirentsRaw(uri);
|
|
18215
|
-
const displayDirents = toDisplayDirents(pathSeparator, rawDirents, parentDirent, excluded);
|
|
18216
|
-
return displayDirents;
|
|
18217
|
-
};
|
|
18218
|
-
const mergeDirents$2 = (oldDirents, newDirents) => {
|
|
18219
|
-
const merged = [];
|
|
18220
|
-
for (const newDirent of newDirents) {
|
|
18221
|
-
merged.push(newDirent);
|
|
18222
|
-
}
|
|
18223
|
-
return merged;
|
|
18224
|
-
};
|
|
18225
|
-
const getTopLevelDirents = (root, pathSeparator, excluded) => {
|
|
18226
|
-
if (!root) {
|
|
18227
|
-
return [];
|
|
18228
|
-
}
|
|
18229
|
-
return getChildDirents(pathSeparator, {
|
|
18230
|
-
depth: 0,
|
|
18231
|
-
path: root,
|
|
18232
|
-
type: Directory$1
|
|
18233
|
-
}, excluded);
|
|
18234
|
-
};
|
|
18235
|
-
|
|
18236
17971
|
// TODO viewlet should only have create and refresh functions
|
|
18237
17972
|
// every thing else can be in a separate module <viewlet>.lazy.js
|
|
18238
17973
|
// and <viewlet>.ipc.js
|
|
@@ -18266,206 +18001,52 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
18266
18001
|
dropTargets: [],
|
|
18267
18002
|
excluded: [],
|
|
18268
18003
|
editingValue: '',
|
|
18269
|
-
editingType: None$
|
|
18004
|
+
editingType: None$a,
|
|
18270
18005
|
editingIcon: ''
|
|
18271
18006
|
};
|
|
18272
18007
|
};
|
|
18273
|
-
const getPathSeparator = root => {
|
|
18274
|
-
return getPathSeparator$9(root);
|
|
18275
|
-
};
|
|
18276
|
-
const getSavedChildDirents = (map, path, depth, excluded, pathSeparator) => {
|
|
18277
|
-
const children = map[path];
|
|
18278
|
-
if (!children) {
|
|
18279
|
-
return [];
|
|
18280
|
-
}
|
|
18281
|
-
const dirents = [];
|
|
18282
|
-
sortExplorerItems(children);
|
|
18283
|
-
const visible = [];
|
|
18284
|
-
const displayRoot = path.endsWith(pathSeparator) ? path : path + pathSeparator;
|
|
18285
|
-
for (const child of children) {
|
|
18286
|
-
if (excluded.includes(child.name)) {
|
|
18287
|
-
continue;
|
|
18288
|
-
}
|
|
18289
|
-
visible.push(child);
|
|
18290
|
-
}
|
|
18291
|
-
const visibleLength = visible.length;
|
|
18292
|
-
for (let i = 0; i < visibleLength; i++) {
|
|
18293
|
-
const child = visible[i];
|
|
18294
|
-
const {
|
|
18295
|
-
name,
|
|
18296
|
-
type
|
|
18297
|
-
} = child;
|
|
18298
|
-
const childPath = displayRoot + name;
|
|
18299
|
-
if ((child.type === Directory$1 || child.type === SymLinkFolder) && childPath in map) {
|
|
18300
|
-
dirents.push({
|
|
18301
|
-
depth,
|
|
18302
|
-
posInSet: i + 1,
|
|
18303
|
-
setSize: visibleLength,
|
|
18304
|
-
icon: getFolderIcon({
|
|
18305
|
-
name
|
|
18306
|
-
}),
|
|
18307
|
-
name,
|
|
18308
|
-
path: childPath,
|
|
18309
|
-
type: DirectoryExpanded
|
|
18310
|
-
});
|
|
18311
|
-
dirents.push(...getSavedChildDirents(map, childPath, depth + 1, excluded, pathSeparator));
|
|
18312
|
-
} else {
|
|
18313
|
-
dirents.push({
|
|
18314
|
-
depth,
|
|
18315
|
-
posInSet: i + 1,
|
|
18316
|
-
setSize: visibleLength,
|
|
18317
|
-
icon: getIcon$1({
|
|
18318
|
-
type,
|
|
18319
|
-
name
|
|
18320
|
-
}),
|
|
18321
|
-
name,
|
|
18322
|
-
path: childPath,
|
|
18323
|
-
type
|
|
18324
|
-
});
|
|
18325
|
-
}
|
|
18326
|
-
}
|
|
18327
|
-
return dirents;
|
|
18328
|
-
};
|
|
18329
|
-
const createDirents = (root, expandedDirentPaths, expandedDirentChildren, excluded, pathSeparator) => {
|
|
18330
|
-
const dirents = [];
|
|
18331
|
-
const map = Object.create(null);
|
|
18332
|
-
for (let i = 0; i < expandedDirentPaths.length; i++) {
|
|
18333
|
-
const path = expandedDirentPaths[i];
|
|
18334
|
-
const children = expandedDirentChildren[i];
|
|
18335
|
-
if (children.status === Fulfilled) {
|
|
18336
|
-
map[path] = children.value;
|
|
18337
|
-
}
|
|
18338
|
-
}
|
|
18339
|
-
dirents.push(...getSavedChildDirents(map, root, 1, excluded, pathSeparator));
|
|
18340
|
-
return dirents;
|
|
18341
|
-
};
|
|
18342
|
-
const getSavedExpandedPaths = (savedState, root) => {
|
|
18343
|
-
if (savedState && savedState.root !== root) {
|
|
18344
|
-
return [];
|
|
18345
|
-
}
|
|
18346
|
-
if (savedState && savedState.expandedPaths && Array.isArray(savedState.expandedPaths)) {
|
|
18347
|
-
return savedState.expandedPaths;
|
|
18348
|
-
}
|
|
18349
|
-
return [];
|
|
18350
|
-
};
|
|
18351
|
-
const restoreExpandedState = async (savedState, root, pathSeparator, excluded) => {
|
|
18352
|
-
// TODO read all opened folders in parallel
|
|
18353
|
-
// ignore ENOENT errors
|
|
18354
|
-
// ignore ENOTDIR errors
|
|
18355
|
-
// merge all dirents
|
|
18356
|
-
// restore scroll location
|
|
18357
|
-
const expandedPaths = getSavedExpandedPaths(savedState, root);
|
|
18358
|
-
if (root === EmptyString) {
|
|
18359
|
-
return [];
|
|
18360
|
-
}
|
|
18361
|
-
const expandedDirentPaths = [root, ...expandedPaths];
|
|
18362
|
-
const expandedDirentChildren = await Promise.allSettled(expandedDirentPaths.map(getChildDirentsRaw));
|
|
18363
|
-
if (expandedDirentChildren[0].status === Rejected) {
|
|
18364
|
-
throw expandedDirentChildren[0].reason;
|
|
18365
|
-
}
|
|
18366
|
-
const dirents = createDirents(root, expandedDirentPaths, expandedDirentChildren, excluded, pathSeparator);
|
|
18367
|
-
return dirents;
|
|
18368
|
-
};
|
|
18369
|
-
const getExcluded = () => {
|
|
18370
|
-
const excludedObject = get$d('files.exclude') || {};
|
|
18371
|
-
const excluded = [];
|
|
18372
|
-
for (const [key, value] of Object.entries(excludedObject)) {
|
|
18373
|
-
if (value) {
|
|
18374
|
-
excluded.push(key);
|
|
18375
|
-
}
|
|
18376
|
-
}
|
|
18377
|
-
return excluded;
|
|
18378
|
-
};
|
|
18379
|
-
const getSavedRoot$1 = (savedState, workspacePath) => {
|
|
18380
|
-
return workspacePath;
|
|
18381
|
-
};
|
|
18382
18008
|
const loadContent$w = async (state, savedState) => {
|
|
18383
|
-
const
|
|
18384
|
-
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
const restoredDirents = await restoreExpandedState(savedState, root, pathSeparator, excluded);
|
|
18388
|
-
const {
|
|
18389
|
-
itemHeight,
|
|
18390
|
-
height
|
|
18391
|
-
} = state;
|
|
18392
|
-
let minLineY = 0;
|
|
18393
|
-
if (savedState && typeof savedState.minLineY === 'number') {
|
|
18394
|
-
minLineY = savedState.minLineY;
|
|
18395
|
-
}
|
|
18396
|
-
let deltaY = 0;
|
|
18397
|
-
if (savedState && typeof savedState.deltaY === 'number') {
|
|
18398
|
-
deltaY = savedState.deltaY;
|
|
18399
|
-
}
|
|
18400
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, restoredDirents.length);
|
|
18401
|
-
return {
|
|
18402
|
-
...state,
|
|
18403
|
-
root,
|
|
18404
|
-
items: restoredDirents,
|
|
18405
|
-
minLineY,
|
|
18406
|
-
deltaY,
|
|
18407
|
-
maxLineY,
|
|
18408
|
-
pathSeparator,
|
|
18409
|
-
excluded
|
|
18410
|
-
};
|
|
18411
|
-
};
|
|
18412
|
-
const updateIcon$1 = dirent => {
|
|
18413
|
-
return {
|
|
18414
|
-
...dirent,
|
|
18415
|
-
icon: getIcon$1(dirent)
|
|
18416
|
-
};
|
|
18009
|
+
const newState = await invoke$5('Explorer.loadContent', state, savedState);
|
|
18010
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18011
|
+
newState.commands = commands;
|
|
18012
|
+
return newState;
|
|
18417
18013
|
};
|
|
18418
|
-
const updateIcons$1 = state => {
|
|
18419
|
-
const
|
|
18420
|
-
|
|
18421
|
-
|
|
18422
|
-
|
|
18423
|
-
};
|
|
18014
|
+
const updateIcons$1 = async state => {
|
|
18015
|
+
const newState = await invoke$5('Explorer.updateIcons', state);
|
|
18016
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18017
|
+
newState.commands = commands;
|
|
18018
|
+
return newState;
|
|
18424
18019
|
};
|
|
18425
|
-
const handleLanguagesChanged = state => {
|
|
18426
|
-
|
|
18020
|
+
const handleLanguagesChanged = async state => {
|
|
18021
|
+
const newState = await invoke$5('Explorer.handleIconThemeChange', state);
|
|
18022
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18023
|
+
newState.commands = commands;
|
|
18024
|
+
return newState;
|
|
18427
18025
|
};
|
|
18428
18026
|
const handleWorkspaceChange$1 = async state => {
|
|
18429
|
-
const
|
|
18430
|
-
const
|
|
18431
|
-
|
|
18432
|
-
root: newRoot
|
|
18433
|
-
};
|
|
18434
|
-
const newState = await loadContent$w(state1);
|
|
18027
|
+
const newState = await invoke$5('Explorer.handleWorkspaceChange', state);
|
|
18028
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18029
|
+
newState.commands = commands;
|
|
18435
18030
|
return newState;
|
|
18436
18031
|
};
|
|
18437
|
-
const handleIconThemeChange$2 = state => {
|
|
18438
|
-
|
|
18032
|
+
const handleIconThemeChange$2 = async state => {
|
|
18033
|
+
const newState = await invoke$5('Explorer.handleIconThemeChange', state);
|
|
18034
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18035
|
+
newState.commands = commands;
|
|
18036
|
+
return newState;
|
|
18439
18037
|
};
|
|
18440
18038
|
|
|
18441
18039
|
// TODO rename dirents to items, then can use virtual list component directly
|
|
18442
|
-
const setDeltaY$2 = (state, deltaY) => {
|
|
18443
|
-
const
|
|
18444
|
-
|
|
18445
|
-
|
|
18446
|
-
|
|
18447
|
-
} = state;
|
|
18448
|
-
if (deltaY < 0) {
|
|
18449
|
-
deltaY = 0;
|
|
18450
|
-
} else if (deltaY > items.length * itemHeight - height) {
|
|
18451
|
-
deltaY = Math.max(items.length * itemHeight - height, 0);
|
|
18452
|
-
}
|
|
18453
|
-
if (state.deltaY === deltaY) {
|
|
18454
|
-
return state;
|
|
18455
|
-
}
|
|
18456
|
-
const minLineY = Math.round(deltaY / itemHeight);
|
|
18457
|
-
const maxLineY = minLineY + Math.round(height / itemHeight);
|
|
18458
|
-
return {
|
|
18459
|
-
...state,
|
|
18460
|
-
deltaY,
|
|
18461
|
-
minLineY,
|
|
18462
|
-
maxLineY
|
|
18463
|
-
};
|
|
18040
|
+
const setDeltaY$2 = async (state, deltaY) => {
|
|
18041
|
+
const newState = await invoke$5('Explorer.setDeltaY', state, deltaY);
|
|
18042
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18043
|
+
newState.commands = commands;
|
|
18044
|
+
return newState;
|
|
18464
18045
|
};
|
|
18465
18046
|
const handleWheel$2 = (state, deltaMode, deltaY) => {
|
|
18466
18047
|
return setDeltaY$2(state, state.deltaY + deltaY);
|
|
18467
18048
|
};
|
|
18468
|
-
const getFocusedDirent
|
|
18049
|
+
const getFocusedDirent = state => {
|
|
18469
18050
|
const {
|
|
18470
18051
|
focusedIndex,
|
|
18471
18052
|
minLineY,
|
|
@@ -18477,250 +18058,54 @@ const getFocusedDirent$1 = state => {
|
|
|
18477
18058
|
|
|
18478
18059
|
// TODO support multiselection and removing multiple dirents
|
|
18479
18060
|
const removeDirent = async state => {
|
|
18480
|
-
|
|
18481
|
-
|
|
18482
|
-
|
|
18483
|
-
|
|
18484
|
-
const absolutePath = dirent.path;
|
|
18485
|
-
try {
|
|
18486
|
-
// TODO handle error
|
|
18487
|
-
await remove$9(absolutePath);
|
|
18488
|
-
} catch (error) {
|
|
18489
|
-
// TODO vscode shows error as alert (no stacktrace) and retry button
|
|
18490
|
-
// maybe should show alert as well, but where to put stacktrace?
|
|
18491
|
-
// on web should probably show notification (dialog)
|
|
18492
|
-
// ErrorHandling.handleError(error)
|
|
18493
|
-
await showErrorDialog(error);
|
|
18494
|
-
return;
|
|
18495
|
-
}
|
|
18496
|
-
// TODO avoid state mutation
|
|
18497
|
-
const newVersion = ++state.version;
|
|
18498
|
-
// TODO race condition
|
|
18499
|
-
// const newState = await loadContent(state)
|
|
18500
|
-
if (state.version !== newVersion || state.disposed) {
|
|
18501
|
-
return state;
|
|
18502
|
-
}
|
|
18503
|
-
// TODO is it possible to make this more functional instead of mutating state?
|
|
18504
|
-
// maybe every function returns a new state?
|
|
18505
|
-
const index = state.items.indexOf(dirent);
|
|
18506
|
-
let deleteEnd = index + 1;
|
|
18507
|
-
for (; deleteEnd < state.items.length; deleteEnd++) {
|
|
18508
|
-
if (state.items[deleteEnd].depth <= dirent.depth) {
|
|
18509
|
-
break;
|
|
18510
|
-
}
|
|
18511
|
-
}
|
|
18512
|
-
const deleteCount = deleteEnd - index;
|
|
18513
|
-
const newDirents = [...state.items];
|
|
18514
|
-
newDirents.splice(index, deleteCount);
|
|
18515
|
-
let indexToFocus = -1;
|
|
18516
|
-
if (newDirents.length === 0) {
|
|
18517
|
-
indexToFocus = -1;
|
|
18518
|
-
} else if (index < state.focusedIndex) {
|
|
18519
|
-
indexToFocus = state.focusedIndex - 1;
|
|
18520
|
-
} else if (index === state.focusedIndex) {
|
|
18521
|
-
indexToFocus = Math.max(state.focusedIndex - 1, 0);
|
|
18522
|
-
} else {
|
|
18523
|
-
indexToFocus = Math.max(state.focusedIndex - 1, 0);
|
|
18524
|
-
}
|
|
18525
|
-
return {
|
|
18526
|
-
...state,
|
|
18527
|
-
items: newDirents,
|
|
18528
|
-
focusedIndex: indexToFocus
|
|
18529
|
-
};
|
|
18530
|
-
};
|
|
18531
|
-
const renameDirent = state => {
|
|
18532
|
-
const {
|
|
18533
|
-
focusedIndex,
|
|
18534
|
-
items
|
|
18535
|
-
} = state;
|
|
18536
|
-
const item = items[focusedIndex];
|
|
18537
|
-
setFocus(ExplorerEditBox);
|
|
18538
|
-
return {
|
|
18539
|
-
...state,
|
|
18540
|
-
editingIndex: focusedIndex,
|
|
18541
|
-
editingType: Rename,
|
|
18542
|
-
editingValue: item.name
|
|
18543
|
-
};
|
|
18544
|
-
};
|
|
18545
|
-
|
|
18546
|
-
// TODO use posInSet and setSize properties to compute more effectively
|
|
18547
|
-
/**
|
|
18548
|
-
* @internal
|
|
18549
|
-
*/
|
|
18550
|
-
const computeRenamedDirent = (dirents, index, newName) => {
|
|
18551
|
-
let startIndex = index;
|
|
18552
|
-
let innerEndIndex = index + 1;
|
|
18553
|
-
let insertIndex = -1;
|
|
18554
|
-
let posInSet = -1;
|
|
18555
|
-
const oldDirent = dirents[index];
|
|
18556
|
-
const newDirent = {
|
|
18557
|
-
...oldDirent,
|
|
18558
|
-
name: newName,
|
|
18559
|
-
path: oldDirent.path.slice(0, -oldDirent.name.length) + newName
|
|
18560
|
-
};
|
|
18561
|
-
const depth = newDirent.depth;
|
|
18562
|
-
// TODO
|
|
18563
|
-
for (; startIndex >= 0; startIndex--) {
|
|
18564
|
-
const dirent = dirents[startIndex];
|
|
18565
|
-
if (dirent.depth > depth) {
|
|
18566
|
-
continue;
|
|
18567
|
-
}
|
|
18568
|
-
if (dirent.depth < depth) {
|
|
18569
|
-
break;
|
|
18570
|
-
}
|
|
18571
|
-
if (compareDirent(dirent, newDirent) === 1) {
|
|
18572
|
-
insertIndex = startIndex;
|
|
18573
|
-
posInSet = dirent.posInSet;
|
|
18574
|
-
// dirent.posInSet++
|
|
18575
|
-
}
|
|
18576
|
-
}
|
|
18577
|
-
startIndex++;
|
|
18578
|
-
for (; innerEndIndex < dirents.length; innerEndIndex++) {
|
|
18579
|
-
const dirent = dirents[innerEndIndex];
|
|
18580
|
-
if (dirent.depth <= depth) {
|
|
18581
|
-
break;
|
|
18582
|
-
}
|
|
18583
|
-
dirent.path = newDirent.path + dirent.path.slice(oldDirent.path.length);
|
|
18584
|
-
}
|
|
18585
|
-
innerEndIndex--;
|
|
18586
|
-
let endIndex = innerEndIndex + 1;
|
|
18587
|
-
for (; endIndex < dirents.length; endIndex++) {
|
|
18588
|
-
const dirent = dirents[endIndex];
|
|
18589
|
-
if (dirent.depth > depth) {
|
|
18590
|
-
continue;
|
|
18591
|
-
}
|
|
18592
|
-
if (dirent.depth < depth) {
|
|
18593
|
-
break;
|
|
18594
|
-
}
|
|
18595
|
-
if (insertIndex === -1 && compareDirent(dirent, newDirent === -1)) {
|
|
18596
|
-
for (; endIndex < dirents.length; endIndex++) {
|
|
18597
|
-
}
|
|
18598
|
-
insertIndex = endIndex;
|
|
18599
|
-
posInSet = dirent.posInSet + 1;
|
|
18600
|
-
}
|
|
18601
|
-
}
|
|
18602
|
-
endIndex--;
|
|
18603
|
-
for (let j = startIndex; j < index; j++) {
|
|
18604
|
-
const dirent = dirents[j];
|
|
18605
|
-
if (dirent.depth === depth) {
|
|
18606
|
-
dirent.posInSet++;
|
|
18607
|
-
}
|
|
18608
|
-
}
|
|
18609
|
-
for (let j = index; j < endIndex; j++) {
|
|
18610
|
-
const dirent = dirents[j];
|
|
18611
|
-
if (dirent.depth === depth) {
|
|
18612
|
-
dirent.posInSet--;
|
|
18613
|
-
}
|
|
18614
|
-
}
|
|
18615
|
-
|
|
18616
|
-
// for (let j = startIndex; j < index; j++) {
|
|
18617
|
-
// const dirent = dirents[j]
|
|
18618
|
-
// dirent.posInSet++
|
|
18619
|
-
// }
|
|
18620
|
-
|
|
18621
|
-
if (insertIndex === -1) {
|
|
18622
|
-
insertIndex = index;
|
|
18623
|
-
return {
|
|
18624
|
-
focusedIndex: index,
|
|
18625
|
-
newDirents: [...dirents.slice(0, index), newDirent, ...dirents.slice(index + 1)]
|
|
18626
|
-
};
|
|
18627
|
-
}
|
|
18628
|
-
newDirent.posInSet = posInSet;
|
|
18629
|
-
const newDirents = [...dirents];
|
|
18630
|
-
if (index < insertIndex) {
|
|
18631
|
-
insertIndex--;
|
|
18632
|
-
}
|
|
18633
|
-
newDirents.splice(index, 1);
|
|
18634
|
-
newDirents.splice(insertIndex, 0, newDirent);
|
|
18635
|
-
return {
|
|
18636
|
-
newDirents,
|
|
18637
|
-
focusedIndex: insertIndex
|
|
18638
|
-
};
|
|
18639
|
-
};
|
|
18640
|
-
const cancelEdit = state => {
|
|
18641
|
-
const {
|
|
18642
|
-
editingIndex
|
|
18643
|
-
} = state;
|
|
18644
|
-
return {
|
|
18645
|
-
...state,
|
|
18646
|
-
focusedIndex: editingIndex,
|
|
18647
|
-
focused: true,
|
|
18648
|
-
editingIndex: -1,
|
|
18649
|
-
editingValue: '',
|
|
18650
|
-
editingType: None$b
|
|
18651
|
-
};
|
|
18061
|
+
const newState = await invoke$5('Explorer.removeDirent', state);
|
|
18062
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18063
|
+
newState.commands = commands;
|
|
18064
|
+
return newState;
|
|
18652
18065
|
};
|
|
18653
|
-
const
|
|
18654
|
-
const
|
|
18655
|
-
const
|
|
18656
|
-
|
|
18657
|
-
|
|
18658
|
-
return state;
|
|
18066
|
+
const renameDirent = async state => {
|
|
18067
|
+
const newState = await invoke$5('Explorer.renameDirent', state);
|
|
18068
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18069
|
+
newState.commands = commands;
|
|
18070
|
+
return newState;
|
|
18659
18071
|
};
|
|
18660
|
-
const
|
|
18661
|
-
const
|
|
18662
|
-
|
|
18663
|
-
|
|
18664
|
-
|
|
18665
|
-
await execute$4(ClipBoardWriteText, /* text */path);
|
|
18666
|
-
return state;
|
|
18072
|
+
const cancelEdit = async state => {
|
|
18073
|
+
const newState = await invoke$5('Explorer.cancelEdit');
|
|
18074
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18075
|
+
newState.commands = commands;
|
|
18076
|
+
return newState;
|
|
18667
18077
|
};
|
|
18668
|
-
const
|
|
18669
|
-
|
|
18670
|
-
|
|
18671
|
-
|
|
18672
|
-
|
|
18673
|
-
const direntPath = dirent.path;
|
|
18674
|
-
const direntParentPath = direntPath.slice(0, -(dirent.name.length + 1));
|
|
18675
|
-
const path = `${direntParentPath}`;
|
|
18676
|
-
return path;
|
|
18078
|
+
const copyRelativePath = async state => {
|
|
18079
|
+
const newState = await invoke$5('Explorer.copyRelativePath', state);
|
|
18080
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18081
|
+
newState.commands = commands;
|
|
18082
|
+
return newState;
|
|
18677
18083
|
};
|
|
18678
|
-
const
|
|
18679
|
-
const
|
|
18680
|
-
|
|
18681
|
-
|
|
18682
|
-
|
|
18683
|
-
pathSeparator
|
|
18684
|
-
} = state;
|
|
18685
|
-
const path = getContaingingFolder(root, items, focusedIndex);
|
|
18686
|
-
await execute$4('OpenNativeFolder.openNativeFolder', /* path */path);
|
|
18687
|
-
return state;
|
|
18084
|
+
const copyPath = async state => {
|
|
18085
|
+
const newState = await invoke$5('Explorer.copyPath', state);
|
|
18086
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18087
|
+
newState.commands = commands;
|
|
18088
|
+
return newState;
|
|
18688
18089
|
};
|
|
18689
|
-
const
|
|
18690
|
-
|
|
18691
|
-
|
|
18692
|
-
|
|
18693
|
-
|
|
18694
|
-
items
|
|
18695
|
-
} = state;
|
|
18696
|
-
if (focusedIndex >= 0) {
|
|
18697
|
-
const dirent = items[focusedIndex];
|
|
18698
|
-
if (dirent.type === Directory$1) {
|
|
18699
|
-
// TODO handle error
|
|
18700
|
-
await handleClickDirectory$1(state, dirent);
|
|
18701
|
-
}
|
|
18702
|
-
}
|
|
18703
|
-
return {
|
|
18704
|
-
...state,
|
|
18705
|
-
editingIndex: focusedIndex,
|
|
18706
|
-
editingType,
|
|
18707
|
-
editingValue: ''
|
|
18708
|
-
};
|
|
18090
|
+
const openContainingFolder$1 = async state => {
|
|
18091
|
+
const newState = await invoke$5('Explorer.openContainingFolder', state);
|
|
18092
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18093
|
+
newState.commands = commands;
|
|
18094
|
+
return newState;
|
|
18709
18095
|
};
|
|
18710
18096
|
|
|
18711
18097
|
// TODO much shared logic with newFolder
|
|
18712
|
-
const newFile$1 = state => {
|
|
18713
|
-
|
|
18098
|
+
const newFile$1 = async state => {
|
|
18099
|
+
const newState = await invoke$5('Explorer.newFile', state);
|
|
18100
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18101
|
+
newState.commands = commands;
|
|
18102
|
+
return newState;
|
|
18714
18103
|
};
|
|
18715
|
-
const updateEditingValue = (state, value) => {
|
|
18716
|
-
const
|
|
18717
|
-
|
|
18718
|
-
|
|
18719
|
-
return
|
|
18720
|
-
...state,
|
|
18721
|
-
editingValue: value,
|
|
18722
|
-
editingIcon
|
|
18723
|
-
};
|
|
18104
|
+
const updateEditingValue = async (state, value) => {
|
|
18105
|
+
const newState = await invoke$5('Explorer.updateEditingValue', state, value);
|
|
18106
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18107
|
+
newState.commands = commands;
|
|
18108
|
+
return newState;
|
|
18724
18109
|
};
|
|
18725
18110
|
const handleFocus$5 = state => {
|
|
18726
18111
|
setFocus(Explorer);
|
|
@@ -18730,142 +18115,23 @@ const refresh$4 = state => {
|
|
|
18730
18115
|
console.log('TODO refresh explorer');
|
|
18731
18116
|
return state;
|
|
18732
18117
|
};
|
|
18733
|
-
const newFolder$1 = state => {
|
|
18734
|
-
|
|
18735
|
-
|
|
18736
|
-
|
|
18737
|
-
|
|
18738
|
-
return {
|
|
18739
|
-
...state,
|
|
18740
|
-
focusedIndex: index,
|
|
18741
|
-
focused: keepFocus
|
|
18742
|
-
};
|
|
18743
|
-
};
|
|
18744
|
-
const handleClickDirectory$1 = async (state, dirent, index, keepFocus) => {
|
|
18745
|
-
dirent.type = DirectoryExpanding;
|
|
18746
|
-
// TODO handle error
|
|
18747
|
-
const dirents = await getChildDirents(state.pathSeparator, dirent);
|
|
18748
|
-
const state2 = getState('Explorer');
|
|
18749
|
-
if (!state2) {
|
|
18750
|
-
return state;
|
|
18751
|
-
}
|
|
18752
|
-
// TODO use Viewlet.getState here and check if it exists
|
|
18753
|
-
const newIndex = state2.items.indexOf(dirent);
|
|
18754
|
-
// TODO if viewlet is disposed or root has changed, return
|
|
18755
|
-
if (newIndex === -1) {
|
|
18756
|
-
return state;
|
|
18757
|
-
}
|
|
18758
|
-
const newDirents = [...state2.items];
|
|
18759
|
-
newDirents.splice(newIndex + 1, 0, ...dirents);
|
|
18760
|
-
dirent.type = DirectoryExpanded;
|
|
18761
|
-
dirent.icon = getIcon$1(dirent);
|
|
18762
|
-
const {
|
|
18763
|
-
height,
|
|
18764
|
-
itemHeight,
|
|
18765
|
-
minLineY
|
|
18766
|
-
} = state2;
|
|
18767
|
-
// TODO when focused index has changed while expanding, don't update it
|
|
18768
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newDirents.length);
|
|
18769
|
-
return {
|
|
18770
|
-
...state,
|
|
18771
|
-
items: newDirents,
|
|
18772
|
-
focusedIndex: newIndex,
|
|
18773
|
-
focused: keepFocus,
|
|
18774
|
-
maxLineY
|
|
18775
|
-
};
|
|
18776
|
-
};
|
|
18777
|
-
const handleClickDirectoryExpanding = (state, dirent, index, keepFocus) => {
|
|
18778
|
-
dirent.type = Directory$1;
|
|
18779
|
-
dirent.icon = getIcon$1(dirent);
|
|
18780
|
-
return {
|
|
18781
|
-
...state,
|
|
18782
|
-
focusedIndex: index,
|
|
18783
|
-
focused: keepFocus
|
|
18784
|
-
};
|
|
18785
|
-
};
|
|
18786
|
-
const handleClickDirectoryExpanded$1 = (state, dirent, index, keepFocus) => {
|
|
18787
|
-
const {
|
|
18788
|
-
minLineY,
|
|
18789
|
-
maxLineY,
|
|
18790
|
-
itemHeight
|
|
18791
|
-
} = state;
|
|
18792
|
-
dirent.type = Directory$1;
|
|
18793
|
-
dirent.icon = getIcon$1(dirent);
|
|
18794
|
-
const endIndex = getParentEndIndex(state.items, index);
|
|
18795
|
-
const removeCount = endIndex - index - 1;
|
|
18796
|
-
// TODO race conditions and side effects are everywhere
|
|
18797
|
-
const newDirents = [...state.items];
|
|
18798
|
-
newDirents.splice(index + 1, removeCount);
|
|
18799
|
-
const newTotal = newDirents.length;
|
|
18800
|
-
if (newTotal < maxLineY) {
|
|
18801
|
-
const visibleItems = Math.min(maxLineY - minLineY, newTotal);
|
|
18802
|
-
const newMaxLineY = Math.min(maxLineY, newTotal);
|
|
18803
|
-
const newMinLineY = newMaxLineY - visibleItems;
|
|
18804
|
-
const deltaY = newMinLineY * itemHeight;
|
|
18805
|
-
return {
|
|
18806
|
-
...state,
|
|
18807
|
-
items: newDirents,
|
|
18808
|
-
focusedIndex: index,
|
|
18809
|
-
focused: keepFocus,
|
|
18810
|
-
minLineY: newMinLineY,
|
|
18811
|
-
maxLineY: newMaxLineY,
|
|
18812
|
-
deltaY
|
|
18813
|
-
};
|
|
18814
|
-
}
|
|
18815
|
-
return {
|
|
18816
|
-
...state,
|
|
18817
|
-
items: newDirents,
|
|
18818
|
-
focusedIndex: index,
|
|
18819
|
-
focused: keepFocus
|
|
18820
|
-
};
|
|
18821
|
-
};
|
|
18822
|
-
const getClickFn = direntType => {
|
|
18823
|
-
switch (direntType) {
|
|
18824
|
-
case File$4:
|
|
18825
|
-
case SymLinkFile:
|
|
18826
|
-
return handleClickFile$1;
|
|
18827
|
-
case Directory$1:
|
|
18828
|
-
case SymLinkFolder:
|
|
18829
|
-
return handleClickDirectory$1;
|
|
18830
|
-
case DirectoryExpanding:
|
|
18831
|
-
return handleClickDirectoryExpanding;
|
|
18832
|
-
case DirectoryExpanded:
|
|
18833
|
-
return handleClickDirectoryExpanded$1;
|
|
18834
|
-
case Symlink:
|
|
18835
|
-
return handleClickSymLink;
|
|
18836
|
-
case CharacterDevice:
|
|
18837
|
-
throw new Error('Cannot open character device files');
|
|
18838
|
-
case BlockDevice:
|
|
18839
|
-
throw new Error('Cannot open block device files');
|
|
18840
|
-
case Socket:
|
|
18841
|
-
throw new Error('Cannot open socket files');
|
|
18842
|
-
default:
|
|
18843
|
-
throw new Error(`unsupported dirent type ${direntType}`);
|
|
18844
|
-
}
|
|
18118
|
+
const newFolder$1 = async state => {
|
|
18119
|
+
const newState = await invoke$5('Explorer.newFolder', state);
|
|
18120
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18121
|
+
newState.commands = commands;
|
|
18122
|
+
return newState;
|
|
18845
18123
|
};
|
|
18846
|
-
const handleClick$7 = (state, index, keepFocus = false) => {
|
|
18847
|
-
const
|
|
18848
|
-
|
|
18849
|
-
|
|
18850
|
-
|
|
18851
|
-
if (index === -1) {
|
|
18852
|
-
return focusIndex$7(state, -1);
|
|
18853
|
-
}
|
|
18854
|
-
const actualIndex = index + minLineY;
|
|
18855
|
-
const dirent = items[actualIndex];
|
|
18856
|
-
if (!dirent) {
|
|
18857
|
-
console.warn(`[explorer] dirent at index ${actualIndex} not found`, state);
|
|
18858
|
-
return state;
|
|
18859
|
-
}
|
|
18860
|
-
const clickFn = getClickFn(dirent.type);
|
|
18861
|
-
return clickFn(state, dirent, actualIndex, keepFocus);
|
|
18124
|
+
const handleClick$7 = async (state, index, keepFocus = false) => {
|
|
18125
|
+
const newState = await invoke$5('Explorer.handleClick', state, index, keepFocus);
|
|
18126
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18127
|
+
newState.commands = commands;
|
|
18128
|
+
return newState;
|
|
18862
18129
|
};
|
|
18863
|
-
const handleClickAt$3 = (state, button, x, y) => {
|
|
18864
|
-
|
|
18865
|
-
|
|
18866
|
-
|
|
18867
|
-
|
|
18868
|
-
return handleClick$7(state, index);
|
|
18130
|
+
const handleClickAt$3 = async (state, button, x, y) => {
|
|
18131
|
+
const newState = await invoke$5('Explorer.handleClickAt', state, button, x, y);
|
|
18132
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18133
|
+
newState.commands = commands;
|
|
18134
|
+
return newState;
|
|
18869
18135
|
};
|
|
18870
18136
|
const handleClickCurrent$1 = state => {
|
|
18871
18137
|
return handleClick$7(state, state.focusedIndex - state.minLineY);
|
|
@@ -18877,98 +18143,23 @@ const scrollUp = () => {};
|
|
|
18877
18143
|
const scrollDown$1 = () => {};
|
|
18878
18144
|
// export const handleBlur=()=>{}
|
|
18879
18145
|
|
|
18880
|
-
const handleClickSymLink = async (state, dirent, index) => {
|
|
18881
|
-
const realPath = await getRealPath$1(dirent.path);
|
|
18882
|
-
const type = await stat$1(realPath);
|
|
18883
|
-
switch (type) {
|
|
18884
|
-
case File$4:
|
|
18885
|
-
return handleClickFile$1(state, dirent, index);
|
|
18886
|
-
default:
|
|
18887
|
-
throw new Error(`unsupported file type ${type}`);
|
|
18888
|
-
}
|
|
18889
|
-
};
|
|
18890
|
-
const handleArrowRightDirectoryExpanded = (state, dirent) => {
|
|
18891
|
-
const {
|
|
18892
|
-
items,
|
|
18893
|
-
focusedIndex
|
|
18894
|
-
} = state;
|
|
18895
|
-
if (focusedIndex === items.length - 1) {
|
|
18896
|
-
return state;
|
|
18897
|
-
}
|
|
18898
|
-
const nextDirent = items[focusedIndex + 1];
|
|
18899
|
-
if (nextDirent.depth === dirent.depth + 1) {
|
|
18900
|
-
return focusIndex$7(state, focusedIndex + 1);
|
|
18901
|
-
}
|
|
18902
|
-
};
|
|
18903
18146
|
const handleArrowRight$2 = async state => {
|
|
18904
|
-
const
|
|
18905
|
-
|
|
18906
|
-
|
|
18907
|
-
|
|
18908
|
-
if (focusedIndex === -1) {
|
|
18909
|
-
return state;
|
|
18910
|
-
}
|
|
18911
|
-
const dirent = items[focusedIndex];
|
|
18912
|
-
switch (dirent.type) {
|
|
18913
|
-
case File$4:
|
|
18914
|
-
case SymLinkFile:
|
|
18915
|
-
return state;
|
|
18916
|
-
case Directory$1:
|
|
18917
|
-
case SymLinkFolder:
|
|
18918
|
-
return handleClickDirectory$1(state, dirent);
|
|
18919
|
-
case DirectoryExpanded:
|
|
18920
|
-
return handleArrowRightDirectoryExpanded(state, dirent);
|
|
18921
|
-
case Symlink:
|
|
18922
|
-
return handleClickSymLink(state, dirent, focusedIndex);
|
|
18923
|
-
default:
|
|
18924
|
-
throw new Error(`unsupported file type ${dirent.type}`);
|
|
18925
|
-
}
|
|
18926
|
-
};
|
|
18927
|
-
const focusParentFolder = state => {
|
|
18928
|
-
const parentStartIndex = getParentStartIndex(state.items, state.focusedIndex);
|
|
18929
|
-
if (parentStartIndex === -1) {
|
|
18930
|
-
return state;
|
|
18931
|
-
}
|
|
18932
|
-
return focusIndex$7(state, parentStartIndex);
|
|
18147
|
+
const newState = await invoke$5('Explorer.handleArrowRight', state);
|
|
18148
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18149
|
+
newState.commands = commands;
|
|
18150
|
+
return newState;
|
|
18933
18151
|
};
|
|
18934
|
-
const handleArrowLeft$2 = state => {
|
|
18935
|
-
const
|
|
18936
|
-
|
|
18937
|
-
|
|
18938
|
-
|
|
18939
|
-
if (focusedIndex === -1) {
|
|
18940
|
-
return state;
|
|
18941
|
-
}
|
|
18942
|
-
const dirent = items[focusedIndex];
|
|
18943
|
-
switch (dirent.type) {
|
|
18944
|
-
case Directory$1:
|
|
18945
|
-
case File$4:
|
|
18946
|
-
case SymLinkFile:
|
|
18947
|
-
return focusParentFolder(state);
|
|
18948
|
-
case DirectoryExpanded:
|
|
18949
|
-
return handleClickDirectoryExpanded$1(state, dirent, focusedIndex);
|
|
18950
|
-
default:
|
|
18951
|
-
// TODO handle expanding directory and cancel file system call to read child dirents
|
|
18952
|
-
return state;
|
|
18953
|
-
}
|
|
18152
|
+
const handleArrowLeft$2 = async state => {
|
|
18153
|
+
const newState = await invoke$5('Explorer.handleArrowLeft', state);
|
|
18154
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18155
|
+
newState.commands = commands;
|
|
18156
|
+
return newState;
|
|
18954
18157
|
};
|
|
18955
18158
|
const handleUpload = async (state, dirents) => {
|
|
18956
|
-
const
|
|
18957
|
-
|
|
18958
|
-
|
|
18959
|
-
|
|
18960
|
-
for (const dirent of dirents) {
|
|
18961
|
-
// TODO switch
|
|
18962
|
-
// TODO symlink might not be possible to be copied
|
|
18963
|
-
// TODO create folder if type is 2
|
|
18964
|
-
if (dirent.type === /* File */1) {
|
|
18965
|
-
// TODO reading text might be inefficient for binary files
|
|
18966
|
-
// but not sure how else to send them via jsonrpc
|
|
18967
|
-
const content = await dirent.file.text();
|
|
18968
|
-
const absolutePath = [root, dirent.file.name].join(pathSeparator);
|
|
18969
|
-
await writeFile$e(absolutePath, content);
|
|
18970
|
-
}
|
|
18971
|
-
}
|
|
18159
|
+
const newState = await invoke$5('Explorer.handleUpload', state, dirents);
|
|
18160
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18161
|
+
newState.commands = commands;
|
|
18162
|
+
return newState;
|
|
18972
18163
|
};
|
|
18973
18164
|
const dispose$m = state => {
|
|
18974
18165
|
if (!state.pendingRequests) {
|
|
@@ -19020,17 +18211,7 @@ const handleMouseLeave = async state => {
|
|
|
19020
18211
|
return state;
|
|
19021
18212
|
};
|
|
19022
18213
|
const handleCopy = async state => {
|
|
19023
|
-
|
|
19024
|
-
// TODO if not file is selected, what happens?
|
|
19025
|
-
const dirent = getFocusedDirent$1(state);
|
|
19026
|
-
if (!dirent) {
|
|
19027
|
-
console.info('[ViewletExplorer/handleCopy] no dirent selected');
|
|
19028
|
-
return;
|
|
19029
|
-
}
|
|
19030
|
-
const absolutePath = dirent.path;
|
|
19031
|
-
// TODO handle copy error gracefully
|
|
19032
|
-
const files = [absolutePath];
|
|
19033
|
-
await execute$4(/* ClipBoard.writeNativeFiles */243, /* type */'copy', /* files */files);
|
|
18214
|
+
return invoke$5('Explorer.handleCopy', state);
|
|
19034
18215
|
};
|
|
19035
18216
|
const hasFunctionalResize$f = true;
|
|
19036
18217
|
const resize$k = (state, dimensions) => {
|
|
@@ -19046,307 +18227,44 @@ const resize$k = (state, dimensions) => {
|
|
|
19046
18227
|
};
|
|
19047
18228
|
};
|
|
19048
18229
|
const expandAll = async state => {
|
|
19049
|
-
const
|
|
19050
|
-
|
|
19051
|
-
|
|
19052
|
-
|
|
19053
|
-
minLineY,
|
|
19054
|
-
height,
|
|
19055
|
-
itemHeight
|
|
19056
|
-
} = state;
|
|
19057
|
-
if (focusedIndex === -1) {
|
|
19058
|
-
return state;
|
|
19059
|
-
}
|
|
19060
|
-
const dirent = items[focusedIndex];
|
|
19061
|
-
const depth = dirent.depth;
|
|
19062
|
-
const newDirents = [...items];
|
|
19063
|
-
// TODO fetch child dirents in parallel
|
|
19064
|
-
for (const dirent of newDirents) {
|
|
19065
|
-
if (dirent.depth === depth && dirent.type === Directory$1) {
|
|
19066
|
-
// TODO expand
|
|
19067
|
-
// TODO avoid mutating state here
|
|
19068
|
-
dirent.type = DirectoryExpanding;
|
|
19069
|
-
// TODO handle error
|
|
19070
|
-
// TODO race condition
|
|
19071
|
-
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
19072
|
-
const newIndex = newDirents.indexOf(dirent);
|
|
19073
|
-
if (newIndex === -1) {
|
|
19074
|
-
continue;
|
|
19075
|
-
}
|
|
19076
|
-
newDirents.splice(newIndex + 1, 0, ...childDirents);
|
|
19077
|
-
// TODO avoid mutating state here
|
|
19078
|
-
dirent.type = DirectoryExpanded;
|
|
19079
|
-
// await expand(state, dirent.index)
|
|
19080
|
-
}
|
|
19081
|
-
}
|
|
19082
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newDirents.length);
|
|
19083
|
-
return {
|
|
19084
|
-
...state,
|
|
19085
|
-
items: newDirents,
|
|
19086
|
-
maxLineY
|
|
19087
|
-
};
|
|
19088
|
-
};
|
|
19089
|
-
const isTopLevel = dirent => {
|
|
19090
|
-
return dirent.depth === 1;
|
|
19091
|
-
};
|
|
19092
|
-
const toCollapsedDirent = dirent => {
|
|
19093
|
-
if (dirent.type === DirectoryExpanded) {
|
|
19094
|
-
return {
|
|
19095
|
-
...dirent,
|
|
19096
|
-
type: Directory$1
|
|
19097
|
-
};
|
|
19098
|
-
}
|
|
19099
|
-
return dirent;
|
|
19100
|
-
};
|
|
19101
|
-
const collapseAll$4 = state => {
|
|
19102
|
-
const {
|
|
19103
|
-
items
|
|
19104
|
-
} = state;
|
|
19105
|
-
const newDirents = items.filter(isTopLevel).map(toCollapsedDirent);
|
|
19106
|
-
return {
|
|
19107
|
-
...state,
|
|
19108
|
-
items: newDirents
|
|
19109
|
-
};
|
|
19110
|
-
};
|
|
19111
|
-
const handleBlur$5 = state => {
|
|
19112
|
-
// TODO when blur event occurs because of context menu, focused index should stay the same
|
|
19113
|
-
// but focus outline should be removed
|
|
19114
|
-
const {
|
|
19115
|
-
editingType
|
|
19116
|
-
} = state;
|
|
19117
|
-
if (editingType !== None$b) {
|
|
19118
|
-
return state;
|
|
19119
|
-
}
|
|
19120
|
-
return {
|
|
19121
|
-
...state,
|
|
19122
|
-
focused: false
|
|
19123
|
-
};
|
|
19124
|
-
};
|
|
19125
|
-
const getIndex$2 = (dirents, uri) => {
|
|
19126
|
-
for (let i = 0; i < dirents.length; i++) {
|
|
19127
|
-
const dirent = dirents[i];
|
|
19128
|
-
if (dirent.path === uri) {
|
|
19129
|
-
return i;
|
|
19130
|
-
}
|
|
19131
|
-
}
|
|
19132
|
-
return -1;
|
|
19133
|
-
};
|
|
19134
|
-
const getPathParts = (root, uri, pathSeparator) => {
|
|
19135
|
-
const parts = [];
|
|
19136
|
-
let index = root.length - 1;
|
|
19137
|
-
let depth = 0;
|
|
19138
|
-
while ((index = uri.indexOf('/', index + 1)) !== -1) {
|
|
19139
|
-
const partUri = uri.slice(0, index);
|
|
19140
|
-
parts.push({
|
|
19141
|
-
path: partUri,
|
|
19142
|
-
depth: depth++,
|
|
19143
|
-
root,
|
|
19144
|
-
pathSeparator
|
|
19145
|
-
});
|
|
19146
|
-
}
|
|
19147
|
-
return parts;
|
|
19148
|
-
};
|
|
19149
|
-
const getPathPartsToReveal = (root, pathParts, dirents) => {
|
|
19150
|
-
for (let i = 0; i < pathParts.length; i++) {
|
|
19151
|
-
const pathPart = pathParts[i];
|
|
19152
|
-
const index = getIndex$2(dirents, pathPart.uri);
|
|
19153
|
-
if (index === -1) {
|
|
19154
|
-
continue;
|
|
19155
|
-
}
|
|
19156
|
-
return pathParts.slice(i);
|
|
19157
|
-
}
|
|
19158
|
-
return pathParts;
|
|
19159
|
-
};
|
|
19160
|
-
const getPathPartChildren = pathPart => {
|
|
19161
|
-
const children = getChildDirents(pathPart.pathSeparator, pathPart);
|
|
19162
|
-
return children;
|
|
19163
|
-
};
|
|
19164
|
-
const mergeVisibleWithHiddenItems = (visibleItems, hiddenItems) => {
|
|
19165
|
-
const merged = [...hiddenItems];
|
|
19166
|
-
const seen = Object.create(null);
|
|
19167
|
-
const unique = [];
|
|
19168
|
-
for (const item of merged) {
|
|
19169
|
-
if (seen[item.path]) {
|
|
19170
|
-
continue;
|
|
19171
|
-
}
|
|
19172
|
-
seen[item.path] = true;
|
|
19173
|
-
unique.push(item);
|
|
19174
|
-
}
|
|
19175
|
-
|
|
19176
|
-
// depth one
|
|
19177
|
-
// let depth=1
|
|
19178
|
-
// while(true){
|
|
19179
|
-
// for(const item of unique){
|
|
19180
|
-
// if(item.depth===depth){
|
|
19181
|
-
// ordered.push(item)
|
|
19182
|
-
// }
|
|
19183
|
-
// }
|
|
19184
|
-
// break
|
|
19185
|
-
// }
|
|
19186
|
-
// const getChildren = (path) => {
|
|
19187
|
-
// const children = []
|
|
19188
|
-
// for (const item of unique) {
|
|
19189
|
-
// if (item.path.startsWith(path) && item.path !== path) {
|
|
19190
|
-
// ordered.push(item)
|
|
19191
|
-
// }
|
|
19192
|
-
// }
|
|
19193
|
-
// return children
|
|
19194
|
-
// }
|
|
19195
|
-
// for (const item of unique) {
|
|
19196
|
-
// for (const potentialChild of unique) {
|
|
19197
|
-
// if (
|
|
19198
|
-
// potentialChild.path.startsWith(item.path) &&
|
|
19199
|
-
// potentialChild.path !== item.path
|
|
19200
|
-
// ) {
|
|
19201
|
-
// ordered.push(potentialChild)
|
|
19202
|
-
// }
|
|
19203
|
-
// }
|
|
19204
|
-
// }
|
|
19205
|
-
// const refreshedRoots = Object.create(null)
|
|
19206
|
-
// for (const hiddenItem of hiddenItems) {
|
|
19207
|
-
// const parent = hiddenItem.path.slice(0, hiddenItem.path.lastIndexOf('/'))
|
|
19208
|
-
// refreshedRoots[parent] = true
|
|
19209
|
-
// }
|
|
19210
|
-
// const mergedDirents = []
|
|
19211
|
-
// for(const v)
|
|
19212
|
-
// for (const visibleItem of visibleItems) {
|
|
19213
|
-
// if (visibleItem.path === hiddenItemRoot) {
|
|
19214
|
-
// // TODO update aria posinset and aria setsize
|
|
19215
|
-
// mergedDirents.push(...hiddenItems)
|
|
19216
|
-
// } else {
|
|
19217
|
-
// for (const hiddenItem of hiddenItems) {
|
|
19218
|
-
// if (hiddenItem.path === visibleItem.path) {
|
|
19219
|
-
// continue
|
|
19220
|
-
// }
|
|
19221
|
-
// }
|
|
19222
|
-
// mergedDirents.push(visibleItem)
|
|
19223
|
-
// }
|
|
19224
|
-
// }
|
|
19225
|
-
|
|
19226
|
-
return unique;
|
|
19227
|
-
};
|
|
19228
|
-
const orderDirents = dirents => {
|
|
19229
|
-
if (dirents.length === 0) {
|
|
19230
|
-
return dirents;
|
|
19231
|
-
}
|
|
19232
|
-
// const parentMap = Object.create(null)
|
|
19233
|
-
// for(const dirent of dirents){
|
|
19234
|
-
// const parentPath = dirent.slice(0, dirent.lastIndexOf('/'))
|
|
19235
|
-
// parentMap[parentPath]||=[]
|
|
19236
|
-
// parentMap[parentPath].push(dirent)
|
|
19237
|
-
// }
|
|
19238
|
-
const withDeepChildren = parent => {
|
|
19239
|
-
const children = [];
|
|
19240
|
-
for (const dirent of dirents) {
|
|
19241
|
-
if (dirent.depth === parent.depth + 1 && dirent.path.startsWith(parent.path)) {
|
|
19242
|
-
children.push(dirent, ...withDeepChildren(dirent));
|
|
19243
|
-
}
|
|
19244
|
-
}
|
|
19245
|
-
return [parent, ...children];
|
|
19246
|
-
};
|
|
19247
|
-
const topLevelDirents = dirents.filter(isTopLevel);
|
|
19248
|
-
const ordered = topLevelDirents.flatMap(withDeepChildren);
|
|
19249
|
-
return ordered;
|
|
19250
|
-
};
|
|
19251
|
-
const scrollInto = (index, minLineY, maxLineY) => {
|
|
19252
|
-
const diff = maxLineY - minLineY;
|
|
19253
|
-
const smallerHalf = Math.floor(diff / 2);
|
|
19254
|
-
const largerHalf = diff - smallerHalf;
|
|
19255
|
-
if (index < minLineY) {
|
|
19256
|
-
return {
|
|
19257
|
-
newMinLineY: index - smallerHalf,
|
|
19258
|
-
newMaxLineY: index + largerHalf
|
|
19259
|
-
};
|
|
19260
|
-
}
|
|
19261
|
-
if (index >= maxLineY) {
|
|
19262
|
-
return {
|
|
19263
|
-
newMinLineY: index - smallerHalf,
|
|
19264
|
-
newMaxLineY: index + largerHalf
|
|
19265
|
-
};
|
|
19266
|
-
}
|
|
19267
|
-
return {
|
|
19268
|
-
newMinLineY: minLineY,
|
|
19269
|
-
newMaxLineY: maxLineY
|
|
19270
|
-
};
|
|
18230
|
+
const newState = await invoke$5('Explorer.expandAll', state);
|
|
18231
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18232
|
+
newState.commands = commands;
|
|
18233
|
+
return newState;
|
|
19271
18234
|
};
|
|
19272
|
-
|
|
19273
|
-
|
|
19274
|
-
const
|
|
19275
|
-
|
|
19276
|
-
|
|
19277
|
-
pathSeparator,
|
|
19278
|
-
items,
|
|
19279
|
-
minLineY,
|
|
19280
|
-
maxLineY
|
|
19281
|
-
} = state;
|
|
19282
|
-
const pathParts = getPathParts(root, uri, pathSeparator);
|
|
19283
|
-
if (pathParts.length === 0) {
|
|
19284
|
-
return state;
|
|
19285
|
-
}
|
|
19286
|
-
const pathPartsToReveal = getPathPartsToReveal(root, pathParts, items);
|
|
19287
|
-
const pathPartsChildren = await Promise.all(pathPartsToReveal.map(getPathPartChildren));
|
|
19288
|
-
const pathPartsChildrenFlat = pathPartsChildren.flat(1);
|
|
19289
|
-
const orderedPathParts = orderDirents(pathPartsChildrenFlat);
|
|
19290
|
-
const mergedDirents = mergeVisibleWithHiddenItems(items, orderedPathParts);
|
|
19291
|
-
const index = getIndex$2(mergedDirents, uri);
|
|
19292
|
-
if (index === -1) {
|
|
19293
|
-
throw new Error(`File not found in explorer ${uri}`);
|
|
19294
|
-
}
|
|
19295
|
-
const {
|
|
19296
|
-
newMinLineY,
|
|
19297
|
-
newMaxLineY
|
|
19298
|
-
} = scrollInto(index, minLineY, maxLineY);
|
|
19299
|
-
return {
|
|
19300
|
-
...state,
|
|
19301
|
-
items: mergedDirents,
|
|
19302
|
-
focused: true,
|
|
19303
|
-
focusedIndex: index,
|
|
19304
|
-
minLineY: newMinLineY,
|
|
19305
|
-
maxLineY: newMaxLineY
|
|
19306
|
-
};
|
|
18235
|
+
const collapseAll$4 = async state => {
|
|
18236
|
+
const newState = await invoke$5('Explorer.collapseAll', state);
|
|
18237
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18238
|
+
newState.commands = commands;
|
|
18239
|
+
return newState;
|
|
19307
18240
|
};
|
|
19308
|
-
const
|
|
19309
|
-
const
|
|
19310
|
-
|
|
19311
|
-
|
|
19312
|
-
|
|
19313
|
-
const {
|
|
19314
|
-
newMinLineY,
|
|
19315
|
-
newMaxLineY
|
|
19316
|
-
} = scrollInto(index, minLineY, maxLineY);
|
|
19317
|
-
return {
|
|
19318
|
-
...state,
|
|
19319
|
-
focused: true,
|
|
19320
|
-
focusedIndex: index,
|
|
19321
|
-
minLineY: newMinLineY,
|
|
19322
|
-
maxLineY: newMaxLineY
|
|
19323
|
-
};
|
|
18241
|
+
const handleBlur$5 = async state => {
|
|
18242
|
+
const newState = await invoke$5('Explorer.handleBlur', state);
|
|
18243
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18244
|
+
newState.commands = commands;
|
|
18245
|
+
return newState;
|
|
19324
18246
|
};
|
|
19325
18247
|
const revealItem = async (state, uri) => {
|
|
19326
|
-
|
|
19327
|
-
|
|
19328
|
-
|
|
19329
|
-
|
|
19330
|
-
} = state;
|
|
19331
|
-
const index = getIndex$2(items, uri);
|
|
19332
|
-
if (index === -1) {
|
|
19333
|
-
return revealItemHidden(state, uri);
|
|
19334
|
-
}
|
|
19335
|
-
return revealItemVisible(state, index);
|
|
18248
|
+
const newState = await invoke$5('Explorer.revealItem', state, uri);
|
|
18249
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18250
|
+
newState.commands = commands;
|
|
18251
|
+
return newState;
|
|
19336
18252
|
};
|
|
19337
18253
|
const handleClickOpenFolder = async state => {
|
|
19338
|
-
await
|
|
19339
|
-
|
|
18254
|
+
const newState = await invoke$5('Explorer.handleClickOpenFolder', state);
|
|
18255
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
18256
|
+
newState.commands = commands;
|
|
18257
|
+
return newState;
|
|
19340
18258
|
};
|
|
19341
18259
|
|
|
19342
18260
|
// prettier-ignore
|
|
19343
18261
|
const Commands$p = {
|
|
19344
18262
|
cancelEdit: cancelEdit,
|
|
19345
18263
|
collapseAll: collapseAll$4,
|
|
19346
|
-
copyPath: copyPath
|
|
19347
|
-
copyRelativePath: copyRelativePath
|
|
18264
|
+
copyPath: copyPath,
|
|
18265
|
+
copyRelativePath: copyRelativePath,
|
|
19348
18266
|
expandAll: expandAll,
|
|
19349
|
-
getFocusedDirent: getFocusedDirent
|
|
18267
|
+
getFocusedDirent: getFocusedDirent,
|
|
19350
18268
|
handleArrowLeft: handleArrowLeft$2,
|
|
19351
18269
|
handleArrowRight: handleArrowRight$2,
|
|
19352
18270
|
handleBlur: handleBlur$5,
|
|
@@ -19360,7 +18278,7 @@ const Commands$p = {
|
|
|
19360
18278
|
handleWheel: handleWheel$2,
|
|
19361
18279
|
newFile: newFile$1,
|
|
19362
18280
|
newFolder: newFolder$1,
|
|
19363
|
-
openContainingFolder: openContainingFolder$
|
|
18281
|
+
openContainingFolder: openContainingFolder$1,
|
|
19364
18282
|
removeDirent: removeDirent,
|
|
19365
18283
|
rename: renameDirent,
|
|
19366
18284
|
renameDirent: renameDirent,
|
|
@@ -19398,6 +18316,20 @@ const getKeyBindings$a = () => {
|
|
|
19398
18316
|
return invoke$5('Explorer.getKeyBindings');
|
|
19399
18317
|
};
|
|
19400
18318
|
|
|
18319
|
+
const id$9 = Explorer$1;
|
|
18320
|
+
const getMenuEntries$d = () => {
|
|
18321
|
+
const explorerState = getState('Explorer');
|
|
18322
|
+
return invoke$5('Explorer.getMenuEntries', explorerState);
|
|
18323
|
+
};
|
|
18324
|
+
|
|
18325
|
+
const MenuEntriesExplorer = {
|
|
18326
|
+
__proto__: null,
|
|
18327
|
+
getMenuEntries: getMenuEntries$d,
|
|
18328
|
+
id: id$9
|
|
18329
|
+
};
|
|
18330
|
+
|
|
18331
|
+
const menus$8 = [MenuEntriesExplorer];
|
|
18332
|
+
|
|
19401
18333
|
/**
|
|
19402
18334
|
* @enum {string}
|
|
19403
18335
|
*/
|
|
@@ -19427,33 +18359,6 @@ const newFile = () => {
|
|
|
19427
18359
|
const newFolder = () => {
|
|
19428
18360
|
return i18nString(UiStrings$d.NewFolder);
|
|
19429
18361
|
};
|
|
19430
|
-
const openContainingFolder$1 = () => {
|
|
19431
|
-
return i18nString(UiStrings$d.OpenContainingFolder);
|
|
19432
|
-
};
|
|
19433
|
-
const openInIntegratedTerminal = () => {
|
|
19434
|
-
return i18nString(UiStrings$d.OpenInIntegratedTerminal);
|
|
19435
|
-
};
|
|
19436
|
-
const cut = () => {
|
|
19437
|
-
return i18nString(UiStrings$d.Cut);
|
|
19438
|
-
};
|
|
19439
|
-
const copy$2 = () => {
|
|
19440
|
-
return i18nString(UiStrings$d.Copy);
|
|
19441
|
-
};
|
|
19442
|
-
const paste = () => {
|
|
19443
|
-
return i18nString(UiStrings$d.Paste);
|
|
19444
|
-
};
|
|
19445
|
-
const copyPath = () => {
|
|
19446
|
-
return i18nString(UiStrings$d.CopyPath);
|
|
19447
|
-
};
|
|
19448
|
-
const copyRelativePath = () => {
|
|
19449
|
-
return i18nString(UiStrings$d.CopyRelativePath);
|
|
19450
|
-
};
|
|
19451
|
-
const rename = () => {
|
|
19452
|
-
return i18nString(UiStrings$d.Rename);
|
|
19453
|
-
};
|
|
19454
|
-
const deleteItem = () => {
|
|
19455
|
-
return i18nString(UiStrings$d.Delete);
|
|
19456
|
-
};
|
|
19457
18362
|
const refresh$3 = () => {
|
|
19458
18363
|
return i18nString(UiStrings$d.RefreshExplorer);
|
|
19459
18364
|
};
|
|
@@ -19463,406 +18368,25 @@ const collapseAll$3 = () => {
|
|
|
19463
18368
|
const explorer = () => {
|
|
19464
18369
|
return i18nString(UiStrings$d.Explorer);
|
|
19465
18370
|
};
|
|
19466
|
-
const filesExplorer = () => {
|
|
19467
|
-
return i18nString(UiStrings$d.FilesExplorer);
|
|
19468
|
-
};
|
|
19469
|
-
const youHaveNotYetOpenedAFolder = () => {
|
|
19470
|
-
return i18nString(UiStrings$d.YouHaveNotYetOpenedAFolder);
|
|
19471
|
-
};
|
|
19472
|
-
const openFolder$3 = () => {
|
|
19473
|
-
return i18nString(UiStrings$d.OpenFolder);
|
|
19474
|
-
};
|
|
19475
18371
|
const noFolderOpen = () => {
|
|
19476
18372
|
return i18nString(UiStrings$d.NoFolderOpen);
|
|
19477
18373
|
};
|
|
19478
18374
|
|
|
19479
|
-
const id$9 = Explorer$2;
|
|
19480
|
-
const menuEntryNewFile = {
|
|
19481
|
-
id: 'newFile',
|
|
19482
|
-
label: newFile(),
|
|
19483
|
-
flags: None$i,
|
|
19484
|
-
command: 'Explorer.newFile'
|
|
19485
|
-
};
|
|
19486
|
-
const menuEntryNewFolder = {
|
|
19487
|
-
id: 'newFolder',
|
|
19488
|
-
label: newFolder(),
|
|
19489
|
-
flags: None$i,
|
|
19490
|
-
command: 'Explorer.newFolder'
|
|
19491
|
-
};
|
|
19492
|
-
const menuEntryOpenContainingFolder = {
|
|
19493
|
-
id: 'openContainingFolder',
|
|
19494
|
-
label: openContainingFolder$1(),
|
|
19495
|
-
flags: RestoreFocus,
|
|
19496
|
-
command: 'Explorer.openContainingFolder'
|
|
19497
|
-
};
|
|
19498
|
-
const menuEntryOpenInIntegratedTerminal = {
|
|
19499
|
-
id: 'openInIntegratedTerminal',
|
|
19500
|
-
label: openInIntegratedTerminal(),
|
|
19501
|
-
flags: None$i,
|
|
19502
|
-
command: /* TODO */-1
|
|
19503
|
-
};
|
|
19504
|
-
const menuEntryCut = {
|
|
19505
|
-
id: 'cut',
|
|
19506
|
-
label: cut(),
|
|
19507
|
-
flags: RestoreFocus,
|
|
19508
|
-
command: /* TODO */-1
|
|
19509
|
-
};
|
|
19510
|
-
const menuEntryCopy = {
|
|
19511
|
-
id: 'copy',
|
|
19512
|
-
label: copy$2(),
|
|
19513
|
-
flags: RestoreFocus,
|
|
19514
|
-
command: 'Explorer.handleCopy'
|
|
19515
|
-
};
|
|
19516
|
-
const menuEntryPaste = {
|
|
19517
|
-
id: 'paste',
|
|
19518
|
-
label: paste(),
|
|
19519
|
-
flags: None$i,
|
|
19520
|
-
command: 'Explorer.handlePaste'
|
|
19521
|
-
};
|
|
19522
|
-
const menuEntryCopyPath = {
|
|
19523
|
-
id: 'copyPath',
|
|
19524
|
-
label: copyPath(),
|
|
19525
|
-
flags: RestoreFocus,
|
|
19526
|
-
command: 'Explorer.copyPath'
|
|
19527
|
-
};
|
|
19528
|
-
const menuEntryCopyRelativePath = {
|
|
19529
|
-
id: 'copyRelativePath',
|
|
19530
|
-
label: copyRelativePath(),
|
|
19531
|
-
flags: RestoreFocus,
|
|
19532
|
-
command: 'Explorer.copyRelativePath'
|
|
19533
|
-
};
|
|
19534
|
-
const menuEntryRename = {
|
|
19535
|
-
id: 'rename',
|
|
19536
|
-
label: rename(),
|
|
19537
|
-
flags: None$i,
|
|
19538
|
-
command: 'Explorer.renameDirent'
|
|
19539
|
-
};
|
|
19540
|
-
const menuEntryDelete = {
|
|
19541
|
-
id: 'delete',
|
|
19542
|
-
label: deleteItem(),
|
|
19543
|
-
flags: None$i,
|
|
19544
|
-
command: 'Explorer.removeDirent'
|
|
19545
|
-
};
|
|
19546
|
-
const ALL_ENTRIES = [menuEntryNewFile, menuEntryNewFolder, menuEntryOpenContainingFolder, menuEntryOpenInIntegratedTerminal, menuEntrySeparator, menuEntryCut, menuEntryCopy, menuEntryPaste, menuEntrySeparator, menuEntryCopyPath, menuEntryCopyRelativePath, menuEntrySeparator, menuEntryRename, menuEntryDelete];
|
|
19547
|
-
|
|
19548
|
-
// TODO there are two possible ways of getting the focused dirent of explorer
|
|
19549
|
-
// 1. directly access state of explorer (bad because it directly accesses state of another component)
|
|
19550
|
-
// 2. expose getFocusedDirent method in explorer (bad because explorer code should not know about for menuEntriesExplorer, which needs that method)
|
|
19551
|
-
const getFocusedDirent = () => {
|
|
19552
|
-
const explorerState = getState('Explorer');
|
|
19553
|
-
if (!explorerState || explorerState.focusedIndex < 0) {
|
|
19554
|
-
return undefined;
|
|
19555
|
-
}
|
|
19556
|
-
return explorerState.items[explorerState.focusedIndex];
|
|
19557
|
-
};
|
|
19558
|
-
const getMenuEntriesDirectory = () => {
|
|
19559
|
-
return ALL_ENTRIES;
|
|
19560
|
-
};
|
|
19561
|
-
const getMenuEntriesFile = () => {
|
|
19562
|
-
return [menuEntryOpenContainingFolder, menuEntryOpenInIntegratedTerminal, menuEntrySeparator, menuEntryCut, menuEntryCopy, menuEntryPaste, menuEntrySeparator, menuEntryCopyPath, menuEntryCopyRelativePath, menuEntrySeparator, menuEntryRename, menuEntryDelete];
|
|
19563
|
-
};
|
|
19564
|
-
const getMenuEntriesDefault$1 = () => {
|
|
19565
|
-
return ALL_ENTRIES;
|
|
19566
|
-
};
|
|
19567
|
-
const getMenuEntriesRoot = () => {
|
|
19568
|
-
return [menuEntryNewFile, menuEntryNewFolder, menuEntryOpenContainingFolder, menuEntryOpenInIntegratedTerminal, menuEntrySeparator, menuEntryPaste, menuEntrySeparator, menuEntryCopyPath, menuEntryCopyRelativePath];
|
|
19569
|
-
};
|
|
19570
|
-
const getMenuEntries$d = () => {
|
|
19571
|
-
const focusedDirent = getFocusedDirent();
|
|
19572
|
-
if (!focusedDirent) {
|
|
19573
|
-
return getMenuEntriesRoot();
|
|
19574
|
-
}
|
|
19575
|
-
switch (focusedDirent.type) {
|
|
19576
|
-
case Directory$1:
|
|
19577
|
-
return getMenuEntriesDirectory();
|
|
19578
|
-
case File$4:
|
|
19579
|
-
return getMenuEntriesFile();
|
|
19580
|
-
default:
|
|
19581
|
-
return getMenuEntriesDefault$1();
|
|
19582
|
-
}
|
|
19583
|
-
};
|
|
19584
|
-
|
|
19585
|
-
const MenuEntriesExplorer = {
|
|
19586
|
-
__proto__: null,
|
|
19587
|
-
getMenuEntries: getMenuEntries$d,
|
|
19588
|
-
id: id$9
|
|
19589
|
-
};
|
|
19590
|
-
|
|
19591
|
-
const menus$8 = [MenuEntriesExplorer];
|
|
19592
|
-
|
|
19593
18375
|
const name$B = 'Explorer';
|
|
19594
18376
|
const getDisplayName$1 = () => {
|
|
19595
18377
|
return explorer();
|
|
19596
18378
|
};
|
|
19597
18379
|
|
|
19598
|
-
const getChevronDownVirtualDom = (extraClassName = '') => {
|
|
19599
|
-
return {
|
|
19600
|
-
type: Div,
|
|
19601
|
-
className: `${Chevron} MaskIconChevronDown ${extraClassName}`,
|
|
19602
|
-
childCount: 0
|
|
19603
|
-
};
|
|
19604
|
-
};
|
|
19605
|
-
const getChevronRightVirtualDom = (extraClassName = '') => {
|
|
19606
|
-
return {
|
|
19607
|
-
type: Div,
|
|
19608
|
-
className: `${Chevron} MaskIconChevronRight ${extraClassName}`,
|
|
19609
|
-
childCount: 0
|
|
19610
|
-
};
|
|
19611
|
-
};
|
|
19612
|
-
|
|
19613
|
-
const getFileIconVirtualDom = icon => {
|
|
19614
|
-
return {
|
|
19615
|
-
type: Img,
|
|
19616
|
-
className: FileIcon,
|
|
19617
|
-
src: icon,
|
|
19618
|
-
role: None$g,
|
|
19619
|
-
childCount: 0
|
|
19620
|
-
};
|
|
19621
|
-
};
|
|
19622
|
-
|
|
19623
|
-
const defaultIndent = 1;
|
|
19624
|
-
const getTreeItemIndent = depth => {
|
|
19625
|
-
return `${depth * defaultIndent}rem`;
|
|
19626
|
-
};
|
|
19627
|
-
|
|
19628
|
-
const getItemVirtualDomFile = item => {
|
|
19629
|
-
const {
|
|
19630
|
-
posInSet,
|
|
19631
|
-
setSize,
|
|
19632
|
-
icon,
|
|
19633
|
-
name,
|
|
19634
|
-
path,
|
|
19635
|
-
depth,
|
|
19636
|
-
isFocused,
|
|
19637
|
-
isEditing
|
|
19638
|
-
} = item;
|
|
19639
|
-
const dom = [];
|
|
19640
|
-
dom.push({
|
|
19641
|
-
type: Div,
|
|
19642
|
-
role: TreeItem$1,
|
|
19643
|
-
className: TreeItem,
|
|
19644
|
-
draggable: true,
|
|
19645
|
-
title: path,
|
|
19646
|
-
ariaPosInSet: posInSet,
|
|
19647
|
-
ariaSetSize: setSize,
|
|
19648
|
-
ariaLevel: depth,
|
|
19649
|
-
childCount: 2,
|
|
19650
|
-
paddingLeft: getTreeItemIndent(depth),
|
|
19651
|
-
ariaLabel: name,
|
|
19652
|
-
ariaDescription: ''
|
|
19653
|
-
}, getFileIconVirtualDom(icon));
|
|
19654
|
-
if (isEditing) {
|
|
19655
|
-
dom.push({
|
|
19656
|
-
type: Input,
|
|
19657
|
-
className: InputBox,
|
|
19658
|
-
id: 'ExplorerInput',
|
|
19659
|
-
onInput: 'handleEditingInput',
|
|
19660
|
-
childCount: 0,
|
|
19661
|
-
name: ExplorerInput
|
|
19662
|
-
});
|
|
19663
|
-
} else {
|
|
19664
|
-
dom.push({
|
|
19665
|
-
type: Div,
|
|
19666
|
-
className: Label,
|
|
19667
|
-
childCount: 1
|
|
19668
|
-
}, text(name));
|
|
19669
|
-
}
|
|
19670
|
-
if (isFocused) {
|
|
19671
|
-
// @ts-ignore
|
|
19672
|
-
dom[0].id = 'TreeItemActive';
|
|
19673
|
-
}
|
|
19674
|
-
return dom;
|
|
19675
|
-
};
|
|
19676
|
-
const getItemVirtualDomFolder = item => {
|
|
19677
|
-
const {
|
|
19678
|
-
posInSet,
|
|
19679
|
-
setSize,
|
|
19680
|
-
icon,
|
|
19681
|
-
name,
|
|
19682
|
-
path,
|
|
19683
|
-
depth,
|
|
19684
|
-
type,
|
|
19685
|
-
isFocused
|
|
19686
|
-
} = item;
|
|
19687
|
-
let ariaExpanded = '';
|
|
19688
|
-
switch (type) {
|
|
19689
|
-
// TODO decide on directory vs folder
|
|
19690
|
-
case Directory$1:
|
|
19691
|
-
ariaExpanded = 'false';
|
|
19692
|
-
break;
|
|
19693
|
-
case DirectoryExpanding:
|
|
19694
|
-
ariaExpanded = 'true'; // TODO tree should be aria-busy then
|
|
19695
|
-
break;
|
|
19696
|
-
case DirectoryExpanded:
|
|
19697
|
-
ariaExpanded = 'true';
|
|
19698
|
-
break;
|
|
19699
|
-
}
|
|
19700
|
-
const dom = [];
|
|
19701
|
-
dom.push({
|
|
19702
|
-
type: Div,
|
|
19703
|
-
role: TreeItem$1,
|
|
19704
|
-
className: TreeItem,
|
|
19705
|
-
draggable: true,
|
|
19706
|
-
title: path,
|
|
19707
|
-
ariaPosInSet: posInSet,
|
|
19708
|
-
ariaSetSize: setSize,
|
|
19709
|
-
ariaLevel: depth,
|
|
19710
|
-
childCount: 2,
|
|
19711
|
-
paddingLeft: getTreeItemIndent(depth),
|
|
19712
|
-
ariaLabel: name,
|
|
19713
|
-
ariaExpanded,
|
|
19714
|
-
ariaDescription: ''
|
|
19715
|
-
});
|
|
19716
|
-
dom.push(getFileIconVirtualDom(icon), {
|
|
19717
|
-
type: Div,
|
|
19718
|
-
className: Label,
|
|
19719
|
-
childCount: 1
|
|
19720
|
-
}, text(name));
|
|
19721
|
-
if (isFocused) {
|
|
19722
|
-
// @ts-ignore
|
|
19723
|
-
dom[0].id = 'TreeItemActive';
|
|
19724
|
-
}
|
|
19725
|
-
return dom;
|
|
19726
|
-
};
|
|
19727
|
-
const getExplorerItemVirtualDom = item => {
|
|
19728
|
-
const {
|
|
19729
|
-
type
|
|
19730
|
-
} = item;
|
|
19731
|
-
switch (type) {
|
|
19732
|
-
case Directory$1:
|
|
19733
|
-
case DirectoryExpanding:
|
|
19734
|
-
case DirectoryExpanded:
|
|
19735
|
-
return getItemVirtualDomFolder(item);
|
|
19736
|
-
default:
|
|
19737
|
-
return getItemVirtualDomFile(item);
|
|
19738
|
-
}
|
|
19739
|
-
};
|
|
19740
|
-
|
|
19741
|
-
const getExplorerWelcomeVirtualDom = isWide => {
|
|
19742
|
-
return [{
|
|
19743
|
-
type: Div,
|
|
19744
|
-
className: mergeClassNames(Viewlet, Explorer$1),
|
|
19745
|
-
tabIndex: 0,
|
|
19746
|
-
childCount: 1
|
|
19747
|
-
}, {
|
|
19748
|
-
type: Div,
|
|
19749
|
-
className: Welcome,
|
|
19750
|
-
childCount: 2
|
|
19751
|
-
}, {
|
|
19752
|
-
type: P,
|
|
19753
|
-
className: WelcomeMessage,
|
|
19754
|
-
childCount: 1
|
|
19755
|
-
}, text(youHaveNotYetOpenedAFolder()), {
|
|
19756
|
-
type: Button$2,
|
|
19757
|
-
className: mergeClassNames(Button$3, ButtonPrimary, isWide ? 'ButtonWide' : 'ButtonNarrow'),
|
|
19758
|
-
childCount: 1,
|
|
19759
|
-
onClick: handleClickOpenFolder$1
|
|
19760
|
-
}, text(openFolder$3())];
|
|
19761
|
-
};
|
|
19762
|
-
|
|
19763
|
-
const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide) => {
|
|
19764
|
-
if (!root) {
|
|
19765
|
-
return getExplorerWelcomeVirtualDom(isWide);
|
|
19766
|
-
}
|
|
19767
|
-
const dom = [];
|
|
19768
|
-
dom.push({
|
|
19769
|
-
type: Div,
|
|
19770
|
-
className: mergeClassNames(Viewlet, Explorer$1),
|
|
19771
|
-
tabIndex: 0,
|
|
19772
|
-
role: Tree,
|
|
19773
|
-
ariaLabel: filesExplorer(),
|
|
19774
|
-
childCount: visibleItems.length,
|
|
19775
|
-
ariaActiveDescendant: focusedIndex >= 0 ? 'TreeItemActive' : undefined,
|
|
19776
|
-
onFocus: HandleFocus,
|
|
19777
|
-
onBlur: HandleBlur,
|
|
19778
|
-
onContextMenu: HandleContextMenu,
|
|
19779
|
-
onPointerDown: HandlePointerDown,
|
|
19780
|
-
onWheel: HandleWheel,
|
|
19781
|
-
onClick: HandleClick
|
|
19782
|
-
});
|
|
19783
|
-
dom.push(...visibleItems.flatMap(getExplorerItemVirtualDom));
|
|
19784
|
-
return dom;
|
|
19785
|
-
};
|
|
19786
|
-
|
|
19787
|
-
const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editingIndex, editingType, editingValue) => {
|
|
19788
|
-
const visible = [];
|
|
19789
|
-
for (let i = minLineY; i < Math.min(maxLineY, items.length); i++) {
|
|
19790
|
-
const item = items[i];
|
|
19791
|
-
if (i === editingIndex) {
|
|
19792
|
-
visible.push({
|
|
19793
|
-
...item,
|
|
19794
|
-
isFocused: i === focusedIndex,
|
|
19795
|
-
isEditing: true,
|
|
19796
|
-
icon: getFileIcon$2({
|
|
19797
|
-
name: editingValue
|
|
19798
|
-
})
|
|
19799
|
-
});
|
|
19800
|
-
} else {
|
|
19801
|
-
visible.push({
|
|
19802
|
-
...item,
|
|
19803
|
-
isFocused: i === focusedIndex
|
|
19804
|
-
});
|
|
19805
|
-
}
|
|
19806
|
-
}
|
|
19807
|
-
if (editingType !== None$b && editingIndex === -1) {
|
|
19808
|
-
visible.push({
|
|
19809
|
-
depth: 3,
|
|
19810
|
-
posInSet: 1,
|
|
19811
|
-
setSize: 1,
|
|
19812
|
-
icon: '',
|
|
19813
|
-
isFocused: false,
|
|
19814
|
-
name: 'new',
|
|
19815
|
-
path: '/test/new',
|
|
19816
|
-
type: 2,
|
|
19817
|
-
isEditing: true
|
|
19818
|
-
});
|
|
19819
|
-
}
|
|
19820
|
-
return visible;
|
|
19821
|
-
};
|
|
19822
|
-
|
|
19823
18380
|
const hasFunctionalRender$r = true;
|
|
19824
18381
|
const hasFunctionalRootRender$e = true;
|
|
19825
18382
|
const renderItems$3 = {
|
|
19826
18383
|
isEqual(oldState, newState) {
|
|
19827
|
-
return
|
|
18384
|
+
return JSON.stringify(oldState.commands) === JSON.stringify(newState.commands);
|
|
19828
18385
|
},
|
|
19829
|
-
apply
|
|
19830
|
-
|
|
19831
|
-
const isWide = newState.width > 450;
|
|
19832
|
-
const dom = getExplorerVirtualDom(visibleDirents, newState.focusedIndex, newState.root, isWide);
|
|
19833
|
-
return ['Viewlet.setDom2', dom];
|
|
19834
|
-
}
|
|
19835
|
-
};
|
|
19836
|
-
|
|
19837
|
-
// const renderFocusedIndex = {
|
|
19838
|
-
// isEqual(oldState, newState) {
|
|
19839
|
-
// return oldState.focusedIndex === newState.focusedIndex && oldState.focused === newState.focused && oldState.minLineY === newState.minLineY
|
|
19840
|
-
// },
|
|
19841
|
-
// apply(oldState, newState) {
|
|
19842
|
-
// const oldFocusedIndex = oldState.focusedIndex - oldState.minLineY
|
|
19843
|
-
// const newFocusedIndex = newState.focusedIndex - newState.minLineY
|
|
19844
|
-
// return [/* method */ 'setFocusedIndex', /* oldindex */ oldFocusedIndex, /* newIndex */ newFocusedIndex, /* focused */ newState.focused]
|
|
19845
|
-
// },
|
|
19846
|
-
// }
|
|
19847
|
-
|
|
19848
|
-
// const renderDropTargets = {
|
|
19849
|
-
// isEqual(oldState, newState) {
|
|
19850
|
-
// return oldState.dropTargets === newState.dropTargets
|
|
19851
|
-
// },
|
|
19852
|
-
// apply(oldState, newState) {
|
|
19853
|
-
// return [/* method */ 'setDropTargets', /* oldDropTargets */ oldState.dropTargets, /* newDropTargets */ newState.dropTargets]
|
|
19854
|
-
// },
|
|
19855
|
-
// }
|
|
19856
|
-
|
|
19857
|
-
const renderEditingIndex = {
|
|
19858
|
-
isEqual(oldState, newState) {
|
|
19859
|
-
return oldState.editingIndex === newState.editingIndex && oldState.editingType === newState.editingType;
|
|
19860
|
-
},
|
|
19861
|
-
apply(oldState, newState) {
|
|
19862
|
-
return ['focusInput', 'ExplorerInput'];
|
|
19863
|
-
}
|
|
18386
|
+
apply: apply,
|
|
18387
|
+
multiple: true
|
|
19864
18388
|
};
|
|
19865
|
-
const render$s = [renderItems$3
|
|
18389
|
+
const render$s = [renderItems$3];
|
|
19866
18390
|
|
|
19867
18391
|
const getActions$6 = root => {
|
|
19868
18392
|
if (!root) {
|
|
@@ -19920,31 +18444,8 @@ const renderTitle$4 = {
|
|
|
19920
18444
|
}
|
|
19921
18445
|
};
|
|
19922
18446
|
|
|
19923
|
-
const getSavedRoot = (savedState, workspacePath) => {
|
|
19924
|
-
return workspacePath;
|
|
19925
|
-
};
|
|
19926
18447
|
const restoreState = savedState => {
|
|
19927
|
-
|
|
19928
|
-
return {
|
|
19929
|
-
minLineY: 0,
|
|
19930
|
-
deltaY: 0
|
|
19931
|
-
};
|
|
19932
|
-
}
|
|
19933
|
-
const root = getSavedRoot(savedState, state$w.workspacePath);
|
|
19934
|
-
let minLineY = 0;
|
|
19935
|
-
if (savedState && typeof savedState.minLineY === 'number') {
|
|
19936
|
-
minLineY = savedState.minLineY;
|
|
19937
|
-
}
|
|
19938
|
-
let deltaY = 0;
|
|
19939
|
-
if (savedState && typeof savedState.deltaY === 'number') {
|
|
19940
|
-
deltaY = savedState.deltaY;
|
|
19941
|
-
}
|
|
19942
|
-
return {
|
|
19943
|
-
...savedState,
|
|
19944
|
-
root,
|
|
19945
|
-
minLineY,
|
|
19946
|
-
deltaY
|
|
19947
|
-
};
|
|
18448
|
+
return invoke$5('Explorer.restoreState', savedState);
|
|
19948
18449
|
};
|
|
19949
18450
|
|
|
19950
18451
|
const saveState$a = state => {
|
|
@@ -19964,14 +18465,13 @@ const ViewletExplorer_ipc = {
|
|
|
19964
18465
|
LazyCommands: LazyCommands$b,
|
|
19965
18466
|
cancelEdit,
|
|
19966
18467
|
collapseAll: collapseAll$4,
|
|
19967
|
-
|
|
19968
|
-
|
|
19969
|
-
copyRelativePath: copyRelativePath$1,
|
|
18468
|
+
copyPath,
|
|
18469
|
+
copyRelativePath,
|
|
19970
18470
|
create: create$w,
|
|
19971
18471
|
dispose: dispose$m,
|
|
19972
18472
|
expandAll,
|
|
19973
18473
|
getDisplayName: getDisplayName$1,
|
|
19974
|
-
getFocusedDirent
|
|
18474
|
+
getFocusedDirent,
|
|
19975
18475
|
getKeyBindings: getKeyBindings$a,
|
|
19976
18476
|
handleArrowLeft: handleArrowLeft$2,
|
|
19977
18477
|
handleArrowRight: handleArrowRight$2,
|
|
@@ -19998,7 +18498,7 @@ const ViewletExplorer_ipc = {
|
|
|
19998
18498
|
name: name$B,
|
|
19999
18499
|
newFile: newFile$1,
|
|
20000
18500
|
newFolder: newFolder$1,
|
|
20001
|
-
openContainingFolder: openContainingFolder$
|
|
18501
|
+
openContainingFolder: openContainingFolder$1,
|
|
20002
18502
|
refresh: refresh$4,
|
|
20003
18503
|
removeDirent,
|
|
20004
18504
|
renameDirent,
|
|
@@ -20045,7 +18545,7 @@ const {
|
|
|
20045
18545
|
invokeAndTransfer: invokeAndTransfer$4
|
|
20046
18546
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
20047
18547
|
|
|
20048
|
-
const None$
|
|
18548
|
+
const None$9 = 0;
|
|
20049
18549
|
const Small = 1;
|
|
20050
18550
|
const Normal = 2;
|
|
20051
18551
|
const Large = 3;
|
|
@@ -20068,7 +18568,7 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
20068
18568
|
y,
|
|
20069
18569
|
width,
|
|
20070
18570
|
height,
|
|
20071
|
-
size: None$
|
|
18571
|
+
size: None$9
|
|
20072
18572
|
};
|
|
20073
18573
|
};
|
|
20074
18574
|
|
|
@@ -20359,7 +18859,7 @@ const create$u = (id, uri, x, y, width, height) => {
|
|
|
20359
18859
|
y,
|
|
20360
18860
|
message: '',
|
|
20361
18861
|
focused: false,
|
|
20362
|
-
size: None$
|
|
18862
|
+
size: None$9,
|
|
20363
18863
|
...create$G({
|
|
20364
18864
|
itemHeight: ExtensionListItemHeight,
|
|
20365
18865
|
minimumSliderSize: minimumSliderSize,
|
|
@@ -20547,22 +19047,22 @@ const getMenuEntries$b = () => {
|
|
|
20547
19047
|
return [{
|
|
20548
19048
|
id: 'enable',
|
|
20549
19049
|
label: enable(),
|
|
20550
|
-
flags: None$
|
|
19050
|
+
flags: None$h,
|
|
20551
19051
|
command: -1
|
|
20552
19052
|
}, {
|
|
20553
19053
|
id: 'disable',
|
|
20554
19054
|
label: disable(),
|
|
20555
|
-
flags: None$
|
|
19055
|
+
flags: None$h,
|
|
20556
19056
|
command: -1
|
|
20557
19057
|
}, {
|
|
20558
19058
|
id: 'uninstall',
|
|
20559
19059
|
label: uninstall(),
|
|
20560
|
-
flags: None$
|
|
19060
|
+
flags: None$h,
|
|
20561
19061
|
command: 'Extensions.uninstall'
|
|
20562
19062
|
}, {
|
|
20563
19063
|
id: 'installAnotherVersion',
|
|
20564
19064
|
label: installAnotherVersion(),
|
|
20565
|
-
flags: None$
|
|
19065
|
+
flags: None$h,
|
|
20566
19066
|
command: -1
|
|
20567
19067
|
}];
|
|
20568
19068
|
};
|
|
@@ -20949,7 +19449,7 @@ const selectIndex$2 = (state, index) => {
|
|
|
20949
19449
|
return state;
|
|
20950
19450
|
}
|
|
20951
19451
|
};
|
|
20952
|
-
const focusIndex$
|
|
19452
|
+
const focusIndex$7 = (state, index) => {
|
|
20953
19453
|
return {
|
|
20954
19454
|
...state,
|
|
20955
19455
|
focusedIndex: index
|
|
@@ -20963,7 +19463,7 @@ const focusFirst$7 = state => {
|
|
|
20963
19463
|
return state;
|
|
20964
19464
|
}
|
|
20965
19465
|
const firstIndex = first();
|
|
20966
|
-
return focusIndex$
|
|
19466
|
+
return focusIndex$7(state, firstIndex);
|
|
20967
19467
|
};
|
|
20968
19468
|
const focusPrevious$9 = state => {
|
|
20969
19469
|
const {
|
|
@@ -20971,7 +19471,7 @@ const focusPrevious$9 = state => {
|
|
|
20971
19471
|
focusedIndex
|
|
20972
19472
|
} = state;
|
|
20973
19473
|
const previousIndex = previousNoCycle(displayReferences, focusedIndex);
|
|
20974
|
-
return focusIndex$
|
|
19474
|
+
return focusIndex$7(state, previousIndex);
|
|
20975
19475
|
};
|
|
20976
19476
|
const focusNext$9 = state => {
|
|
20977
19477
|
const {
|
|
@@ -20979,14 +19479,14 @@ const focusNext$9 = state => {
|
|
|
20979
19479
|
focusedIndex
|
|
20980
19480
|
} = state;
|
|
20981
19481
|
const nextIndex = nextNoCycle(displayReferences, focusedIndex);
|
|
20982
|
-
return focusIndex$
|
|
19482
|
+
return focusIndex$7(state, nextIndex);
|
|
20983
19483
|
};
|
|
20984
19484
|
const focusLast$7 = state => {
|
|
20985
19485
|
const {
|
|
20986
19486
|
displayReferences
|
|
20987
19487
|
} = state;
|
|
20988
19488
|
const lastIndex = last(displayReferences);
|
|
20989
|
-
return focusIndex$
|
|
19489
|
+
return focusIndex$7(state, lastIndex);
|
|
20990
19490
|
};
|
|
20991
19491
|
const selectCurrent$1 = state => {
|
|
20992
19492
|
if (state.focusedIndex === -1) {
|
|
@@ -21000,7 +19500,7 @@ const ViewletLocations = {
|
|
|
21000
19500
|
create: create$t,
|
|
21001
19501
|
dispose: dispose$k,
|
|
21002
19502
|
focusFirst: focusFirst$7,
|
|
21003
|
-
focusIndex: focusIndex$
|
|
19503
|
+
focusIndex: focusIndex$7,
|
|
21004
19504
|
focusLast: focusLast$7,
|
|
21005
19505
|
focusNext: focusNext$9,
|
|
21006
19506
|
focusPrevious: focusPrevious$9,
|
|
@@ -21275,7 +19775,7 @@ const getInlineDiffEditorLines = (linesLeft, linesRight, inlineChanges) => {
|
|
|
21275
19775
|
rightIndex
|
|
21276
19776
|
} = inlineChange;
|
|
21277
19777
|
switch (inlineChange.type) {
|
|
21278
|
-
case None$
|
|
19778
|
+
case None$d:
|
|
21279
19779
|
merged.push({
|
|
21280
19780
|
type,
|
|
21281
19781
|
leftIndex,
|
|
@@ -21327,7 +19827,7 @@ const getPrefix$1 = type => {
|
|
|
21327
19827
|
return insertion;
|
|
21328
19828
|
case Deletion:
|
|
21329
19829
|
return deletion;
|
|
21330
|
-
case None$
|
|
19830
|
+
case None$d:
|
|
21331
19831
|
return normal;
|
|
21332
19832
|
}
|
|
21333
19833
|
};
|
|
@@ -21763,48 +20263,48 @@ const id$7 = KeyBindingsTable;
|
|
|
21763
20263
|
const getMenuEntries$a = () => {
|
|
21764
20264
|
return [{
|
|
21765
20265
|
id: 'copy',
|
|
21766
|
-
label: copy$
|
|
21767
|
-
flags: None$
|
|
20266
|
+
label: copy$2(),
|
|
20267
|
+
flags: None$h,
|
|
21768
20268
|
command: 'KeyBindings.copy'
|
|
21769
20269
|
}, {
|
|
21770
20270
|
id: 'copyCommandId',
|
|
21771
20271
|
label: copyCommandId(),
|
|
21772
|
-
flags: None$
|
|
20272
|
+
flags: None$h,
|
|
21773
20273
|
command: 'KeyBindings.copyCommandId'
|
|
21774
20274
|
}, {
|
|
21775
20275
|
id: 'copyCommandTitle',
|
|
21776
20276
|
label: copyCommandTitle(),
|
|
21777
|
-
flags: None$
|
|
20277
|
+
flags: None$h,
|
|
21778
20278
|
command: 'KeyBindings.copyCommandTitle'
|
|
21779
20279
|
}, {
|
|
21780
20280
|
id: 'changeKeyBinding',
|
|
21781
20281
|
label: changeKeyBinding(),
|
|
21782
|
-
flags: None$
|
|
20282
|
+
flags: None$h,
|
|
21783
20283
|
command: 'KeyBindings.changeKeyBinding'
|
|
21784
20284
|
}, {
|
|
21785
20285
|
id: 'addKeyBinding',
|
|
21786
20286
|
label: addKeyBinding(),
|
|
21787
|
-
flags: None$
|
|
20287
|
+
flags: None$h,
|
|
21788
20288
|
command: 'KeyBindings.addKeyBinding'
|
|
21789
20289
|
}, {
|
|
21790
20290
|
id: 'removeKeyBinding',
|
|
21791
20291
|
label: removeKeyBinding(),
|
|
21792
|
-
flags: None$
|
|
20292
|
+
flags: None$h,
|
|
21793
20293
|
command: 'KeyBindings.removeKeyBinding'
|
|
21794
20294
|
}, {
|
|
21795
20295
|
id: 'resetKeyBinding',
|
|
21796
20296
|
label: resetKeyBinding(),
|
|
21797
|
-
flags: None$
|
|
20297
|
+
flags: None$h,
|
|
21798
20298
|
command: 'KeyBindings.resetKeyBinding'
|
|
21799
20299
|
}, {
|
|
21800
20300
|
id: 'changeWhenExpression',
|
|
21801
20301
|
label: changeWhenExpression(),
|
|
21802
|
-
flags: None$
|
|
20302
|
+
flags: None$h,
|
|
21803
20303
|
command: 'KeyBindings.changeWhenExpression'
|
|
21804
20304
|
}, {
|
|
21805
20305
|
id: 'showSameKeyBindings',
|
|
21806
20306
|
label: showSameKeyBindings(),
|
|
21807
|
-
flags: None$
|
|
20307
|
+
flags: None$h,
|
|
21808
20308
|
command: 'KeyBindings.showSameKeyBindings'
|
|
21809
20309
|
}];
|
|
21810
20310
|
};
|
|
@@ -22157,7 +20657,7 @@ const create$p = id => {
|
|
|
22157
20657
|
return {
|
|
22158
20658
|
points: new Uint16Array(Total),
|
|
22159
20659
|
sideBarViewletId: '',
|
|
22160
|
-
[SashId]: None$
|
|
20660
|
+
[SashId]: None$c,
|
|
22161
20661
|
sideBarLocation: Right$1,
|
|
22162
20662
|
uid: id
|
|
22163
20663
|
};
|
|
@@ -22344,7 +20844,7 @@ const showPanel = state => {
|
|
|
22344
20844
|
const hidePanel$1 = state => {
|
|
22345
20845
|
return hide$2(state, Panel);
|
|
22346
20846
|
};
|
|
22347
|
-
const togglePanel = (state, moduleId = None$
|
|
20847
|
+
const togglePanel = (state, moduleId = None$j) => {
|
|
22348
20848
|
return toggle(state, Panel);
|
|
22349
20849
|
};
|
|
22350
20850
|
const showActivityBar = state => {
|
|
@@ -22558,7 +21058,7 @@ const getNewStatePointerMove = (sashId, points, x, y) => {
|
|
|
22558
21058
|
throw new Error(`unsupported sash type ${sashId}`);
|
|
22559
21059
|
}
|
|
22560
21060
|
};
|
|
22561
|
-
const isEqual
|
|
21061
|
+
const isEqual = (oldPoints, newPoints, kTop, kLeft, kWidth, kHeight) => {
|
|
22562
21062
|
return oldPoints[kTop] === newPoints[kTop] && oldPoints[kLeft] === newPoints[kLeft] && oldPoints[kWidth] === newPoints[kWidth] && oldPoints[kHeight] === newPoints[kHeight];
|
|
22563
21063
|
};
|
|
22564
21064
|
const getResizeCommands = (oldPoints, newPoints) => {
|
|
@@ -22577,7 +21077,7 @@ const getResizeCommands = (oldPoints, newPoints) => {
|
|
|
22577
21077
|
continue;
|
|
22578
21078
|
}
|
|
22579
21079
|
const instanceUid = instance.state.uid;
|
|
22580
|
-
if (!isEqual
|
|
21080
|
+
if (!isEqual(oldPoints, newPoints, kTop, kLeft, kWidth, kHeight)) {
|
|
22581
21081
|
const newTop = newPoints[kTop];
|
|
22582
21082
|
const newLeft = newPoints[kLeft];
|
|
22583
21083
|
const newWidth = newPoints[kWidth];
|
|
@@ -23579,7 +22079,7 @@ const deserializeEditorGroups = (savedState, state) => {
|
|
|
23579
22079
|
return restoredGroups;
|
|
23580
22080
|
};
|
|
23581
22081
|
|
|
23582
|
-
const None$
|
|
22082
|
+
const None$8 = 0;
|
|
23583
22083
|
const Up = 1;
|
|
23584
22084
|
const Down = 2;
|
|
23585
22085
|
const Left$1 = 3;
|
|
@@ -23602,7 +22102,7 @@ const getEditorSplitDirectionType = (x, y, width, height, eventX, eventY) => {
|
|
|
23602
22102
|
if (percentY > 0.75) {
|
|
23603
22103
|
return Down;
|
|
23604
22104
|
}
|
|
23605
|
-
return None$
|
|
22105
|
+
return None$8;
|
|
23606
22106
|
};
|
|
23607
22107
|
|
|
23608
22108
|
const getSplitOverlayDimensions = (x, y, width, height, splitDirection) => {
|
|
@@ -23637,7 +22137,7 @@ const getSplitOverlayDimensions = (x, y, width, height, splitDirection) => {
|
|
|
23637
22137
|
overlayWidth: halfWidth,
|
|
23638
22138
|
overlayHeight: height
|
|
23639
22139
|
};
|
|
23640
|
-
case None$
|
|
22140
|
+
case None$8:
|
|
23641
22141
|
return {
|
|
23642
22142
|
overlayX: x,
|
|
23643
22143
|
overlayY: y,
|
|
@@ -23702,6 +22202,9 @@ const getTabIndex = (tabs, x, eventX) => {
|
|
|
23702
22202
|
return -1;
|
|
23703
22203
|
};
|
|
23704
22204
|
|
|
22205
|
+
const LeftClick = 0;
|
|
22206
|
+
const MiddleClick = 1;
|
|
22207
|
+
|
|
23705
22208
|
const serializeEditor = editor => {
|
|
23706
22209
|
const {
|
|
23707
22210
|
preview,
|
|
@@ -23936,7 +22439,7 @@ const ViewletMainCloseEditor = {
|
|
|
23936
22439
|
closeEditor
|
|
23937
22440
|
};
|
|
23938
22441
|
|
|
23939
|
-
const focusIndex$
|
|
22442
|
+
const focusIndex$6 = async (state, index) => {
|
|
23940
22443
|
const {
|
|
23941
22444
|
groups,
|
|
23942
22445
|
tabHeight,
|
|
@@ -24015,7 +22518,7 @@ const focus$6 = (state, getIndex) => {
|
|
|
24015
22518
|
activeIndex
|
|
24016
22519
|
} = group;
|
|
24017
22520
|
const index = getIndex(editors, activeIndex);
|
|
24018
|
-
return focusIndex$
|
|
22521
|
+
return focusIndex$6(state, index);
|
|
24019
22522
|
};
|
|
24020
22523
|
const getFirstindex = () => {
|
|
24021
22524
|
return 0;
|
|
@@ -24077,7 +22580,7 @@ const handleTabClick = (state, button, eventX, eventY) => {
|
|
|
24077
22580
|
}
|
|
24078
22581
|
switch (button) {
|
|
24079
22582
|
case LeftClick:
|
|
24080
|
-
return focusIndex$
|
|
22583
|
+
return focusIndex$6(state, index);
|
|
24081
22584
|
case MiddleClick:
|
|
24082
22585
|
return closeEditor(state, index);
|
|
24083
22586
|
default:
|
|
@@ -24088,7 +22591,7 @@ const handleTabClick = (state, button, eventX, eventY) => {
|
|
|
24088
22591
|
const ViewletMainFocusIndex = {
|
|
24089
22592
|
__proto__: null,
|
|
24090
22593
|
focusFirst: focusFirst$5,
|
|
24091
|
-
focusIndex: focusIndex$
|
|
22594
|
+
focusIndex: focusIndex$6,
|
|
24092
22595
|
focusLast: focusLast$5,
|
|
24093
22596
|
focusNext: focusNext$7,
|
|
24094
22597
|
focusPrevious: focusPrevious$7,
|
|
@@ -24146,7 +22649,7 @@ const openUri = async (state, uri, focus = true, {
|
|
|
24146
22649
|
if (editor.uri === uri) {
|
|
24147
22650
|
// @ts-ignore
|
|
24148
22651
|
if (editor.opener === context.opener) {
|
|
24149
|
-
return focusIndex$
|
|
22652
|
+
return focusIndex$6(state, i);
|
|
24150
22653
|
}
|
|
24151
22654
|
}
|
|
24152
22655
|
}
|
|
@@ -24662,7 +23165,7 @@ const openEditorWithType = async file => {
|
|
|
24662
23165
|
const saveWithoutFormatting = async () => {
|
|
24663
23166
|
console.warn('not implemented');
|
|
24664
23167
|
};
|
|
24665
|
-
const handleDrop$
|
|
23168
|
+
const handleDrop$1 = async (state, files) => {
|
|
24666
23169
|
const allCommands = [];
|
|
24667
23170
|
let newState = state;
|
|
24668
23171
|
for (const file of files) {
|
|
@@ -24909,7 +23412,7 @@ const Commands$i = {
|
|
|
24909
23412
|
};
|
|
24910
23413
|
const CommandsWithSideEffects = {
|
|
24911
23414
|
openUri: openUri,
|
|
24912
|
-
handleDrop: handleDrop$
|
|
23415
|
+
handleDrop: handleDrop$1,
|
|
24913
23416
|
handleTabDrop: handleTabDrop,
|
|
24914
23417
|
handleTabsDragOver: handleTabsDragOver
|
|
24915
23418
|
};
|
|
@@ -24986,6 +23489,16 @@ const set = (uid, value) => {
|
|
|
24986
23489
|
data[uid] = value;
|
|
24987
23490
|
};
|
|
24988
23491
|
|
|
23492
|
+
const getFileIconVirtualDom = icon => {
|
|
23493
|
+
return {
|
|
23494
|
+
type: Img,
|
|
23495
|
+
className: FileIcon,
|
|
23496
|
+
src: icon,
|
|
23497
|
+
role: None$f,
|
|
23498
|
+
childCount: 0
|
|
23499
|
+
};
|
|
23500
|
+
};
|
|
23501
|
+
|
|
24989
23502
|
const getIconDom = icon => {
|
|
24990
23503
|
if (icon.startsWith('MaskIcon')) {
|
|
24991
23504
|
return {
|
|
@@ -25317,7 +23830,7 @@ const ViewletMain_ipc = {
|
|
|
25317
23830
|
handleDragEnd,
|
|
25318
23831
|
handleDragLeave,
|
|
25319
23832
|
handleDragOver: handleDragOver$1,
|
|
25320
|
-
handleDrop: handleDrop$
|
|
23833
|
+
handleDrop: handleDrop$1,
|
|
25321
23834
|
handleFocusChange: handleFocusChange$1,
|
|
25322
23835
|
handleTabContextMenu,
|
|
25323
23836
|
handleTabDrop,
|
|
@@ -25904,7 +24417,7 @@ const Item = 0;
|
|
|
25904
24417
|
const Expanded$1 = 1;
|
|
25905
24418
|
const Collapsed$1 = 2;
|
|
25906
24419
|
|
|
25907
|
-
const None$
|
|
24420
|
+
const None$7 = 0;
|
|
25908
24421
|
const Table = 1;
|
|
25909
24422
|
const List = 2;
|
|
25910
24423
|
|
|
@@ -26001,7 +24514,7 @@ const create$j = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
26001
24514
|
width,
|
|
26002
24515
|
height,
|
|
26003
24516
|
filterValue: '',
|
|
26004
|
-
viewMode: None$
|
|
24517
|
+
viewMode: None$7,
|
|
26005
24518
|
inputSource: User,
|
|
26006
24519
|
minLineY: 0,
|
|
26007
24520
|
maxLineY: 0,
|
|
@@ -26066,7 +24579,7 @@ const handleContextMenu$7 = async (state, eventX, eventY) => {
|
|
|
26066
24579
|
const contentLoadedEffects$1 = state => {
|
|
26067
24580
|
addListener('editor.change', handleEditorChange);
|
|
26068
24581
|
};
|
|
26069
|
-
const focusIndex$
|
|
24582
|
+
const focusIndex$5 = (state, index) => {
|
|
26070
24583
|
return {
|
|
26071
24584
|
...state,
|
|
26072
24585
|
focusedIndex: index
|
|
@@ -26099,11 +24612,11 @@ const handleClickAt$2 = (state, eventX, eventY) => {
|
|
|
26099
24612
|
} = state;
|
|
26100
24613
|
setFocus(Problems);
|
|
26101
24614
|
if (problems.length === 0) {
|
|
26102
|
-
return focusIndex$
|
|
24615
|
+
return focusIndex$5(state, -1);
|
|
26103
24616
|
}
|
|
26104
24617
|
const index = getListIndex(eventX, eventY, x, y, 0, itemHeight);
|
|
26105
24618
|
if (index > problems.length) {
|
|
26106
|
-
return focusIndex$
|
|
24619
|
+
return focusIndex$5(state, -1);
|
|
26107
24620
|
}
|
|
26108
24621
|
return {
|
|
26109
24622
|
...state,
|
|
@@ -26233,7 +24746,7 @@ const Commands$d = {
|
|
|
26233
24746
|
clearFilter: clearFilter,
|
|
26234
24747
|
collapseAll: collapseAll$1,
|
|
26235
24748
|
copyMessage: copyMessage,
|
|
26236
|
-
focusIndex: focusIndex$
|
|
24749
|
+
focusIndex: focusIndex$5,
|
|
26237
24750
|
focusNext: focusNext$6,
|
|
26238
24751
|
focusPrevious: focusPrevious$6,
|
|
26239
24752
|
getBadgeCount: getBadgeCount,
|
|
@@ -26303,12 +24816,12 @@ const getMenuEntries$9 = () => {
|
|
|
26303
24816
|
return [{
|
|
26304
24817
|
id: 'copy',
|
|
26305
24818
|
label: copy$1(),
|
|
26306
|
-
flags: None$
|
|
24819
|
+
flags: None$h,
|
|
26307
24820
|
command: 'Problems.copy'
|
|
26308
24821
|
}, {
|
|
26309
24822
|
id: 'copyMessage',
|
|
26310
24823
|
label: copyMessage$1(),
|
|
26311
|
-
flags: None$
|
|
24824
|
+
flags: None$h,
|
|
26312
24825
|
command: 'Problems.copyMessage'
|
|
26313
24826
|
}];
|
|
26314
24827
|
};
|
|
@@ -26324,17 +24837,17 @@ const getMenuEntries$8 = () => {
|
|
|
26324
24837
|
return [{
|
|
26325
24838
|
id: 'show-errors',
|
|
26326
24839
|
label: 'Show Errors',
|
|
26327
|
-
flags: None$
|
|
24840
|
+
flags: None$h,
|
|
26328
24841
|
command: /* TODO */-1
|
|
26329
24842
|
}, {
|
|
26330
24843
|
id: 'show-warnings',
|
|
26331
24844
|
label: 'Show Warnings',
|
|
26332
|
-
flags: None$
|
|
24845
|
+
flags: None$h,
|
|
26333
24846
|
command: /* TODO */-1
|
|
26334
24847
|
}, {
|
|
26335
24848
|
id: 'show-infos',
|
|
26336
24849
|
label: 'Show Infos',
|
|
26337
|
-
flags: None$
|
|
24850
|
+
flags: None$h,
|
|
26338
24851
|
command: /* TODO */-1
|
|
26339
24852
|
}];
|
|
26340
24853
|
};
|
|
@@ -26355,6 +24868,21 @@ const getBadgeVirtualDom = (className, count) => {
|
|
|
26355
24868
|
}, text(`${count}`)];
|
|
26356
24869
|
};
|
|
26357
24870
|
|
|
24871
|
+
const getChevronDownVirtualDom = (extraClassName = '') => {
|
|
24872
|
+
return {
|
|
24873
|
+
type: Div,
|
|
24874
|
+
className: `${Chevron} MaskIconChevronDown ${extraClassName}`,
|
|
24875
|
+
childCount: 0
|
|
24876
|
+
};
|
|
24877
|
+
};
|
|
24878
|
+
const getChevronRightVirtualDom = (extraClassName = '') => {
|
|
24879
|
+
return {
|
|
24880
|
+
type: Div,
|
|
24881
|
+
className: `${Chevron} MaskIconChevronRight ${extraClassName}`,
|
|
24882
|
+
childCount: 0
|
|
24883
|
+
};
|
|
24884
|
+
};
|
|
24885
|
+
|
|
26358
24886
|
// TODO compute detail message in getVisibleProblems
|
|
26359
24887
|
const getProblemSourceDetail = (source, code) => {
|
|
26360
24888
|
let message = '';
|
|
@@ -26385,6 +24913,11 @@ const getProblemsIconVirtualDom = type => {
|
|
|
26385
24913
|
};
|
|
26386
24914
|
};
|
|
26387
24915
|
|
|
24916
|
+
const defaultIndent = 1;
|
|
24917
|
+
const getTreeItemIndent = depth => {
|
|
24918
|
+
return `${depth * defaultIndent}rem`;
|
|
24919
|
+
};
|
|
24920
|
+
|
|
26388
24921
|
const getProblemVirtualDom = problem => {
|
|
26389
24922
|
const {
|
|
26390
24923
|
message,
|
|
@@ -26820,7 +25353,7 @@ const ViewletProblems_ipc = {
|
|
|
26820
25353
|
copyMessage,
|
|
26821
25354
|
create: create$j,
|
|
26822
25355
|
dispose: dispose$d,
|
|
26823
|
-
focusIndex: focusIndex$
|
|
25356
|
+
focusIndex: focusIndex$5,
|
|
26824
25357
|
focusNext: focusNext$6,
|
|
26825
25358
|
focusPrevious: focusPrevious$6,
|
|
26826
25359
|
getBadgeCount,
|
|
@@ -26988,7 +25521,7 @@ const Symbol$1 = '@';
|
|
|
26988
25521
|
const WorkspaceSymbol = '#';
|
|
26989
25522
|
const GoToLine = ':';
|
|
26990
25523
|
const View = 'view ';
|
|
26991
|
-
const None$
|
|
25524
|
+
const None$6 = '';
|
|
26992
25525
|
|
|
26993
25526
|
// TODO avoid global variable
|
|
26994
25527
|
|
|
@@ -27030,7 +25563,7 @@ const getPrefix = value => {
|
|
|
27030
25563
|
if (value.startsWith(View)) {
|
|
27031
25564
|
return View;
|
|
27032
25565
|
}
|
|
27033
|
-
return None$
|
|
25566
|
+
return None$6;
|
|
27034
25567
|
};
|
|
27035
25568
|
const getQuickPickProvider = prefix => {
|
|
27036
25569
|
// TODO could use enum for prefix
|
|
@@ -27976,11 +26509,11 @@ const ViewletReferences_ipc = {
|
|
|
27976
26509
|
render: render$p
|
|
27977
26510
|
};
|
|
27978
26511
|
|
|
27979
|
-
const None$
|
|
26512
|
+
const None$5 = 'none';
|
|
27980
26513
|
const Exception$2 = 'exception';
|
|
27981
26514
|
const Other = 'other';
|
|
27982
26515
|
|
|
27983
|
-
const None$
|
|
26516
|
+
const None$4 = 0;
|
|
27984
26517
|
const Paused = 1;
|
|
27985
26518
|
const Default = 2;
|
|
27986
26519
|
|
|
@@ -28002,7 +26535,7 @@ const Property$1 = 3;
|
|
|
28002
26535
|
const Exception$1 = 4;
|
|
28003
26536
|
|
|
28004
26537
|
const Boolean$1 = 'boolean';
|
|
28005
|
-
const None$
|
|
26538
|
+
const None$3 = '';
|
|
28006
26539
|
const Number$1 = 'number';
|
|
28007
26540
|
const Object$1 = 'object';
|
|
28008
26541
|
const String$1 = 'string';
|
|
@@ -28101,7 +26634,7 @@ const getDebugValueType = child => {
|
|
|
28101
26634
|
if (child.get) {
|
|
28102
26635
|
return Getter;
|
|
28103
26636
|
}
|
|
28104
|
-
return None$
|
|
26637
|
+
return None$3;
|
|
28105
26638
|
};
|
|
28106
26639
|
|
|
28107
26640
|
const getInnerChildScopeChain = async (cache, debugId, objectId, indent) => {
|
|
@@ -28356,9 +26889,9 @@ const getScopeChain = (params, thisObject, scopeChain, knownProperties) => {
|
|
|
28356
26889
|
|
|
28357
26890
|
const All = 1;
|
|
28358
26891
|
const Uncaught = 2;
|
|
28359
|
-
const None$
|
|
26892
|
+
const None$2 = 0;
|
|
28360
26893
|
|
|
28361
|
-
const None$
|
|
26894
|
+
const None$1 = 'none';
|
|
28362
26895
|
|
|
28363
26896
|
const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
28364
26897
|
return {
|
|
@@ -28366,7 +26899,7 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
28366
26899
|
parentUid,
|
|
28367
26900
|
disposed: false,
|
|
28368
26901
|
processes: [],
|
|
28369
|
-
debugState: None$
|
|
26902
|
+
debugState: None$4,
|
|
28370
26903
|
watchExpanded: false,
|
|
28371
26904
|
breakPointsExpanded: false,
|
|
28372
26905
|
scopeExpanded: false,
|
|
@@ -28374,7 +26907,7 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
28374
26907
|
scopeChain: [],
|
|
28375
26908
|
callStack: [],
|
|
28376
26909
|
parsedScripts: Object.create(null),
|
|
28377
|
-
pausedReason: None$
|
|
26910
|
+
pausedReason: None$5,
|
|
28378
26911
|
pausedMessage: '',
|
|
28379
26912
|
debugInputValue: '',
|
|
28380
26913
|
debugOutputValue: '',
|
|
@@ -28382,10 +26915,10 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
28382
26915
|
expandedIds: [],
|
|
28383
26916
|
scopeFocusedIndex: -1,
|
|
28384
26917
|
focusedIndex: -1,
|
|
28385
|
-
pauseOnExceptionState: None$
|
|
26918
|
+
pauseOnExceptionState: None$1,
|
|
28386
26919
|
cache: Object.create(null),
|
|
28387
26920
|
// TODO maybe store cache in extension host worker
|
|
28388
|
-
exceptionBreakPoints: None$
|
|
26921
|
+
exceptionBreakPoints: None$2
|
|
28389
26922
|
};
|
|
28390
26923
|
};
|
|
28391
26924
|
const loadContent$g = async state => {
|
|
@@ -28437,7 +26970,7 @@ const handleResumed = state => {
|
|
|
28437
26970
|
scopeChain: [],
|
|
28438
26971
|
callStack: [],
|
|
28439
26972
|
pausedMessage: '',
|
|
28440
|
-
pausedReason: None$
|
|
26973
|
+
pausedReason: None$5,
|
|
28441
26974
|
callFrameId: ''
|
|
28442
26975
|
};
|
|
28443
26976
|
};
|
|
@@ -28702,12 +27235,12 @@ const handleClickPauseOnExceptions = state => {
|
|
|
28702
27235
|
exceptionBreakPoints
|
|
28703
27236
|
} = state;
|
|
28704
27237
|
switch (exceptionBreakPoints) {
|
|
28705
|
-
case None$
|
|
27238
|
+
case None$2:
|
|
28706
27239
|
return setPauseOnExceptions(state, All);
|
|
28707
27240
|
case Uncaught:
|
|
28708
27241
|
return setPauseOnExceptions(state, All);
|
|
28709
27242
|
case All:
|
|
28710
|
-
return setPauseOnExceptions(state, None$
|
|
27243
|
+
return setPauseOnExceptions(state, None$2);
|
|
28711
27244
|
default:
|
|
28712
27245
|
return state;
|
|
28713
27246
|
}
|
|
@@ -28717,12 +27250,12 @@ const handleClickPauseOnUncaughtExceptions = state => {
|
|
|
28717
27250
|
exceptionBreakPoints
|
|
28718
27251
|
} = state;
|
|
28719
27252
|
switch (exceptionBreakPoints) {
|
|
28720
|
-
case None$
|
|
27253
|
+
case None$2:
|
|
28721
27254
|
return setPauseOnExceptions(state, Uncaught);
|
|
28722
27255
|
case Uncaught:
|
|
28723
|
-
return setPauseOnExceptions(state, None$
|
|
27256
|
+
return setPauseOnExceptions(state, None$2);
|
|
28724
27257
|
case All:
|
|
28725
|
-
return setPauseOnExceptions(state, None$
|
|
27258
|
+
return setPauseOnExceptions(state, None$2);
|
|
28726
27259
|
default:
|
|
28727
27260
|
return state;
|
|
28728
27261
|
}
|
|
@@ -29050,7 +27583,7 @@ const getRunAndDebugVirtualDom2 = rows => {
|
|
|
29050
27583
|
}, ...rows.flatMap(getRunAndDebugRowVirtualDom)];
|
|
29051
27584
|
};
|
|
29052
27585
|
|
|
29053
|
-
const None
|
|
27586
|
+
const None = 0;
|
|
29054
27587
|
const Expanded = 1 << 0;
|
|
29055
27588
|
const Collapsed = 1 << 1;
|
|
29056
27589
|
const Focused = 1 << 2;
|
|
@@ -29062,7 +27595,7 @@ const getExpandable = valueType => {
|
|
|
29062
27595
|
return false;
|
|
29063
27596
|
};
|
|
29064
27597
|
const getFlags = (isExpanded, isExpandable, isFocused) => {
|
|
29065
|
-
let flags = None
|
|
27598
|
+
let flags = None;
|
|
29066
27599
|
if (isExpanded) {
|
|
29067
27600
|
flags |= Expanded;
|
|
29068
27601
|
} else if (isExpandable) {
|
|
@@ -29686,12 +28219,12 @@ const getMenuEntries$7 = () => {
|
|
|
29686
28219
|
return [{
|
|
29687
28220
|
id: 'dismiss',
|
|
29688
28221
|
label: 'dismiss',
|
|
29689
|
-
flags: None$
|
|
28222
|
+
flags: None$h,
|
|
29690
28223
|
command: /* TODO */-1
|
|
29691
28224
|
}, {
|
|
29692
28225
|
id: 'copyPath',
|
|
29693
28226
|
label: 'copyPath',
|
|
29694
|
-
flags: None$
|
|
28227
|
+
flags: None$h,
|
|
29695
28228
|
command: /* TODO */-1
|
|
29696
28229
|
}];
|
|
29697
28230
|
};
|
|
@@ -29791,7 +28324,7 @@ const getSavedViewletId = savedState => {
|
|
|
29791
28324
|
if (savedState && savedState.currentViewletId) {
|
|
29792
28325
|
return savedState.currentViewletId;
|
|
29793
28326
|
}
|
|
29794
|
-
return Explorer$
|
|
28327
|
+
return Explorer$2;
|
|
29795
28328
|
};
|
|
29796
28329
|
const loadContent$d = (state, savedState) => {
|
|
29797
28330
|
const savedViewletId = getSavedViewletId(savedState);
|
|
@@ -30466,13 +28999,13 @@ const getMenuEntriesLink = (x, y, params) => {
|
|
|
30466
28999
|
return [{
|
|
30467
29000
|
id: 'open-link-in-new-tab',
|
|
30468
29001
|
label: openLinkInNewTab(),
|
|
30469
|
-
flags: None$
|
|
29002
|
+
flags: None$h,
|
|
30470
29003
|
command: 'SimpleBrowser.openBackgroundTab',
|
|
30471
29004
|
args: [linkURL]
|
|
30472
29005
|
}, {
|
|
30473
29006
|
id: 'copy-link-address',
|
|
30474
29007
|
label: copyLinkAddress(),
|
|
30475
|
-
flags: None$
|
|
29008
|
+
flags: None$h,
|
|
30476
29009
|
command: 'ElectronClipBoard.writeText',
|
|
30477
29010
|
args: [linkURL]
|
|
30478
29011
|
}];
|
|
@@ -30481,7 +29014,7 @@ const getMenuEntriesDefault = (x, y, params) => {
|
|
|
30481
29014
|
return [{
|
|
30482
29015
|
id: 'inspect-element',
|
|
30483
29016
|
label: inspectElement$2(),
|
|
30484
|
-
flags: None$
|
|
29017
|
+
flags: None$h,
|
|
30485
29018
|
command: 'SimpleBrowser.inspectElement',
|
|
30486
29019
|
args: [x, y]
|
|
30487
29020
|
}];
|
|
@@ -30493,7 +29026,7 @@ const getMenuEntriesSelectionText = (x, y, params) => {
|
|
|
30493
29026
|
return [{
|
|
30494
29027
|
id: 'copy',
|
|
30495
29028
|
label: copy(),
|
|
30496
|
-
flags: None$
|
|
29029
|
+
flags: None$h,
|
|
30497
29030
|
command: 'ElectronClipBoard.writeText',
|
|
30498
29031
|
args: [selectionText]
|
|
30499
29032
|
}];
|
|
@@ -30506,13 +29039,13 @@ const getMenuEntriesImage = (x, y, params) => {
|
|
|
30506
29039
|
return [{
|
|
30507
29040
|
id: 'save-image',
|
|
30508
29041
|
label: saveImageAs(),
|
|
30509
|
-
flags: None$
|
|
29042
|
+
flags: None$h,
|
|
30510
29043
|
command: 'Download.downloadToDownloadsFolder',
|
|
30511
29044
|
args: [fileName, srcURL]
|
|
30512
29045
|
}, {
|
|
30513
29046
|
id: 'copy-image',
|
|
30514
29047
|
label: copyImage$1(),
|
|
30515
|
-
flags: None$
|
|
29048
|
+
flags: None$h,
|
|
30516
29049
|
command: 'SimpleBrowser.copyImage',
|
|
30517
29050
|
args: [x, y]
|
|
30518
29051
|
}];
|
|
@@ -31090,35 +29623,35 @@ const id$2 = SourceControl$2;
|
|
|
31090
29623
|
const getMenuEntries$5 = () => {
|
|
31091
29624
|
return [{
|
|
31092
29625
|
label: openChanges(),
|
|
31093
|
-
flags: None$
|
|
29626
|
+
flags: None$h,
|
|
31094
29627
|
command: /* TODO */-1
|
|
31095
29628
|
}, {
|
|
31096
29629
|
label: openFile$1(),
|
|
31097
|
-
flags: None$
|
|
29630
|
+
flags: None$h,
|
|
31098
29631
|
command: /* TODO */-1
|
|
31099
29632
|
}, {
|
|
31100
29633
|
label: openFileHead(),
|
|
31101
|
-
flags: None$
|
|
29634
|
+
flags: None$h,
|
|
31102
29635
|
command: /* TODO */-1
|
|
31103
29636
|
}, {
|
|
31104
29637
|
label: discardChanges(),
|
|
31105
|
-
flags: None$
|
|
29638
|
+
flags: None$h,
|
|
31106
29639
|
command: /* TODO */-1
|
|
31107
29640
|
}, {
|
|
31108
29641
|
label: stageChanges(),
|
|
31109
|
-
flags: None$
|
|
29642
|
+
flags: None$h,
|
|
31110
29643
|
command: /* TODO */-1
|
|
31111
29644
|
}, {
|
|
31112
29645
|
label: addToGitignore(),
|
|
31113
|
-
flags: None$
|
|
29646
|
+
flags: None$h,
|
|
31114
29647
|
command: /* TODO */-1
|
|
31115
29648
|
}, {
|
|
31116
29649
|
label: revealInExplorerView(),
|
|
31117
|
-
flags: None$
|
|
29650
|
+
flags: None$h,
|
|
31118
29651
|
command: /* TODO */-1
|
|
31119
29652
|
}, {
|
|
31120
29653
|
label: openContainingFolder(),
|
|
31121
|
-
flags: None$
|
|
29654
|
+
flags: None$h,
|
|
31122
29655
|
command: /* TODO */-1
|
|
31123
29656
|
}];
|
|
31124
29657
|
};
|
|
@@ -31607,7 +30140,7 @@ const getStatusBarItemVirtualDom = statusBarItem => {
|
|
|
31607
30140
|
dom.push({
|
|
31608
30141
|
type: Div,
|
|
31609
30142
|
className: StatusBarItem,
|
|
31610
|
-
role: Button$
|
|
30143
|
+
role: Button$3,
|
|
31611
30144
|
tabIndex: -1,
|
|
31612
30145
|
title: tooltip,
|
|
31613
30146
|
childCount: 1
|
|
@@ -32050,7 +30583,7 @@ const addTerminal = async state => {
|
|
|
32050
30583
|
selectedIndex: newSelectedIndex
|
|
32051
30584
|
};
|
|
32052
30585
|
};
|
|
32053
|
-
const focusIndex$
|
|
30586
|
+
const focusIndex$4 = async (state, index) => {
|
|
32054
30587
|
object(state);
|
|
32055
30588
|
number$1(index);
|
|
32056
30589
|
const {
|
|
@@ -32091,7 +30624,7 @@ const focusIndex$3 = async (state, index) => {
|
|
|
32091
30624
|
};
|
|
32092
30625
|
};
|
|
32093
30626
|
const handleClickTab = (state, index) => {
|
|
32094
|
-
return focusIndex$
|
|
30627
|
+
return focusIndex$4(state, index);
|
|
32095
30628
|
};
|
|
32096
30629
|
const resize$6 = (state, dimensions) => {
|
|
32097
30630
|
const {
|
|
@@ -32198,7 +30731,7 @@ const ViewletTerminals_ipc = {
|
|
|
32198
30731
|
Css: Css$7,
|
|
32199
30732
|
addTerminal,
|
|
32200
30733
|
create: create$7,
|
|
32201
|
-
focusIndex: focusIndex$
|
|
30734
|
+
focusIndex: focusIndex$4,
|
|
32202
30735
|
getChildren: getChildren$1,
|
|
32203
30736
|
handleClickTab,
|
|
32204
30737
|
hasFunctionalRender: hasFunctionalRender$6,
|
|
@@ -33625,27 +32158,27 @@ const getMenuEntries$4 = () => {
|
|
|
33625
32158
|
return [{
|
|
33626
32159
|
id: File$1,
|
|
33627
32160
|
label: file(),
|
|
33628
|
-
flags: None$
|
|
32161
|
+
flags: None$h
|
|
33629
32162
|
}, {
|
|
33630
32163
|
id: Edit,
|
|
33631
32164
|
label: edit(),
|
|
33632
|
-
flags: None$
|
|
32165
|
+
flags: None$h
|
|
33633
32166
|
}, {
|
|
33634
32167
|
id: Selection,
|
|
33635
32168
|
label: selection(),
|
|
33636
|
-
flags: None$
|
|
32169
|
+
flags: None$h
|
|
33637
32170
|
}, {
|
|
33638
32171
|
id: View$2,
|
|
33639
32172
|
label: view(),
|
|
33640
|
-
flags: None$
|
|
32173
|
+
flags: None$h
|
|
33641
32174
|
}, {
|
|
33642
32175
|
id: Go,
|
|
33643
32176
|
label: go(),
|
|
33644
|
-
flags: None$
|
|
32177
|
+
flags: None$h
|
|
33645
32178
|
}, {
|
|
33646
32179
|
id: Help$1,
|
|
33647
32180
|
label: help(),
|
|
33648
|
-
flags: None$
|
|
32181
|
+
flags: None$h
|
|
33649
32182
|
}];
|
|
33650
32183
|
};
|
|
33651
32184
|
|
|
@@ -33703,54 +32236,54 @@ const getMenuEntries$2 = () => {
|
|
|
33703
32236
|
return [{
|
|
33704
32237
|
id: 'go-to-definition',
|
|
33705
32238
|
label: goToDefinition(),
|
|
33706
|
-
flags: None$
|
|
32239
|
+
flags: None$h,
|
|
33707
32240
|
command: 'Editor.goToDefinition'
|
|
33708
32241
|
}, {
|
|
33709
32242
|
id: 'go-to-type-definition',
|
|
33710
32243
|
label: goToTypeDefinition(),
|
|
33711
|
-
flags: None$
|
|
32244
|
+
flags: None$h,
|
|
33712
32245
|
command: /* Editor.goToTypeDefinition */'Editor.goToTypeDefinition'
|
|
33713
32246
|
}, menuEntrySeparator, {
|
|
33714
32247
|
id: 'find-all-references',
|
|
33715
32248
|
label: findAllReferences(),
|
|
33716
|
-
flags: None$
|
|
32249
|
+
flags: None$h,
|
|
33717
32250
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
33718
32251
|
args: [/* id */'References', /* focus */true]
|
|
33719
32252
|
}, {
|
|
33720
32253
|
id: 'find-all-implementations',
|
|
33721
32254
|
label: findAllImplementations(),
|
|
33722
|
-
flags: None$
|
|
32255
|
+
flags: None$h,
|
|
33723
32256
|
command: /* ViewletSideBar.show */'SideBar.show',
|
|
33724
32257
|
args: [/* id */'Implementations', /* focus */true]
|
|
33725
32258
|
}, menuEntrySeparator, {
|
|
33726
32259
|
id: 'format',
|
|
33727
32260
|
label: formatDocument(),
|
|
33728
|
-
flags: None$
|
|
32261
|
+
flags: None$h,
|
|
33729
32262
|
command: 'Editor.format'
|
|
33730
32263
|
}, {
|
|
33731
32264
|
id: SourceControl$2,
|
|
33732
32265
|
label: sourceAction(),
|
|
33733
|
-
flags: None$
|
|
32266
|
+
flags: None$h,
|
|
33734
32267
|
command: 'Editor.showSourceActions2'
|
|
33735
32268
|
}, menuEntrySeparator, {
|
|
33736
32269
|
id: 'cut',
|
|
33737
|
-
label: cut
|
|
33738
|
-
flags: None$
|
|
32270
|
+
label: cut(),
|
|
32271
|
+
flags: None$h,
|
|
33739
32272
|
command: /* Editor.cut */'Editor.cut'
|
|
33740
32273
|
}, {
|
|
33741
32274
|
id: 'copy',
|
|
33742
|
-
label: copy$
|
|
33743
|
-
flags: None$
|
|
32275
|
+
label: copy$3(),
|
|
32276
|
+
flags: None$h,
|
|
33744
32277
|
command: /* Editor.copy */'Editor.copy'
|
|
33745
32278
|
}, {
|
|
33746
32279
|
id: 'paste',
|
|
33747
|
-
label: paste
|
|
33748
|
-
flags: None$
|
|
32280
|
+
label: paste(),
|
|
32281
|
+
flags: None$h,
|
|
33749
32282
|
command: /* Editor.paste */'Editor.paste'
|
|
33750
32283
|
}, menuEntrySeparator, {
|
|
33751
32284
|
id: 'commandPalette',
|
|
33752
32285
|
label: commandPalette(),
|
|
33753
|
-
flags: None$
|
|
32286
|
+
flags: None$h,
|
|
33754
32287
|
command: 'QuickPick.showEverything'
|
|
33755
32288
|
}];
|
|
33756
32289
|
};
|
|
@@ -33828,33 +32361,33 @@ const getMenuEntries$1 = () => {
|
|
|
33828
32361
|
return [{
|
|
33829
32362
|
id: 'tabClose',
|
|
33830
32363
|
label: close(),
|
|
33831
|
-
flags: None$
|
|
32364
|
+
flags: None$h,
|
|
33832
32365
|
command: 'Main.closeFocusedTab'
|
|
33833
32366
|
}, {
|
|
33834
32367
|
id: 'tabCloseOthers',
|
|
33835
32368
|
label: closeOthers$1(),
|
|
33836
|
-
flags: None$
|
|
32369
|
+
flags: None$h,
|
|
33837
32370
|
command: 'Main.closeOthers'
|
|
33838
32371
|
}, {
|
|
33839
32372
|
id: 'tabCloseToTheRight',
|
|
33840
32373
|
label: closeToTheRight(),
|
|
33841
|
-
flags: None$
|
|
32374
|
+
flags: None$h,
|
|
33842
32375
|
command: 'Main.closeTabsRight'
|
|
33843
32376
|
}, {
|
|
33844
32377
|
id: 'tabCloseAll',
|
|
33845
32378
|
label: closeAll(),
|
|
33846
|
-
flags: None$
|
|
32379
|
+
flags: None$h,
|
|
33847
32380
|
command: 'Main.closeAllEditors'
|
|
33848
32381
|
}, menuEntrySeparator, {
|
|
33849
32382
|
id: 'revealInExplorer',
|
|
33850
32383
|
label: revealInExplorer(),
|
|
33851
|
-
flags: None$
|
|
32384
|
+
flags: None$h,
|
|
33852
32385
|
command: 'Explorer.revealItem',
|
|
33853
32386
|
args: [uri]
|
|
33854
32387
|
}, menuEntrySeparator, {
|
|
33855
32388
|
id: 'findFileReferences',
|
|
33856
32389
|
label: findFileReferences$1(),
|
|
33857
|
-
flags: None$
|
|
32390
|
+
flags: None$h,
|
|
33858
32391
|
command: 'SideBar.show',
|
|
33859
32392
|
args: [/* id */'References', /* focus */true, uri]
|
|
33860
32393
|
}];
|
|
@@ -33870,33 +32403,33 @@ const getMenuEntries = () => {
|
|
|
33870
32403
|
return [{
|
|
33871
32404
|
id: 'openFile',
|
|
33872
32405
|
label: openFile(),
|
|
33873
|
-
flags: None$
|
|
32406
|
+
flags: None$h,
|
|
33874
32407
|
command: 'Viewlet.openWidget',
|
|
33875
32408
|
args: [QuickPick, 'file']
|
|
33876
32409
|
}, menuEntrySeparator, {
|
|
33877
32410
|
id: 'splitUp',
|
|
33878
32411
|
label: splitUp(),
|
|
33879
|
-
flags: None$
|
|
32412
|
+
flags: None$h,
|
|
33880
32413
|
command: 'Main.splitUp'
|
|
33881
32414
|
}, {
|
|
33882
32415
|
id: 'splitDown',
|
|
33883
32416
|
label: splitDown(),
|
|
33884
|
-
flags: None$
|
|
32417
|
+
flags: None$h,
|
|
33885
32418
|
command: 'Main.splitDown'
|
|
33886
32419
|
}, {
|
|
33887
32420
|
id: 'splitLeft',
|
|
33888
32421
|
label: splitLeft(),
|
|
33889
|
-
flags: None$
|
|
32422
|
+
flags: None$h,
|
|
33890
32423
|
command: 'Main.splitLeft'
|
|
33891
32424
|
}, {
|
|
33892
32425
|
id: 'splitRight',
|
|
33893
32426
|
label: splitRight$1(),
|
|
33894
|
-
flags: None$
|
|
32427
|
+
flags: None$h,
|
|
33895
32428
|
command: 'Main.splitRight'
|
|
33896
32429
|
}, menuEntrySeparator, {
|
|
33897
32430
|
id: 'newWindow',
|
|
33898
32431
|
label: newWindow(),
|
|
33899
|
-
flags: None$
|
|
32432
|
+
flags: None$h,
|
|
33900
32433
|
command: 'Main.newWindow'
|
|
33901
32434
|
}];
|
|
33902
32435
|
};
|
|
@@ -34104,74 +32637,11 @@ const VirtualListHandleWheel = {
|
|
|
34104
32637
|
handleWheel
|
|
34105
32638
|
};
|
|
34106
32639
|
|
|
34107
|
-
const makeExpanded = dirent => {
|
|
34108
|
-
if (dirent.type === Directory$1) {
|
|
34109
|
-
return {
|
|
34110
|
-
...dirent,
|
|
34111
|
-
type: DirectoryExpanded
|
|
34112
|
-
};
|
|
34113
|
-
}
|
|
34114
|
-
return dirent;
|
|
34115
|
-
};
|
|
34116
32640
|
const expandRecursively = async state => {
|
|
34117
|
-
const
|
|
34118
|
-
|
|
34119
|
-
|
|
34120
|
-
|
|
34121
|
-
root,
|
|
34122
|
-
height,
|
|
34123
|
-
itemHeight,
|
|
34124
|
-
minLineY
|
|
34125
|
-
} = state;
|
|
34126
|
-
const dirent = focusedIndex < 0 ? {
|
|
34127
|
-
type: Directory$1,
|
|
34128
|
-
path: root,
|
|
34129
|
-
depth: 0
|
|
34130
|
-
} : items[focusedIndex];
|
|
34131
|
-
if (dirent.type !== Directory$1 && dirent.type !== DirectoryExpanding && dirent.type !== DirectoryExpanded) {
|
|
34132
|
-
return state;
|
|
34133
|
-
}
|
|
34134
|
-
// TODO this is very inefficient
|
|
34135
|
-
const getChildDirentsRecursively = async dirent => {
|
|
34136
|
-
switch (dirent.type) {
|
|
34137
|
-
case File$4:
|
|
34138
|
-
return [dirent];
|
|
34139
|
-
case Directory$1:
|
|
34140
|
-
case DirectoryExpanding:
|
|
34141
|
-
case DirectoryExpanded:
|
|
34142
|
-
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
34143
|
-
const all = [makeExpanded(dirent)];
|
|
34144
|
-
for (const childDirent of childDirents) {
|
|
34145
|
-
const childAll = await getChildDirentsRecursively(childDirent);
|
|
34146
|
-
all.push(...childAll);
|
|
34147
|
-
}
|
|
34148
|
-
return all;
|
|
34149
|
-
default:
|
|
34150
|
-
return [];
|
|
34151
|
-
}
|
|
34152
|
-
};
|
|
34153
|
-
// TODO race condition: what if folder is being collapse while it is recursively expanding?
|
|
34154
|
-
// TODO race condition: what if folder is being deleted while it is recursively expanding?
|
|
34155
|
-
// TODO race condition: what if a new file/folder is created while the folder is recursively expanding?
|
|
34156
|
-
const childDirents = await getChildDirentsRecursively(dirent);
|
|
34157
|
-
const startIndex = focusedIndex;
|
|
34158
|
-
if (focusedIndex >= 0) {
|
|
34159
|
-
const endIndex = getParentEndIndex(items, focusedIndex);
|
|
34160
|
-
const newDirents = [...items.slice(0, startIndex), ...childDirents, ...items.slice(endIndex)];
|
|
34161
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newDirents.length);
|
|
34162
|
-
return {
|
|
34163
|
-
...state,
|
|
34164
|
-
items: newDirents,
|
|
34165
|
-
maxLineY
|
|
34166
|
-
};
|
|
34167
|
-
}
|
|
34168
|
-
const newDirents = childDirents.slice(1);
|
|
34169
|
-
const maxLineY = getExplorerMaxLineY(minLineY, height, itemHeight, newDirents.length);
|
|
34170
|
-
return {
|
|
34171
|
-
...state,
|
|
34172
|
-
items: newDirents,
|
|
34173
|
-
maxLineY
|
|
34174
|
-
};
|
|
32641
|
+
const newState = await invoke$5('Explorer.expandRecursively', state);
|
|
32642
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32643
|
+
newState.commands = commands;
|
|
32644
|
+
return newState;
|
|
34175
32645
|
};
|
|
34176
32646
|
|
|
34177
32647
|
const ViewletExplorerExpandRecursively = {
|
|
@@ -34197,8 +32667,11 @@ const ViewletExplorerFocus = {
|
|
|
34197
32667
|
focus: focus$1
|
|
34198
32668
|
};
|
|
34199
32669
|
|
|
34200
|
-
const focusFirst$3 = state => {
|
|
34201
|
-
|
|
32670
|
+
const focusFirst$3 = async state => {
|
|
32671
|
+
const newState = await invoke$5('Explorer.focusFirst', state);
|
|
32672
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32673
|
+
newState.commands = commands;
|
|
32674
|
+
return newState;
|
|
34202
32675
|
};
|
|
34203
32676
|
|
|
34204
32677
|
const ViewletExplorerFocusFirst = {
|
|
@@ -34206,8 +32679,23 @@ const ViewletExplorerFocusFirst = {
|
|
|
34206
32679
|
focusFirst: focusFirst$3
|
|
34207
32680
|
};
|
|
34208
32681
|
|
|
34209
|
-
const
|
|
34210
|
-
|
|
32682
|
+
const focusIndex$3 = async (state, index) => {
|
|
32683
|
+
const newState = await invoke$5('Explorer.focusIndex', state, index);
|
|
32684
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32685
|
+
newState.commands = commands;
|
|
32686
|
+
return newState;
|
|
32687
|
+
};
|
|
32688
|
+
|
|
32689
|
+
const ViewletExplorerFocusIndex = {
|
|
32690
|
+
__proto__: null,
|
|
32691
|
+
focusIndex: focusIndex$3
|
|
32692
|
+
};
|
|
32693
|
+
|
|
32694
|
+
const focusLast$3 = async state => {
|
|
32695
|
+
const newState = await invoke$5('Explorer.focusLast', state);
|
|
32696
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32697
|
+
newState.commands = commands;
|
|
32698
|
+
return newState;
|
|
34211
32699
|
};
|
|
34212
32700
|
|
|
34213
32701
|
const ViewletExplorerFocusLast = {
|
|
@@ -34215,8 +32703,11 @@ const ViewletExplorerFocusLast = {
|
|
|
34215
32703
|
focusLast: focusLast$3
|
|
34216
32704
|
};
|
|
34217
32705
|
|
|
34218
|
-
const focusNext$3 = state => {
|
|
34219
|
-
|
|
32706
|
+
const focusNext$3 = async state => {
|
|
32707
|
+
const newState = await invoke$5('Explorer.focusNext', state);
|
|
32708
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32709
|
+
newState.commands = commands;
|
|
32710
|
+
return newState;
|
|
34220
32711
|
};
|
|
34221
32712
|
|
|
34222
32713
|
const ViewletExplorerFocusNext = {
|
|
@@ -34225,7 +32716,7 @@ const ViewletExplorerFocusNext = {
|
|
|
34225
32716
|
};
|
|
34226
32717
|
|
|
34227
32718
|
const focusNone = state => {
|
|
34228
|
-
return focusIndex$
|
|
32719
|
+
return focusIndex$3(state, -1);
|
|
34229
32720
|
};
|
|
34230
32721
|
|
|
34231
32722
|
const ViewletExplorerFocusNone = {
|
|
@@ -34233,8 +32724,11 @@ const ViewletExplorerFocusNone = {
|
|
|
34233
32724
|
focusNone
|
|
34234
32725
|
};
|
|
34235
32726
|
|
|
34236
|
-
const focusPrevious$3 = state => {
|
|
34237
|
-
|
|
32727
|
+
const focusPrevious$3 = async state => {
|
|
32728
|
+
const newState = await invoke$5('Explorer.focusPrevious', state);
|
|
32729
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32730
|
+
newState.commands = commands;
|
|
32731
|
+
return newState;
|
|
34238
32732
|
};
|
|
34239
32733
|
|
|
34240
32734
|
const ViewletExplorerFocusPrevious = {
|
|
@@ -34251,60 +32745,11 @@ const ViewletExplorerHandleContextMenu = {
|
|
|
34251
32745
|
handleContextMenu: handleContextMenu$5
|
|
34252
32746
|
};
|
|
34253
32747
|
|
|
34254
|
-
const
|
|
34255
|
-
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
for (let i = 0; i < length; i++) {
|
|
34260
|
-
if (a[i] !== b[i]) {
|
|
34261
|
-
return false;
|
|
34262
|
-
}
|
|
34263
|
-
}
|
|
34264
|
-
return true;
|
|
34265
|
-
};
|
|
34266
|
-
const canBeDroppedInto = dirent => {
|
|
34267
|
-
if (!dirent) {
|
|
34268
|
-
return false;
|
|
34269
|
-
}
|
|
34270
|
-
switch (dirent.type) {
|
|
34271
|
-
case Directory$1:
|
|
34272
|
-
case DirectoryExpanded:
|
|
34273
|
-
case DirectoryExpanding:
|
|
34274
|
-
return true;
|
|
34275
|
-
default:
|
|
34276
|
-
return false;
|
|
34277
|
-
}
|
|
34278
|
-
};
|
|
34279
|
-
const getNewDropTargets = (state, x, y) => {
|
|
34280
|
-
const {
|
|
34281
|
-
items
|
|
34282
|
-
} = state;
|
|
34283
|
-
const index = getIndexFromPosition(state, x, y);
|
|
34284
|
-
if (index === -1) {
|
|
34285
|
-
return [-1];
|
|
34286
|
-
}
|
|
34287
|
-
const item = items[index];
|
|
34288
|
-
if (!canBeDroppedInto(item)) {
|
|
34289
|
-
return [];
|
|
34290
|
-
}
|
|
34291
|
-
const newDropTargets = [index];
|
|
34292
|
-
return newDropTargets;
|
|
34293
|
-
};
|
|
34294
|
-
const handleDragOver = (state, x, y) => {
|
|
34295
|
-
number$1(x);
|
|
34296
|
-
number$1(y);
|
|
34297
|
-
const {
|
|
34298
|
-
dropTargets
|
|
34299
|
-
} = state;
|
|
34300
|
-
const newDropTargets = getNewDropTargets(state, x, y);
|
|
34301
|
-
if (isEqual(dropTargets, newDropTargets)) {
|
|
34302
|
-
return state;
|
|
34303
|
-
}
|
|
34304
|
-
return {
|
|
34305
|
-
...state,
|
|
34306
|
-
dropTargets: newDropTargets
|
|
34307
|
-
};
|
|
32748
|
+
const handleDragOver = async (state, x, y) => {
|
|
32749
|
+
const newState = await invoke$5('Explorer.handleDragOver', state, x, y);
|
|
32750
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32751
|
+
newState.commands = commands;
|
|
32752
|
+
return newState;
|
|
34308
32753
|
};
|
|
34309
32754
|
|
|
34310
32755
|
const ViewletExplorerHandleDragOver = {
|
|
@@ -34312,180 +32757,23 @@ const ViewletExplorerHandleDragOver = {
|
|
|
34312
32757
|
handleDragOver
|
|
34313
32758
|
};
|
|
34314
32759
|
|
|
34315
|
-
const
|
|
34316
|
-
|
|
34317
|
-
|
|
34318
|
-
|
|
34319
|
-
|
|
34320
|
-
return Promise.resolve().then(function () { return ViewletExplorerHandleDropRootDefault; });
|
|
34321
|
-
}
|
|
34322
|
-
};
|
|
34323
|
-
const handleDropRoot = async (state, files) => {
|
|
34324
|
-
const module = await getModule();
|
|
34325
|
-
return module.handleDrop(state, files);
|
|
34326
|
-
};
|
|
34327
|
-
|
|
34328
|
-
const getEndIndex = (items, index, dirent) => {
|
|
34329
|
-
for (let i = index + 1; i < items.length; i++) {
|
|
34330
|
-
if (items[i].depth === dirent.depth) {
|
|
34331
|
-
return i;
|
|
34332
|
-
}
|
|
34333
|
-
}
|
|
34334
|
-
return items.length;
|
|
34335
|
-
};
|
|
34336
|
-
const getMergedDirents$2 = (items, index, dirent, childDirents) => {
|
|
34337
|
-
const startIndex = index;
|
|
34338
|
-
const endIndex = getEndIndex(items, index, dirent);
|
|
34339
|
-
const mergedDirents = [...items.slice(0, startIndex), {
|
|
34340
|
-
...dirent,
|
|
34341
|
-
type: DirectoryExpanded
|
|
34342
|
-
}, ...childDirents, ...items.slice(endIndex)];
|
|
34343
|
-
return mergedDirents;
|
|
34344
|
-
};
|
|
34345
|
-
const handleDropIntoFolder = async (state, dirent, index, files) => {
|
|
34346
|
-
const {
|
|
34347
|
-
pathSeparator,
|
|
34348
|
-
items
|
|
34349
|
-
} = state;
|
|
34350
|
-
for (const file of files) {
|
|
34351
|
-
const baseName = pathBaseName(file);
|
|
34352
|
-
const to = dirent.path + pathSeparator + baseName;
|
|
34353
|
-
await copy$7(file, to);
|
|
34354
|
-
}
|
|
34355
|
-
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
34356
|
-
const mergedDirents = getMergedDirents$2(items, index, dirent, childDirents);
|
|
34357
|
-
// TODO update maxlineY
|
|
34358
|
-
return {
|
|
34359
|
-
...state,
|
|
34360
|
-
items: mergedDirents,
|
|
34361
|
-
dropTargets: []
|
|
34362
|
-
};
|
|
34363
|
-
};
|
|
34364
|
-
const handleDropIntoFile = (state, dirent, index, files) => {
|
|
34365
|
-
const {
|
|
34366
|
-
items
|
|
34367
|
-
} = state;
|
|
34368
|
-
const parentIndex = getParentStartIndex(items, index);
|
|
34369
|
-
if (parentIndex === -1) {
|
|
34370
|
-
return handleDropRoot(state, files);
|
|
34371
|
-
}
|
|
34372
|
-
return handleDropIndex(parentIndex);
|
|
34373
|
-
};
|
|
34374
|
-
const handleDropIndex = (state, index, files) => {
|
|
34375
|
-
const {
|
|
34376
|
-
items
|
|
34377
|
-
} = state;
|
|
34378
|
-
const dirent = items[index];
|
|
34379
|
-
// TODO if it is a file, drop into the folder of the file
|
|
34380
|
-
// TODO if it is a folder, drop into the folder
|
|
34381
|
-
// TODO if it is a symlink, read symlink and determine if file can be dropped
|
|
34382
|
-
switch (dirent.type) {
|
|
34383
|
-
case Directory$1:
|
|
34384
|
-
case DirectoryExpanded:
|
|
34385
|
-
return handleDropIntoFolder(state, dirent, index, files);
|
|
34386
|
-
case File$4:
|
|
34387
|
-
return handleDropIntoFile(state, dirent, index, files);
|
|
34388
|
-
default:
|
|
34389
|
-
return state;
|
|
34390
|
-
}
|
|
34391
|
-
};
|
|
34392
|
-
|
|
34393
|
-
const handleDrop$2 = async (state, x, y, files) => {
|
|
34394
|
-
try {
|
|
34395
|
-
const index = getIndexFromPosition(state, x, y);
|
|
34396
|
-
switch (index) {
|
|
34397
|
-
case -1:
|
|
34398
|
-
return await handleDropRoot(state, files);
|
|
34399
|
-
default:
|
|
34400
|
-
return await handleDropIndex(state, index, files);
|
|
34401
|
-
}
|
|
34402
|
-
} catch (error) {
|
|
34403
|
-
throw new VError(error, 'Failed to drop files');
|
|
34404
|
-
}
|
|
32760
|
+
const handleDrop = async (state, x, y, files) => {
|
|
32761
|
+
const newState = await invoke$5('Explorer.handleDrop', state, x, y, files);
|
|
32762
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32763
|
+
newState.commands = commands;
|
|
32764
|
+
return newState;
|
|
34405
32765
|
};
|
|
34406
32766
|
|
|
34407
32767
|
const ViewletExplorerHandleDrop = {
|
|
34408
32768
|
__proto__: null,
|
|
34409
|
-
handleDrop
|
|
34410
|
-
};
|
|
34411
|
-
|
|
34412
|
-
const None = 'none';
|
|
34413
|
-
const Copy = 'copy';
|
|
34414
|
-
const Cut = 'cut';
|
|
34415
|
-
|
|
34416
|
-
// TODO add lots of tests for this
|
|
34417
|
-
const updateRoot = async () => {
|
|
34418
|
-
const state1 = getState('Explorer');
|
|
34419
|
-
if (state1.disposed) {
|
|
34420
|
-
return state1;
|
|
34421
|
-
}
|
|
34422
|
-
// const file = nativeFiles.files[0]
|
|
34423
|
-
const topLevelDirents = await getTopLevelDirents(state1.root, state1.pathSeparator);
|
|
34424
|
-
const state2 = getState('Explorer');
|
|
34425
|
-
// TODO what if root changes while reading directories?
|
|
34426
|
-
if (state2.disposed || state2.root !== state1.root) {
|
|
34427
|
-
return state2;
|
|
34428
|
-
}
|
|
34429
|
-
const newDirents = mergeDirents$2(state2.items, topLevelDirents);
|
|
34430
|
-
const state3 = {
|
|
34431
|
-
...state2,
|
|
34432
|
-
items: newDirents
|
|
34433
|
-
};
|
|
34434
|
-
return state3;
|
|
32769
|
+
handleDrop
|
|
34435
32770
|
};
|
|
34436
32771
|
|
|
34437
|
-
const handlePasteNone = (state, nativeFiles) => {
|
|
34438
|
-
console.info('[ViewletExplorer/handlePaste] no paths detected');
|
|
34439
|
-
return state;
|
|
34440
|
-
};
|
|
34441
|
-
const handlePasteCopy = async (state, nativeFiles) => {
|
|
34442
|
-
// TODO handle pasting files into nested folder
|
|
34443
|
-
// TODO handle pasting files into symlink
|
|
34444
|
-
// TODO handle pasting files into broken symlink
|
|
34445
|
-
// TODO handle pasting files into hardlink
|
|
34446
|
-
// TODO what if folder is big and it takes a long time
|
|
34447
|
-
for (const source of nativeFiles.files) {
|
|
34448
|
-
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
34449
|
-
await copy$7(source, target);
|
|
34450
|
-
}
|
|
34451
|
-
const stateNow = getState('Explorer');
|
|
34452
|
-
if (stateNow.disposed) {
|
|
34453
|
-
return;
|
|
34454
|
-
}
|
|
34455
|
-
// TODO only update folder at which level it changed
|
|
34456
|
-
return updateRoot();
|
|
34457
|
-
};
|
|
34458
|
-
const handlePasteCut = async (state, nativeFiles) => {
|
|
34459
|
-
for (const source of nativeFiles.files) {
|
|
34460
|
-
const target = `${state.root}${state.pathSeparator}${getBaseName(state.pathSeparator, source)}`;
|
|
34461
|
-
await rename$6(source, target);
|
|
34462
|
-
}
|
|
34463
|
-
return state;
|
|
34464
|
-
};
|
|
34465
32772
|
const handlePaste = async state => {
|
|
34466
|
-
const
|
|
34467
|
-
|
|
34468
|
-
|
|
34469
|
-
|
|
34470
|
-
// TODO what happens when pasting multiple paths, but some of them error?
|
|
34471
|
-
// how many error messages should be shown? Should the operation be undone?
|
|
34472
|
-
// TODO what if it is a large folder and takes a long time to copy? Should show progress
|
|
34473
|
-
// TODO what if there is a permission error? Probably should show a modal to ask for permission
|
|
34474
|
-
// TODO if error is EEXISTS, just rename the copy (e.g. file-copy-1.txt, file-copy-2.txt)
|
|
34475
|
-
// TODO actual target should be selected folder
|
|
34476
|
-
// TODO but what if a file is currently selected? Then maybe the parent folder
|
|
34477
|
-
// TODO but will it work if the folder is a symlink?
|
|
34478
|
-
// TODO handle error gracefully when copy fails
|
|
34479
|
-
switch (nativeFiles.type) {
|
|
34480
|
-
case None:
|
|
34481
|
-
return handlePasteNone(state);
|
|
34482
|
-
case Copy:
|
|
34483
|
-
return handlePasteCopy(state, nativeFiles);
|
|
34484
|
-
case Cut:
|
|
34485
|
-
return handlePasteCut(state, nativeFiles);
|
|
34486
|
-
default:
|
|
34487
|
-
throw new Error(`unexpected native paste type: ${nativeFiles.type}`);
|
|
34488
|
-
}
|
|
32773
|
+
const newState = await invoke$5('Explorer.handlePaste', state);
|
|
32774
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32775
|
+
newState.commands = commands;
|
|
32776
|
+
return newState;
|
|
34489
32777
|
};
|
|
34490
32778
|
|
|
34491
32779
|
const ViewletExplorerHandlePaste = {
|
|
@@ -34493,8 +32781,11 @@ const ViewletExplorerHandlePaste = {
|
|
|
34493
32781
|
handlePaste
|
|
34494
32782
|
};
|
|
34495
32783
|
|
|
34496
|
-
const acceptEdit = state => {
|
|
34497
|
-
|
|
32784
|
+
const acceptEdit = async state => {
|
|
32785
|
+
const newState = await invoke$5('Explorer.acceptEdit', state);
|
|
32786
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32787
|
+
newState.commands = commands;
|
|
32788
|
+
return newState;
|
|
34498
32789
|
};
|
|
34499
32790
|
|
|
34500
32791
|
const ViewletExplorerAcceptEdit = {
|
|
@@ -34502,16 +32793,11 @@ const ViewletExplorerAcceptEdit = {
|
|
|
34502
32793
|
acceptEdit
|
|
34503
32794
|
};
|
|
34504
32795
|
|
|
34505
|
-
const handlePointerDown = (state, button, x, y) => {
|
|
34506
|
-
const
|
|
34507
|
-
|
|
34508
|
-
|
|
34509
|
-
|
|
34510
|
-
focused: true,
|
|
34511
|
-
focusedIndex: -1
|
|
34512
|
-
};
|
|
34513
|
-
}
|
|
34514
|
-
return state;
|
|
32796
|
+
const handlePointerDown = async (state, button, x, y) => {
|
|
32797
|
+
const newState = await invoke$5('Explorer.handlePointerDown', state, x, y);
|
|
32798
|
+
const commands = await invoke$5('Explorer.render', state, newState);
|
|
32799
|
+
newState.commands = commands;
|
|
32800
|
+
return newState;
|
|
34515
32801
|
};
|
|
34516
32802
|
|
|
34517
32803
|
const ViewletExplorerHandlePointerDown = {
|
|
@@ -35284,7 +33570,7 @@ const getSplitDimensions = (x, y, width, height, splitDirection, sashSize, sashV
|
|
|
35284
33570
|
return getSplitDimensionsLeft(x, y, width, height, halfWidth, halfHeight, sashSize, sashVisibleSize, tabHeight);
|
|
35285
33571
|
case Right:
|
|
35286
33572
|
return getSplitDimensionsRight(x, y, width, height, halfWidth, halfHeight, sashSize, sashVisibleSize, tabHeight);
|
|
35287
|
-
case None$
|
|
33573
|
+
case None$8:
|
|
35288
33574
|
return {
|
|
35289
33575
|
overlayX: x,
|
|
35290
33576
|
overlayY: y,
|
|
@@ -35496,7 +33782,7 @@ const handleDropFilePath = async (state, eventX, eventY, filePath) => {
|
|
|
35496
33782
|
tabHeight
|
|
35497
33783
|
} = state;
|
|
35498
33784
|
const splitDirection = getEditorSplitDirectionType(x, y + tabHeight, width, height - tabHeight, eventX, eventY);
|
|
35499
|
-
if (splitDirection === None$
|
|
33785
|
+
if (splitDirection === None$8) {
|
|
35500
33786
|
return handleDropFilePathNoSplit(state, filePath);
|
|
35501
33787
|
}
|
|
35502
33788
|
return handleDropFilePathSplit(state, eventX, eventY, filePath, splitDirection);
|
|
@@ -36099,7 +34385,7 @@ const convertIcon = icon => {
|
|
|
36099
34385
|
case Tag:
|
|
36100
34386
|
return Tag$1;
|
|
36101
34387
|
default:
|
|
36102
|
-
return None$
|
|
34388
|
+
return None$g;
|
|
36103
34389
|
}
|
|
36104
34390
|
};
|
|
36105
34391
|
const getPickIcon$2 = pick => {
|
|
@@ -37622,7 +35908,7 @@ const handleMenuClick = (state, level, index) => {
|
|
|
37622
35908
|
const menu = menus[level];
|
|
37623
35909
|
const item = menu.items[index];
|
|
37624
35910
|
switch (item.flags) {
|
|
37625
|
-
case None$
|
|
35911
|
+
case None$h:
|
|
37626
35912
|
return selectIndexNone(state, item);
|
|
37627
35913
|
case SubMenu$1:
|
|
37628
35914
|
return selectIndexSubMenu(state, menu, index);
|
|
@@ -37808,147 +36094,3 @@ const ViewletTitleBarMenuBarHandleFocus = {
|
|
|
37808
36094
|
__proto__: null,
|
|
37809
36095
|
handleFocus
|
|
37810
36096
|
};
|
|
37811
|
-
|
|
37812
|
-
const getFilePathElectron = async file => {
|
|
37813
|
-
return invoke$g('GetFilePathElectron.getFilePathElectron', file);
|
|
37814
|
-
};
|
|
37815
|
-
|
|
37816
|
-
const mergeDirents$1 = (oldDirents, newDirents) => {
|
|
37817
|
-
return newDirents;
|
|
37818
|
-
};
|
|
37819
|
-
|
|
37820
|
-
// TODO copy files in parallel
|
|
37821
|
-
const copyFilesElectron = async (root, pathSeparator, files) => {
|
|
37822
|
-
for (const file of files) {
|
|
37823
|
-
const from = await getFilePathElectron(file);
|
|
37824
|
-
// const from = file.path
|
|
37825
|
-
const to = join(pathSeparator, root, file.name);
|
|
37826
|
-
await copy$7(from, to);
|
|
37827
|
-
}
|
|
37828
|
-
};
|
|
37829
|
-
const getMergedDirents$1 = async (root, pathSeparator, dirents) => {
|
|
37830
|
-
const childDirents = await getChildDirents(pathSeparator, {
|
|
37831
|
-
path: root,
|
|
37832
|
-
depth: 0
|
|
37833
|
-
});
|
|
37834
|
-
const mergedDirents = mergeDirents$1(dirents, childDirents);
|
|
37835
|
-
return mergedDirents;
|
|
37836
|
-
};
|
|
37837
|
-
const handleDrop$1 = async (state, files) => {
|
|
37838
|
-
const {
|
|
37839
|
-
root,
|
|
37840
|
-
pathSeparator,
|
|
37841
|
-
items
|
|
37842
|
-
} = state;
|
|
37843
|
-
await copyFilesElectron(root, pathSeparator, files);
|
|
37844
|
-
const mergedDirents = await getMergedDirents$1(root, pathSeparator, items);
|
|
37845
|
-
return {
|
|
37846
|
-
...state,
|
|
37847
|
-
items: mergedDirents,
|
|
37848
|
-
dropTargets: []
|
|
37849
|
-
};
|
|
37850
|
-
};
|
|
37851
|
-
|
|
37852
|
-
const ViewletExplorerHandleDropRootElectron = {
|
|
37853
|
-
__proto__: null,
|
|
37854
|
-
handleDrop: handleDrop$1
|
|
37855
|
-
};
|
|
37856
|
-
|
|
37857
|
-
/**
|
|
37858
|
-
*
|
|
37859
|
-
* @param {FileSystemDirectoryHandle} fileSystemHandle
|
|
37860
|
-
* @param {string} pathSeparator
|
|
37861
|
-
* @param {string} root
|
|
37862
|
-
* @param {*} uploadHandles
|
|
37863
|
-
*/
|
|
37864
|
-
const uploadDirectory = async (fileSystemHandle, pathSeparator, root, uploadHandles) => {
|
|
37865
|
-
const folderPath = root + pathSeparator + fileSystemHandle.name;
|
|
37866
|
-
await mkdir$7(folderPath);
|
|
37867
|
-
const childHandles = await getChildHandles$1(fileSystemHandle);
|
|
37868
|
-
await uploadHandles(childHandles, pathSeparator, folderPath);
|
|
37869
|
-
};
|
|
37870
|
-
|
|
37871
|
-
const uploadFile = async (fileSystemHandle, pathSeparator, root) => {
|
|
37872
|
-
const content = await getBinaryString(fileSystemHandle);
|
|
37873
|
-
const to = join(pathSeparator, root, fileSystemHandle.name);
|
|
37874
|
-
await writeFile$e(to, content, Binary);
|
|
37875
|
-
};
|
|
37876
|
-
|
|
37877
|
-
/**
|
|
37878
|
-
*
|
|
37879
|
-
* @param {FileSystemHandle} fileSystemHandle
|
|
37880
|
-
* @param {string} pathSeparator
|
|
37881
|
-
* @param {string} root
|
|
37882
|
-
* @param {*} uploadHandles
|
|
37883
|
-
* @returns
|
|
37884
|
-
*/
|
|
37885
|
-
const uploadHandle = (fileSystemHandle, pathSeparator, root, uploadHandles) => {
|
|
37886
|
-
const {
|
|
37887
|
-
kind
|
|
37888
|
-
} = fileSystemHandle;
|
|
37889
|
-
switch (kind) {
|
|
37890
|
-
case File$3:
|
|
37891
|
-
return uploadFile(fileSystemHandle, pathSeparator, root);
|
|
37892
|
-
case Directory:
|
|
37893
|
-
// @ts-ignore
|
|
37894
|
-
return uploadDirectory(fileSystemHandle, pathSeparator, root, uploadHandles);
|
|
37895
|
-
default:
|
|
37896
|
-
throw new Error(`unsupported file system handle type ${kind}`);
|
|
37897
|
-
}
|
|
37898
|
-
};
|
|
37899
|
-
|
|
37900
|
-
const uploadHandles = async (fileSystemHandles, pathSeparator, root) => {
|
|
37901
|
-
for (const fileSystemHandle of fileSystemHandles) {
|
|
37902
|
-
await uploadHandle(fileSystemHandle, pathSeparator, root, uploadHandles);
|
|
37903
|
-
}
|
|
37904
|
-
};
|
|
37905
|
-
const uploadFileSystemHandles = async (root, pathSeparator, fileSystemHandles) => {
|
|
37906
|
-
if (fileSystemHandles.length === 1) {
|
|
37907
|
-
const file = fileSystemHandles[0];
|
|
37908
|
-
const {
|
|
37909
|
-
name,
|
|
37910
|
-
kind
|
|
37911
|
-
} = file;
|
|
37912
|
-
if (kind === Directory) {
|
|
37913
|
-
await execute$4('PersistentFileHandle.addHandle', `/${name}`, file);
|
|
37914
|
-
await execute$4('Workspace.setPath', `html:///${name}`);
|
|
37915
|
-
return true;
|
|
37916
|
-
}
|
|
37917
|
-
}
|
|
37918
|
-
await uploadHandles(fileSystemHandles, pathSeparator, root);
|
|
37919
|
-
return false;
|
|
37920
|
-
};
|
|
37921
|
-
|
|
37922
|
-
const mergeDirents = (oldDirents, newDirents) => {
|
|
37923
|
-
return newDirents;
|
|
37924
|
-
};
|
|
37925
|
-
const getMergedDirents = async (root, pathSeparator, dirents) => {
|
|
37926
|
-
const childDirents = await getChildDirents(pathSeparator, {
|
|
37927
|
-
path: root,
|
|
37928
|
-
depth: 0
|
|
37929
|
-
});
|
|
37930
|
-
const mergedDirents = mergeDirents(dirents, childDirents);
|
|
37931
|
-
return mergedDirents;
|
|
37932
|
-
};
|
|
37933
|
-
const handleDrop = async (state, files) => {
|
|
37934
|
-
const {
|
|
37935
|
-
root,
|
|
37936
|
-
pathSeparator,
|
|
37937
|
-
items
|
|
37938
|
-
} = state;
|
|
37939
|
-
const handled = await uploadFileSystemHandles(root, pathSeparator, files);
|
|
37940
|
-
if (handled) {
|
|
37941
|
-
return state;
|
|
37942
|
-
}
|
|
37943
|
-
const mergedDirents = await getMergedDirents(root, pathSeparator, items);
|
|
37944
|
-
return {
|
|
37945
|
-
...state,
|
|
37946
|
-
items: mergedDirents,
|
|
37947
|
-
dropTargets: []
|
|
37948
|
-
};
|
|
37949
|
-
};
|
|
37950
|
-
|
|
37951
|
-
const ViewletExplorerHandleDropRootDefault = {
|
|
37952
|
-
__proto__: null,
|
|
37953
|
-
handleDrop
|
|
37954
|
-
};
|