@lvce-editor/static-server 0.69.0 → 0.69.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.json +1879 -1878
- package/dist/static-server.js +1 -1
- package/package.json +1 -1
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/static/{eb102f6 → 5f26f20}/css/App.css +92 -85
- package/static/{eb102f6 → 5f26f20}/css/parts/Features.css +2 -2
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletExtensionDetailTabs.css +4 -4
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletExtensions.css +4 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-cobalt2/color-theme.json +1 -0
- package/static/{eb102f6 → 5f26f20}/manifest.json +2 -2
- package/static/{eb102f6 → 5f26f20}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{eb102f6 → 5f26f20}/packages/activity-bar-worker/dist/activityBarWorkerMain.js +236 -204
- package/static/{eb102f6 → 5f26f20}/packages/error-worker/dist/errorWorkerMain.js +103 -76
- package/static/{eb102f6 → 5f26f20}/packages/explorer-worker/dist/explorerViewWorkerMain.js +854 -808
- package/static/{eb102f6 → 5f26f20}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +503 -484
- package/static/{eb102f6 → 5f26f20}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +474 -458
- package/static/{eb102f6 → 5f26f20}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +238 -229
- package/static/{eb102f6 → 5f26f20}/packages/icon-theme-worker/dist/iconThemeWorkerMain.js +13 -15
- package/static/{eb102f6 → 5f26f20}/packages/problems-view/dist/problemsViewWorkerMain.js +282 -234
- package/static/{eb102f6 → 5f26f20}/packages/rename-worker/dist/renameWorkerMain.js +54 -52
- package/static/{eb102f6 → 5f26f20}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{eb102f6 → 5f26f20}/packages/renderer-worker/dist/rendererWorkerMain.js +1184 -1409
- package/static/{eb102f6 → 5f26f20}/packages/source-control-worker/dist/sourceControlWorkerMain.js +239 -228
- package/static/5f26f20/packages/status-bar-worker/dist/statusBarWorkerMain.js +1583 -0
- package/static/{eb102f6 → 5f26f20}/packages/text-search-worker/dist/textSearchWorkerMain.js +692 -690
- package/static/{eb102f6 → 5f26f20}/packages/title-bar-worker/dist/titleBarWorkerMain.js +246 -150
- package/static/index.html +4 -4
- package/static/{eb102f6 → 5f26f20}/config/colorTheme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/config/defaultSettings.json +0 -0
- package/static/{eb102f6 → 5f26f20}/config/fileMap.json +0 -0
- package/static/{eb102f6 → 5f26f20}/config/webExtensions.json +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/AdditionalDetails.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Animation.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/BrowserScrollBar.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Category.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/DebugButtons.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/DebugValue.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/E2eTest.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/E2eTests.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/EditorHover.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/EditorMessage.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/FeatureContent.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ImagePreview.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/InlineDiffEditor.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/InputBadge.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Key.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/KeyBindingsHeader.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/KeyBindingsTable.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/LegacyDialog.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Markdown.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Message.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ScrollToTop.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/SearchToggleButton.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Select.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/SettingsHeader.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/SettingsItems.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/SettingsSideBar.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/Table.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletAbout.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletBrowserViewOverview.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletDebugConsole.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletDefineKeyBinding.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletDialog.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletDiffEditor.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletEditorWidgetError.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletExtensionDetail.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletIframeInspector.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletKeyBindings.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletMedia.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletOutput.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletPanel.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletPanelTabs.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletPdf.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletProblems.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletReferences.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletRunAndDebug.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletScreenCapture.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletSearch.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletSettings.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletSimpleBrowser.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletSourceControl.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletStorage.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletTerminal.css +0 -0
- package/static/{eb102f6 → 5f26f20}/css/parts/ViewletTerminalTabs.css +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-bat/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-bat/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-c/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-c/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cpp/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cson/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cson/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-css/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-css/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dart/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dart/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-desktop/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-docker/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-docker/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elixir/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elm/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elm/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gn/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gn/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-go/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-go/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-graphql/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-html/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-html/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-java/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-java/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-javascript/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json5/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json5/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-jsx/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-julia/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-julia/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-less/LICENSE +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-less/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-less/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-markdown/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-mdx/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nix/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nix/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-perl/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-perl/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-powershell/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-python/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-python/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-r/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-r/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-ruby/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-rust/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-rust/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-scss/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-scss/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-svelte/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-terraform/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-toml/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-toml/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-typescript/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-typescript/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-vue/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-vue/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-xml/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-xml/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-yaml/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-ayu/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-ayu/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-cobalt2/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-gruvbox/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-high-contrast/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-material/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-material/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-material/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-monokai/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-monokai/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-palenight/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-palenight/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-slime/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-slime/color-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-slime/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/README.md +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/extension.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/default_file.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/default_folder.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/default_folder_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/default_root_folder.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/default_root_folder_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_access.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_access2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_actionscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_actionscript2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ada.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_advpl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_affectscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_affinitydesigner.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_affinityphoto.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_affinitypublisher.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_agda.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ai.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ai2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_al.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_al_dal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_allcontributors.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_angular.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ansible.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_antlers_html.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_antlr.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_anyscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_apache.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_apex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_api_extractor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_apib.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_apib2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_apl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_applescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_appscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_appsemble.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_appveyor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_arduino.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_asciidoc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_asp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_aspx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_assembly.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_astro.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_astroconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_atom.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ats.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_attw.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_audio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_aurelia.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_autohotkey.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_autoit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_avif.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_avro.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_awk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_aws.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_azure.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_azurepipelines.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_babel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_babel2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bak.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ballerina.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bat.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bats.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bazaar.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bazel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bazel_ignore.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bazel_version.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_befunge.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bicep.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_biml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_binary.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_biome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bitbucketpipeline.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bithound.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_blade.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_blender.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_blitzbasic.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bolt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bosque.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bower.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bower2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_browserslist.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bruno.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_buckbuild.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_buf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bun.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bundlemon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bundler.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_bunfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_c.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_c2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_c3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_c_al.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cabal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_caddy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cakephp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_capacitor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_capnp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cargo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_casc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cddl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cert.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ceylon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cf2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cfc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cfc2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cfm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cfm2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_changie.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cheader.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_chef.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_chef_cookbook.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_circleci.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_class.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_claude.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_clojure.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_clojurescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cloudfoundry.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cmake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cobol.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codacy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codeclimate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codecov.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codekit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codemagic.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codeowners.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_codeql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_coderabbit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_coffeelint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_coffeescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_commitizen.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_commitlint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_compass.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_composer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_conan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_conda.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_config.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_confluence.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_copilot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_coverage.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_coveralls.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cpp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cpp2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cpp3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cppheader.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_craco.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_crowdin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_crystal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_csharp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_csharp2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cspell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_csproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_css.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_css2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_css2map.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_csscomb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_csslint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cssmap.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cucumber.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cuda.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cursorrules.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cvs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cypress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cypress_spec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_cython.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_darcs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dartlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dartlang_generated.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dartlang_ignore.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_datadog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_db.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_debian.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_delphi.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_deno.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_denoify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dependabot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dependencies.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_devcontainer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dhall.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_diff.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_django.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_docker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_docker2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dockertest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dockertest2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_docpad.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_docusaurus.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_docz.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dojo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_doppler.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dotenv.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dotjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_doxygen.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_drawio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_drone.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_drools.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dtd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dune.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dustjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dvc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_dylan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_earthly.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eas-metadata.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_edge.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_edge2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_editorconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ejs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_elastic.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_elasticbeanstalk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eleventy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eleventy2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_elixir.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_elm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_elm2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_emacs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ember.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ensime.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eps.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_epub.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_erb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_erlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_erlang2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_esbuild.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eslint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_eslint2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_esphome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_excalidraw.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_excel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_excel2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_expo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_falcon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fantasticon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fastly.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fauna.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_favicon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fbx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_firebase.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_firebasehosting.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_firestore.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fitbit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fla.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flareact.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flash.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_floobits.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flow.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flutter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flutter_package.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_flyio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_font.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_formkit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fortran.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fossa.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fossil.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_freemarker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_frontcommerce.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fsharp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fsharp2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fsproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fthtml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_funding.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_fusebox.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_galen.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_galen2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gamemaker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gamemaker2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gamemaker81.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gatsby.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gcloud.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gcode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gdscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_genstat.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_git.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_git2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gitlab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gitpod.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gleam.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gleamconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_glide.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_glitter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_glsl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gltf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_glyphs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gnu.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gnuplot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_aqua.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_black.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_fuchsia.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_gopher.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_lightblue.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_package.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_white.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_work.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_go_yellow.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_goctl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_godot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gpg.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gradle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gradle2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_grain.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_graphql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_graphql_config.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_graphviz.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_greenkeeper.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gridsome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_groovy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_groovy2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_grunt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_gulp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_handlebars.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_handlebars2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_harbour.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hardhat.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hashicorp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haskell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haskell2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haxe.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haxecheckstyle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_haxedevelop.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_helix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_helm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_histoire.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hjson.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hlsl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_homeassistant.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_horusec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_host.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_html.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_htmlhint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_htmlvalidate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_http.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hugo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_humanstxt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hunspell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_husky.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hygen.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_hypr.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_icl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_idris.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_idrisbin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_idrispkg.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_image.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_imba.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_inc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_infopath.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_informix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ini.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ink.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_innosetup.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_io.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_iodine.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ionic.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_janet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jar.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jasmine.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_java.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jbuilder.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jekyll.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jenkins.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jest_snapshot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jinja.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jpm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_js_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsbeautify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jscpd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jshint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsmap.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_json.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_json2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_json5.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_json_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_json_schema.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsonld.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsonnet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jsr.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_juice.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_julia.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_julia2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_jupyter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_just.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_k.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_karma.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_key.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kitchenci.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kite.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kivy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_knip.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kos.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kotlin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_kusto.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_language_configuration.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lark.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_latino.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_layout.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lefthook.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lerna.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_less.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_liara.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_base.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_calc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_draw.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_impress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_math.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_libreoffice_writer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_license.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_licensebat.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_actionscript2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_ada.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_agda.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_apl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_astro.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_astroconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_babel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_babel2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_cabal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_circleci.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_cloudfoundry.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_codacy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_codeclimate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_codeowners.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_config.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_copilot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_crystal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_cypress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_cypress_spec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_db.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_deno.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_dhall.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_docpad.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_drone.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_eas-metadata.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_eleventy2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_esphome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_expo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_firebasehosting.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_fla.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_font.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_gamemaker2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_gradle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_hashicorp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_hjson.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_ini.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_io.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_jsconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_jsmap.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_json.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_json5.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_json_schema.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_jsonld.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_kite.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_lark.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_lerna.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mailing.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_markuplint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mdx-components.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mdx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mustache.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_mypy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_neo4j.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_netlify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_next.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_nim.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_nx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_objidconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_openHAB.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_pcl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_pnpm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_prettier.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_prisma.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_purescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_quasar.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_raku.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_razzle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_reactrouter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_rehype.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_remark.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_replit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_retext.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_rome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_rubocop.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_rust.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_rust_toolchain.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_safetensors.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_shaderlab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_solidity.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_spin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_stylelint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_stylus.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_symfony.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_systemd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_systemverilog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_testcafe.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_testjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_tex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_tm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_tmux.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_todo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_toit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_toml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_tree.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_turbo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_unibeautify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_vash.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_vercel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_vsix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_vsixmanifest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_xfl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_xorg.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_yaml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_yaml_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_light_zeit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lighthouse.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lilypond.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lime.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lintstagedrc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_liquid.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lisp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_livescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lnk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_locale.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_log.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lolcode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lsl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lua.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_luau.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_lync.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mailing.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_makefile.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_manifest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_manifest_bak.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_manifest_skip.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_map.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mariadb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_markdown.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_markdownlint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_markdownlint_ignore.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_marko.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_markojs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_markuplint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_master-co.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_matlab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_maven.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_maxscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_maya.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mdx-components.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mdx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mediawiki.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mercurial.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mermaid.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_meson.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_metal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_meteor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_minecraft.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mivascript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mjml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mocha.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_modernizr.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mojo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mojolicious.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_moleculer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mondoo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mongo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_monotone.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_motif.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mson.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mustache.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mvt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mvtcss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mvtjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mypy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_mysql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ndst.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nearly.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_neo4j.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_adapter_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_controller_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_decorator_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_filter_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_gateway_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_guard_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_interceptor_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_middleware_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_module_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_module_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_pipe_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_service_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nest_service_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nestjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_netlify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_next.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nextflow.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_css.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_html.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_less.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_sass.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_scss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_component_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_controller_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_directive_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_guard_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_interceptor_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_module_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_module_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_module_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_pipe_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_routing_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_service_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_service_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_service_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_dart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_js2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_smart_component_ts2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ng_tailwind.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nginx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nim.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nimble.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ninja.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_njsproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_noc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_node.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_node2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nodemon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_npm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_npmpackagejsonlint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nsi.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nsri-integrity.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nsri.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nuget.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_numpy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nunjucks.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nuxt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_nyc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_objectivec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_objectivecpp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_objidconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ocaml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ocaml_intf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ogone.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_onenote.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_opam.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_openHAB.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_opencl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_openscad.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_opentofu.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_org.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_outlook.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ovpn.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_oxlint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_package.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_paket.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pandacss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_patch.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pcl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pddl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pddl_happenings.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pddl_plan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pdf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pdf2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pdm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_peeky.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_perl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_perl2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_perl6.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pgsql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_photoshop.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_photoshop2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_php.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_php2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_php3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_phpcsfixer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_phpstan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_phpunit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_phraseapp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pine.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pip.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pipeline.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plantuml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_platformio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_playwright.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plsql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plsql_package.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_body.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_header.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_plsql_package_spec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pm2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pnpm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_poedit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_poetry.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_polymer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pony.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_postcss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_postcssconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_postman.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powerpoint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powerpoint2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_format.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_psd2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_psm2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_powershell_types.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_preact.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_precommit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_prettier.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_prisma.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_processinglang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_procfile.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_progress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_prolog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_prometheus.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_protobuf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_protractor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_publiccode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_publisher.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pug.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pulumi.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_puppet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_purescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_purgecss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pyenv.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pyret.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pyscript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pytest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_python.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pythowo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pytyped.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_pyup.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_q.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_qbs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_qlikview.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_qml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_qmldir.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_qsharp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_quasar.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_r.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ra_syntax_tree.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_racket.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rails.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_raku.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_raml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_razor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_razzle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_reactjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_reactrouter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_reacttemplate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_reactts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_reason.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_red.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_registry.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rego.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rehype.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_remark.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_renovate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_replit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_retext.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rexx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_riot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rmd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rnc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_robotframework.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_robots.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rolldown.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rollup.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rome.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ron.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rspec.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rubocop.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ruby.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rust.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_rust_toolchain.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_s-lang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_safetensors.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sails.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_saltstack.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_san.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sapphire_framework_cli.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sas.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sass.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sbt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_scala.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_scilab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_script.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_scss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_scss2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sdlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_search_result.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_seedkit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sentry.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sequelize.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_serverless.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_shaderlab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_shell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_shellcheck.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_shuttle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_silverstripe.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sino.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_siyuan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sketch.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_skipper.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_slang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_slashup.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_slice.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_slim.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_slint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sln.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sln2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_smarty.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_snakemake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_snapcraft.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_snaplet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_snort.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_snyk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_solidarity.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_solidity.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_source.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_spacengine.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sparql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_spin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sqf.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sqlite.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_squirrel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sst.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stackblitz.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stata.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stencil.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_storyboard.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_storybook.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stryker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stylable.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_style.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_styled.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stylelint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stylish_haskell.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_stylus.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_sublime.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_subversion.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_svelte.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_svelteconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_svg.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_svgo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_swagger.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_swc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_swift.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_swig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_symfony.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_syncpack.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_systemd.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_systemverilog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_t4tt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tailwind.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tamagui.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_taplo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_taskfile.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tauri.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tcl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_teal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_templ.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tera.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_terraform.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_test.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_testcafe.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_testjs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_testplane.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_testts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_text.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_textile.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tfs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tiltfile.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tmux.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_todo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_toit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_toml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tox.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_travis.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tree.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tres.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_truffle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_trunk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tsbuildinfo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tscn.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tsconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tsconfig_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tsdoc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tslint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_ttcn.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_tuc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_turbo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_twig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typedoc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typescript_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typescriptdef_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_typo3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_uiua.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_unibeautify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_unison.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_unlicense.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_unocss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vagrant.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vala.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vanilla_extract.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vapi.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vapor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vash.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vba.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vbhtml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vbproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vcxproj.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_velocity.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vento.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vercel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_verilog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vhdl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_video.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_view.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vim.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vite.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vitest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vlang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_volt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vscode-insiders.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vscode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vscode2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vscode3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vscode_test.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vsix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vsixmanifest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vue.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vueconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_vyper.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wallaby.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wally.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wasm.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_watchmanconfig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wdio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_weblate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_webpack.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wenyan.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wercker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wgsl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wikitext.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_windi.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wolfram.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_word.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_word2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wpml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wurst.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wxml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wxss.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_wxt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xcode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xfl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xib.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xliff.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xmake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xorg.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xquery.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_xsl.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yacc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yaml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yaml_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yamllint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yandex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yang.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yarn.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_yeoman.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_zeit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_zig.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_zip.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/file_type_zip2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_android.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_android_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_api.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_api_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_app.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_app_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_arangodb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_arangodb_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_asset.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_asset_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_audio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_audio_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_aurelia.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_aurelia_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_aws.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_aws_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_azure.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_azure_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_azurepipelines_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_binary.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_binary_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bloc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bloc_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_blueprint.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_blueprint_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bot_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bower.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_bower_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_buildkite.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_buildkite_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cake_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_certificate.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_certificate_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_changesets.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_changesets_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_chef.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_chef_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_circleci.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_circleci_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cli.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cli_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_client.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_client_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cmake.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cmake_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_common.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_common_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_component.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_component_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_composer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_composer_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_config.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_config_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_controller.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_controller_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_coverage.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_coverage_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_css.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_css2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_css2_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_css_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cubit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cubit_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cypress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_cypress_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dapr.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dapr_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_datadog.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_datadog_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_db.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_db_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_debian.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_debian_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dependabot.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dependabot_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_devcontainer_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dist.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_dist_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_docker.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_docker_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_docs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_docs_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_e2e.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_e2e_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_electron.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_electron_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_expo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_expo_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_favicon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_favicon_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_flow.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_flow_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_fonts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_fonts_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_frontcommerce_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gcp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gcp_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_git.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_git_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_github.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_github_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gitlab.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gitlab_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gradle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gradle_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_graphql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_graphql_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_grunt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_grunt_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gulp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_gulp_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_haxelib.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_haxelib_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_helper.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_helper_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_hook.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_hook_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_husky.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_husky_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_idea.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_idea_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_images.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_images_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_include.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_include_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_interfaces.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_interfaces_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_ios.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_ios_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_js.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_js_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_json.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_json_official.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_json_official_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_json_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_kubernetes_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_less.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_less_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_library.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_library_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_cypress_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_electron.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_electron_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_expo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_expo_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_fonts_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_gradle_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_meteor_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_mypy_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_mysql_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_node.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_node_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_redux.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_redux_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_sass.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_light_sass_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_linux.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_linux_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_locale.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_locale_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_log.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_log_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_macos.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_macos_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mariadb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mariadb_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_maven.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_maven_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mediawiki_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_memcached.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_memcached_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_meteor.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_meteor_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_middleware.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_middleware_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_minecraft.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_minecraft_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_minikube.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_minikube_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mjml.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mjml_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mock.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mock_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_model.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_model_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_module.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_module_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mojo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mojo_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mongodb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mongodb_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mypy.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mypy_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mysql.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_mysql_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_netlify.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_netlify_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_next.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_next_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nginx.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nginx_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nix.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nix_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_node.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_node_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_notebooks.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_notebooks_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_notification.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_notification_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nuget.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nuget_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nuxt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_nuxt_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_package.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_package_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_paket.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_paket_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_php.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_php_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_platformio.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_platformio_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_plugin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_plugin_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_prisma.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_prisma_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_private.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_private_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_public.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_public_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_pytest.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_pytest_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_python.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_python_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_ravendb.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_ravendb_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_redis.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_redis_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_redux.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_redux_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_route.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_route_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_sass.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_sass_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_script.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_script_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_seedkit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_seedkit_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_server.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_server_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_services.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_services_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_shared.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_shared_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_snaplet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_snaplet_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_spin.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_spin_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_src.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_src_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_sso.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_sso_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_story.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_story_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_style.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_style_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_supabase.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_supabase_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_svelte.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_svelte_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_tauri.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_tauri_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_temp.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_temp_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_template.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_template_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_test.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_test_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_theme.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_theme_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_tools.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_tools_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_travis.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_travis_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_trunk.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_trunk_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_turbo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_turbo_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typescript.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typescript_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typings.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typings2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typings2_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_typings_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vagrant.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vagrant_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vercel.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vercel_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_video.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_video_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_view.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_view_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vs.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vs2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vs2_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vs_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode2_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode3_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test2_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test3_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_vscode_test_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_webpack.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_webpack_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_windows.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_windows_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_wit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_wit_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_www.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_www_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_yarn.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/extensions/builtin.vscode-icons/icons/folder_type_yarn_opened.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/add.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/arrow-down.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/arrow-left.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/arrow-right.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/arrow-up.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/blank.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/book.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/case-sensitive.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/check.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chevron-down.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chevron-left.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chevron-right.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chevron-up.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chrome-close.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chrome-maximize.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chrome-minimize.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/chrome-restore.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/circle-filled.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/clear-all.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/close.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/cloud.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/collapse-all.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-all.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-alt-2.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-alt-small.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-alt.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-conditional.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-data-unverified.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-data.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-function-unverified.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-function.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-log-unverified.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-log.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-breakpoint-unsupported.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-console.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-continue-small.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-continue.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-coverage.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-disconnect.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-line-by-line.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-pause.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-rerun.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-restart-frame.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-restart.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-reverse-continue.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-stackframe-active.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-stackframe.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-start.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-step-back.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-step-into.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-step-out.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-step-over.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug-stop.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/debug.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/discard.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/edit.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/ellipsis.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/error.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/exclude.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/extensionDefaultIcon.png +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/extensions.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/files.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/filter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/go-to-file.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/icon-close.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/icon-source-control.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/icon-sync.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/icon.png +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/icon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/info.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/language-icon.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/link-external.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/list-flat.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/list-tree.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/new-file.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/new-folder.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/newline.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/open-preview.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/play.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/preserve-case.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/progress.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/pwa-icon-192.png +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/pwa-icon-512.png +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/record-keys.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/refresh.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/regex.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/remove.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/replace-all.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/replace.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/repo.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/run-all.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/search.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/settings-gear.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/sort-precedence.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/source-control.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/split-horizontal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/squiggly-error.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/squiggly-warning.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-array.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-boolean.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-class.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-color.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-constant.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-enum-member.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-enum.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-event.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-field.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-file.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-interface.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-key.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-keyword.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-method.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-misc.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-namespace.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-numeric.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-operator.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-parameter.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-property.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-ruler.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-snippet.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-string.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-structure.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/symbol-variable.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/tag.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/terminal-bash.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/terminal.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/theme-icon.png +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/trash.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/triangle-down.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/triangle-left.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/triangle-right.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/triangle-up.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/warning.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/whole-word.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/zoom-in.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/icons/zoom-out.svg +0 -0
- package/static/{eb102f6 → 5f26f20}/js/babel-parser.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/ky.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/lvce-editor-import-script.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/lvce-editor-ipc.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/lvce-editor-json-rpc.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/lvce-editor-verror.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/p-min-delay.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/pretty-bytes.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/preview-injected.js +0 -0
- package/static/{eb102f6 → 5f26f20}/js/yoctodelay.js +0 -0
- package/static/{eb102f6 → 5f26f20}/lib-css/termterm.css +0 -0
- package/static/{eb102f6 → 5f26f20}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- package/static/{eb102f6 → 5f26f20}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- package/static/{eb102f6 → 5f26f20}/packages/completion-worker/dist/completionWorkerMain.js +14 -14
- /package/static/{eb102f6 → 5f26f20}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/hover-worker/dist/hoverWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/menu-worker/dist/menuWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/renderer-process/LICENSE +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/renderer-process/README.md +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/renderer-process/package.json +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/text-measurement-worker/dist/textMeasurementWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/packages/update-worker/dist/updateWorkerMain.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.cpp +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.css +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.csv +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.dart +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.env +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.ex +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.html +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.java +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.jl +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.js +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.json +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.kt +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.pl +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.py +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/index.ts +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/scrolling.txt +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/languages/tsconfig.json +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/sample-folder/a.txt +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/sample-folder/b.txt +0 -0
- /package/static/{eb102f6 → 5f26f20}/playground/sample-folder/c.txt +0 -0
|
@@ -1059,6 +1059,7 @@ const DeltaY = 'event.deltaY';
|
|
|
1059
1059
|
const EventTargetClassName = 'event.target.className';
|
|
1060
1060
|
const IsTrusted = 'event.isTrusted';
|
|
1061
1061
|
const ShiftKey = 'event.shiftKey';
|
|
1062
|
+
const TargetName = 'event.target.name';
|
|
1062
1063
|
const TargetValue = 'event.target.value';
|
|
1063
1064
|
|
|
1064
1065
|
const Enter = 3;
|
|
@@ -1393,14 +1394,14 @@ const copy$1 = async (oldUri, newUri) => {
|
|
|
1393
1394
|
|
|
1394
1395
|
const applyOperation = operation => {
|
|
1395
1396
|
switch (operation.type) {
|
|
1396
|
-
case CreateFolder$1:
|
|
1397
|
-
return mkdir(operation.path);
|
|
1398
1397
|
case Copy$1:
|
|
1399
1398
|
return copy$1(operation.from || '', operation.path);
|
|
1400
|
-
case
|
|
1401
|
-
return
|
|
1399
|
+
case CreateFolder$1:
|
|
1400
|
+
return mkdir(operation.path);
|
|
1402
1401
|
case Remove:
|
|
1403
1402
|
return remove(operation.path);
|
|
1403
|
+
case Rename$2:
|
|
1404
|
+
return rename$1(operation.from || '', operation.path);
|
|
1404
1405
|
default:
|
|
1405
1406
|
return writeFile(operation.path, operation.text);
|
|
1406
1407
|
}
|
|
@@ -1473,9 +1474,9 @@ const createTree = (items, root) => {
|
|
|
1473
1474
|
});
|
|
1474
1475
|
for (const item of items) {
|
|
1475
1476
|
const {
|
|
1476
|
-
type,
|
|
1477
1477
|
name,
|
|
1478
|
-
path
|
|
1478
|
+
path,
|
|
1479
|
+
type
|
|
1479
1480
|
} = item;
|
|
1480
1481
|
const relativePath = path.slice(rootLength);
|
|
1481
1482
|
const dirname = dirname2(relativePath);
|
|
@@ -1506,8 +1507,8 @@ const getFileOperationsNestedPath = (path, root, pathSeparator) => {
|
|
|
1506
1507
|
if (!part) continue;
|
|
1507
1508
|
currentPath = join2(currentPath, part);
|
|
1508
1509
|
operations.push({
|
|
1509
|
-
|
|
1510
|
-
|
|
1510
|
+
path: join2(root, currentPath),
|
|
1511
|
+
type: CreateFolder$1
|
|
1511
1512
|
});
|
|
1512
1513
|
}
|
|
1513
1514
|
return operations;
|
|
@@ -1518,14 +1519,14 @@ const getFileOperationsCreate = (newFileName, newDirentType, pathSeparator, abso
|
|
|
1518
1519
|
operations.push(...getFileOperationsNestedPath(parentPath, root, pathSeparator));
|
|
1519
1520
|
if (newDirentType === File) {
|
|
1520
1521
|
operations.push({
|
|
1521
|
-
type: CreateFile$1,
|
|
1522
1522
|
path: absolutePath,
|
|
1523
|
-
text: ''
|
|
1523
|
+
text: '',
|
|
1524
|
+
type: CreateFile$1
|
|
1524
1525
|
});
|
|
1525
1526
|
} else if (newDirentType === Directory) {
|
|
1526
1527
|
operations.push({
|
|
1527
|
-
|
|
1528
|
-
|
|
1528
|
+
path: absolutePath,
|
|
1529
|
+
type: CreateFolder$1
|
|
1529
1530
|
});
|
|
1530
1531
|
}
|
|
1531
1532
|
return operations;
|
|
@@ -1555,11 +1556,11 @@ const getPathParts = (root, uri, pathSeparator) => {
|
|
|
1555
1556
|
while ((index = uri.indexOf(pathSeparator, index + 1)) !== -1) {
|
|
1556
1557
|
const partUri = uri.slice(0, index);
|
|
1557
1558
|
parts.push({
|
|
1558
|
-
path: partUri,
|
|
1559
1559
|
depth: depth++,
|
|
1560
|
-
|
|
1560
|
+
expanded: true,
|
|
1561
|
+
path: partUri,
|
|
1561
1562
|
pathSeparator,
|
|
1562
|
-
|
|
1563
|
+
root
|
|
1563
1564
|
});
|
|
1564
1565
|
}
|
|
1565
1566
|
return parts;
|
|
@@ -1577,10 +1578,10 @@ const ENOENT = 'ENOENT';
|
|
|
1577
1578
|
|
|
1578
1579
|
const getSymlinkType = type => {
|
|
1579
1580
|
switch (type) {
|
|
1580
|
-
case File:
|
|
1581
|
-
return SymLinkFile;
|
|
1582
1581
|
case Directory:
|
|
1583
1582
|
return SymLinkFolder;
|
|
1583
|
+
case File:
|
|
1584
|
+
return SymLinkFile;
|
|
1584
1585
|
default:
|
|
1585
1586
|
return Symlink;
|
|
1586
1587
|
}
|
|
@@ -1645,11 +1646,11 @@ const compareStringNumeric = (a, b) => {
|
|
|
1645
1646
|
|
|
1646
1647
|
const priorityMapFoldersFirst = {
|
|
1647
1648
|
[Directory]: 1,
|
|
1648
|
-
[SymLinkFolder]: 1,
|
|
1649
1649
|
[File]: 0,
|
|
1650
|
+
[Socket]: 0,
|
|
1650
1651
|
[SymLinkFile]: 0,
|
|
1651
|
-
[
|
|
1652
|
-
[
|
|
1652
|
+
[SymLinkFolder]: 1,
|
|
1653
|
+
[Unknown]: 0
|
|
1653
1654
|
};
|
|
1654
1655
|
const compareDirentType = (direntA, direntB) => {
|
|
1655
1656
|
return priorityMapFoldersFirst[direntB.type] - priorityMapFoldersFirst[direntA.type];
|
|
@@ -1669,15 +1670,15 @@ const sortExplorerItems = rawDirents => {
|
|
|
1669
1670
|
const toDisplayDirent = (parentPath, parentDepth, rawDirentType, rawDirentName, index, length) => {
|
|
1670
1671
|
const path = join2(parentPath, rawDirentName);
|
|
1671
1672
|
return {
|
|
1672
|
-
name: rawDirentName,
|
|
1673
|
-
posInSet: index + 1,
|
|
1674
|
-
setSize: length,
|
|
1675
1673
|
depth: parentDepth + 1,
|
|
1676
|
-
|
|
1674
|
+
icon: '',
|
|
1675
|
+
name: rawDirentName,
|
|
1677
1676
|
path,
|
|
1678
1677
|
// TODO storing absolute path might be too costly, could also store relative path here
|
|
1679
|
-
|
|
1680
|
-
selected: false
|
|
1678
|
+
posInSet: index + 1,
|
|
1679
|
+
selected: false,
|
|
1680
|
+
setSize: length,
|
|
1681
|
+
type: rawDirentType
|
|
1681
1682
|
};
|
|
1682
1683
|
};
|
|
1683
1684
|
|
|
@@ -1794,12 +1795,12 @@ const treeToArrayInternal = (map, root, items, path, depth) => {
|
|
|
1794
1795
|
const absolutePath = join2(root, childPath);
|
|
1795
1796
|
items.push({
|
|
1796
1797
|
depth,
|
|
1797
|
-
posInSet: i + 1,
|
|
1798
|
-
setSize: count,
|
|
1799
1798
|
icon: '',
|
|
1799
|
+
name: child.name,
|
|
1800
1800
|
path: absolutePath,
|
|
1801
|
+
posInSet: i + 1,
|
|
1801
1802
|
selected: false,
|
|
1802
|
-
|
|
1803
|
+
setSize: count,
|
|
1803
1804
|
type: child.type
|
|
1804
1805
|
});
|
|
1805
1806
|
treeToArrayInternal(map, root, items, childPath, depth + 1);
|
|
@@ -1839,8 +1840,8 @@ const FileOrFolderAlreadyExists = 'A file or folder **{PH1}** already exists at
|
|
|
1839
1840
|
const FileOrFolderNameMustBeProvider = 'A file or folder name must be provided.';
|
|
1840
1841
|
const FileCannotStartWithBackSlash = 'A file or folder name cannot start with a backslash.';
|
|
1841
1842
|
const FilesExplorer = 'Files Explorer';
|
|
1842
|
-
const NewFile$
|
|
1843
|
-
const NewFolder$
|
|
1843
|
+
const NewFile$2 = 'New File...';
|
|
1844
|
+
const NewFolder$2 = 'New Folder...';
|
|
1844
1845
|
const OpenContainingFolder = 'Open Containing Folder';
|
|
1845
1846
|
const OpenFolder$1 = 'Open folder';
|
|
1846
1847
|
const OpenInIntegratedTerminal = 'Open in integrated Terminal';
|
|
@@ -1852,10 +1853,10 @@ const TypeAFileName = 'Type file name. Press Enter to confirm or Escape to cance
|
|
|
1852
1853
|
const YouHaveNotYetOpenedAFolder = 'You have not yet opened a folder';
|
|
1853
1854
|
|
|
1854
1855
|
const newFile$1 = () => {
|
|
1855
|
-
return i18nString(NewFile$
|
|
1856
|
+
return i18nString(NewFile$2);
|
|
1856
1857
|
};
|
|
1857
1858
|
const newFolder$1 = () => {
|
|
1858
|
-
return i18nString(NewFolder$
|
|
1859
|
+
return i18nString(NewFolder$2);
|
|
1859
1860
|
};
|
|
1860
1861
|
const openContainingFolder$1 = () => {
|
|
1861
1862
|
return i18nString(OpenContainingFolder);
|
|
@@ -1952,10 +1953,10 @@ const validateFileName2 = (name, siblingFileNames = []) => {
|
|
|
1952
1953
|
const acceptCreate = async (state, newDirentType) => {
|
|
1953
1954
|
const {
|
|
1954
1955
|
editingValue,
|
|
1955
|
-
pathSeparator,
|
|
1956
|
-
root,
|
|
1957
1956
|
focusedIndex,
|
|
1958
|
-
items
|
|
1957
|
+
items,
|
|
1958
|
+
pathSeparator,
|
|
1959
|
+
root
|
|
1959
1960
|
} = state;
|
|
1960
1961
|
const newFileName = editingValue;
|
|
1961
1962
|
const siblingFileNames = getSiblingFileNames(items, focusedIndex);
|
|
@@ -1987,11 +1988,11 @@ const acceptCreate = async (state, newDirentType) => {
|
|
|
1987
1988
|
await refreshWorkspace();
|
|
1988
1989
|
return {
|
|
1989
1990
|
...state,
|
|
1990
|
-
items: dirents,
|
|
1991
1991
|
editingIndex: -1,
|
|
1992
|
-
focusedIndex: newFocusedIndex,
|
|
1993
1992
|
editingType: None$5,
|
|
1994
|
-
focus: List
|
|
1993
|
+
focus: List,
|
|
1994
|
+
focusedIndex: newFocusedIndex,
|
|
1995
|
+
items: dirents
|
|
1995
1996
|
};
|
|
1996
1997
|
};
|
|
1997
1998
|
|
|
@@ -2026,9 +2027,9 @@ const getFileOperationsRename = (oldAbsolutePath, newFileName) => {
|
|
|
2026
2027
|
const oldParentPath = dirname2(oldAbsolutePath);
|
|
2027
2028
|
const newAbsolutePath = join2(oldParentPath, newFileName);
|
|
2028
2029
|
operations.push({
|
|
2029
|
-
|
|
2030
|
+
from: oldAbsolutePath,
|
|
2030
2031
|
path: newAbsolutePath,
|
|
2031
|
-
|
|
2032
|
+
type: Rename$2
|
|
2032
2033
|
});
|
|
2033
2034
|
return operations;
|
|
2034
2035
|
};
|
|
@@ -2075,16 +2076,16 @@ const acceptRename = async state => {
|
|
|
2075
2076
|
const newFocusedIndex = getIndex(newDirents, newUri);
|
|
2076
2077
|
return {
|
|
2077
2078
|
...state,
|
|
2079
|
+
editingIcon: '',
|
|
2078
2080
|
editingIndex: -1,
|
|
2079
|
-
|
|
2081
|
+
editingSelectionEnd: 0,
|
|
2082
|
+
editingSelectionStart: 0,
|
|
2080
2083
|
editingType: None$5,
|
|
2081
|
-
|
|
2082
|
-
focusedIndex: newFocusedIndex,
|
|
2083
|
-
focused: true,
|
|
2084
|
+
editingValue: '',
|
|
2084
2085
|
focus: List,
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2086
|
+
focused: true,
|
|
2087
|
+
focusedIndex: newFocusedIndex,
|
|
2088
|
+
items: newDirents
|
|
2088
2089
|
};
|
|
2089
2090
|
};
|
|
2090
2091
|
|
|
@@ -2122,14 +2123,14 @@ const cancelEditCreate = async (state, keepFocus) => {
|
|
|
2122
2123
|
const newFocusedIndex = getFocusedIndexCancel(items, editingIndex);
|
|
2123
2124
|
return {
|
|
2124
2125
|
...state,
|
|
2125
|
-
items: filteredItems,
|
|
2126
|
-
focusedIndex: newFocusedIndex,
|
|
2127
|
-
focused: keepFocus,
|
|
2128
|
-
editingIndex: -1,
|
|
2129
|
-
editingValue: '',
|
|
2130
2126
|
editingErrorMessage: '',
|
|
2127
|
+
editingIndex: -1,
|
|
2131
2128
|
editingType: None$5,
|
|
2132
|
-
|
|
2129
|
+
editingValue: '',
|
|
2130
|
+
focus: List,
|
|
2131
|
+
focused: keepFocus,
|
|
2132
|
+
focusedIndex: newFocusedIndex,
|
|
2133
|
+
items: filteredItems
|
|
2133
2134
|
};
|
|
2134
2135
|
};
|
|
2135
2136
|
|
|
@@ -2159,16 +2160,16 @@ const cancelEditRename = (state, keepFocus) => {
|
|
|
2159
2160
|
const newFocusedIndex = getFocusedIndexCancel(items, editingIndex);
|
|
2160
2161
|
return {
|
|
2161
2162
|
...state,
|
|
2162
|
-
|
|
2163
|
-
focusedIndex: newFocusedIndex,
|
|
2164
|
-
focused: keepFocus,
|
|
2163
|
+
editingErrorMessage: '',
|
|
2165
2164
|
editingIndex: -1,
|
|
2166
|
-
|
|
2165
|
+
editingSelectionEnd: 0,
|
|
2166
|
+
editingSelectionStart: 0,
|
|
2167
2167
|
editingType: None$5,
|
|
2168
|
-
|
|
2168
|
+
editingValue: '',
|
|
2169
2169
|
focus: List,
|
|
2170
|
-
|
|
2171
|
-
|
|
2170
|
+
focused: keepFocus,
|
|
2171
|
+
focusedIndex: newFocusedIndex,
|
|
2172
|
+
items: newItems
|
|
2172
2173
|
};
|
|
2173
2174
|
};
|
|
2174
2175
|
|
|
@@ -2205,11 +2206,14 @@ const toCollapsedDirent = dirent => {
|
|
|
2205
2206
|
|
|
2206
2207
|
const collapseAll = async state => {
|
|
2207
2208
|
const {
|
|
2209
|
+
focusedIndex,
|
|
2208
2210
|
items
|
|
2209
2211
|
} = state;
|
|
2210
2212
|
const newDirents = items.filter(isTopLevel).map(toCollapsedDirent);
|
|
2213
|
+
const newFocusedIndex = getFocusedIndexCancel(newDirents, focusedIndex);
|
|
2211
2214
|
return {
|
|
2212
2215
|
...state,
|
|
2216
|
+
focusedIndex: newFocusedIndex,
|
|
2213
2217
|
items: newDirents
|
|
2214
2218
|
};
|
|
2215
2219
|
};
|
|
@@ -2217,8 +2221,8 @@ const collapseAll = async state => {
|
|
|
2217
2221
|
const getFocusedDirent$1 = state => {
|
|
2218
2222
|
const {
|
|
2219
2223
|
focusedIndex,
|
|
2220
|
-
|
|
2221
|
-
|
|
2224
|
+
items,
|
|
2225
|
+
minLineY
|
|
2222
2226
|
} = state;
|
|
2223
2227
|
const dirent = items[focusedIndex + minLineY];
|
|
2224
2228
|
return dirent;
|
|
@@ -2290,9 +2294,9 @@ const getMissingDirents = (dirents, fileIconCache) => {
|
|
|
2290
2294
|
};
|
|
2291
2295
|
const toIconRequest = dirent => {
|
|
2292
2296
|
return {
|
|
2293
|
-
type: dirent.type,
|
|
2294
2297
|
name: dirent.name,
|
|
2295
|
-
path: dirent.path
|
|
2298
|
+
path: dirent.path,
|
|
2299
|
+
type: dirent.type
|
|
2296
2300
|
};
|
|
2297
2301
|
};
|
|
2298
2302
|
const getMissingIconRequests = (dirents, fileIconCache) => {
|
|
@@ -2405,8 +2409,8 @@ const getExpandedType = type => {
|
|
|
2405
2409
|
switch (type) {
|
|
2406
2410
|
case Directory:
|
|
2407
2411
|
return Collapsed;
|
|
2408
|
-
case DirectoryExpanding:
|
|
2409
2412
|
case DirectoryExpanded:
|
|
2413
|
+
case DirectoryExpanding:
|
|
2410
2414
|
return Expanded;
|
|
2411
2415
|
default:
|
|
2412
2416
|
return None$3;
|
|
@@ -2542,21 +2546,21 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
2542
2546
|
}
|
|
2543
2547
|
visible.push({
|
|
2544
2548
|
...item,
|
|
2545
|
-
posInSet: item.posInSet ?? i + 1,
|
|
2546
|
-
setSize: item.setSize ?? items.length,
|
|
2547
|
-
isEditing: isEditing,
|
|
2548
|
-
hasEditingError: isEditing && Boolean(editingErrorMessage),
|
|
2549
|
-
icon,
|
|
2550
|
-
indent,
|
|
2551
2549
|
ariaExpanded,
|
|
2552
2550
|
chevron,
|
|
2553
|
-
id,
|
|
2554
2551
|
className,
|
|
2552
|
+
// @ts-ignore
|
|
2553
|
+
decoration,
|
|
2554
|
+
hasEditingError: isEditing && Boolean(editingErrorMessage),
|
|
2555
|
+
icon,
|
|
2556
|
+
id,
|
|
2557
|
+
indent,
|
|
2558
|
+
index: i,
|
|
2555
2559
|
isCut,
|
|
2560
|
+
isEditing: isEditing,
|
|
2556
2561
|
isIgnored,
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
decoration
|
|
2562
|
+
posInSet: item.posInSet ?? i + 1,
|
|
2563
|
+
setSize: item.setSize ?? items.length
|
|
2560
2564
|
});
|
|
2561
2565
|
}
|
|
2562
2566
|
return visible;
|
|
@@ -2564,9 +2568,9 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
2564
2568
|
|
|
2565
2569
|
const {
|
|
2566
2570
|
get,
|
|
2567
|
-
set,
|
|
2568
|
-
registerCommands,
|
|
2569
2571
|
getCommandIds,
|
|
2572
|
+
registerCommands,
|
|
2573
|
+
set,
|
|
2570
2574
|
wrapGetter
|
|
2571
2575
|
} = create$1();
|
|
2572
2576
|
const wrapListItemCommand = fn => {
|
|
@@ -2576,20 +2580,20 @@ const wrapListItemCommand = fn => {
|
|
|
2576
2580
|
} = get(id);
|
|
2577
2581
|
const updatedState = await fn(newState, ...args);
|
|
2578
2582
|
const {
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
focusedIndex,
|
|
2582
|
-
editingIndex,
|
|
2583
|
-
editingErrorMessage,
|
|
2584
|
-
useChevrons,
|
|
2583
|
+
cutItems,
|
|
2584
|
+
decorations,
|
|
2585
2585
|
dropTargets,
|
|
2586
|
+
editingErrorMessage,
|
|
2586
2587
|
editingIcon,
|
|
2587
|
-
|
|
2588
|
-
|
|
2588
|
+
editingIndex,
|
|
2589
|
+
fileIconCache,
|
|
2590
|
+
focusedIndex,
|
|
2589
2591
|
height,
|
|
2590
2592
|
itemHeight,
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
+
items,
|
|
2594
|
+
minLineY,
|
|
2595
|
+
sourceControlIgnoredUris,
|
|
2596
|
+
useChevrons
|
|
2593
2597
|
} = updatedState;
|
|
2594
2598
|
const intermediate = get(id);
|
|
2595
2599
|
set(id, intermediate.oldState, updatedState);
|
|
@@ -2605,10 +2609,10 @@ const wrapListItemCommand = fn => {
|
|
|
2605
2609
|
const visibleExplorerItems = getVisibleExplorerItems(items, minLineY, maxLineY, focusedIndex, editingIndex, editingErrorMessage, icons, useChevrons, dropTargets, editingIcon, cutItems, sourceControlIgnoredUris, decorations);
|
|
2606
2610
|
const finalState = {
|
|
2607
2611
|
...updatedState,
|
|
2608
|
-
visibleExplorerItems,
|
|
2609
2612
|
fileIconCache: newFileIconCache,
|
|
2610
2613
|
icons,
|
|
2611
|
-
maxLineY
|
|
2614
|
+
maxLineY,
|
|
2615
|
+
visibleExplorerItems
|
|
2612
2616
|
};
|
|
2613
2617
|
const intermediate2 = get(id);
|
|
2614
2618
|
set(id, intermediate2.oldState, finalState);
|
|
@@ -2623,58 +2627,58 @@ const Slash = '/';
|
|
|
2623
2627
|
// TODO parentUid might ot be needed
|
|
2624
2628
|
const create = (id, uri, x, y, width, height, args, parentUid, platform = 0) => {
|
|
2625
2629
|
const state = {
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
focusedIndex: -1,
|
|
2631
|
-
focused: false,
|
|
2632
|
-
hoverIndex: -1,
|
|
2633
|
-
x,
|
|
2634
|
-
y,
|
|
2635
|
-
width,
|
|
2636
|
-
height,
|
|
2630
|
+
confirmDelete: false,
|
|
2631
|
+
confirmPaste: false,
|
|
2632
|
+
cutItems: [],
|
|
2633
|
+
decorations: [],
|
|
2637
2634
|
deltaY: 0,
|
|
2638
|
-
minLineY: 0,
|
|
2639
|
-
maxLineY: 0,
|
|
2640
|
-
pathSeparator: Slash,
|
|
2641
|
-
version: 0,
|
|
2642
|
-
editingIndex: -1,
|
|
2643
|
-
itemHeight: ListItem,
|
|
2644
2635
|
dropTargets: [],
|
|
2645
|
-
|
|
2646
|
-
editingValue: '',
|
|
2647
|
-
editingType: None$5,
|
|
2636
|
+
editingErrorMessage: '',
|
|
2648
2637
|
editingIcon: '',
|
|
2638
|
+
editingIndex: -1,
|
|
2639
|
+
editingSelectionEnd: 0,
|
|
2640
|
+
editingSelectionStart: 0,
|
|
2641
|
+
editingType: None$5,
|
|
2642
|
+
editingValue: '',
|
|
2643
|
+
errorMessageLeft: 0,
|
|
2644
|
+
errorMessageTop: 0,
|
|
2645
|
+
errorMessageWidth: 0,
|
|
2646
|
+
excluded: [],
|
|
2649
2647
|
fileIconCache: Object.create(null),
|
|
2650
|
-
|
|
2651
|
-
confirmDelete: false,
|
|
2652
|
-
icons: [],
|
|
2653
|
-
platform,
|
|
2648
|
+
finalDeltaY: 0,
|
|
2654
2649
|
focus: 0,
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
editingSelectionStart: 0,
|
|
2658
|
-
editingSelectionEnd: 0,
|
|
2650
|
+
focused: false,
|
|
2651
|
+
focusedIndex: -1,
|
|
2659
2652
|
focusWord: '',
|
|
2660
2653
|
focusWordTimeout: 800,
|
|
2661
|
-
finalDeltaY: 0,
|
|
2662
2654
|
handleOffset: 0,
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
cutItems: [],
|
|
2655
|
+
height,
|
|
2656
|
+
hoverIndex: -1,
|
|
2657
|
+
icons: [],
|
|
2658
|
+
inputSource: 0,
|
|
2668
2659
|
isPointerDown: false,
|
|
2660
|
+
itemHeight: ListItem,
|
|
2661
|
+
items: [],
|
|
2662
|
+
maxIndent: 0,
|
|
2663
|
+
maxLineY: 0,
|
|
2664
|
+
minLineY: 0,
|
|
2665
|
+
parentUid,
|
|
2666
|
+
pasteShouldMove: false,
|
|
2667
|
+
pathSeparator: Slash,
|
|
2668
|
+
platform,
|
|
2669
2669
|
pointerDownIndex: -1,
|
|
2670
|
+
root: '',
|
|
2671
|
+
scrollBarActive: false,
|
|
2672
|
+
scrollBarHeight: 0,
|
|
2673
|
+
sourceControlDecorations: false,
|
|
2670
2674
|
sourceControlIgnoredUris: [],
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2675
|
+
uid: id,
|
|
2676
|
+
useChevrons: false,
|
|
2677
|
+
version: 0,
|
|
2674
2678
|
visibleExplorerItems: [],
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2679
|
+
width,
|
|
2680
|
+
x,
|
|
2681
|
+
y
|
|
2678
2682
|
};
|
|
2679
2683
|
set(state.uid, state, state);
|
|
2680
2684
|
return state;
|
|
@@ -2739,8 +2743,8 @@ const diff = (oldState, newState) => {
|
|
|
2739
2743
|
|
|
2740
2744
|
const diff2 = uid => {
|
|
2741
2745
|
const {
|
|
2742
|
-
|
|
2743
|
-
|
|
2746
|
+
newState,
|
|
2747
|
+
oldState
|
|
2744
2748
|
} = get(uid);
|
|
2745
2749
|
const result = diff(oldState, newState);
|
|
2746
2750
|
return result;
|
|
@@ -2748,8 +2752,8 @@ const diff2 = uid => {
|
|
|
2748
2752
|
|
|
2749
2753
|
const expandAll = async state => {
|
|
2750
2754
|
const {
|
|
2751
|
-
items,
|
|
2752
2755
|
focusedIndex,
|
|
2756
|
+
items,
|
|
2753
2757
|
pathSeparator
|
|
2754
2758
|
} = state;
|
|
2755
2759
|
if (focusedIndex === -1) {
|
|
@@ -2800,11 +2804,9 @@ const makeExpanded = dirent => {
|
|
|
2800
2804
|
// TODO this is very inefficient
|
|
2801
2805
|
const getChildDirentsRecursively = async (dirent, pathSeparator) => {
|
|
2802
2806
|
switch (dirent.type) {
|
|
2803
|
-
case File:
|
|
2804
|
-
return [dirent];
|
|
2805
2807
|
case Directory:
|
|
2806
|
-
case DirectoryExpanding:
|
|
2807
2808
|
case DirectoryExpanded:
|
|
2809
|
+
case DirectoryExpanding:
|
|
2808
2810
|
const childDirents = await getChildDirents(pathSeparator, dirent.path, dirent.depth);
|
|
2809
2811
|
const all = [makeExpanded(dirent)];
|
|
2810
2812
|
for (const childDirent of childDirents) {
|
|
@@ -2812,6 +2814,8 @@ const getChildDirentsRecursively = async (dirent, pathSeparator) => {
|
|
|
2812
2814
|
all.push(...childAll);
|
|
2813
2815
|
}
|
|
2814
2816
|
return all;
|
|
2817
|
+
case File:
|
|
2818
|
+
return [dirent];
|
|
2815
2819
|
default:
|
|
2816
2820
|
return [];
|
|
2817
2821
|
}
|
|
@@ -2831,15 +2835,15 @@ const getParentEndIndex = (dirents, index) => {
|
|
|
2831
2835
|
|
|
2832
2836
|
const expandRecursively = async state => {
|
|
2833
2837
|
const {
|
|
2834
|
-
items,
|
|
2835
2838
|
focusedIndex,
|
|
2839
|
+
items,
|
|
2836
2840
|
pathSeparator,
|
|
2837
2841
|
root
|
|
2838
2842
|
} = state;
|
|
2839
2843
|
const dirent = focusedIndex < 0 ? {
|
|
2840
|
-
|
|
2844
|
+
depth: 0,
|
|
2841
2845
|
path: root,
|
|
2842
|
-
|
|
2846
|
+
type: Directory
|
|
2843
2847
|
} : items[focusedIndex];
|
|
2844
2848
|
if (dirent.type !== Directory && dirent.type !== DirectoryExpanding && dirent.type !== DirectoryExpanded) {
|
|
2845
2849
|
return state;
|
|
@@ -2877,9 +2881,9 @@ const focus = state => {
|
|
|
2877
2881
|
|
|
2878
2882
|
const focusIndex = (state, index) => {
|
|
2879
2883
|
const {
|
|
2880
|
-
|
|
2884
|
+
items,
|
|
2881
2885
|
maxLineY,
|
|
2882
|
-
|
|
2886
|
+
minLineY
|
|
2883
2887
|
} = state;
|
|
2884
2888
|
const newItems = items.map((item, i) => ({
|
|
2885
2889
|
...item,
|
|
@@ -2889,37 +2893,37 @@ const focusIndex = (state, index) => {
|
|
|
2889
2893
|
if (index < 0) {
|
|
2890
2894
|
return {
|
|
2891
2895
|
...state,
|
|
2892
|
-
|
|
2896
|
+
focused: true,
|
|
2893
2897
|
focusedIndex: index,
|
|
2894
|
-
|
|
2898
|
+
items: newItems
|
|
2895
2899
|
};
|
|
2896
2900
|
}
|
|
2897
2901
|
const diff = maxLineY - minLineY;
|
|
2898
2902
|
return {
|
|
2899
2903
|
...state,
|
|
2900
|
-
items: newItems,
|
|
2901
|
-
focusedIndex: index,
|
|
2902
2904
|
focused: true,
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
+
focusedIndex: index,
|
|
2906
|
+
items: newItems,
|
|
2907
|
+
maxLineY: index + diff,
|
|
2908
|
+
minLineY: index
|
|
2905
2909
|
};
|
|
2906
2910
|
}
|
|
2907
2911
|
if (index >= maxLineY) {
|
|
2908
2912
|
const diff = maxLineY - minLineY;
|
|
2909
2913
|
return {
|
|
2910
2914
|
...state,
|
|
2911
|
-
items: newItems,
|
|
2912
|
-
focusedIndex: index,
|
|
2913
2915
|
focused: true,
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
+
focusedIndex: index,
|
|
2917
|
+
items: newItems,
|
|
2918
|
+
maxLineY: index + 1,
|
|
2919
|
+
minLineY: index + 1 - diff
|
|
2916
2920
|
};
|
|
2917
2921
|
}
|
|
2918
2922
|
return {
|
|
2919
2923
|
...state,
|
|
2920
|
-
|
|
2924
|
+
focused: true,
|
|
2921
2925
|
focusedIndex: index,
|
|
2922
|
-
|
|
2926
|
+
items: newItems
|
|
2923
2927
|
};
|
|
2924
2928
|
};
|
|
2925
2929
|
|
|
@@ -2998,96 +3002,96 @@ const focusPrevious = state => {
|
|
|
2998
3002
|
|
|
2999
3003
|
const getKeyBindings = () => {
|
|
3000
3004
|
return [{
|
|
3001
|
-
key: Shift | UpArrow,
|
|
3002
3005
|
command: 'Explorer.selectUp',
|
|
3006
|
+
key: Shift | UpArrow,
|
|
3003
3007
|
when: FocusExplorer
|
|
3004
3008
|
}, {
|
|
3005
|
-
key: Shift | DownArrow,
|
|
3006
3009
|
command: 'Explorer.selectDown',
|
|
3010
|
+
key: Shift | DownArrow,
|
|
3007
3011
|
when: FocusExplorer
|
|
3008
3012
|
}, {
|
|
3009
|
-
key: RightArrow,
|
|
3010
3013
|
command: 'Explorer.handleArrowRight',
|
|
3014
|
+
key: RightArrow,
|
|
3011
3015
|
when: FocusExplorer
|
|
3012
3016
|
}, {
|
|
3013
|
-
key: LeftArrow,
|
|
3014
3017
|
command: 'Explorer.handleArrowLeft',
|
|
3018
|
+
key: LeftArrow,
|
|
3015
3019
|
when: FocusExplorer
|
|
3016
3020
|
}, {
|
|
3017
|
-
key: Home,
|
|
3018
3021
|
command: 'Explorer.focusFirst',
|
|
3022
|
+
key: Home,
|
|
3019
3023
|
when: FocusExplorer
|
|
3020
3024
|
}, {
|
|
3021
|
-
key: End,
|
|
3022
3025
|
command: 'Explorer.focusLast',
|
|
3026
|
+
key: End,
|
|
3023
3027
|
when: FocusExplorer
|
|
3024
3028
|
}, {
|
|
3025
|
-
key: UpArrow,
|
|
3026
3029
|
command: 'Explorer.focusPrevious',
|
|
3030
|
+
key: UpArrow,
|
|
3027
3031
|
when: FocusExplorer
|
|
3028
3032
|
}, {
|
|
3029
|
-
key: DownArrow,
|
|
3030
3033
|
command: 'Explorer.focusNext',
|
|
3034
|
+
key: DownArrow,
|
|
3031
3035
|
when: FocusExplorer
|
|
3032
3036
|
}, {
|
|
3033
|
-
key: CtrlCmd | Star,
|
|
3034
3037
|
command: 'Explorer.expandAll',
|
|
3038
|
+
key: CtrlCmd | Star,
|
|
3035
3039
|
when: FocusExplorer
|
|
3036
3040
|
}, {
|
|
3037
|
-
key: Alt | RightArrow,
|
|
3038
3041
|
command: 'Explorer.expandRecursively',
|
|
3042
|
+
key: Alt | RightArrow,
|
|
3039
3043
|
when: FocusExplorer
|
|
3040
3044
|
}, {
|
|
3041
|
-
key: CtrlCmd | LeftArrow,
|
|
3042
3045
|
command: 'Explorer.collapseAll',
|
|
3046
|
+
key: CtrlCmd | LeftArrow,
|
|
3043
3047
|
when: FocusExplorer
|
|
3044
3048
|
}, {
|
|
3045
|
-
key: CtrlCmd | KeyV,
|
|
3046
3049
|
command: 'Explorer.handlePaste',
|
|
3050
|
+
key: CtrlCmd | KeyV,
|
|
3047
3051
|
when: FocusExplorer
|
|
3048
3052
|
}, {
|
|
3049
|
-
key: CtrlCmd | KeyC,
|
|
3050
3053
|
command: 'Explorer.handleCopy',
|
|
3054
|
+
key: CtrlCmd | KeyC,
|
|
3051
3055
|
when: FocusExplorer
|
|
3052
3056
|
}, {
|
|
3053
|
-
key: CtrlCmd | KeyX,
|
|
3054
3057
|
command: 'Explorer.handleCut',
|
|
3058
|
+
key: CtrlCmd | KeyX,
|
|
3055
3059
|
when: FocusExplorer
|
|
3056
3060
|
}, {
|
|
3057
|
-
key: F2,
|
|
3058
3061
|
command: 'Explorer.renameDirent',
|
|
3062
|
+
key: F2,
|
|
3059
3063
|
when: FocusExplorer
|
|
3060
3064
|
}, {
|
|
3061
|
-
key: Escape,
|
|
3062
3065
|
command: 'Explorer.cancelEdit',
|
|
3066
|
+
key: Escape,
|
|
3063
3067
|
when: FocusExplorerEditBox
|
|
3064
3068
|
}, {
|
|
3065
|
-
key: Enter,
|
|
3066
3069
|
command: 'Explorer.acceptEdit',
|
|
3070
|
+
key: Enter,
|
|
3067
3071
|
when: FocusExplorerEditBox
|
|
3068
3072
|
}, {
|
|
3069
|
-
key: Delete$1,
|
|
3070
3073
|
command: 'Explorer.removeDirent',
|
|
3074
|
+
key: Delete$1,
|
|
3071
3075
|
when: FocusExplorer
|
|
3072
3076
|
}, {
|
|
3073
|
-
key: Escape,
|
|
3074
3077
|
command: 'Explorer.focusNone',
|
|
3078
|
+
key: Escape,
|
|
3075
3079
|
when: FocusExplorer
|
|
3076
3080
|
}, {
|
|
3077
|
-
key: Space,
|
|
3078
3081
|
command: 'Explorer.handleClickCurrentButKeepFocus',
|
|
3082
|
+
key: Space,
|
|
3079
3083
|
when: FocusExplorer
|
|
3080
3084
|
}, {
|
|
3081
|
-
key: Enter,
|
|
3082
3085
|
command: 'Explorer.handleClickCurrent',
|
|
3086
|
+
key: Enter,
|
|
3083
3087
|
when: FocusExplorer
|
|
3084
3088
|
}, {
|
|
3085
|
-
key: Escape,
|
|
3086
3089
|
command: 'Explorer.handleEscape',
|
|
3090
|
+
key: Escape,
|
|
3087
3091
|
when: FocusExplorer
|
|
3088
3092
|
}, {
|
|
3089
|
-
key: CtrlCmd | KeyA,
|
|
3090
3093
|
command: 'Explorer.selectAll',
|
|
3094
|
+
key: CtrlCmd | KeyA,
|
|
3091
3095
|
when: FocusExplorer
|
|
3092
3096
|
}];
|
|
3093
3097
|
};
|
|
@@ -3097,77 +3101,77 @@ const None$2 = 0;
|
|
|
3097
3101
|
const RestoreFocus = 6;
|
|
3098
3102
|
|
|
3099
3103
|
const menuEntrySeparator = {
|
|
3100
|
-
|
|
3101
|
-
label: '',
|
|
3104
|
+
command: '',
|
|
3102
3105
|
flags: Separator,
|
|
3103
|
-
|
|
3106
|
+
id: 'separator',
|
|
3107
|
+
label: ''
|
|
3104
3108
|
};
|
|
3105
3109
|
|
|
3106
3110
|
const menuEntryNewFile = {
|
|
3107
|
-
|
|
3108
|
-
label: newFile$1(),
|
|
3111
|
+
command: 'Explorer.newFile',
|
|
3109
3112
|
flags: None$2,
|
|
3110
|
-
|
|
3113
|
+
id: 'newFile',
|
|
3114
|
+
label: newFile$1()
|
|
3111
3115
|
};
|
|
3112
3116
|
const menuEntryNewFolder = {
|
|
3113
|
-
|
|
3114
|
-
label: newFolder$1(),
|
|
3117
|
+
command: 'Explorer.newFolder',
|
|
3115
3118
|
flags: None$2,
|
|
3116
|
-
|
|
3119
|
+
id: 'newFolder',
|
|
3120
|
+
label: newFolder$1()
|
|
3117
3121
|
};
|
|
3118
3122
|
const menuEntryOpenContainingFolder = {
|
|
3119
|
-
|
|
3120
|
-
label: openContainingFolder$1(),
|
|
3123
|
+
command: 'Explorer.openContainingFolder',
|
|
3121
3124
|
flags: RestoreFocus,
|
|
3122
|
-
|
|
3125
|
+
id: 'openContainingFolder',
|
|
3126
|
+
label: openContainingFolder$1()
|
|
3123
3127
|
};
|
|
3124
3128
|
const menuEntryOpenInIntegratedTerminal = {
|
|
3125
|
-
|
|
3126
|
-
label: openInIntegratedTerminal(),
|
|
3129
|
+
command: /* TODO */'-1',
|
|
3127
3130
|
flags: None$2,
|
|
3128
|
-
|
|
3131
|
+
id: 'openInIntegratedTerminal',
|
|
3132
|
+
label: openInIntegratedTerminal()
|
|
3129
3133
|
};
|
|
3130
3134
|
const menuEntryCut = {
|
|
3131
|
-
|
|
3132
|
-
label: cut(),
|
|
3135
|
+
command: 'Explorer.handleCut',
|
|
3133
3136
|
flags: RestoreFocus,
|
|
3134
|
-
|
|
3137
|
+
id: 'cut',
|
|
3138
|
+
label: cut()
|
|
3135
3139
|
};
|
|
3136
3140
|
const menuEntryCopy = {
|
|
3137
|
-
|
|
3138
|
-
label: copy(),
|
|
3141
|
+
command: 'Explorer.handleCopy',
|
|
3139
3142
|
flags: RestoreFocus,
|
|
3140
|
-
|
|
3143
|
+
id: 'copy',
|
|
3144
|
+
label: copy()
|
|
3141
3145
|
};
|
|
3142
3146
|
const menuEntryPaste = {
|
|
3143
|
-
|
|
3144
|
-
label: paste(),
|
|
3147
|
+
command: 'Explorer.handlePaste',
|
|
3145
3148
|
flags: None$2,
|
|
3146
|
-
|
|
3149
|
+
id: 'paste',
|
|
3150
|
+
label: paste()
|
|
3147
3151
|
};
|
|
3148
3152
|
const menuEntryCopyPath = {
|
|
3149
|
-
|
|
3150
|
-
label: copyPath$1(),
|
|
3153
|
+
command: 'Explorer.copyPath',
|
|
3151
3154
|
flags: RestoreFocus,
|
|
3152
|
-
|
|
3155
|
+
id: 'copyPath',
|
|
3156
|
+
label: copyPath$1()
|
|
3153
3157
|
};
|
|
3154
3158
|
const menuEntryCopyRelativePath = {
|
|
3155
|
-
|
|
3156
|
-
label: copyRelativePath$1(),
|
|
3159
|
+
command: 'Explorer.copyRelativePath',
|
|
3157
3160
|
flags: RestoreFocus,
|
|
3158
|
-
|
|
3161
|
+
id: 'copyRelativePath',
|
|
3162
|
+
label: copyRelativePath$1()
|
|
3159
3163
|
};
|
|
3160
3164
|
const menuEntryRename = {
|
|
3161
|
-
|
|
3162
|
-
label: rename(),
|
|
3165
|
+
command: 'Explorer.renameDirent',
|
|
3163
3166
|
flags: None$2,
|
|
3164
|
-
|
|
3167
|
+
id: 'rename',
|
|
3168
|
+
label: rename()
|
|
3165
3169
|
};
|
|
3166
3170
|
const menuEntryDelete = {
|
|
3167
|
-
|
|
3168
|
-
label: deleteItem(),
|
|
3171
|
+
command: 'Explorer.removeDirent',
|
|
3169
3172
|
flags: None$2,
|
|
3170
|
-
|
|
3173
|
+
id: 'delete',
|
|
3174
|
+
label: deleteItem()
|
|
3171
3175
|
};
|
|
3172
3176
|
const ALL_ENTRIES = [menuEntryNewFile, menuEntryNewFolder, menuEntryOpenContainingFolder, menuEntryOpenInIntegratedTerminal, menuEntrySeparator, menuEntryCut, menuEntryCopy, menuEntryPaste, menuEntrySeparator, menuEntryCopyPath, menuEntryCopyRelativePath, menuEntrySeparator, menuEntryRename, menuEntryDelete];
|
|
3173
3177
|
|
|
@@ -3216,26 +3220,26 @@ const LeftClick = 0;
|
|
|
3216
3220
|
|
|
3217
3221
|
const getMouseActions = () => {
|
|
3218
3222
|
return [{
|
|
3219
|
-
description: 'Open file on click',
|
|
3220
3223
|
button: LeftClick,
|
|
3221
|
-
modifiers: {},
|
|
3222
3224
|
command: 'Explorer.openFile',
|
|
3225
|
+
description: 'Open file on click',
|
|
3226
|
+
modifiers: {},
|
|
3223
3227
|
when: FocusExplorer
|
|
3224
3228
|
}, {
|
|
3225
|
-
description: 'Toggle selection with Ctrl+Click',
|
|
3226
3229
|
button: LeftClick,
|
|
3230
|
+
command: 'Explorer.toggleSelection',
|
|
3231
|
+
description: 'Toggle selection with Ctrl+Click',
|
|
3227
3232
|
modifiers: {
|
|
3228
3233
|
ctrl: true
|
|
3229
3234
|
},
|
|
3230
|
-
command: 'Explorer.toggleSelection',
|
|
3231
3235
|
when: FocusExplorer
|
|
3232
3236
|
}, {
|
|
3233
|
-
description: 'Select range with Shift+Click',
|
|
3234
3237
|
button: LeftClick,
|
|
3238
|
+
command: 'Explorer.rangeSelection',
|
|
3239
|
+
description: 'Select range with Shift+Click',
|
|
3235
3240
|
modifiers: {
|
|
3236
3241
|
shift: true
|
|
3237
3242
|
},
|
|
3238
|
-
command: 'Explorer.rangeSelection',
|
|
3239
3243
|
when: FocusExplorer
|
|
3240
3244
|
}];
|
|
3241
3245
|
};
|
|
@@ -3259,10 +3263,10 @@ const focusParentFolder = state => {
|
|
|
3259
3263
|
|
|
3260
3264
|
const handleClickDirectoryExpanded = async (state, dirent, index, keepFocus) => {
|
|
3261
3265
|
const {
|
|
3262
|
-
minLineY,
|
|
3263
|
-
maxLineY,
|
|
3264
3266
|
itemHeight,
|
|
3265
|
-
items
|
|
3267
|
+
items,
|
|
3268
|
+
maxLineY,
|
|
3269
|
+
minLineY
|
|
3266
3270
|
} = state;
|
|
3267
3271
|
// @ts-ignore
|
|
3268
3272
|
dirent.type = Directory;
|
|
@@ -3299,8 +3303,8 @@ const handleClickDirectoryExpanded = async (state, dirent, index, keepFocus) =>
|
|
|
3299
3303
|
|
|
3300
3304
|
const handleArrowLeft = state => {
|
|
3301
3305
|
const {
|
|
3302
|
-
|
|
3303
|
-
|
|
3306
|
+
focusedIndex,
|
|
3307
|
+
items
|
|
3304
3308
|
} = state;
|
|
3305
3309
|
if (focusedIndex === -1) {
|
|
3306
3310
|
return state;
|
|
@@ -3321,8 +3325,8 @@ const handleArrowLeft = state => {
|
|
|
3321
3325
|
|
|
3322
3326
|
const handleArrowRightDirectoryExpanded = (state, dirent) => {
|
|
3323
3327
|
const {
|
|
3324
|
-
|
|
3325
|
-
|
|
3328
|
+
focusedIndex,
|
|
3329
|
+
items
|
|
3326
3330
|
} = state;
|
|
3327
3331
|
if (focusedIndex === items.length - 1) {
|
|
3328
3332
|
return state;
|
|
@@ -3359,10 +3363,10 @@ const handleClickDirectory = async (state, dirent, index, keepFocus) => {
|
|
|
3359
3363
|
|
|
3360
3364
|
return {
|
|
3361
3365
|
...state,
|
|
3366
|
+
focus: List,
|
|
3362
3367
|
focused: keepFocus,
|
|
3363
3368
|
focusedIndex: newIndex,
|
|
3364
|
-
items: newDirents
|
|
3365
|
-
focus: List
|
|
3369
|
+
items: newDirents
|
|
3366
3370
|
};
|
|
3367
3371
|
};
|
|
3368
3372
|
|
|
@@ -3374,8 +3378,8 @@ const handleClickFile = async (state, dirent, index, keepFocus = false) => {
|
|
|
3374
3378
|
await openUri(dirent.path, !keepFocus);
|
|
3375
3379
|
return {
|
|
3376
3380
|
...state,
|
|
3377
|
-
|
|
3378
|
-
|
|
3381
|
+
focused: keepFocus,
|
|
3382
|
+
focusedIndex: index
|
|
3379
3383
|
};
|
|
3380
3384
|
};
|
|
3381
3385
|
|
|
@@ -3392,23 +3396,23 @@ const handleClickSymLink = async (state, dirent, index) => {
|
|
|
3392
3396
|
|
|
3393
3397
|
const handleArrowRight = async state => {
|
|
3394
3398
|
const {
|
|
3395
|
-
|
|
3396
|
-
|
|
3399
|
+
focusedIndex,
|
|
3400
|
+
items
|
|
3397
3401
|
} = state;
|
|
3398
3402
|
if (focusedIndex === -1) {
|
|
3399
3403
|
return state;
|
|
3400
3404
|
}
|
|
3401
3405
|
const dirent = items[focusedIndex];
|
|
3402
3406
|
switch (dirent.type) {
|
|
3403
|
-
case File:
|
|
3404
|
-
case SymLinkFile:
|
|
3405
|
-
return state;
|
|
3406
3407
|
case Directory:
|
|
3407
3408
|
case SymLinkFolder:
|
|
3408
3409
|
// @ts-ignore
|
|
3409
3410
|
return handleClickDirectory(state, dirent);
|
|
3410
3411
|
case DirectoryExpanded:
|
|
3411
3412
|
return handleArrowRightDirectoryExpanded(state, dirent);
|
|
3413
|
+
case File:
|
|
3414
|
+
case SymLinkFile:
|
|
3415
|
+
return state;
|
|
3412
3416
|
case Symlink:
|
|
3413
3417
|
return handleClickSymLink(state, dirent, focusedIndex);
|
|
3414
3418
|
default:
|
|
@@ -3435,6 +3439,239 @@ const handleBlur = async state => {
|
|
|
3435
3439
|
};
|
|
3436
3440
|
};
|
|
3437
3441
|
|
|
3442
|
+
const CollapseAll$1 = 'CollapseAll';
|
|
3443
|
+
const ExplorerInput = 'ExplorerInput';
|
|
3444
|
+
const NewFile$1 = 'NewFile';
|
|
3445
|
+
const NewFolder$1 = 'NewFolder';
|
|
3446
|
+
const OpenFolder = 'OpenFolder';
|
|
3447
|
+
const Refresh$1 = 'Refresh';
|
|
3448
|
+
|
|
3449
|
+
const getNewChildDirentsForNewDirent = async (items, depth, parentPath, direntType) => {
|
|
3450
|
+
// Get existing children or query them if they don't exist
|
|
3451
|
+
let existingChildren = items.filter(item => item.depth === depth && item.path.startsWith(parentPath));
|
|
3452
|
+
if (existingChildren.length === 0) {
|
|
3453
|
+
const childDirents = await readDirWithFileTypes(parentPath);
|
|
3454
|
+
existingChildren = childDirents.map((dirent, index) => ({
|
|
3455
|
+
depth,
|
|
3456
|
+
icon: '',
|
|
3457
|
+
name: dirent.name,
|
|
3458
|
+
path: join2(parentPath, dirent.name),
|
|
3459
|
+
posInSet: index + 1,
|
|
3460
|
+
selected: false,
|
|
3461
|
+
setSize: childDirents.length,
|
|
3462
|
+
type: dirent.type
|
|
3463
|
+
}));
|
|
3464
|
+
}
|
|
3465
|
+
const updatedChildren = existingChildren.map((child, index) => ({
|
|
3466
|
+
...child,
|
|
3467
|
+
posInSet: index + 1,
|
|
3468
|
+
setSize: existingChildren.length + 2
|
|
3469
|
+
}));
|
|
3470
|
+
const newDirent = {
|
|
3471
|
+
depth,
|
|
3472
|
+
icon: '',
|
|
3473
|
+
name: '',
|
|
3474
|
+
path: parentPath,
|
|
3475
|
+
posInSet: updatedChildren.length + 1,
|
|
3476
|
+
selected: false,
|
|
3477
|
+
setSize: existingChildren.length + 2,
|
|
3478
|
+
type: direntType
|
|
3479
|
+
};
|
|
3480
|
+
const allChildDirents = [...updatedChildren, newDirent];
|
|
3481
|
+
return allChildDirents;
|
|
3482
|
+
};
|
|
3483
|
+
|
|
3484
|
+
const getNewDirentsForNewDirent = async (items, focusedIndex, type, root) => {
|
|
3485
|
+
if (items.length === 0 || focusedIndex === -1) {
|
|
3486
|
+
const newDirent = {
|
|
3487
|
+
depth: 0,
|
|
3488
|
+
icon: '',
|
|
3489
|
+
name: '',
|
|
3490
|
+
path: root,
|
|
3491
|
+
posInSet: 1,
|
|
3492
|
+
selected: false,
|
|
3493
|
+
setSize: 1,
|
|
3494
|
+
type
|
|
3495
|
+
};
|
|
3496
|
+
return [...items, newDirent];
|
|
3497
|
+
}
|
|
3498
|
+
const focusedItem = items[focusedIndex];
|
|
3499
|
+
if (!focusedItem) {
|
|
3500
|
+
return items;
|
|
3501
|
+
}
|
|
3502
|
+
const parentPath = focusedItem.path;
|
|
3503
|
+
const depth = focusedItem.depth + 1;
|
|
3504
|
+
const updatedChildren = await getNewChildDirentsForNewDirent(items, depth, parentPath, type);
|
|
3505
|
+
|
|
3506
|
+
// Create new array with updated items
|
|
3507
|
+
const parentIndex = focusedIndex;
|
|
3508
|
+
const itemsBeforeParent = items.slice(0, parentIndex);
|
|
3509
|
+
const itemsAfterChildren = items.slice(parentIndex + updatedChildren.length);
|
|
3510
|
+
const updatedParent = {
|
|
3511
|
+
...items[parentIndex],
|
|
3512
|
+
setSize: (items[parentIndex]?.setSize || 0) + 1
|
|
3513
|
+
};
|
|
3514
|
+
return [...itemsBeforeParent, updatedParent, ...updatedChildren, ...itemsAfterChildren];
|
|
3515
|
+
};
|
|
3516
|
+
|
|
3517
|
+
const getNewDirentType = editingType => {
|
|
3518
|
+
switch (editingType) {
|
|
3519
|
+
case CreateFile:
|
|
3520
|
+
return EditingFile;
|
|
3521
|
+
case CreateFolder:
|
|
3522
|
+
return EditingFolder;
|
|
3523
|
+
default:
|
|
3524
|
+
return File;
|
|
3525
|
+
}
|
|
3526
|
+
};
|
|
3527
|
+
|
|
3528
|
+
const isFolder = direntType => {
|
|
3529
|
+
return direntType === Directory || direntType === DirectoryExpanded || direntType === SymLinkFolder;
|
|
3530
|
+
};
|
|
3531
|
+
const getFittingIndex = (dirents, startIndex) => {
|
|
3532
|
+
for (let i = startIndex; i >= 0; i--) {
|
|
3533
|
+
const dirent = dirents[i];
|
|
3534
|
+
if (isFolder(dirent.type)) {
|
|
3535
|
+
return i;
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3538
|
+
return -1;
|
|
3539
|
+
};
|
|
3540
|
+
const newDirent = async (state, editingType) => {
|
|
3541
|
+
// TODO do it like vscode, select position between folders and files
|
|
3542
|
+
const {
|
|
3543
|
+
focusedIndex,
|
|
3544
|
+
items,
|
|
3545
|
+
root
|
|
3546
|
+
} = state;
|
|
3547
|
+
const index = getFittingIndex(items, focusedIndex);
|
|
3548
|
+
const direntType = getNewDirentType(editingType);
|
|
3549
|
+
const newDirents = await getNewDirentsForNewDirent(items, index, direntType, root);
|
|
3550
|
+
const editingIndex = newDirents.findIndex(item => item.type === EditingFile || item.type === EditingFolder);
|
|
3551
|
+
return {
|
|
3552
|
+
...state,
|
|
3553
|
+
editingIndex,
|
|
3554
|
+
editingType,
|
|
3555
|
+
editingValue: '',
|
|
3556
|
+
focus: Input$1,
|
|
3557
|
+
focusedIndex: editingIndex,
|
|
3558
|
+
items: newDirents
|
|
3559
|
+
};
|
|
3560
|
+
};
|
|
3561
|
+
|
|
3562
|
+
// TODO much shared logic with newFolder
|
|
3563
|
+
const newFile = state => {
|
|
3564
|
+
return newDirent(state, CreateFile);
|
|
3565
|
+
};
|
|
3566
|
+
|
|
3567
|
+
const newFolder = state => {
|
|
3568
|
+
return newDirent(state, CreateFolder);
|
|
3569
|
+
};
|
|
3570
|
+
|
|
3571
|
+
const isExpanded = item => {
|
|
3572
|
+
return item.type === DirectoryExpanded || item.type === DirectoryExpanding;
|
|
3573
|
+
};
|
|
3574
|
+
|
|
3575
|
+
const getExpandedDirents = items => {
|
|
3576
|
+
return items.filter(isExpanded);
|
|
3577
|
+
};
|
|
3578
|
+
|
|
3579
|
+
const getPathDirentsMap = async allPaths => {
|
|
3580
|
+
const pathToDirents = Object.create(null);
|
|
3581
|
+
await Promise.all(allPaths.map(async path => {
|
|
3582
|
+
try {
|
|
3583
|
+
const dirents = await readDirWithFileTypes(path);
|
|
3584
|
+
pathToDirents[path] = dirents;
|
|
3585
|
+
} catch {
|
|
3586
|
+
// ignore
|
|
3587
|
+
}
|
|
3588
|
+
}));
|
|
3589
|
+
return pathToDirents;
|
|
3590
|
+
};
|
|
3591
|
+
|
|
3592
|
+
const restoreDirentType = (rawDirentType, path, expandedPaths) => {
|
|
3593
|
+
if (rawDirentType === Directory && expandedPaths.includes(path)) {
|
|
3594
|
+
return DirectoryExpanded;
|
|
3595
|
+
}
|
|
3596
|
+
return rawDirentType;
|
|
3597
|
+
};
|
|
3598
|
+
|
|
3599
|
+
const getProtoMapInternal = (root, pathToDirents, expandedPaths, depth) => {
|
|
3600
|
+
if (!(root in pathToDirents)) {
|
|
3601
|
+
return [];
|
|
3602
|
+
}
|
|
3603
|
+
const items = pathToDirents[root] || [];
|
|
3604
|
+
const protoMap = [];
|
|
3605
|
+
for (let i = 0; i < items.length; i++) {
|
|
3606
|
+
const item = items[i];
|
|
3607
|
+
const path = join2(root, item.name);
|
|
3608
|
+
const displayDirent = {
|
|
3609
|
+
depth,
|
|
3610
|
+
icon: '',
|
|
3611
|
+
name: item.name,
|
|
3612
|
+
path,
|
|
3613
|
+
posInSet: i + 1,
|
|
3614
|
+
selected: false,
|
|
3615
|
+
setSize: items.length,
|
|
3616
|
+
type: restoreDirentType(item.type, path, expandedPaths)
|
|
3617
|
+
};
|
|
3618
|
+
const children = getProtoMapInternal(path, pathToDirents, expandedPaths, depth + 1);
|
|
3619
|
+
protoMap.push(displayDirent, ...children);
|
|
3620
|
+
}
|
|
3621
|
+
return protoMap;
|
|
3622
|
+
};
|
|
3623
|
+
|
|
3624
|
+
const getProtoMap = (root, pathToDirents, expandedPaths) => {
|
|
3625
|
+
return getProtoMapInternal(root, pathToDirents, expandedPaths, 1);
|
|
3626
|
+
};
|
|
3627
|
+
|
|
3628
|
+
const sortPathDirentsMap = map => {
|
|
3629
|
+
const sortedMap = Object.create(null);
|
|
3630
|
+
for (const [key, value] of Object.entries(map)) {
|
|
3631
|
+
const sorted = sortExplorerItems(value);
|
|
3632
|
+
sortedMap[key] = sorted;
|
|
3633
|
+
}
|
|
3634
|
+
return sortedMap;
|
|
3635
|
+
};
|
|
3636
|
+
|
|
3637
|
+
const refresh = async state => {
|
|
3638
|
+
const {
|
|
3639
|
+
focusedIndex,
|
|
3640
|
+
items,
|
|
3641
|
+
root
|
|
3642
|
+
} = state;
|
|
3643
|
+
const expandedDirents = getExpandedDirents(items);
|
|
3644
|
+
const expandedPaths = getPaths(expandedDirents);
|
|
3645
|
+
const allPaths = [root, ...expandedPaths];
|
|
3646
|
+
const pathToDirents = await getPathDirentsMap(allPaths);
|
|
3647
|
+
const sortedPathDirents = sortPathDirentsMap(pathToDirents);
|
|
3648
|
+
const newItems = getProtoMap(root, sortedPathDirents, expandedPaths);
|
|
3649
|
+
let newFocusedIndex = focusedIndex;
|
|
3650
|
+
if (focusedIndex >= newItems.length) {
|
|
3651
|
+
newFocusedIndex = newItems.length - 1;
|
|
3652
|
+
}
|
|
3653
|
+
return {
|
|
3654
|
+
...state,
|
|
3655
|
+
focusedIndex: newFocusedIndex,
|
|
3656
|
+
items: newItems
|
|
3657
|
+
};
|
|
3658
|
+
};
|
|
3659
|
+
|
|
3660
|
+
const handleButtonClick = async (state, name) => {
|
|
3661
|
+
switch (name) {
|
|
3662
|
+
case CollapseAll$1:
|
|
3663
|
+
return collapseAll(state);
|
|
3664
|
+
case NewFile$1:
|
|
3665
|
+
return newFile(state);
|
|
3666
|
+
case NewFolder$1:
|
|
3667
|
+
return newFolder(state);
|
|
3668
|
+
case Refresh$1:
|
|
3669
|
+
return refresh(state);
|
|
3670
|
+
default:
|
|
3671
|
+
return state;
|
|
3672
|
+
}
|
|
3673
|
+
};
|
|
3674
|
+
|
|
3438
3675
|
class ExplorerError extends Error {
|
|
3439
3676
|
constructor(message) {
|
|
3440
3677
|
super(message);
|
|
@@ -3449,8 +3686,8 @@ const handleClickDirectoryExpanding = async (state, dirent, index, keepFocus) =>
|
|
|
3449
3686
|
dirent.icon = '';
|
|
3450
3687
|
return {
|
|
3451
3688
|
...state,
|
|
3452
|
-
|
|
3453
|
-
|
|
3689
|
+
focused: keepFocus,
|
|
3690
|
+
focusedIndex: index
|
|
3454
3691
|
};
|
|
3455
3692
|
};
|
|
3456
3693
|
|
|
@@ -3473,16 +3710,16 @@ const handleClickDirectoryExpanding = async (state, dirent, index, keepFocus) =>
|
|
|
3473
3710
|
|
|
3474
3711
|
const getClickFn = direntType => {
|
|
3475
3712
|
switch (direntType) {
|
|
3476
|
-
case File:
|
|
3477
|
-
case SymLinkFile:
|
|
3478
|
-
return handleClickFile;
|
|
3479
3713
|
case Directory:
|
|
3480
3714
|
case SymLinkFolder:
|
|
3481
3715
|
return handleClickDirectory;
|
|
3482
|
-
case DirectoryExpanding:
|
|
3483
|
-
return handleClickDirectoryExpanding;
|
|
3484
3716
|
case DirectoryExpanded:
|
|
3485
3717
|
return handleClickDirectoryExpanded;
|
|
3718
|
+
case DirectoryExpanding:
|
|
3719
|
+
return handleClickDirectoryExpanding;
|
|
3720
|
+
case File:
|
|
3721
|
+
case SymLinkFile:
|
|
3722
|
+
return handleClickFile;
|
|
3486
3723
|
case Symlink:
|
|
3487
3724
|
return handleClickSymLink;
|
|
3488
3725
|
case CharacterDevice:
|
|
@@ -3497,15 +3734,15 @@ const getClickFn = direntType => {
|
|
|
3497
3734
|
};
|
|
3498
3735
|
|
|
3499
3736
|
const resetEditing = {
|
|
3500
|
-
editingIndex: -1,
|
|
3501
|
-
editingValue: '',
|
|
3502
|
-
editingType: None$5,
|
|
3503
|
-
editingIcon: '',
|
|
3504
3737
|
editingErrorMessage: '',
|
|
3738
|
+
editingIcon: '',
|
|
3739
|
+
editingIndex: -1,
|
|
3505
3740
|
editingSelection: {
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
}
|
|
3741
|
+
end: 0,
|
|
3742
|
+
start: 0
|
|
3743
|
+
},
|
|
3744
|
+
editingType: None$5,
|
|
3745
|
+
editingValue: ''
|
|
3509
3746
|
};
|
|
3510
3747
|
|
|
3511
3748
|
// TODO viewlet should only have create and refresh functions
|
|
@@ -3525,13 +3762,12 @@ const resetEditing = {
|
|
|
3525
3762
|
|
|
3526
3763
|
const handleClick = async (state, index, keepFocus = false) => {
|
|
3527
3764
|
const {
|
|
3528
|
-
items
|
|
3529
|
-
minLineY
|
|
3765
|
+
items
|
|
3530
3766
|
} = state;
|
|
3531
3767
|
if (index === -1) {
|
|
3532
3768
|
return focusIndex(state, -1);
|
|
3533
3769
|
}
|
|
3534
|
-
const actualIndex = index
|
|
3770
|
+
const actualIndex = index;
|
|
3535
3771
|
const dirent = items[actualIndex];
|
|
3536
3772
|
if (!dirent) {
|
|
3537
3773
|
console.warn(`[explorer] dirent at index ${actualIndex} not found`, state);
|
|
@@ -3558,9 +3794,10 @@ const handleClick = async (state, index, keepFocus = false) => {
|
|
|
3558
3794
|
|
|
3559
3795
|
const getIndexFromPosition = (state, eventX, eventY) => {
|
|
3560
3796
|
const {
|
|
3561
|
-
y,
|
|
3562
3797
|
itemHeight,
|
|
3563
|
-
items
|
|
3798
|
+
items,
|
|
3799
|
+
minLineY,
|
|
3800
|
+
y
|
|
3564
3801
|
} = state;
|
|
3565
3802
|
const index = Math.floor((eventY - y) / itemHeight);
|
|
3566
3803
|
if (index < 0) {
|
|
@@ -3569,7 +3806,7 @@ const getIndexFromPosition = (state, eventX, eventY) => {
|
|
|
3569
3806
|
if (index >= items.length) {
|
|
3570
3807
|
return -1;
|
|
3571
3808
|
}
|
|
3572
|
-
return index;
|
|
3809
|
+
return index + minLineY;
|
|
3573
3810
|
};
|
|
3574
3811
|
|
|
3575
3812
|
/**
|
|
@@ -3633,7 +3870,7 @@ const handleClickAt = async (state, defaultPrevented, button, ctrlKey, shiftKey,
|
|
|
3633
3870
|
return state;
|
|
3634
3871
|
}
|
|
3635
3872
|
const index = getIndexFromPosition(state, eventX, eventY);
|
|
3636
|
-
if (index === -1) {
|
|
3873
|
+
if (index === -1 || index >= state.items.length) {
|
|
3637
3874
|
return {
|
|
3638
3875
|
...state,
|
|
3639
3876
|
focused: true,
|
|
@@ -3682,8 +3919,8 @@ const handleContextMenuAtIndex = async (state, index, x, y) => {
|
|
|
3682
3919
|
} = state;
|
|
3683
3920
|
const newState = {
|
|
3684
3921
|
...state,
|
|
3685
|
-
|
|
3686
|
-
|
|
3922
|
+
focused: false,
|
|
3923
|
+
focusedIndex: index
|
|
3687
3924
|
};
|
|
3688
3925
|
set(uid, state, newState);
|
|
3689
3926
|
await show2(uid, Explorer, x, y, {
|
|
@@ -3695,10 +3932,10 @@ const handleContextMenuAtIndex = async (state, index, x, y) => {
|
|
|
3695
3932
|
const handleContextMenuKeyboard = async state => {
|
|
3696
3933
|
const {
|
|
3697
3934
|
focusedIndex,
|
|
3698
|
-
|
|
3699
|
-
y,
|
|
3935
|
+
itemHeight,
|
|
3700
3936
|
minLineY,
|
|
3701
|
-
|
|
3937
|
+
x,
|
|
3938
|
+
y
|
|
3702
3939
|
} = state;
|
|
3703
3940
|
const menuX = x;
|
|
3704
3941
|
const menuY = y + (focusedIndex - minLineY + 1) * itemHeight;
|
|
@@ -3755,8 +3992,8 @@ const handleCut = async state => {
|
|
|
3755
3992
|
// TODO handle multiple files
|
|
3756
3993
|
// TODO if not file is selected, what happens?
|
|
3757
3994
|
const {
|
|
3758
|
-
|
|
3759
|
-
|
|
3995
|
+
focusedIndex,
|
|
3996
|
+
items
|
|
3760
3997
|
} = state;
|
|
3761
3998
|
const dirents = getSelectedItems(items, focusedIndex);
|
|
3762
3999
|
if (dirents.length === 0) {
|
|
@@ -3766,185 +4003,103 @@ const handleCut = async state => {
|
|
|
3766
4003
|
await writeNativeFiles('cut', files);
|
|
3767
4004
|
return {
|
|
3768
4005
|
...state,
|
|
3769
|
-
|
|
3770
|
-
|
|
4006
|
+
cutItems: files,
|
|
4007
|
+
pasteShouldMove: true
|
|
3771
4008
|
};
|
|
3772
4009
|
};
|
|
3773
4010
|
|
|
3774
|
-
const
|
|
3775
|
-
return state;
|
|
3776
|
-
};
|
|
3777
|
-
|
|
3778
|
-
const canBeDroppedInto = dirent => {
|
|
3779
|
-
if (!dirent) {
|
|
3780
|
-
return false;
|
|
3781
|
-
}
|
|
3782
|
-
switch (dirent.type) {
|
|
3783
|
-
case Directory:
|
|
3784
|
-
case DirectoryExpanded:
|
|
3785
|
-
case DirectoryExpanding:
|
|
3786
|
-
return true;
|
|
3787
|
-
default:
|
|
3788
|
-
return false;
|
|
3789
|
-
}
|
|
3790
|
-
};
|
|
3791
|
-
|
|
3792
|
-
const countInRange = (start, end) => {
|
|
3793
|
-
const items = [];
|
|
3794
|
-
for (let i = start; i <= end; i++) {
|
|
3795
|
-
items.push(i);
|
|
3796
|
-
}
|
|
3797
|
-
return items;
|
|
3798
|
-
};
|
|
3799
|
-
|
|
3800
|
-
const dropTargetFull = [-1];
|
|
3801
|
-
|
|
3802
|
-
const getNewDropTargets = (state, index) => {
|
|
3803
|
-
const {
|
|
3804
|
-
items
|
|
3805
|
-
} = state;
|
|
3806
|
-
if (index === -1) {
|
|
3807
|
-
return dropTargetFull;
|
|
3808
|
-
}
|
|
3809
|
-
const item = items[index];
|
|
3810
|
-
if (!canBeDroppedInto(item)) {
|
|
3811
|
-
const startIndex = getParentStartIndex(items, index);
|
|
3812
|
-
const endIndex = getParentEndIndex(items, index);
|
|
3813
|
-
return countInRange(startIndex, endIndex);
|
|
3814
|
-
}
|
|
3815
|
-
const newDropTargets = [index];
|
|
3816
|
-
return newDropTargets;
|
|
3817
|
-
};
|
|
3818
|
-
|
|
3819
|
-
const isEqual = (a, b) => {
|
|
3820
|
-
if (a.length !== b.length) {
|
|
3821
|
-
return false;
|
|
3822
|
-
}
|
|
3823
|
-
const {
|
|
3824
|
-
length
|
|
3825
|
-
} = a;
|
|
3826
|
-
for (let i = 0; i < length; i++) {
|
|
3827
|
-
if (a[i] !== b[i]) {
|
|
3828
|
-
return false;
|
|
3829
|
-
}
|
|
3830
|
-
}
|
|
3831
|
-
return true;
|
|
3832
|
-
};
|
|
3833
|
-
|
|
3834
|
-
const handleDragOverIndex = (state, index) => {
|
|
3835
|
-
const {
|
|
3836
|
-
dropTargets
|
|
3837
|
-
} = state;
|
|
3838
|
-
const newDropTargets = getNewDropTargets(state, index);
|
|
3839
|
-
if (isEqual(dropTargets, newDropTargets)) {
|
|
3840
|
-
return state;
|
|
3841
|
-
}
|
|
4011
|
+
const handleDragEnd = state => {
|
|
3842
4012
|
return {
|
|
3843
4013
|
...state,
|
|
3844
|
-
dropTargets:
|
|
4014
|
+
dropTargets: []
|
|
3845
4015
|
};
|
|
3846
4016
|
};
|
|
3847
4017
|
|
|
3848
|
-
const
|
|
3849
|
-
number(x);
|
|
3850
|
-
number(y);
|
|
3851
|
-
const index = getIndexFromPosition(state, x, y);
|
|
3852
|
-
return handleDragOverIndex(state, index);
|
|
3853
|
-
};
|
|
3854
|
-
|
|
3855
|
-
const handleDragStart = state => {
|
|
4018
|
+
const handleDragLeave = state => {
|
|
3856
4019
|
return state;
|
|
3857
4020
|
};
|
|
3858
4021
|
|
|
3859
|
-
const
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
try {
|
|
3871
|
-
const dirents = await readDirWithFileTypes(path);
|
|
3872
|
-
pathToDirents[path] = dirents;
|
|
3873
|
-
} catch {
|
|
3874
|
-
// ignore
|
|
3875
|
-
}
|
|
3876
|
-
}));
|
|
3877
|
-
return pathToDirents;
|
|
3878
|
-
};
|
|
3879
|
-
|
|
3880
|
-
const restoreDirentType = (rawDirentType, path, expandedPaths) => {
|
|
3881
|
-
if (rawDirentType === Directory && expandedPaths.includes(path)) {
|
|
3882
|
-
return DirectoryExpanded;
|
|
3883
|
-
}
|
|
3884
|
-
return rawDirentType;
|
|
3885
|
-
};
|
|
3886
|
-
|
|
3887
|
-
const getProtoMapInternal = (root, pathToDirents, expandedPaths, depth) => {
|
|
3888
|
-
if (!(root in pathToDirents)) {
|
|
3889
|
-
return [];
|
|
3890
|
-
}
|
|
3891
|
-
const items = pathToDirents[root] || [];
|
|
3892
|
-
const protoMap = [];
|
|
3893
|
-
for (let i = 0; i < items.length; i++) {
|
|
3894
|
-
const item = items[i];
|
|
3895
|
-
const path = join2(root, item.name);
|
|
3896
|
-
const displayDirent = {
|
|
3897
|
-
name: item.name,
|
|
3898
|
-
posInSet: i + 1,
|
|
3899
|
-
setSize: items.length,
|
|
3900
|
-
depth,
|
|
3901
|
-
type: restoreDirentType(item.type, path, expandedPaths),
|
|
3902
|
-
path,
|
|
3903
|
-
icon: '',
|
|
3904
|
-
selected: false
|
|
3905
|
-
};
|
|
3906
|
-
const children = getProtoMapInternal(path, pathToDirents, expandedPaths, depth + 1);
|
|
3907
|
-
protoMap.push(displayDirent, ...children);
|
|
4022
|
+
const canBeDroppedInto = dirent => {
|
|
4023
|
+
if (!dirent) {
|
|
4024
|
+
return false;
|
|
4025
|
+
}
|
|
4026
|
+
switch (dirent.type) {
|
|
4027
|
+
case Directory:
|
|
4028
|
+
case DirectoryExpanded:
|
|
4029
|
+
case DirectoryExpanding:
|
|
4030
|
+
return true;
|
|
4031
|
+
default:
|
|
4032
|
+
return false;
|
|
3908
4033
|
}
|
|
3909
|
-
return protoMap;
|
|
3910
4034
|
};
|
|
3911
4035
|
|
|
3912
|
-
const
|
|
3913
|
-
|
|
4036
|
+
const countInRange = (start, end) => {
|
|
4037
|
+
const items = [];
|
|
4038
|
+
for (let i = start; i <= end; i++) {
|
|
4039
|
+
items.push(i);
|
|
4040
|
+
}
|
|
4041
|
+
return items;
|
|
3914
4042
|
};
|
|
3915
4043
|
|
|
3916
|
-
const
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
4044
|
+
const dropTargetFull = [-1];
|
|
4045
|
+
|
|
4046
|
+
const getNewDropTargets = (state, index) => {
|
|
4047
|
+
const {
|
|
4048
|
+
items
|
|
4049
|
+
} = state;
|
|
4050
|
+
if (index === -1) {
|
|
4051
|
+
return dropTargetFull;
|
|
3921
4052
|
}
|
|
3922
|
-
|
|
4053
|
+
const item = items[index];
|
|
4054
|
+
if (!canBeDroppedInto(item)) {
|
|
4055
|
+
const startIndex = getParentStartIndex(items, index);
|
|
4056
|
+
const endIndex = getParentEndIndex(items, index);
|
|
4057
|
+
return countInRange(startIndex, endIndex);
|
|
4058
|
+
}
|
|
4059
|
+
const newDropTargets = [index];
|
|
4060
|
+
return newDropTargets;
|
|
3923
4061
|
};
|
|
3924
4062
|
|
|
3925
|
-
const
|
|
4063
|
+
const isEqual = (a, b) => {
|
|
4064
|
+
if (a.length !== b.length) {
|
|
4065
|
+
return false;
|
|
4066
|
+
}
|
|
3926
4067
|
const {
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
4068
|
+
length
|
|
4069
|
+
} = a;
|
|
4070
|
+
for (let i = 0; i < length; i++) {
|
|
4071
|
+
if (a[i] !== b[i]) {
|
|
4072
|
+
return false;
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
return true;
|
|
4076
|
+
};
|
|
4077
|
+
|
|
4078
|
+
const handleDragOverIndex = (state, index) => {
|
|
4079
|
+
const {
|
|
4080
|
+
dropTargets
|
|
3930
4081
|
} = state;
|
|
3931
|
-
const
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
const pathToDirents = await getPathDirentsMap(allPaths);
|
|
3935
|
-
const sortedPathDirents = sortPathDirentsMap(pathToDirents);
|
|
3936
|
-
const newItems = getProtoMap(root, sortedPathDirents, expandedPaths);
|
|
3937
|
-
let newFocusedIndex = focusedIndex;
|
|
3938
|
-
if (focusedIndex >= newItems.length) {
|
|
3939
|
-
newFocusedIndex = newItems.length - 1;
|
|
4082
|
+
const newDropTargets = getNewDropTargets(state, index);
|
|
4083
|
+
if (isEqual(dropTargets, newDropTargets)) {
|
|
4084
|
+
return state;
|
|
3940
4085
|
}
|
|
3941
4086
|
return {
|
|
3942
4087
|
...state,
|
|
3943
|
-
|
|
3944
|
-
items: newItems
|
|
4088
|
+
dropTargets: newDropTargets
|
|
3945
4089
|
};
|
|
3946
4090
|
};
|
|
3947
4091
|
|
|
4092
|
+
const handleDragOver = (state, x, y) => {
|
|
4093
|
+
number(x);
|
|
4094
|
+
number(y);
|
|
4095
|
+
const index = getIndexFromPosition(state, x, y);
|
|
4096
|
+
return handleDragOverIndex(state, index);
|
|
4097
|
+
};
|
|
4098
|
+
|
|
4099
|
+
const handleDragStart = state => {
|
|
4100
|
+
return state;
|
|
4101
|
+
};
|
|
4102
|
+
|
|
3948
4103
|
const getChildHandles = async fileHandle => {
|
|
3949
4104
|
// @ts-ignore
|
|
3950
4105
|
const values = fileHandle.values();
|
|
@@ -3992,15 +4147,15 @@ const getFileOperations = (root, uploadTree) => {
|
|
|
3992
4147
|
const fullPath = currentPath ? join2(currentPath, path) : path;
|
|
3993
4148
|
if (typeof value === 'object') {
|
|
3994
4149
|
operations.push({
|
|
3995
|
-
|
|
3996
|
-
|
|
4150
|
+
path: join2(root, fullPath),
|
|
4151
|
+
type: CreateFolder$1
|
|
3997
4152
|
});
|
|
3998
4153
|
processTree(value, fullPath);
|
|
3999
4154
|
} else if (typeof value === 'string') {
|
|
4000
4155
|
operations.push({
|
|
4001
|
-
type: CreateFile$1,
|
|
4002
4156
|
path: join2(root, fullPath),
|
|
4003
|
-
text: value
|
|
4157
|
+
text: value,
|
|
4158
|
+
type: CreateFile$1
|
|
4004
4159
|
});
|
|
4005
4160
|
}
|
|
4006
4161
|
}
|
|
@@ -4032,9 +4187,9 @@ const getMergedDirents$2 = async (root, pathSeparator, dirents) => {
|
|
|
4032
4187
|
};
|
|
4033
4188
|
const handleDrop$2 = async (state, fileHandles, files) => {
|
|
4034
4189
|
const {
|
|
4035
|
-
|
|
4190
|
+
items,
|
|
4036
4191
|
pathSeparator,
|
|
4037
|
-
|
|
4192
|
+
root
|
|
4038
4193
|
} = state;
|
|
4039
4194
|
const handled = await uploadFileSystemHandles(root, pathSeparator, fileHandles);
|
|
4040
4195
|
if (handled) {
|
|
@@ -4047,8 +4202,8 @@ const handleDrop$2 = async (state, fileHandles, files) => {
|
|
|
4047
4202
|
const mergedDirents = await getMergedDirents$2(root, pathSeparator, items);
|
|
4048
4203
|
return {
|
|
4049
4204
|
...state,
|
|
4050
|
-
|
|
4051
|
-
|
|
4205
|
+
dropTargets: [],
|
|
4206
|
+
items: mergedDirents
|
|
4052
4207
|
};
|
|
4053
4208
|
};
|
|
4054
4209
|
|
|
@@ -4061,9 +4216,9 @@ const getFileOperationsElectron = async (root, paths, fileHandles, pathSeparator
|
|
|
4061
4216
|
} = fileHandle;
|
|
4062
4217
|
const path = paths[i];
|
|
4063
4218
|
operations.push({
|
|
4064
|
-
|
|
4219
|
+
from: path,
|
|
4065
4220
|
path: join(pathSeparator, root, name),
|
|
4066
|
-
|
|
4221
|
+
type: Copy$1
|
|
4067
4222
|
});
|
|
4068
4223
|
}
|
|
4069
4224
|
return operations;
|
|
@@ -4086,16 +4241,16 @@ const getMergedDirents$1 = async (root, pathSeparator, dirents) => {
|
|
|
4086
4241
|
};
|
|
4087
4242
|
const handleDrop$1 = async (state, fileHandles, files, paths) => {
|
|
4088
4243
|
const {
|
|
4089
|
-
|
|
4244
|
+
items,
|
|
4090
4245
|
pathSeparator,
|
|
4091
|
-
|
|
4246
|
+
root
|
|
4092
4247
|
} = state;
|
|
4093
4248
|
await copyFilesElectron(root, fileHandles, files, paths);
|
|
4094
4249
|
const mergedDirents = await getMergedDirents$1(root, pathSeparator, items);
|
|
4095
4250
|
return {
|
|
4096
4251
|
...state,
|
|
4097
|
-
|
|
4098
|
-
|
|
4252
|
+
dropTargets: [],
|
|
4253
|
+
items: mergedDirents
|
|
4099
4254
|
};
|
|
4100
4255
|
};
|
|
4101
4256
|
|
|
@@ -4132,8 +4287,8 @@ const getMergedDirents = (items, index, dirent, childDirents) => {
|
|
|
4132
4287
|
};
|
|
4133
4288
|
const handleDropIntoFolder = async (state, dirent, index, fileHandles, files, paths) => {
|
|
4134
4289
|
const {
|
|
4135
|
-
|
|
4136
|
-
|
|
4290
|
+
items,
|
|
4291
|
+
pathSeparator
|
|
4137
4292
|
} = state;
|
|
4138
4293
|
// @ts-ignore
|
|
4139
4294
|
for (const file of fileHandles) {
|
|
@@ -4148,8 +4303,8 @@ const handleDropIntoFolder = async (state, dirent, index, fileHandles, files, pa
|
|
|
4148
4303
|
// TODO update maxlineY
|
|
4149
4304
|
return {
|
|
4150
4305
|
...state,
|
|
4151
|
-
|
|
4152
|
-
|
|
4306
|
+
dropTargets: [],
|
|
4307
|
+
items: mergedDirents
|
|
4153
4308
|
};
|
|
4154
4309
|
};
|
|
4155
4310
|
const handleDropIntoFile = (state, dirent, index, fileHandles, files, paths) => {
|
|
@@ -4248,8 +4403,8 @@ const handleFocus = async state => {
|
|
|
4248
4403
|
const updateIcons = async state => {
|
|
4249
4404
|
const {
|
|
4250
4405
|
items,
|
|
4251
|
-
|
|
4252
|
-
|
|
4406
|
+
maxLineY,
|
|
4407
|
+
minLineY
|
|
4253
4408
|
} = state;
|
|
4254
4409
|
const visible = items.slice(minLineY, maxLineY);
|
|
4255
4410
|
const {
|
|
@@ -4258,8 +4413,8 @@ const updateIcons = async state => {
|
|
|
4258
4413
|
} = await getFileIcons(visible, Object.create(null));
|
|
4259
4414
|
return {
|
|
4260
4415
|
...state,
|
|
4261
|
-
|
|
4262
|
-
|
|
4416
|
+
fileIconCache: newFileIconCache,
|
|
4417
|
+
icons
|
|
4263
4418
|
};
|
|
4264
4419
|
};
|
|
4265
4420
|
|
|
@@ -4317,10 +4472,10 @@ const isAscii = key => {
|
|
|
4317
4472
|
let timeout;
|
|
4318
4473
|
const handleKeyDown = (state, key) => {
|
|
4319
4474
|
const {
|
|
4320
|
-
focusWord,
|
|
4321
|
-
items,
|
|
4322
4475
|
focusedIndex,
|
|
4323
|
-
|
|
4476
|
+
focusWord,
|
|
4477
|
+
focusWordTimeout,
|
|
4478
|
+
items
|
|
4324
4479
|
} = state;
|
|
4325
4480
|
if (focusWord && key === '') {
|
|
4326
4481
|
return cancelTypeAhead(state);
|
|
@@ -4347,8 +4502,8 @@ const handleKeyDown = (state, key) => {
|
|
|
4347
4502
|
}
|
|
4348
4503
|
return {
|
|
4349
4504
|
...state,
|
|
4350
|
-
|
|
4351
|
-
|
|
4505
|
+
focusedIndex: matchingIndex,
|
|
4506
|
+
focusWord: newFocusWord
|
|
4352
4507
|
};
|
|
4353
4508
|
};
|
|
4354
4509
|
|
|
@@ -4358,40 +4513,40 @@ const scrollInto = (index, minLineY, maxLineY) => {
|
|
|
4358
4513
|
const largerHalf = diff - smallerHalf;
|
|
4359
4514
|
if (index < minLineY) {
|
|
4360
4515
|
return {
|
|
4361
|
-
|
|
4362
|
-
|
|
4516
|
+
newMaxLineY: index + largerHalf,
|
|
4517
|
+
newMinLineY: index - smallerHalf
|
|
4363
4518
|
};
|
|
4364
4519
|
}
|
|
4365
4520
|
if (index >= maxLineY) {
|
|
4366
4521
|
return {
|
|
4367
|
-
|
|
4368
|
-
|
|
4522
|
+
newMaxLineY: index + largerHalf,
|
|
4523
|
+
newMinLineY: index - smallerHalf
|
|
4369
4524
|
};
|
|
4370
4525
|
}
|
|
4371
4526
|
return {
|
|
4372
|
-
|
|
4373
|
-
|
|
4527
|
+
newMaxLineY: maxLineY,
|
|
4528
|
+
newMinLineY: minLineY
|
|
4374
4529
|
};
|
|
4375
4530
|
};
|
|
4376
4531
|
|
|
4377
4532
|
const adjustScrollAfterPaste = (state, focusedIndex) => {
|
|
4378
4533
|
const {
|
|
4379
|
-
|
|
4534
|
+
itemHeight,
|
|
4380
4535
|
maxLineY,
|
|
4381
|
-
|
|
4536
|
+
minLineY
|
|
4382
4537
|
} = state;
|
|
4383
4538
|
const {
|
|
4384
|
-
|
|
4385
|
-
|
|
4539
|
+
newMaxLineY,
|
|
4540
|
+
newMinLineY
|
|
4386
4541
|
} = scrollInto(focusedIndex, minLineY, maxLineY);
|
|
4387
4542
|
const newDeltaY = newMinLineY * itemHeight;
|
|
4388
4543
|
return {
|
|
4389
4544
|
...state,
|
|
4390
|
-
|
|
4545
|
+
deltaY: newDeltaY,
|
|
4391
4546
|
focused: true,
|
|
4392
|
-
|
|
4547
|
+
focusedIndex,
|
|
4393
4548
|
maxLineY: newMaxLineY,
|
|
4394
|
-
|
|
4549
|
+
minLineY: newMinLineY
|
|
4395
4550
|
};
|
|
4396
4551
|
};
|
|
4397
4552
|
|
|
@@ -4440,18 +4595,18 @@ const getFileOperationsCopy = (root, existingUris, files, focusedUri) => {
|
|
|
4440
4595
|
const baseName = getBaseName('/', file);
|
|
4441
4596
|
if (existingUris.includes(file)) {
|
|
4442
4597
|
operations.push({
|
|
4443
|
-
type: Rename$2,
|
|
4444
4598
|
from: file,
|
|
4445
|
-
path: join2(focusedUri, baseName)
|
|
4599
|
+
path: join2(focusedUri, baseName),
|
|
4600
|
+
type: Rename$2
|
|
4446
4601
|
});
|
|
4447
4602
|
} else {
|
|
4448
4603
|
const uniqueName = generateUniqueName(baseName, existingUris, root);
|
|
4449
4604
|
const newUri = join2(root, uniqueName);
|
|
4450
4605
|
operations.push({
|
|
4451
|
-
type: Copy$1,
|
|
4452
4606
|
from: file,
|
|
4453
4607
|
// TODO ensure file is uri
|
|
4454
|
-
path: newUri
|
|
4608
|
+
path: newUri,
|
|
4609
|
+
type: Copy$1
|
|
4455
4610
|
});
|
|
4456
4611
|
}
|
|
4457
4612
|
}
|
|
@@ -4467,9 +4622,9 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
4467
4622
|
|
|
4468
4623
|
// TODO use file operations and bulk edit
|
|
4469
4624
|
const {
|
|
4625
|
+
focusedIndex,
|
|
4470
4626
|
items,
|
|
4471
|
-
root
|
|
4472
|
-
focusedIndex
|
|
4627
|
+
root
|
|
4473
4628
|
} = state;
|
|
4474
4629
|
const focusedUri = items[focusedIndex]?.path || root;
|
|
4475
4630
|
const existingUris = items.map(item => item.path);
|
|
@@ -4514,9 +4669,9 @@ const getOperations = (toUri, files) => {
|
|
|
4514
4669
|
const baseName = getBaseName('/', file);
|
|
4515
4670
|
const newUri = join2(toUri, baseName);
|
|
4516
4671
|
operations.push({
|
|
4517
|
-
type: Rename$2,
|
|
4518
4672
|
from: file,
|
|
4519
|
-
path: newUri
|
|
4673
|
+
path: newUri,
|
|
4674
|
+
type: Rename$2
|
|
4520
4675
|
});
|
|
4521
4676
|
}
|
|
4522
4677
|
return operations;
|
|
@@ -4529,10 +4684,10 @@ const getTargetUri = (root, items, index) => {
|
|
|
4529
4684
|
};
|
|
4530
4685
|
const handlePasteCut = async (state, nativeFiles) => {
|
|
4531
4686
|
const {
|
|
4532
|
-
|
|
4533
|
-
pathSeparator,
|
|
4687
|
+
focusedIndex,
|
|
4534
4688
|
items,
|
|
4535
|
-
|
|
4689
|
+
pathSeparator,
|
|
4690
|
+
root
|
|
4536
4691
|
} = state;
|
|
4537
4692
|
// TODO root is not necessrily target uri
|
|
4538
4693
|
const targetUri = getTargetUri(root, items, focusedIndex);
|
|
@@ -4551,15 +4706,15 @@ const handlePasteCut = async (state, nativeFiles) => {
|
|
|
4551
4706
|
const adjustedState = adjustScrollAfterPaste(latestState, pastedFileIndex);
|
|
4552
4707
|
return {
|
|
4553
4708
|
...adjustedState,
|
|
4554
|
-
|
|
4555
|
-
|
|
4709
|
+
cutItems: [],
|
|
4710
|
+
pasteShouldMove: false
|
|
4556
4711
|
};
|
|
4557
4712
|
}
|
|
4558
4713
|
}
|
|
4559
4714
|
return {
|
|
4560
4715
|
...latestState,
|
|
4561
|
-
|
|
4562
|
-
|
|
4716
|
+
cutItems: [],
|
|
4717
|
+
pasteShouldMove: false
|
|
4563
4718
|
};
|
|
4564
4719
|
};
|
|
4565
4720
|
|
|
@@ -4600,9 +4755,9 @@ const handlePointerDown = (state, button, x, y) => {
|
|
|
4600
4755
|
if (button === LeftClick && index === -1) {
|
|
4601
4756
|
return {
|
|
4602
4757
|
...state,
|
|
4758
|
+
focus: List,
|
|
4603
4759
|
focused: true,
|
|
4604
|
-
focusedIndex: -1
|
|
4605
|
-
focus: List
|
|
4760
|
+
focusedIndex: -1
|
|
4606
4761
|
};
|
|
4607
4762
|
}
|
|
4608
4763
|
return state;
|
|
@@ -4610,8 +4765,8 @@ const handlePointerDown = (state, button, x, y) => {
|
|
|
4610
4765
|
|
|
4611
4766
|
const handleUpload = async (state, dirents) => {
|
|
4612
4767
|
const {
|
|
4613
|
-
|
|
4614
|
-
|
|
4768
|
+
pathSeparator,
|
|
4769
|
+
root
|
|
4615
4770
|
} = state;
|
|
4616
4771
|
for (const dirent of dirents) {
|
|
4617
4772
|
// TODO switch
|
|
@@ -4629,8 +4784,8 @@ const handleUpload = async (state, dirents) => {
|
|
|
4629
4784
|
|
|
4630
4785
|
const setDeltaY = async (state, deltaY) => {
|
|
4631
4786
|
const {
|
|
4632
|
-
itemHeight,
|
|
4633
4787
|
height,
|
|
4788
|
+
itemHeight,
|
|
4634
4789
|
items
|
|
4635
4790
|
} = state;
|
|
4636
4791
|
if (deltaY < 0) {
|
|
@@ -4711,10 +4866,10 @@ const getSettings = async () => {
|
|
|
4711
4866
|
const sourceControlDecorationsRaw = await invoke$2('Preferences.get', 'explorer.sourceControlDecorations');
|
|
4712
4867
|
const sourceControlDecorations = sourceControlDecorationsRaw === false ? false : true;
|
|
4713
4868
|
return {
|
|
4714
|
-
useChevrons,
|
|
4715
4869
|
confirmDelete,
|
|
4716
4870
|
confirmPaste,
|
|
4717
|
-
sourceControlDecorations
|
|
4871
|
+
sourceControlDecorations,
|
|
4872
|
+
useChevrons
|
|
4718
4873
|
};
|
|
4719
4874
|
};
|
|
4720
4875
|
|
|
@@ -4744,22 +4899,22 @@ const getSavedChildDirents = (map, path, depth, excluded, pathSeparator) => {
|
|
|
4744
4899
|
if ((child.type === Directory || child.type === SymLinkFolder) && childPath in map) {
|
|
4745
4900
|
dirents.push({
|
|
4746
4901
|
depth,
|
|
4747
|
-
posInSet: i + 1,
|
|
4748
|
-
setSize: visibleLength,
|
|
4749
4902
|
icon: '',
|
|
4750
4903
|
name,
|
|
4751
4904
|
path: childPath,
|
|
4905
|
+
posInSet: i + 1,
|
|
4906
|
+
setSize: visibleLength,
|
|
4752
4907
|
type: DirectoryExpanded
|
|
4753
4908
|
});
|
|
4754
4909
|
dirents.push(...getSavedChildDirents(map, childPath, depth + 1, excluded, pathSeparator));
|
|
4755
4910
|
} else {
|
|
4756
4911
|
dirents.push({
|
|
4757
4912
|
depth,
|
|
4758
|
-
posInSet: i + 1,
|
|
4759
|
-
setSize: visibleLength,
|
|
4760
4913
|
icon: '',
|
|
4761
4914
|
name,
|
|
4762
4915
|
path: childPath,
|
|
4916
|
+
posInSet: i + 1,
|
|
4917
|
+
setSize: visibleLength,
|
|
4763
4918
|
type
|
|
4764
4919
|
});
|
|
4765
4920
|
}
|
|
@@ -4829,9 +4984,9 @@ const getSavedRoot = (savedState, workspacePath) => {
|
|
|
4829
4984
|
};
|
|
4830
4985
|
const loadContent = async (state, savedState) => {
|
|
4831
4986
|
const {
|
|
4832
|
-
useChevrons,
|
|
4833
4987
|
confirmDelete,
|
|
4834
|
-
sourceControlDecorations
|
|
4988
|
+
sourceControlDecorations,
|
|
4989
|
+
useChevrons
|
|
4835
4990
|
} = await getSettings();
|
|
4836
4991
|
const workspacePath = await getWorkspacePath();
|
|
4837
4992
|
const root = getSavedRoot(savedState, workspacePath);
|
|
@@ -4907,168 +5062,46 @@ const createIconThemeWorkerRpc = async () => {
|
|
|
4907
5062
|
const rpc = await TransferMessagePortRpcParent.create({
|
|
4908
5063
|
commandMap: {},
|
|
4909
5064
|
send: send$1
|
|
4910
|
-
});
|
|
4911
|
-
return rpc;
|
|
4912
|
-
} catch (error) {
|
|
4913
|
-
throw new VError(error, `Failed to create icon theme worker rpc`);
|
|
4914
|
-
}
|
|
4915
|
-
};
|
|
4916
|
-
|
|
4917
|
-
const initializeIconThemeWorker = async () => {
|
|
4918
|
-
const rpc = await createIconThemeWorkerRpc();
|
|
4919
|
-
set$4(rpc);
|
|
4920
|
-
};
|
|
4921
|
-
|
|
4922
|
-
const send = port => {
|
|
4923
|
-
// @ts-ignore
|
|
4924
|
-
return sendMessagePortToSourceControlWorker(port);
|
|
4925
|
-
};
|
|
4926
|
-
const createSourceControlWorkerRpc = async () => {
|
|
4927
|
-
try {
|
|
4928
|
-
const rpc = await TransferMessagePortRpcParent.create({
|
|
4929
|
-
commandMap: {},
|
|
4930
|
-
send
|
|
4931
|
-
});
|
|
4932
|
-
return rpc;
|
|
4933
|
-
} catch (error) {
|
|
4934
|
-
throw new VError(error, `Failed to create source control worker rpc`);
|
|
4935
|
-
}
|
|
4936
|
-
};
|
|
4937
|
-
|
|
4938
|
-
const initializeSourceControlWorker = async () => {
|
|
4939
|
-
try {
|
|
4940
|
-
const rpc = await createSourceControlWorkerRpc();
|
|
4941
|
-
// TODO
|
|
4942
|
-
set$2(rpc);
|
|
4943
|
-
} catch {
|
|
4944
|
-
// ignore
|
|
4945
|
-
}
|
|
4946
|
-
};
|
|
4947
|
-
|
|
4948
|
-
const initialize = async () => {
|
|
4949
|
-
await Promise.all([initializeFileSystemWorker(), initializeIconThemeWorker(), initializeSourceControlWorker()]);
|
|
4950
|
-
};
|
|
4951
|
-
|
|
4952
|
-
const getNewChildDirentsForNewDirent = async (items, depth, parentPath, direntType) => {
|
|
4953
|
-
// Get existing children or query them if they don't exist
|
|
4954
|
-
let existingChildren = items.filter(item => item.depth === depth && item.path.startsWith(parentPath));
|
|
4955
|
-
if (existingChildren.length === 0) {
|
|
4956
|
-
const childDirents = await readDirWithFileTypes(parentPath);
|
|
4957
|
-
existingChildren = childDirents.map((dirent, index) => ({
|
|
4958
|
-
name: dirent.name,
|
|
4959
|
-
type: dirent.type,
|
|
4960
|
-
path: join2(parentPath, dirent.name),
|
|
4961
|
-
depth,
|
|
4962
|
-
selected: false,
|
|
4963
|
-
posInSet: index + 1,
|
|
4964
|
-
setSize: childDirents.length,
|
|
4965
|
-
icon: ''
|
|
4966
|
-
}));
|
|
4967
|
-
}
|
|
4968
|
-
const updatedChildren = existingChildren.map((child, index) => ({
|
|
4969
|
-
...child,
|
|
4970
|
-
posInSet: index + 1,
|
|
4971
|
-
setSize: existingChildren.length + 2
|
|
4972
|
-
}));
|
|
4973
|
-
const newDirent = {
|
|
4974
|
-
name: '',
|
|
4975
|
-
type: direntType,
|
|
4976
|
-
path: parentPath,
|
|
4977
|
-
depth,
|
|
4978
|
-
selected: false,
|
|
4979
|
-
posInSet: updatedChildren.length + 1,
|
|
4980
|
-
setSize: existingChildren.length + 2,
|
|
4981
|
-
icon: ''
|
|
4982
|
-
};
|
|
4983
|
-
const allChildDirents = [...updatedChildren, newDirent];
|
|
4984
|
-
return allChildDirents;
|
|
4985
|
-
};
|
|
4986
|
-
|
|
4987
|
-
const getNewDirentsForNewDirent = async (items, focusedIndex, type, root) => {
|
|
4988
|
-
if (items.length === 0 || focusedIndex === -1) {
|
|
4989
|
-
const newDirent = {
|
|
4990
|
-
name: '',
|
|
4991
|
-
type,
|
|
4992
|
-
path: root,
|
|
4993
|
-
depth: 0,
|
|
4994
|
-
selected: false,
|
|
4995
|
-
posInSet: 1,
|
|
4996
|
-
setSize: 1,
|
|
4997
|
-
icon: ''
|
|
4998
|
-
};
|
|
4999
|
-
return [...items, newDirent];
|
|
5000
|
-
}
|
|
5001
|
-
const focusedItem = items[focusedIndex];
|
|
5002
|
-
if (!focusedItem) {
|
|
5003
|
-
return items;
|
|
5004
|
-
}
|
|
5005
|
-
const parentPath = focusedItem.path;
|
|
5006
|
-
const depth = focusedItem.depth + 1;
|
|
5007
|
-
const updatedChildren = await getNewChildDirentsForNewDirent(items, depth, parentPath, type);
|
|
5008
|
-
|
|
5009
|
-
// Create new array with updated items
|
|
5010
|
-
const parentIndex = focusedIndex;
|
|
5011
|
-
const itemsBeforeParent = items.slice(0, parentIndex);
|
|
5012
|
-
const itemsAfterChildren = items.slice(parentIndex + updatedChildren.length);
|
|
5013
|
-
const updatedParent = {
|
|
5014
|
-
...items[parentIndex],
|
|
5015
|
-
setSize: (items[parentIndex]?.setSize || 0) + 1
|
|
5016
|
-
};
|
|
5017
|
-
return [...itemsBeforeParent, updatedParent, ...updatedChildren, ...itemsAfterChildren];
|
|
5065
|
+
});
|
|
5066
|
+
return rpc;
|
|
5067
|
+
} catch (error) {
|
|
5068
|
+
throw new VError(error, `Failed to create icon theme worker rpc`);
|
|
5069
|
+
}
|
|
5018
5070
|
};
|
|
5019
5071
|
|
|
5020
|
-
const
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
return EditingFile;
|
|
5024
|
-
case CreateFolder:
|
|
5025
|
-
return EditingFolder;
|
|
5026
|
-
default:
|
|
5027
|
-
return File;
|
|
5028
|
-
}
|
|
5072
|
+
const initializeIconThemeWorker = async () => {
|
|
5073
|
+
const rpc = await createIconThemeWorkerRpc();
|
|
5074
|
+
set$4(rpc);
|
|
5029
5075
|
};
|
|
5030
5076
|
|
|
5031
|
-
const
|
|
5032
|
-
|
|
5077
|
+
const send = port => {
|
|
5078
|
+
// @ts-ignore
|
|
5079
|
+
return sendMessagePortToSourceControlWorker(port);
|
|
5033
5080
|
};
|
|
5034
|
-
const
|
|
5035
|
-
|
|
5036
|
-
const
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
}
|
|
5081
|
+
const createSourceControlWorkerRpc = async () => {
|
|
5082
|
+
try {
|
|
5083
|
+
const rpc = await TransferMessagePortRpcParent.create({
|
|
5084
|
+
commandMap: {},
|
|
5085
|
+
send
|
|
5086
|
+
});
|
|
5087
|
+
return rpc;
|
|
5088
|
+
} catch (error) {
|
|
5089
|
+
throw new VError(error, `Failed to create source control worker rpc`);
|
|
5040
5090
|
}
|
|
5041
|
-
return -1;
|
|
5042
|
-
};
|
|
5043
|
-
const newDirent = async (state, editingType) => {
|
|
5044
|
-
// TODO do it like vscode, select position between folders and files
|
|
5045
|
-
const {
|
|
5046
|
-
root,
|
|
5047
|
-
focusedIndex,
|
|
5048
|
-
items
|
|
5049
|
-
} = state;
|
|
5050
|
-
const index = getFittingIndex(items, focusedIndex);
|
|
5051
|
-
const direntType = getNewDirentType(editingType);
|
|
5052
|
-
const newDirents = await getNewDirentsForNewDirent(items, index, direntType, root);
|
|
5053
|
-
const editingIndex = newDirents.findIndex(item => item.type === EditingFile || item.type === EditingFolder);
|
|
5054
|
-
return {
|
|
5055
|
-
...state,
|
|
5056
|
-
editingIndex,
|
|
5057
|
-
editingType,
|
|
5058
|
-
editingValue: '',
|
|
5059
|
-
focus: Input$1,
|
|
5060
|
-
focusedIndex: editingIndex,
|
|
5061
|
-
items: newDirents
|
|
5062
|
-
};
|
|
5063
5091
|
};
|
|
5064
5092
|
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5093
|
+
const initializeSourceControlWorker = async () => {
|
|
5094
|
+
try {
|
|
5095
|
+
const rpc = await createSourceControlWorkerRpc();
|
|
5096
|
+
// TODO
|
|
5097
|
+
set$2(rpc);
|
|
5098
|
+
} catch {
|
|
5099
|
+
// ignore
|
|
5100
|
+
}
|
|
5068
5101
|
};
|
|
5069
5102
|
|
|
5070
|
-
const
|
|
5071
|
-
|
|
5103
|
+
const initialize = async () => {
|
|
5104
|
+
await Promise.all([initializeFileSystemWorker(), initializeIconThemeWorker(), initializeSourceControlWorker()]);
|
|
5072
5105
|
};
|
|
5073
5106
|
|
|
5074
5107
|
const getContainingFolder = (root, dirents, focusedIndex, pathSeparator) => {
|
|
@@ -5089,8 +5122,9 @@ const openNativeFolder = async path => {
|
|
|
5089
5122
|
const openContainingFolder = async state => {
|
|
5090
5123
|
const {
|
|
5091
5124
|
focusedIndex,
|
|
5092
|
-
|
|
5093
|
-
|
|
5125
|
+
items,
|
|
5126
|
+
root
|
|
5127
|
+
} = state;
|
|
5094
5128
|
const path = getContainingFolder(root, items, focusedIndex);
|
|
5095
5129
|
await openNativeFolder(path);
|
|
5096
5130
|
return state;
|
|
@@ -5110,9 +5144,9 @@ const showErrorAlert = async errorMessage => {
|
|
|
5110
5144
|
|
|
5111
5145
|
const removeDirent = async state => {
|
|
5112
5146
|
const {
|
|
5113
|
-
|
|
5147
|
+
confirmDelete: confirmDelete$1,
|
|
5114
5148
|
focusedIndex,
|
|
5115
|
-
|
|
5149
|
+
items
|
|
5116
5150
|
} = state;
|
|
5117
5151
|
const selectedItems = getSelectedItems(items, focusedIndex);
|
|
5118
5152
|
if (selectedItems.length === 0) {
|
|
@@ -5127,8 +5161,8 @@ const removeDirent = async state => {
|
|
|
5127
5161
|
}
|
|
5128
5162
|
const fileOperations = toRemove.map(item => {
|
|
5129
5163
|
return {
|
|
5130
|
-
|
|
5131
|
-
|
|
5164
|
+
path: item,
|
|
5165
|
+
type: Remove
|
|
5132
5166
|
};
|
|
5133
5167
|
});
|
|
5134
5168
|
// TODO use bulk edit and explorer refresh
|
|
@@ -5140,8 +5174,8 @@ const removeDirent = async state => {
|
|
|
5140
5174
|
const newState = await refresh(state);
|
|
5141
5175
|
return {
|
|
5142
5176
|
...newState,
|
|
5143
|
-
|
|
5144
|
-
|
|
5177
|
+
focus: List,
|
|
5178
|
+
focused: true
|
|
5145
5179
|
};
|
|
5146
5180
|
};
|
|
5147
5181
|
|
|
@@ -5168,13 +5202,13 @@ const getRenameSelectionRange = name => {
|
|
|
5168
5202
|
const dotIndex = name.lastIndexOf('.');
|
|
5169
5203
|
if (dotIndex === -1) {
|
|
5170
5204
|
return {
|
|
5171
|
-
|
|
5172
|
-
|
|
5205
|
+
end: name.length,
|
|
5206
|
+
start: 0
|
|
5173
5207
|
};
|
|
5174
5208
|
}
|
|
5175
5209
|
return {
|
|
5176
|
-
|
|
5177
|
-
|
|
5210
|
+
end: dotIndex,
|
|
5211
|
+
start: 0
|
|
5178
5212
|
};
|
|
5179
5213
|
};
|
|
5180
5214
|
|
|
@@ -5184,8 +5218,8 @@ const Script = 2;
|
|
|
5184
5218
|
const renameDirent = async state => {
|
|
5185
5219
|
const {
|
|
5186
5220
|
focusedIndex,
|
|
5187
|
-
items,
|
|
5188
5221
|
icons,
|
|
5222
|
+
items,
|
|
5189
5223
|
minLineY
|
|
5190
5224
|
} = state;
|
|
5191
5225
|
if (items.length === 0) {
|
|
@@ -5194,20 +5228,20 @@ const renameDirent = async state => {
|
|
|
5194
5228
|
const item = items[focusedIndex];
|
|
5195
5229
|
const newItems = getNewDirentsForRename(items, focusedIndex);
|
|
5196
5230
|
const {
|
|
5197
|
-
|
|
5198
|
-
|
|
5231
|
+
end,
|
|
5232
|
+
start
|
|
5199
5233
|
} = getRenameSelectionRange(item.name);
|
|
5200
5234
|
return {
|
|
5201
5235
|
...state,
|
|
5202
|
-
|
|
5236
|
+
editingIcon: icons[focusedIndex - minLineY],
|
|
5203
5237
|
editingIndex: focusedIndex,
|
|
5238
|
+
editingSelectionEnd: end,
|
|
5239
|
+
editingSelectionStart: start,
|
|
5204
5240
|
editingType: Rename$1,
|
|
5205
5241
|
editingValue: item.name,
|
|
5206
|
-
editingIcon: icons[focusedIndex - minLineY],
|
|
5207
|
-
editingSelectionStart: start,
|
|
5208
|
-
editingSelectionEnd: end,
|
|
5209
5242
|
focus: Input$1,
|
|
5210
|
-
inputSource: Script
|
|
5243
|
+
inputSource: Script,
|
|
5244
|
+
items: newItems
|
|
5211
5245
|
};
|
|
5212
5246
|
};
|
|
5213
5247
|
|
|
@@ -5232,9 +5266,9 @@ const getErrorMessagePosition = (itemHeight, focusedIndex, minLineY, depth, inde
|
|
|
5232
5266
|
const left = depth * indent + fileIconWidth + padding;
|
|
5233
5267
|
const errorMessageWidth = width - left;
|
|
5234
5268
|
return {
|
|
5235
|
-
|
|
5269
|
+
errorMessageWidth,
|
|
5236
5270
|
left,
|
|
5237
|
-
|
|
5271
|
+
top
|
|
5238
5272
|
};
|
|
5239
5273
|
};
|
|
5240
5274
|
|
|
@@ -5250,14 +5284,14 @@ const getUnique = items => {
|
|
|
5250
5284
|
|
|
5251
5285
|
const renderCss = (oldState, newState) => {
|
|
5252
5286
|
const {
|
|
5253
|
-
|
|
5287
|
+
focusedIndex,
|
|
5288
|
+
itemHeight,
|
|
5254
5289
|
items,
|
|
5290
|
+
minLineY,
|
|
5255
5291
|
scrollBarHeight,
|
|
5256
5292
|
uid,
|
|
5257
5293
|
visibleExplorerItems,
|
|
5258
|
-
|
|
5259
|
-
focusedIndex,
|
|
5260
|
-
minLineY
|
|
5294
|
+
width
|
|
5261
5295
|
} = newState;
|
|
5262
5296
|
const indents = visibleExplorerItems.map(item => item.indent);
|
|
5263
5297
|
const uniqueIndents = getUnique(indents);
|
|
@@ -5268,9 +5302,9 @@ const renderCss = (oldState, newState) => {
|
|
|
5268
5302
|
const chevronSpace = 22;
|
|
5269
5303
|
const depth = items[focusedIndex]?.depth || 0;
|
|
5270
5304
|
const {
|
|
5271
|
-
|
|
5305
|
+
errorMessageWidth,
|
|
5272
5306
|
left,
|
|
5273
|
-
|
|
5307
|
+
top
|
|
5274
5308
|
} = getErrorMessagePosition(itemHeight, focusedIndex, minLineY, depth, indent, fileIconWidth, padding + defaultPaddingLeft + chevronSpace, width);
|
|
5275
5309
|
const css = getCss(scrollBarHeight, uniqueIndents, left, top, errorMessageWidth);
|
|
5276
5310
|
return [SetCss, uid, css];
|
|
@@ -5292,11 +5326,11 @@ const toUri = path => {
|
|
|
5292
5326
|
const getDragData = urls => {
|
|
5293
5327
|
const data = urls.map(toUri).join('\n');
|
|
5294
5328
|
const dragData = [{
|
|
5295
|
-
|
|
5296
|
-
|
|
5329
|
+
data,
|
|
5330
|
+
type: 'text/uri-list'
|
|
5297
5331
|
}, {
|
|
5298
|
-
|
|
5299
|
-
|
|
5332
|
+
data,
|
|
5333
|
+
type: 'text/plain'
|
|
5300
5334
|
}];
|
|
5301
5335
|
// @ts-ignore
|
|
5302
5336
|
dragData.label = getDragLabel(urls);
|
|
@@ -5305,8 +5339,8 @@ const getDragData = urls => {
|
|
|
5305
5339
|
|
|
5306
5340
|
const renderDragData = (oldState, newState) => {
|
|
5307
5341
|
const {
|
|
5308
|
-
|
|
5309
|
-
|
|
5342
|
+
focusedIndex,
|
|
5343
|
+
items
|
|
5310
5344
|
} = newState;
|
|
5311
5345
|
const selected = items.filter((item, index) => item.selected || index === focusedIndex);
|
|
5312
5346
|
const urls = selected.map(item => item.path);
|
|
@@ -5314,13 +5348,10 @@ const renderDragData = (oldState, newState) => {
|
|
|
5314
5348
|
return ['Viewlet.setDragData', newState.uid, dragData];
|
|
5315
5349
|
};
|
|
5316
5350
|
|
|
5317
|
-
const ExplorerInput = 'ExplorerInput';
|
|
5318
|
-
const OpenFolder = 'OpenFolder';
|
|
5319
|
-
|
|
5320
5351
|
const renderEditingSelection = (oldState, newState) => {
|
|
5321
5352
|
const {
|
|
5322
|
-
editingSelectionStart,
|
|
5323
5353
|
editingSelectionEnd,
|
|
5354
|
+
editingSelectionStart,
|
|
5324
5355
|
uid
|
|
5325
5356
|
} = newState;
|
|
5326
5357
|
return ['Viewlet.setSelectionByName', uid, ExplorerInput, editingSelectionStart, editingSelectionEnd];
|
|
@@ -5368,17 +5399,20 @@ const getErrorMessageDom = errorMessage => {
|
|
|
5368
5399
|
return [];
|
|
5369
5400
|
}
|
|
5370
5401
|
return [{
|
|
5371
|
-
|
|
5402
|
+
childCount: 1,
|
|
5372
5403
|
className: mergeClassNames(ExplorerErrorMessage),
|
|
5373
|
-
|
|
5404
|
+
type: Div
|
|
5374
5405
|
}, text(errorMessage)];
|
|
5375
5406
|
};
|
|
5376
5407
|
|
|
5408
|
+
const HandleButtonClick = 18;
|
|
5377
5409
|
const HandleClick = 1;
|
|
5378
5410
|
const HandleClickOpenFolder = 2;
|
|
5379
5411
|
const HandleContextMenu = 3;
|
|
5412
|
+
const HandleDragEnd = 19;
|
|
5380
5413
|
const HandleDragLeave = 4;
|
|
5381
5414
|
const HandleDragOver = 5;
|
|
5415
|
+
const HandleDragStart = 17;
|
|
5382
5416
|
const HandleDrop = 6;
|
|
5383
5417
|
const HandleEditingInput = 7;
|
|
5384
5418
|
const HandleInputBlur = 8;
|
|
@@ -5387,41 +5421,40 @@ const HandleListBlur = 11;
|
|
|
5387
5421
|
const HandleListFocus = 12;
|
|
5388
5422
|
const HandlePointerDown = 14;
|
|
5389
5423
|
const HandleWheel = 15;
|
|
5390
|
-
const HandleDragStart = 17;
|
|
5391
5424
|
|
|
5392
5425
|
const getExplorerWelcomeVirtualDom = isWide => {
|
|
5393
5426
|
return [{
|
|
5394
|
-
|
|
5427
|
+
childCount: 1,
|
|
5395
5428
|
className: mergeClassNames(Viewlet, Explorer$1),
|
|
5396
5429
|
tabIndex: 0,
|
|
5397
|
-
|
|
5430
|
+
type: Div
|
|
5398
5431
|
}, {
|
|
5399
|
-
|
|
5432
|
+
childCount: 2,
|
|
5400
5433
|
className: Welcome,
|
|
5401
|
-
|
|
5434
|
+
type: Div
|
|
5402
5435
|
}, {
|
|
5403
|
-
|
|
5436
|
+
childCount: 1,
|
|
5404
5437
|
className: WelcomeMessage,
|
|
5405
|
-
|
|
5438
|
+
type: P
|
|
5406
5439
|
}, text(youHaveNotYetOpenedAFolder()), {
|
|
5407
|
-
|
|
5440
|
+
childCount: 1,
|
|
5408
5441
|
className: mergeClassNames(Button$2, ButtonPrimary, isWide ? ButtonWide : ButtonNarrow),
|
|
5409
5442
|
name: OpenFolder,
|
|
5410
|
-
|
|
5411
|
-
|
|
5443
|
+
onClick: HandleClickOpenFolder,
|
|
5444
|
+
type: Button$1
|
|
5412
5445
|
}, text(openFolder$1())];
|
|
5413
5446
|
};
|
|
5414
5447
|
|
|
5415
5448
|
const chevronDownVirtualDom = {
|
|
5416
|
-
|
|
5449
|
+
childCount: 0,
|
|
5417
5450
|
className: mergeClassNames(Chevron, MaskIconChevronDown),
|
|
5418
|
-
|
|
5451
|
+
type: Div
|
|
5419
5452
|
};
|
|
5420
5453
|
|
|
5421
5454
|
const chevronRightVirtualDom = {
|
|
5422
|
-
|
|
5455
|
+
childCount: 0,
|
|
5423
5456
|
className: mergeClassNames(Chevron, MaskIconChevronRight),
|
|
5424
|
-
|
|
5457
|
+
type: Div
|
|
5425
5458
|
};
|
|
5426
5459
|
|
|
5427
5460
|
const chevronDomNodes = [[], [chevronRightVirtualDom], [chevronDownVirtualDom]];
|
|
@@ -5431,11 +5464,11 @@ const getChevronVirtualDom = chevronType => {
|
|
|
5431
5464
|
|
|
5432
5465
|
const getFileIconVirtualDom = icon => {
|
|
5433
5466
|
return {
|
|
5434
|
-
|
|
5467
|
+
childCount: 0,
|
|
5435
5468
|
className: FileIcon,
|
|
5436
|
-
src: icon,
|
|
5437
5469
|
role: None,
|
|
5438
|
-
|
|
5470
|
+
src: icon,
|
|
5471
|
+
type: Img
|
|
5439
5472
|
};
|
|
5440
5473
|
};
|
|
5441
5474
|
|
|
@@ -5452,11 +5485,10 @@ const getInputDom = (isEditing, hasEditingError) => {
|
|
|
5452
5485
|
}
|
|
5453
5486
|
const ariaLabel = typeAFileName();
|
|
5454
5487
|
return [{
|
|
5455
|
-
type: Input,
|
|
5456
5488
|
ariaLabel: ariaLabel,
|
|
5457
5489
|
autocapitalize: 'off',
|
|
5458
|
-
autocorrect: 'off',
|
|
5459
5490
|
autocomplete: 'off',
|
|
5491
|
+
autocorrect: 'off',
|
|
5460
5492
|
childCount: 0,
|
|
5461
5493
|
className: getInputClassName(hasEditingError),
|
|
5462
5494
|
id: 'ExplorerInput',
|
|
@@ -5464,14 +5496,15 @@ const getInputDom = (isEditing, hasEditingError) => {
|
|
|
5464
5496
|
onBlur: HandleInputBlur,
|
|
5465
5497
|
onClick: HandleInputClick,
|
|
5466
5498
|
onInput: HandleEditingInput,
|
|
5467
|
-
spellcheck: 'false'
|
|
5499
|
+
spellcheck: 'false',
|
|
5500
|
+
type: Input
|
|
5468
5501
|
}];
|
|
5469
5502
|
};
|
|
5470
5503
|
|
|
5471
5504
|
const label = {
|
|
5472
|
-
|
|
5505
|
+
childCount: 1,
|
|
5473
5506
|
className: Label,
|
|
5474
|
-
|
|
5507
|
+
type: Div
|
|
5475
5508
|
};
|
|
5476
5509
|
const getLabelDom = (isEditing, name, isDimmed) => {
|
|
5477
5510
|
if (isEditing) {
|
|
@@ -5479,9 +5512,9 @@ const getLabelDom = (isEditing, name, isDimmed) => {
|
|
|
5479
5512
|
}
|
|
5480
5513
|
if (isDimmed) {
|
|
5481
5514
|
return [{
|
|
5482
|
-
|
|
5515
|
+
childCount: 1,
|
|
5483
5516
|
className: mergeClassNames(Label, LabelCut),
|
|
5484
|
-
|
|
5517
|
+
type: Div
|
|
5485
5518
|
}, text(name)];
|
|
5486
5519
|
}
|
|
5487
5520
|
return [label, text(name)];
|
|
@@ -5496,31 +5529,31 @@ const getExplorerItemVirtualDom = item => {
|
|
|
5496
5529
|
hasEditingError,
|
|
5497
5530
|
icon,
|
|
5498
5531
|
id,
|
|
5532
|
+
index,
|
|
5533
|
+
isCut,
|
|
5499
5534
|
isEditing,
|
|
5535
|
+
isIgnored,
|
|
5500
5536
|
name,
|
|
5501
5537
|
path,
|
|
5502
|
-
setSize,
|
|
5503
5538
|
posInSet,
|
|
5504
|
-
|
|
5505
|
-
isIgnored,
|
|
5506
|
-
index
|
|
5539
|
+
setSize
|
|
5507
5540
|
} = item;
|
|
5508
5541
|
const chevronDom = getChevronVirtualDom(chevron);
|
|
5509
5542
|
return [{
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
title: path,
|
|
5543
|
+
ariaDescription: '',
|
|
5544
|
+
ariaExpanded,
|
|
5545
|
+
ariaLabel: name,
|
|
5546
|
+
ariaLevel: depth,
|
|
5515
5547
|
ariaPosInSet: posInSet,
|
|
5516
5548
|
ariaSetSize: setSize,
|
|
5517
|
-
ariaLevel: depth,
|
|
5518
5549
|
childCount: 2 + chevronDom.length,
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5550
|
+
className,
|
|
5551
|
+
'data-index': index,
|
|
5552
|
+
draggable: true,
|
|
5522
5553
|
id,
|
|
5523
|
-
|
|
5554
|
+
role: TreeItem,
|
|
5555
|
+
title: path,
|
|
5556
|
+
type: Div
|
|
5524
5557
|
}, ...chevronDom, getFileIconVirtualDom(icon), ...getInputDom(isEditing, hasEditingError), ...getLabelDom(isEditing, name, isCut || isIgnored)];
|
|
5525
5558
|
};
|
|
5526
5559
|
|
|
@@ -5538,23 +5571,24 @@ const getClassName = (focused, focusedIndex, dropTarget) => {
|
|
|
5538
5571
|
};
|
|
5539
5572
|
const getListItemsVirtualDom = (visibleItems, focusedIndex, focused, dropTargets) => {
|
|
5540
5573
|
const dom = [{
|
|
5541
|
-
|
|
5542
|
-
className: getClassName(focused, focusedIndex, dropTargets),
|
|
5543
|
-
tabIndex: 0,
|
|
5544
|
-
role: Tree,
|
|
5574
|
+
ariaActiveDescendant: getActiveDescendant(focusedIndex),
|
|
5545
5575
|
ariaLabel: filesExplorer(),
|
|
5546
5576
|
childCount: visibleItems.length,
|
|
5547
|
-
|
|
5577
|
+
className: getClassName(focused, focusedIndex, dropTargets),
|
|
5548
5578
|
onBlur: HandleListBlur,
|
|
5549
5579
|
onClick: HandleClick,
|
|
5550
5580
|
onContextMenu: HandleContextMenu,
|
|
5581
|
+
onDragEnd: HandleDragEnd,
|
|
5551
5582
|
onDragLeave: HandleDragLeave,
|
|
5552
5583
|
onDragOver: HandleDragOver,
|
|
5553
5584
|
onDragStart: HandleDragStart,
|
|
5554
5585
|
onDrop: HandleDrop,
|
|
5555
5586
|
onFocus: HandleListFocus,
|
|
5556
5587
|
onPointerDown: HandlePointerDown,
|
|
5557
|
-
onWheel: HandleWheel
|
|
5588
|
+
onWheel: HandleWheel,
|
|
5589
|
+
role: Tree,
|
|
5590
|
+
tabIndex: 0,
|
|
5591
|
+
type: Div
|
|
5558
5592
|
// onKeyDown: DomEventListenerFunctions.HandleListKeyDown,
|
|
5559
5593
|
}, ...visibleItems.flatMap(getExplorerItemVirtualDom)];
|
|
5560
5594
|
return dom;
|
|
@@ -5580,15 +5614,15 @@ const getScrollBarVirtualDom = (scrollBarHeight, scrollBarTop) => {
|
|
|
5580
5614
|
const heightString = px(scrollBarHeight);
|
|
5581
5615
|
const translateString = position(0, scrollBarTop);
|
|
5582
5616
|
return [{
|
|
5583
|
-
|
|
5617
|
+
childCount: 1,
|
|
5584
5618
|
className: mergeClassNames(ScrollBar, ScrollBarSmall),
|
|
5585
|
-
|
|
5619
|
+
type: Div
|
|
5586
5620
|
}, {
|
|
5587
|
-
type: Div,
|
|
5588
|
-
className: ScrollBarThumb,
|
|
5589
5621
|
childCount: 0,
|
|
5622
|
+
className: ScrollBarThumb,
|
|
5590
5623
|
height: heightString,
|
|
5591
|
-
translate: translateString
|
|
5624
|
+
translate: translateString,
|
|
5625
|
+
type: Div
|
|
5592
5626
|
}];
|
|
5593
5627
|
};
|
|
5594
5628
|
|
|
@@ -5612,10 +5646,10 @@ const getExplorerVirtualDom = (visibleItems, focusedIndex, root, isWide, focused
|
|
|
5612
5646
|
const errorDom = getErrorMessageDom(errorMessage);
|
|
5613
5647
|
const childCount = getChildCount(scrollBarDom.length, errorDom.length);
|
|
5614
5648
|
const parentNode = {
|
|
5615
|
-
type: Div,
|
|
5616
5649
|
childCount,
|
|
5617
5650
|
className: mergeClassNames(Viewlet, Explorer$1),
|
|
5618
|
-
role: None
|
|
5651
|
+
role: None,
|
|
5652
|
+
type: Div
|
|
5619
5653
|
};
|
|
5620
5654
|
const dom = [parentNode, ...getListItemsVirtualDom(visibleItems, focusedIndex, focused, dropTargets), ...scrollBarDom, ...errorDom];
|
|
5621
5655
|
return dom;
|
|
@@ -5653,20 +5687,20 @@ const renderValue = (oldState, newState) => {
|
|
|
5653
5687
|
|
|
5654
5688
|
const getRenderer = diffType => {
|
|
5655
5689
|
switch (diffType) {
|
|
5656
|
-
case
|
|
5657
|
-
return
|
|
5690
|
+
case RenderCss:
|
|
5691
|
+
return renderCss;
|
|
5692
|
+
case RenderDragData:
|
|
5693
|
+
return renderDragData;
|
|
5658
5694
|
case RenderFocus:
|
|
5659
5695
|
return renderFocus;
|
|
5660
5696
|
case RenderFocusContext:
|
|
5661
5697
|
return renderFocusContext;
|
|
5662
|
-
case
|
|
5663
|
-
return
|
|
5698
|
+
case RenderItems:
|
|
5699
|
+
return renderItems;
|
|
5664
5700
|
case RenderSelection:
|
|
5665
5701
|
return renderEditingSelection;
|
|
5666
|
-
case
|
|
5667
|
-
return
|
|
5668
|
-
case RenderCss:
|
|
5669
|
-
return renderCss;
|
|
5702
|
+
case RenderValue:
|
|
5703
|
+
return renderValue;
|
|
5670
5704
|
default:
|
|
5671
5705
|
throw new Error('unknown renderer');
|
|
5672
5706
|
}
|
|
@@ -5686,8 +5720,8 @@ const applyRender = (oldState, newState, diffResult) => {
|
|
|
5686
5720
|
|
|
5687
5721
|
const render2 = (uid, diffResult) => {
|
|
5688
5722
|
const {
|
|
5689
|
-
|
|
5690
|
-
|
|
5723
|
+
newState,
|
|
5724
|
+
oldState
|
|
5691
5725
|
} = get(uid);
|
|
5692
5726
|
set(uid, newState, newState);
|
|
5693
5727
|
const commands = applyRender(oldState, newState, diffResult);
|
|
@@ -5706,49 +5740,53 @@ const getActions = root => {
|
|
|
5706
5740
|
return [];
|
|
5707
5741
|
}
|
|
5708
5742
|
return [{
|
|
5709
|
-
|
|
5710
|
-
id: newFile$1(),
|
|
5743
|
+
command: 'newFile',
|
|
5711
5744
|
icon: NewFile,
|
|
5712
|
-
|
|
5745
|
+
id: newFile$1(),
|
|
5746
|
+
name: NewFile$1,
|
|
5747
|
+
type: Button
|
|
5713
5748
|
}, {
|
|
5714
|
-
|
|
5715
|
-
id: newFolder$1(),
|
|
5749
|
+
command: 'newFolder',
|
|
5716
5750
|
icon: NewFolder,
|
|
5717
|
-
|
|
5751
|
+
id: newFolder$1(),
|
|
5752
|
+
name: NewFolder$1,
|
|
5753
|
+
type: Button
|
|
5718
5754
|
}, {
|
|
5719
|
-
|
|
5720
|
-
id: refresh$1(),
|
|
5755
|
+
command: 'refresh',
|
|
5721
5756
|
icon: Refresh,
|
|
5722
|
-
|
|
5757
|
+
id: refresh$1(),
|
|
5758
|
+
name: Refresh$1,
|
|
5759
|
+
type: Button
|
|
5723
5760
|
}, {
|
|
5724
|
-
|
|
5725
|
-
id: collapseAll$1(),
|
|
5761
|
+
command: 'collapseAll',
|
|
5726
5762
|
icon: CollapseAll,
|
|
5727
|
-
|
|
5763
|
+
id: collapseAll$1(),
|
|
5764
|
+
name: CollapseAll$1,
|
|
5765
|
+
type: Button
|
|
5728
5766
|
}];
|
|
5729
5767
|
};
|
|
5730
5768
|
|
|
5731
5769
|
const getIconVirtualDom = (icon, type = Div) => {
|
|
5732
5770
|
return {
|
|
5733
|
-
|
|
5771
|
+
childCount: 0,
|
|
5734
5772
|
className: `MaskIcon MaskIcon${icon}`,
|
|
5735
5773
|
role: None,
|
|
5736
|
-
|
|
5774
|
+
type
|
|
5737
5775
|
};
|
|
5738
5776
|
};
|
|
5739
5777
|
|
|
5740
5778
|
const getActionButtonVirtualDom = action => {
|
|
5741
5779
|
const {
|
|
5742
|
-
id,
|
|
5743
5780
|
icon,
|
|
5744
|
-
|
|
5781
|
+
id,
|
|
5782
|
+
name
|
|
5745
5783
|
} = action;
|
|
5746
5784
|
return [{
|
|
5747
|
-
|
|
5785
|
+
childCount: 1,
|
|
5748
5786
|
className: IconButton,
|
|
5787
|
+
name,
|
|
5749
5788
|
title: id,
|
|
5750
|
-
|
|
5751
|
-
childCount: 1
|
|
5789
|
+
type: Button$1
|
|
5752
5790
|
}, getIconVirtualDom(icon || '')];
|
|
5753
5791
|
};
|
|
5754
5792
|
|
|
@@ -5763,10 +5801,11 @@ const getActionVirtualDom = action => {
|
|
|
5763
5801
|
|
|
5764
5802
|
const getActionsVirtualDom = actions => {
|
|
5765
5803
|
return [{
|
|
5766
|
-
|
|
5804
|
+
childCount: actions.length,
|
|
5767
5805
|
className: Actions,
|
|
5806
|
+
onClick: HandleButtonClick,
|
|
5768
5807
|
role: ToolBar,
|
|
5769
|
-
|
|
5808
|
+
type: Div
|
|
5770
5809
|
}, ...actions.flatMap(getActionVirtualDom)];
|
|
5771
5810
|
};
|
|
5772
5811
|
|
|
@@ -5827,10 +5866,16 @@ const renderEventListeners = () => {
|
|
|
5827
5866
|
name: HandleDragLeave,
|
|
5828
5867
|
params: ['handleDragLeave']
|
|
5829
5868
|
}, {
|
|
5830
|
-
name:
|
|
5831
|
-
params: ['
|
|
5869
|
+
name: HandleButtonClick,
|
|
5870
|
+
params: ['handleButtonClick', TargetName]
|
|
5871
|
+
}, {
|
|
5872
|
+
name: HandleDragEnd,
|
|
5873
|
+
params: ['handleDragEnd']
|
|
5874
|
+
}, {
|
|
5832
5875
|
// @ts-ignore
|
|
5833
|
-
dragEffect: 'copyMove'
|
|
5876
|
+
dragEffect: 'copyMove',
|
|
5877
|
+
name: HandleDragStart,
|
|
5878
|
+
params: ['handleDragStart']
|
|
5834
5879
|
}];
|
|
5835
5880
|
};
|
|
5836
5881
|
|
|
@@ -5862,18 +5907,18 @@ const getSavedWorkspacePath = savedState => {
|
|
|
5862
5907
|
const restoreState = savedState => {
|
|
5863
5908
|
if (!savedState) {
|
|
5864
5909
|
return {
|
|
5865
|
-
|
|
5910
|
+
deltaY: 0,
|
|
5866
5911
|
minLineY: 0,
|
|
5867
|
-
|
|
5912
|
+
root: ''
|
|
5868
5913
|
};
|
|
5869
5914
|
}
|
|
5870
5915
|
const root = getSavedWorkspacePath(savedState);
|
|
5871
5916
|
const minLineY = getSavedMinLineY(savedState);
|
|
5872
5917
|
const deltaY = getSavedDeltaY(savedState);
|
|
5873
5918
|
return {
|
|
5874
|
-
|
|
5919
|
+
deltaY,
|
|
5875
5920
|
minLineY,
|
|
5876
|
-
|
|
5921
|
+
root
|
|
5877
5922
|
};
|
|
5878
5923
|
};
|
|
5879
5924
|
|
|
@@ -5906,11 +5951,11 @@ const mergeVisibleWithHiddenItems = (visibleItems, hiddenItems) => {
|
|
|
5906
5951
|
// TODO maybe just insert items into explorer and refresh whole explorer
|
|
5907
5952
|
const revealItemHidden = async (state, uri) => {
|
|
5908
5953
|
const {
|
|
5909
|
-
root,
|
|
5910
|
-
pathSeparator,
|
|
5911
5954
|
items,
|
|
5955
|
+
maxLineY,
|
|
5912
5956
|
minLineY,
|
|
5913
|
-
|
|
5957
|
+
pathSeparator,
|
|
5958
|
+
root
|
|
5914
5959
|
} = state;
|
|
5915
5960
|
const pathParts = getPathParts(root, uri, pathSeparator);
|
|
5916
5961
|
if (pathParts.length === 0) {
|
|
@@ -5926,34 +5971,34 @@ const revealItemHidden = async (state, uri) => {
|
|
|
5926
5971
|
throw new Error(`File not found in explorer ${uri}`);
|
|
5927
5972
|
}
|
|
5928
5973
|
const {
|
|
5929
|
-
|
|
5930
|
-
|
|
5974
|
+
newMaxLineY,
|
|
5975
|
+
newMinLineY
|
|
5931
5976
|
} = scrollInto(index, minLineY, maxLineY);
|
|
5932
5977
|
return {
|
|
5933
5978
|
...state,
|
|
5934
|
-
items: mergedDirents,
|
|
5935
5979
|
focused: true,
|
|
5936
5980
|
focusedIndex: index,
|
|
5937
|
-
|
|
5938
|
-
maxLineY: newMaxLineY
|
|
5981
|
+
items: mergedDirents,
|
|
5982
|
+
maxLineY: newMaxLineY,
|
|
5983
|
+
minLineY: newMinLineY
|
|
5939
5984
|
};
|
|
5940
5985
|
};
|
|
5941
5986
|
|
|
5942
5987
|
const revealItemVisible = (state, index) => {
|
|
5943
5988
|
const {
|
|
5944
|
-
|
|
5945
|
-
|
|
5989
|
+
maxLineY,
|
|
5990
|
+
minLineY
|
|
5946
5991
|
} = state;
|
|
5947
5992
|
const {
|
|
5948
|
-
|
|
5949
|
-
|
|
5993
|
+
newMaxLineY,
|
|
5994
|
+
newMinLineY
|
|
5950
5995
|
} = scrollInto(index, minLineY, maxLineY);
|
|
5951
5996
|
return {
|
|
5952
5997
|
...state,
|
|
5953
5998
|
focused: true,
|
|
5954
5999
|
focusedIndex: index,
|
|
5955
|
-
|
|
5956
|
-
|
|
6000
|
+
maxLineY: newMaxLineY,
|
|
6001
|
+
minLineY: newMinLineY
|
|
5957
6002
|
};
|
|
5958
6003
|
};
|
|
5959
6004
|
|
|
@@ -5976,19 +6021,19 @@ const isExpandedDirectory = dirent => {
|
|
|
5976
6021
|
|
|
5977
6022
|
const saveState = state => {
|
|
5978
6023
|
const {
|
|
5979
|
-
items,
|
|
5980
|
-
root,
|
|
5981
6024
|
deltaY,
|
|
6025
|
+
items,
|
|
6026
|
+
maxLineY,
|
|
5982
6027
|
minLineY,
|
|
5983
|
-
|
|
6028
|
+
root
|
|
5984
6029
|
} = state;
|
|
5985
6030
|
const expandedPaths = items.filter(isExpandedDirectory).map(getPath);
|
|
5986
6031
|
return {
|
|
6032
|
+
deltaY,
|
|
5987
6033
|
expandedPaths,
|
|
5988
|
-
root,
|
|
5989
|
-
minLineY,
|
|
5990
6034
|
maxLineY,
|
|
5991
|
-
|
|
6035
|
+
minLineY,
|
|
6036
|
+
root
|
|
5992
6037
|
};
|
|
5993
6038
|
};
|
|
5994
6039
|
|
|
@@ -6017,8 +6062,8 @@ const getLastSelectedIndex = items => {
|
|
|
6017
6062
|
};
|
|
6018
6063
|
const selectDown = state => {
|
|
6019
6064
|
const {
|
|
6020
|
-
|
|
6021
|
-
|
|
6065
|
+
focusedIndex,
|
|
6066
|
+
items
|
|
6022
6067
|
} = state;
|
|
6023
6068
|
const lastSelectedIndex = getLastSelectedIndex(items);
|
|
6024
6069
|
const targetIndex = lastSelectedIndex === -1 ? focusedIndex : lastSelectedIndex;
|
|
@@ -6031,8 +6076,8 @@ const selectDown = state => {
|
|
|
6031
6076
|
}));
|
|
6032
6077
|
return {
|
|
6033
6078
|
...state,
|
|
6034
|
-
|
|
6035
|
-
|
|
6079
|
+
focusedIndex: targetIndex + 1,
|
|
6080
|
+
items: newItems
|
|
6036
6081
|
};
|
|
6037
6082
|
};
|
|
6038
6083
|
|
|
@@ -6052,8 +6097,8 @@ const setSelectedIndices = (state, indices) => {
|
|
|
6052
6097
|
|
|
6053
6098
|
const selectUp = state => {
|
|
6054
6099
|
const {
|
|
6055
|
-
|
|
6056
|
-
|
|
6100
|
+
focusedIndex,
|
|
6101
|
+
items
|
|
6057
6102
|
} = state;
|
|
6058
6103
|
const firstSelectedIndex = items.findIndex(item => item.selected);
|
|
6059
6104
|
const targetIndex = firstSelectedIndex === -1 ? focusedIndex : firstSelectedIndex;
|
|
@@ -6098,11 +6143,10 @@ const getEditingIcon = async (editingType, value, direntType) => {
|
|
|
6098
6143
|
|
|
6099
6144
|
const updateEditingValue = async (state, value, inputSource = User) => {
|
|
6100
6145
|
const {
|
|
6101
|
-
editingType,
|
|
6102
|
-
items,
|
|
6103
6146
|
editingIndex,
|
|
6104
|
-
|
|
6105
|
-
|
|
6147
|
+
editingType,
|
|
6148
|
+
focusedIndex,
|
|
6149
|
+
items} = state;
|
|
6106
6150
|
const editingIcon = await getEditingIcon(editingType, value, items[editingIndex]?.type);
|
|
6107
6151
|
|
|
6108
6152
|
// Get sibling file names for validation during file/folder creation
|
|
@@ -6113,9 +6157,9 @@ const updateEditingValue = async (state, value, inputSource = User) => {
|
|
|
6113
6157
|
const editingErrorMessage = validateFileName2(value, siblingFileNames);
|
|
6114
6158
|
return {
|
|
6115
6159
|
...state,
|
|
6116
|
-
|
|
6160
|
+
editingErrorMessage,
|
|
6117
6161
|
editingIcon,
|
|
6118
|
-
|
|
6162
|
+
editingValue: value
|
|
6119
6163
|
};
|
|
6120
6164
|
};
|
|
6121
6165
|
|
|
@@ -6126,6 +6170,10 @@ const commandMap = {
|
|
|
6126
6170
|
'Explorer.collapseAll': wrapListItemCommand(collapseAll),
|
|
6127
6171
|
'Explorer.copyPath': wrapListItemCommand(copyPath),
|
|
6128
6172
|
'Explorer.copyRelativePath': wrapListItemCommand(copyRelativePath),
|
|
6173
|
+
'Explorer.create': create,
|
|
6174
|
+
// not wrapped
|
|
6175
|
+
'Explorer.create2': create2,
|
|
6176
|
+
'Explorer.diff2': diff2,
|
|
6129
6177
|
'Explorer.expandAll': wrapListItemCommand(expandAll),
|
|
6130
6178
|
'Explorer.expandRecursively': wrapListItemCommand(expandRecursively),
|
|
6131
6179
|
'Explorer.focus': wrapListItemCommand(focus),
|
|
@@ -6136,11 +6184,14 @@ const commandMap = {
|
|
|
6136
6184
|
'Explorer.focusNone': wrapListItemCommand(focusNone),
|
|
6137
6185
|
'Explorer.focusPrevious': wrapListItemCommand(focusPrevious),
|
|
6138
6186
|
'Explorer.getCommandIds': getCommandIds,
|
|
6187
|
+
'Explorer.getKeyBindings': getKeyBindings,
|
|
6188
|
+
'Explorer.getMenuEntries': getMenuEntries,
|
|
6139
6189
|
'Explorer.getMenuEntries2': wrapGetter(getMenuEntries2),
|
|
6140
6190
|
'Explorer.getMouseActions': getMouseActions,
|
|
6141
6191
|
'Explorer.handleArrowLeft': wrapListItemCommand(handleArrowLeft),
|
|
6142
6192
|
'Explorer.handleArrowRight': wrapListItemCommand(handleArrowRight),
|
|
6143
6193
|
'Explorer.handleBlur': wrapListItemCommand(handleBlur),
|
|
6194
|
+
'Explorer.handleButtonClick': wrapListItemCommand(handleButtonClick),
|
|
6144
6195
|
'Explorer.handleClick': wrapListItemCommand(handleClick),
|
|
6145
6196
|
'Explorer.handleClickAt': wrapListItemCommand(handleClickAt),
|
|
6146
6197
|
'Explorer.handleClickCurrent': wrapListItemCommand(handleClickCurrent),
|
|
@@ -6150,6 +6201,7 @@ const commandMap = {
|
|
|
6150
6201
|
'Explorer.handleContextMenuKeyboard': wrapListItemCommand(handleContextMenuKeyboard),
|
|
6151
6202
|
'Explorer.handleCopy': wrapListItemCommand(handleCopy),
|
|
6152
6203
|
'Explorer.handleCut': wrapListItemCommand(handleCut),
|
|
6204
|
+
'Explorer.handleDragEnd': wrapListItemCommand(handleDragEnd),
|
|
6153
6205
|
'Explorer.handleDragLeave': wrapListItemCommand(handleDragLeave),
|
|
6154
6206
|
'Explorer.handleDragOver': wrapListItemCommand(handleDragOver),
|
|
6155
6207
|
'Explorer.handleDragOverIndex': wrapListItemCommand(handleDragOverIndex),
|
|
@@ -6168,6 +6220,7 @@ const commandMap = {
|
|
|
6168
6220
|
'Explorer.handleWheel': wrapListItemCommand(handleWheel),
|
|
6169
6221
|
'Explorer.handleWorkspaceChange': wrapListItemCommand(handleWorkspaceChange),
|
|
6170
6222
|
'Explorer.handleWorkspaceRefresh': wrapListItemCommand(handleWorkspaceRefresh),
|
|
6223
|
+
'Explorer.initialize': initialize,
|
|
6171
6224
|
'Explorer.loadContent': wrapListItemCommand(loadContent),
|
|
6172
6225
|
'Explorer.newFile': wrapListItemCommand(newFile),
|
|
6173
6226
|
'Explorer.newFolder': wrapListItemCommand(newFolder),
|
|
@@ -6175,29 +6228,22 @@ const commandMap = {
|
|
|
6175
6228
|
'Explorer.refresh': wrapListItemCommand(refresh),
|
|
6176
6229
|
'Explorer.removeDirent': wrapListItemCommand(removeDirent),
|
|
6177
6230
|
'Explorer.renameDirent': wrapListItemCommand(renameDirent),
|
|
6231
|
+
'Explorer.render2': render2,
|
|
6232
|
+
'Explorer.renderActions2': renderActions,
|
|
6233
|
+
'Explorer.renderEventListeners': renderEventListeners,
|
|
6178
6234
|
'Explorer.restoreState': restoreState,
|
|
6179
6235
|
'Explorer.revealItem': wrapListItemCommand(revealItem),
|
|
6236
|
+
'Explorer.saveState': wrapGetter(saveState),
|
|
6180
6237
|
'Explorer.selectAll': wrapListItemCommand(selectAll),
|
|
6181
6238
|
'Explorer.selectDown': wrapListItemCommand(selectDown),
|
|
6182
6239
|
'Explorer.selectIndices': wrapListItemCommand(setSelectedIndices),
|
|
6183
6240
|
'Explorer.selectUp': wrapListItemCommand(selectUp),
|
|
6184
6241
|
'Explorer.setDeltaY': wrapListItemCommand(setDeltaY),
|
|
6185
6242
|
'Explorer.setSelectedIndices': wrapListItemCommand(setSelectedIndices),
|
|
6243
|
+
'Explorer.terminate': terminate,
|
|
6186
6244
|
'Explorer.toggleIndividualSelection': wrapListItemCommand(toggleIndividualSelection),
|
|
6187
6245
|
'Explorer.updateEditingValue': wrapListItemCommand(updateEditingValue),
|
|
6188
|
-
'Explorer.updateIcons': wrapListItemCommand(updateIcons)
|
|
6189
|
-
// not wrapped
|
|
6190
|
-
'Explorer.create2': create2,
|
|
6191
|
-
'Explorer.diff2': diff2,
|
|
6192
|
-
'Explorer.getKeyBindings': getKeyBindings,
|
|
6193
|
-
'Explorer.getMenuEntries': getMenuEntries,
|
|
6194
|
-
'Explorer.render2': render2,
|
|
6195
|
-
'Explorer.renderActions2': renderActions,
|
|
6196
|
-
'Explorer.renderEventListeners': renderEventListeners,
|
|
6197
|
-
'Explorer.saveState': wrapGetter(saveState),
|
|
6198
|
-
'Explorer.terminate': terminate,
|
|
6199
|
-
'Explorer.initialize': initialize,
|
|
6200
|
-
'Explorer.create': create
|
|
6246
|
+
'Explorer.updateIcons': wrapListItemCommand(updateIcons)
|
|
6201
6247
|
};
|
|
6202
6248
|
|
|
6203
6249
|
const listen = async () => {
|