@lvce-editor/static-server 0.49.19 → 0.49.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1862 -1862
- package/package.json +1 -1
- package/static/{0ca6960 → d558c2e}/css/App.css +84 -83
- package/static/{0ca6960 → d558c2e}/manifest.json +2 -2
- package/static/{0ca6960 → d558c2e}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{0ca6960 → d558c2e}/packages/explorer-worker/dist/explorerViewWorkerMain.js +262 -78
- package/static/{0ca6960 → d558c2e}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{0ca6960 → d558c2e}/packages/renderer-process/dist/rendererProcessMain.js +2 -2
- package/static/{0ca6960 → d558c2e}/packages/renderer-process/package.json +1 -1
- package/static/{0ca6960 → d558c2e}/packages/renderer-worker/dist/rendererWorkerMain.js +462 -442
- package/static/{0ca6960 → d558c2e}/packages/test-worker/dist/testWorkerMain.js +24 -6
- package/static/index.html +4 -4
- /package/static/{0ca6960 → d558c2e}/config/colorTheme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/config/defaultSettings.json +0 -0
- /package/static/{0ca6960 → d558c2e}/config/fileMap.json +0 -0
- /package/static/{0ca6960 → d558c2e}/config/webExtensions.json +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Animation.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/DebugButtons.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/DebugValue.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/E2eTest.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/E2eTests.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/EditorHover.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/EditorMessage.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/FeatureContent.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Features.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ImagePreview.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/InputBadge.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Key.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/LegacyDialog.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Markdown.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Progress.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Select.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/Table.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletAbout.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletDialog.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletMedia.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletOutput.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletPanel.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletPdf.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletProblems.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletReferences.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletSearch.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletStorage.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{0ca6960 → d558c2e}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{0ca6960 → d558c2e}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/default_file.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/default_folder.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/default_root_folder.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_access.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_access2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ada.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_agda.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ai.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_al.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_angular.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_apache.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_apex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_apib.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_apl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_asp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_astro.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_atom.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ats.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_attw.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_audio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_avif.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_avro.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_awk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_aws.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_azure.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_babel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bak.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bat.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bats.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_biml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_binary.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_biome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_blade.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_blender.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bower.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_buf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bun.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_c.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_c2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_c3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_casc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cert.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_chef.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_class.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_compass.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_composer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_conan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_conda.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_config.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_craco.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_css.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_css2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_cython.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_db.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_debian.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_deno.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_diff.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_django.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_docker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_docz.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_drone.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_drools.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_edge.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_elm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ember.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eps.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_epub.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_erb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_excel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_expo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fla.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flash.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flow.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_font.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_funding.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_galen.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_git.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_git2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_glide.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_godot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_grain.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_helix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_helm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_host.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_html.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_http.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_husky.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_icl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_idris.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_image.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_imba.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_inc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_informix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ini.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ink.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_io.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_janet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jar.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_java.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_json.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_json2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_json5.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_juice.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_julia.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_just.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_k.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_karma.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_key.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kite.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_knip.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kos.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lark.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_latino.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_layout.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_less.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_liara.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_license.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lime.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_locale.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_log.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lua.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_luau.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_lync.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_map.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_marko.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_maven.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_maya.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_meson.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_motif.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mson.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_next.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nim.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_noc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_node.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_node2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_npm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_org.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_package.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_paket.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_patch.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_perl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_php.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_php2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_php3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pine.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pip.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pony.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_postman.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_preact.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_progress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pug.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_python.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_q.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_qml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_r.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_racket.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rails.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_raku.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_raml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_razor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_reason.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_red.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_registry.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rego.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_remark.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_replit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_retext.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_riot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_robots.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rome.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ron.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rust.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sails.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_san.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sas.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sass.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_scala.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_script.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_scss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_shell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sino.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_slang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_slice.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_slim.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_slint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sln.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_snort.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_source.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_spin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sst.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stata.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_style.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_styled.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_svg.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_swc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_swift.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_swig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_teal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_templ.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tera.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_test.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_testts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_text.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_textile.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_todo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_toit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_toml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tox.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_travis.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tree.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tres.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_twig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_unison.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vala.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vash.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vba.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vento.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_video.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_view.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vim.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vite.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_volt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vue.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wally.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_windi.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_word.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_word2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xib.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yang.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_zig.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_zip.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_android.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_api.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_app.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_client.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_common.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_component.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_config.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_css.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_db.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_git.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_github.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_images.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_include.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_js.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_json.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_less.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_library.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_log.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_model.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_module.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_next.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_node.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_package.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_php.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_private.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_public.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_python.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_route.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_script.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_server.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_services.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_src.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_story.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_style.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_template.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_test.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_video.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_view.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_www.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/add.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/arrow-down.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/arrow-left.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/arrow-right.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/arrow-up.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/blank.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/book.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/case-sensitive.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/check.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chevron-down.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chevron-left.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chevron-right.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chevron-up.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chrome-close.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chrome-maximize.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chrome-minimize.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/chrome-restore.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/circle-filled.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/clear-all.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/close.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/cloud.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/collapse-all.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-all.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-alt-2.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-alt-small.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-alt.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-console.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-continue-small.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-continue.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-coverage.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-disconnect.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-line-by-line.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-pause.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-rerun.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-restart-frame.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-restart.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-stackframe.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-start.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-step-back.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-step-into.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-step-out.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-step-over.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug-stop.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/debug.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/discard.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/edit.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/ellipsis.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/error.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/exclude.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/extensions.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/files.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/filter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/go-to-file.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/icon-close.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/icon-source-control.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/icon-sync.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/icon.png +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/icon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/info.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/language-icon.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/link-external.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/list-flat.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/list-tree.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/new-file.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/new-folder.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/newline.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/open-preview.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/play.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/preserve-case.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/progress.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/pwa-icon-192.png +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/pwa-icon-512.png +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/record-keys.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/refresh.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/regex.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/remove.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/replace-all.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/replace.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/run-all.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/search.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/settings-gear.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/sort-precedence.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/source-control.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/split-horizontal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/squiggly-error.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/squiggly-warning.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-array.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-boolean.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-class.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-color.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-constant.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-enum-member.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-enum.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-event.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-field.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-file.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-interface.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-key.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-keyword.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-method.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-misc.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-namespace.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-numeric.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-operator.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-parameter.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-property.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-ruler.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-snippet.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-string.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-structure.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/symbol-variable.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/tag.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/terminal-bash.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/terminal.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/theme-icon.png +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/trash.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/triangle-down.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/triangle-left.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/triangle-right.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/triangle-up.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/warning.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/whole-word.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/zoom-in.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/icons/zoom-out.svg +0 -0
- /package/static/{0ca6960 → d558c2e}/js/babel-parser.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/blob-util.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/ky.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/lvce-editor-import-script.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/lvce-editor-ipc.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/lvce-editor-verror.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/p-min-delay.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/pretty-bytes.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/preview-injected.js +0 -0
- /package/static/{0ca6960 → d558c2e}/js/yoctodelay.js +0 -0
- /package/static/{0ca6960 → d558c2e}/lib-css/termterm.css +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/renderer-process/LICENSE +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/renderer-process/README.md +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.cpp +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.css +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.csv +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.dart +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.env +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.ex +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.html +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.java +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.jl +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.js +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.json +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.kt +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.pl +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.py +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/index.ts +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/scrolling.txt +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/languages/tsconfig.json +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/sample-folder/a.txt +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/sample-folder/b.txt +0 -0
- /package/static/{0ca6960 → d558c2e}/playground/sample-folder/c.txt +0 -0
|
@@ -2,7 +2,7 @@ const state$M = {
|
|
|
2
2
|
width: 0,
|
|
3
3
|
height: 0
|
|
4
4
|
};
|
|
5
|
-
const get$
|
|
5
|
+
const get$i = () => {
|
|
6
6
|
return {
|
|
7
7
|
width: state$M.width,
|
|
8
8
|
height: state$M.height
|
|
@@ -89,7 +89,7 @@ const fn = value => {
|
|
|
89
89
|
const state$L = {
|
|
90
90
|
pending: Object.create(null)
|
|
91
91
|
};
|
|
92
|
-
const get$
|
|
92
|
+
const get$h = id => {
|
|
93
93
|
return state$L.pending[id];
|
|
94
94
|
};
|
|
95
95
|
const has$2 = id => {
|
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/d558c2e';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -270,7 +270,7 @@ const state$1$1 = {
|
|
|
270
270
|
const set$g = (id, fn) => {
|
|
271
271
|
state$1$1.callbacks[id] = fn;
|
|
272
272
|
};
|
|
273
|
-
const get$
|
|
273
|
+
const get$g = id => {
|
|
274
274
|
return state$1$1.callbacks[id];
|
|
275
275
|
};
|
|
276
276
|
const remove$a = id => {
|
|
@@ -309,7 +309,7 @@ const registerPromise = () => {
|
|
|
309
309
|
};
|
|
310
310
|
const resolve = (id, args) => {
|
|
311
311
|
number(id);
|
|
312
|
-
const fn = get$
|
|
312
|
+
const fn = get$g(id);
|
|
313
313
|
if (!fn) {
|
|
314
314
|
console.log(args);
|
|
315
315
|
warn$2(`callback ${id} may already be disposed`);
|
|
@@ -602,6 +602,7 @@ const Process = 136;
|
|
|
602
602
|
const ExtensionManagement = 137;
|
|
603
603
|
const Markdown = 138;
|
|
604
604
|
const FileSystemHandle = 139;
|
|
605
|
+
const MouseActions = 140;
|
|
605
606
|
|
|
606
607
|
const getPrefix$3 = commandId => {
|
|
607
608
|
if (!commandId || typeof commandId !== 'string') {
|
|
@@ -764,6 +765,8 @@ const getModuleId$1 = commandId => {
|
|
|
764
765
|
return WindowTitle;
|
|
765
766
|
case 'PointerCapture':
|
|
766
767
|
return PointerCapture;
|
|
768
|
+
case 'MouseActions':
|
|
769
|
+
return MouseActions;
|
|
767
770
|
case 'FileSystemHandle':
|
|
768
771
|
return FileSystemHandle;
|
|
769
772
|
case 'ExtensionHostQuickPick':
|
|
@@ -1134,7 +1137,7 @@ const loadCssStyleSheet = id => {
|
|
|
1134
1137
|
if (!has$2(id)) {
|
|
1135
1138
|
set$h(id, actuallyLoadCssStyleSheet(id));
|
|
1136
1139
|
}
|
|
1137
|
-
return get$
|
|
1140
|
+
return get$h(id);
|
|
1138
1141
|
};
|
|
1139
1142
|
const loadCssStyleSheets = css => {
|
|
1140
1143
|
return Promise.all(css.map(loadCssStyleSheet));
|
|
@@ -1150,7 +1153,7 @@ const addDynamicCss = (id, getCss, preferences) => {
|
|
|
1150
1153
|
if (!has$2(id)) {
|
|
1151
1154
|
set$h(id, actuallyAddDynamicCss(id, getCss, preferences));
|
|
1152
1155
|
}
|
|
1153
|
-
return get$
|
|
1156
|
+
return get$h(id);
|
|
1154
1157
|
};
|
|
1155
1158
|
|
|
1156
1159
|
const workers = new Map();
|
|
@@ -1550,7 +1553,7 @@ const fileSystems = Object.create(null);
|
|
|
1550
1553
|
const registerAll$1 = map => {
|
|
1551
1554
|
Object.assign(fileSystems, map);
|
|
1552
1555
|
};
|
|
1553
|
-
const get$
|
|
1556
|
+
const get$f = id => {
|
|
1554
1557
|
return fileSystems[id];
|
|
1555
1558
|
};
|
|
1556
1559
|
|
|
@@ -1562,7 +1565,7 @@ const get$e = id => {
|
|
|
1562
1565
|
// TODO extension host should be able to register arbitrary protocols (except app, http, https, file, )
|
|
1563
1566
|
|
|
1564
1567
|
const getFileSystem = protocol => {
|
|
1565
|
-
const fn = get$
|
|
1568
|
+
const fn = get$f(protocol);
|
|
1566
1569
|
if (!fn) {
|
|
1567
1570
|
throw new Error(`file system for protocol ${protocol} not found`);
|
|
1568
1571
|
}
|
|
@@ -1826,7 +1829,7 @@ const hydrate$b = async () => {
|
|
|
1826
1829
|
logError(error);
|
|
1827
1830
|
}
|
|
1828
1831
|
};
|
|
1829
|
-
const get$
|
|
1832
|
+
const get$e = key => {
|
|
1830
1833
|
return state$C[key];
|
|
1831
1834
|
};
|
|
1832
1835
|
const set$f = async (key, value) => {
|
|
@@ -1887,7 +1890,7 @@ const getResolvedRootFromRendererProcess = async href => {
|
|
|
1887
1890
|
};
|
|
1888
1891
|
}
|
|
1889
1892
|
if (platform === Web$1) {
|
|
1890
|
-
const defaultWorkspace = get$
|
|
1893
|
+
const defaultWorkspace = get$e('workspace.defaultWorkspace');
|
|
1891
1894
|
const resolvedRoot = {
|
|
1892
1895
|
path: defaultWorkspace,
|
|
1893
1896
|
homeDir: '',
|
|
@@ -2095,7 +2098,7 @@ const getCacheFn = config => {
|
|
|
2095
2098
|
}
|
|
2096
2099
|
};
|
|
2097
2100
|
const getColorThemeCssCached = async (colorThemeId, getData) => {
|
|
2098
|
-
const config = get$
|
|
2101
|
+
const config = get$e('colorTheme.cache');
|
|
2099
2102
|
const module = await getCacheFn(config);
|
|
2100
2103
|
const cachedData = await module.get(colorThemeId);
|
|
2101
2104
|
if (cachedData) {
|
|
@@ -2151,7 +2154,7 @@ const applyColorTheme = async colorThemeId => {
|
|
|
2151
2154
|
const themeColor = getMetaThemeColor(colorThemeId) || '';
|
|
2152
2155
|
await setThemeColor(themeColor);
|
|
2153
2156
|
}
|
|
2154
|
-
if (platform !== Web$1 && get$
|
|
2157
|
+
if (platform !== Web$1 && get$e('development.watchColorTheme')) {
|
|
2155
2158
|
watch$2(colorThemeId);
|
|
2156
2159
|
}
|
|
2157
2160
|
} catch (error) {
|
|
@@ -2171,7 +2174,7 @@ const watch$2 = async id => {
|
|
|
2171
2174
|
await invoke$g('ExtensionHost.watchColorTheme', id);
|
|
2172
2175
|
};
|
|
2173
2176
|
const getPreferredColorTheme = () => {
|
|
2174
|
-
const preferredColorTheme = get$
|
|
2177
|
+
const preferredColorTheme = get$e('workbench.colorTheme');
|
|
2175
2178
|
return preferredColorTheme;
|
|
2176
2179
|
};
|
|
2177
2180
|
const reload$4 = async () => {
|
|
@@ -2213,14 +2216,14 @@ const state$z = {
|
|
|
2213
2216
|
const set$d = value => {
|
|
2214
2217
|
state$z.id = value;
|
|
2215
2218
|
};
|
|
2216
|
-
const get$
|
|
2219
|
+
const get$d = () => {
|
|
2217
2220
|
return state$z.id;
|
|
2218
2221
|
};
|
|
2219
2222
|
|
|
2220
2223
|
// TODO cache window id
|
|
2221
2224
|
|
|
2222
2225
|
const getWindowId = async () => {
|
|
2223
|
-
const webContentsId = get$
|
|
2226
|
+
const webContentsId = get$d();
|
|
2224
2227
|
const windowId = await invoke$g('GetWindowId.getWindowId', webContentsId);
|
|
2225
2228
|
return windowId;
|
|
2226
2229
|
};
|
|
@@ -2425,7 +2428,7 @@ const contexts = Object.create(null);
|
|
|
2425
2428
|
// e.g. map 'focus.explorer' -> 2
|
|
2426
2429
|
// Context.get(1), Context.get(2)
|
|
2427
2430
|
|
|
2428
|
-
const get$
|
|
2431
|
+
const get$c = key => {
|
|
2429
2432
|
return contexts[key];
|
|
2430
2433
|
};
|
|
2431
2434
|
const set$c = (key, value) => {
|
|
@@ -2439,7 +2442,7 @@ const state$y = {
|
|
|
2439
2442
|
// TODO use numeric focus key
|
|
2440
2443
|
currentFocus: ''
|
|
2441
2444
|
};
|
|
2442
|
-
const get$
|
|
2445
|
+
const get$b = () => {
|
|
2443
2446
|
return state$y.currentFocus;
|
|
2444
2447
|
};
|
|
2445
2448
|
const set$b = value => {
|
|
@@ -2482,7 +2485,7 @@ const matchesContext = keyBinding => {
|
|
|
2482
2485
|
if (!keyBinding.when) {
|
|
2483
2486
|
return true;
|
|
2484
2487
|
}
|
|
2485
|
-
return get$
|
|
2488
|
+
return get$c(keyBinding.when);
|
|
2486
2489
|
};
|
|
2487
2490
|
const getMatchingKeyBindings = keyBindingSets => {
|
|
2488
2491
|
return Object.values(keyBindingSets).reverse().flat(1).filter(matchesContext);
|
|
@@ -2543,11 +2546,11 @@ const FocusConfirm = 40;
|
|
|
2543
2546
|
*/
|
|
2544
2547
|
const setFocus = focusKey => {
|
|
2545
2548
|
number$1(focusKey);
|
|
2546
|
-
if (get$
|
|
2547
|
-
remove$8(get$
|
|
2549
|
+
if (get$b()) {
|
|
2550
|
+
remove$8(get$b());
|
|
2548
2551
|
}
|
|
2549
2552
|
set$b(focusKey);
|
|
2550
|
-
set$c(get$
|
|
2553
|
+
set$c(get$b(), true);
|
|
2551
2554
|
update();
|
|
2552
2555
|
};
|
|
2553
2556
|
|
|
@@ -2600,6 +2603,16 @@ class CancelationError extends Error {
|
|
|
2600
2603
|
}
|
|
2601
2604
|
}
|
|
2602
2605
|
|
|
2606
|
+
const state$w = {
|
|
2607
|
+
idMap: Object.create(null)
|
|
2608
|
+
};
|
|
2609
|
+
const register$1 = (id, module) => {
|
|
2610
|
+
state$w.idMap[id] = module;
|
|
2611
|
+
};
|
|
2612
|
+
const get$a = id => {
|
|
2613
|
+
return state$w.idMap[id];
|
|
2614
|
+
};
|
|
2615
|
+
|
|
2603
2616
|
const nameAnonymousFunction = (fn, name) => {
|
|
2604
2617
|
Object.defineProperty(fn, 'name', {
|
|
2605
2618
|
value: name
|
|
@@ -2700,7 +2713,7 @@ const serializeInstances = async instances => {
|
|
|
2700
2713
|
return serialized;
|
|
2701
2714
|
};
|
|
2702
2715
|
|
|
2703
|
-
const state$
|
|
2716
|
+
const state$v = {
|
|
2704
2717
|
instances: Object.create(null)};
|
|
2705
2718
|
const set$a = (key, value) => {
|
|
2706
2719
|
// TODO separate factories from state
|
|
@@ -2708,10 +2721,10 @@ const set$a = (key, value) => {
|
|
|
2708
2721
|
object(value.factory);
|
|
2709
2722
|
object(value.state);
|
|
2710
2723
|
object(value.renderedState);
|
|
2711
|
-
state$
|
|
2724
|
+
state$v.instances[key] = value;
|
|
2712
2725
|
};
|
|
2713
2726
|
const getInstance = key => {
|
|
2714
|
-
const fast = state$
|
|
2727
|
+
const fast = state$v.instances[key];
|
|
2715
2728
|
if (fast) {
|
|
2716
2729
|
return fast;
|
|
2717
2730
|
}
|
|
@@ -2724,7 +2737,7 @@ const getInstance = key => {
|
|
|
2724
2737
|
if (key === 'EditorCompletion') {
|
|
2725
2738
|
key = 'Editor';
|
|
2726
2739
|
}
|
|
2727
|
-
for (const value of Object.values(state$
|
|
2740
|
+
for (const value of Object.values(state$v.instances)) {
|
|
2728
2741
|
if (value.moduleId === key) {
|
|
2729
2742
|
return value;
|
|
2730
2743
|
}
|
|
@@ -2732,16 +2745,16 @@ const getInstance = key => {
|
|
|
2732
2745
|
return undefined;
|
|
2733
2746
|
};
|
|
2734
2747
|
const hasInstance = key => {
|
|
2735
|
-
return key in state$
|
|
2748
|
+
return key in state$v.instances;
|
|
2736
2749
|
};
|
|
2737
2750
|
const remove$7 = key => {
|
|
2738
|
-
delete state$
|
|
2751
|
+
delete state$v.instances[key];
|
|
2739
2752
|
};
|
|
2740
2753
|
const getAllInstances = () => {
|
|
2741
|
-
return state$
|
|
2754
|
+
return state$v.instances;
|
|
2742
2755
|
};
|
|
2743
2756
|
const getValues = () => {
|
|
2744
|
-
return Object.values(state$
|
|
2757
|
+
return Object.values(state$v.instances);
|
|
2745
2758
|
};
|
|
2746
2759
|
const getState$1 = key => {
|
|
2747
2760
|
const instance = getInstance(key);
|
|
@@ -2872,7 +2885,7 @@ const saveViewletState = async id => {
|
|
|
2872
2885
|
};
|
|
2873
2886
|
const hydrate$5 = async () => {
|
|
2874
2887
|
// TODO should set up listener in renderer process
|
|
2875
|
-
if (!get$
|
|
2888
|
+
if (!get$e('workbench.saveStateOnVisibilityChange')) {
|
|
2876
2889
|
console.info('[info] not saving state on visibility change - disabled by settings');
|
|
2877
2890
|
return;
|
|
2878
2891
|
}
|
|
@@ -2882,14 +2895,21 @@ const getSavedViewletState = viewletId => {
|
|
|
2882
2895
|
return getJson$4(viewletId);
|
|
2883
2896
|
};
|
|
2884
2897
|
|
|
2885
|
-
const
|
|
2886
|
-
|
|
2898
|
+
const registry = Object.create(null);
|
|
2899
|
+
const add$2 = (uid, mouseActions) => {
|
|
2900
|
+
registry[uid] = mouseActions;
|
|
2887
2901
|
};
|
|
2888
|
-
const
|
|
2889
|
-
|
|
2902
|
+
const matchesMouseAction = (item, button, modifiers) => {
|
|
2903
|
+
return item.button === button && Boolean(item.modifiers.ctrl) === modifiers.ctrl && Boolean(item.modifiers.shift) === modifiers.shift;
|
|
2890
2904
|
};
|
|
2891
|
-
const get$9 =
|
|
2892
|
-
|
|
2905
|
+
const get$9 = (uid, button, modifiers) => {
|
|
2906
|
+
const items = registry[uid];
|
|
2907
|
+
for (const item of items) {
|
|
2908
|
+
if (matchesMouseAction(item, button, modifiers)) {
|
|
2909
|
+
return item.command;
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
return '';
|
|
2893
2913
|
};
|
|
2894
2914
|
|
|
2895
2915
|
const loadModule$3 = async (id, module) => {
|
|
@@ -2911,7 +2931,7 @@ const ViewletManagerVisitorCss = {
|
|
|
2911
2931
|
const fileSearchWorkerUrl = `${assetDir}/packages/file-search-worker/dist/fileSearchWorkerMain.js`;
|
|
2912
2932
|
|
|
2913
2933
|
const getConfiguredWorkerUrl$b = () => {
|
|
2914
|
-
let configuredWorkerUrl = get$
|
|
2934
|
+
let configuredWorkerUrl = get$e('develop.fileSearchWorkerPath') || '';
|
|
2915
2935
|
if (configuredWorkerUrl) {
|
|
2916
2936
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
2917
2937
|
}
|
|
@@ -3134,6 +3154,17 @@ const runFn = async (instance, id, key, fn, args) => {
|
|
|
3134
3154
|
return;
|
|
3135
3155
|
}
|
|
3136
3156
|
const commands = render$I(instance.factory, oldState, newState, newState.uid || id);
|
|
3157
|
+
const setFocusContextIndex = commands.findIndex(command => command[0] === 'Viewlet.setFocusContext');
|
|
3158
|
+
let focusContext = 0;
|
|
3159
|
+
if (setFocusContextIndex !== -1) {
|
|
3160
|
+
const command = commands[setFocusContextIndex];
|
|
3161
|
+
focusContext = command[2];
|
|
3162
|
+
commands.splice(setFocusContextIndex, 1);
|
|
3163
|
+
}
|
|
3164
|
+
// TODO send focus changes to renderer process together with other message
|
|
3165
|
+
if (focusContext) {
|
|
3166
|
+
setFocus(focusContext);
|
|
3167
|
+
}
|
|
3137
3168
|
setRenderedState(id, newState);
|
|
3138
3169
|
await invoke$i(/* Viewlet.sendMultiple */kSendMultiple, /* commands */commands);
|
|
3139
3170
|
} else {
|
|
@@ -3517,6 +3548,10 @@ const load$6 = async (viewlet, focus = false, restore = false, restoreState = un
|
|
|
3517
3548
|
const keyBindings = await module.getKeyBindings();
|
|
3518
3549
|
addKeyBindings$1(viewlet.id, keyBindings);
|
|
3519
3550
|
}
|
|
3551
|
+
if (module.Commands && module.Commands.getMouseActions) {
|
|
3552
|
+
const mouseActions = await module.Commands.getMouseActions(viewletUid);
|
|
3553
|
+
add$2(viewletUid, mouseActions);
|
|
3554
|
+
}
|
|
3520
3555
|
if (module.getChildren) {
|
|
3521
3556
|
const children = module.getChildren(newState);
|
|
3522
3557
|
for (const child of children) {
|
|
@@ -4507,7 +4542,7 @@ const hydrate$4 = async () => {
|
|
|
4507
4542
|
const languages = await getLanguages();
|
|
4508
4543
|
// TODO avoid side effect here, but how?
|
|
4509
4544
|
await addLanguages(languages);
|
|
4510
|
-
const useJsx = get$
|
|
4545
|
+
const useJsx = get$e('languages.jsFilesAsJsx');
|
|
4511
4546
|
if (useJsx) {
|
|
4512
4547
|
addExtension('.js', 'jsx');
|
|
4513
4548
|
}
|
|
@@ -4761,7 +4796,7 @@ const setIconTheme = async iconThemeId => {
|
|
|
4761
4796
|
}
|
|
4762
4797
|
};
|
|
4763
4798
|
const hydrate$3 = async () => {
|
|
4764
|
-
const iconThemeId = get$
|
|
4799
|
+
const iconThemeId = get$e('icon-theme') || 'vscode-icons';
|
|
4765
4800
|
await setIconTheme(iconThemeId);
|
|
4766
4801
|
};
|
|
4767
4802
|
|
|
@@ -4992,6 +5027,8 @@ const load$3 = moduleId => {
|
|
|
4992
5027
|
return Promise.resolve().then(function () { return SendMessagePortToElectron_ipc; });
|
|
4993
5028
|
case OffscreenCanvas$1:
|
|
4994
5029
|
return Promise.resolve().then(function () { return OffscreenCanvas_ipc; });
|
|
5030
|
+
case MouseActions:
|
|
5031
|
+
return Promise.resolve().then(function () { return MouseActions_ipc; });
|
|
4995
5032
|
case Languages:
|
|
4996
5033
|
return Promise.resolve().then(function () { return Languages_ipc; });
|
|
4997
5034
|
case FileWatcher:
|
|
@@ -5494,42 +5531,42 @@ const map = {
|
|
|
5494
5531
|
|
|
5495
5532
|
const getWatchConfig = () => {
|
|
5496
5533
|
const watchConfig = [];
|
|
5497
|
-
const explorerPath = get$
|
|
5534
|
+
const explorerPath = get$e('develop.explorerWorkerPath');
|
|
5498
5535
|
if (explorerPath) {
|
|
5499
5536
|
watchConfig.push({
|
|
5500
5537
|
path: explorerPath,
|
|
5501
5538
|
command: 'Explorer.hotReload'
|
|
5502
5539
|
});
|
|
5503
5540
|
}
|
|
5504
|
-
const textSearchWorkerPath = get$
|
|
5541
|
+
const textSearchWorkerPath = get$e('develop.textSearchWorkerPath');
|
|
5505
5542
|
if (textSearchWorkerPath) {
|
|
5506
5543
|
watchConfig.push({
|
|
5507
5544
|
path: textSearchWorkerPath,
|
|
5508
5545
|
command: 'Search.hotReload'
|
|
5509
5546
|
});
|
|
5510
5547
|
}
|
|
5511
|
-
const extensionDetail = get$
|
|
5548
|
+
const extensionDetail = get$e('develop.extensionDetailViewWorkerPath');
|
|
5512
5549
|
if (extensionDetail) {
|
|
5513
5550
|
watchConfig.push({
|
|
5514
5551
|
path: extensionDetail,
|
|
5515
5552
|
command: 'ExtensionDetail.hotReload'
|
|
5516
5553
|
});
|
|
5517
5554
|
}
|
|
5518
|
-
const extensionSearchViewWorkerPath = get$
|
|
5555
|
+
const extensionSearchViewWorkerPath = get$e('develop.extensionSearchViewWorkerPath');
|
|
5519
5556
|
if (extensionDetail) {
|
|
5520
5557
|
watchConfig.push({
|
|
5521
5558
|
path: extensionSearchViewWorkerPath,
|
|
5522
5559
|
command: 'Extensions.hotReload'
|
|
5523
5560
|
});
|
|
5524
5561
|
}
|
|
5525
|
-
const iframeInspector = get$
|
|
5562
|
+
const iframeInspector = get$e('develop.iframeInspectorWorkerPath');
|
|
5526
5563
|
if (iframeInspector) {
|
|
5527
5564
|
watchConfig.push({
|
|
5528
5565
|
path: iframeInspector,
|
|
5529
5566
|
command: 'IframeInspector.hotReload'
|
|
5530
5567
|
});
|
|
5531
5568
|
}
|
|
5532
|
-
const keyBindings = get$
|
|
5569
|
+
const keyBindings = get$e('develop.keyBindingsViewWorkerPath');
|
|
5533
5570
|
if (keyBindings) {
|
|
5534
5571
|
watchConfig.push({
|
|
5535
5572
|
path: keyBindings,
|
|
@@ -5589,7 +5626,7 @@ const actions = [async () => {
|
|
|
5589
5626
|
mark$1(Twelve);
|
|
5590
5627
|
mark$1(Thirteen);
|
|
5591
5628
|
mark$1(Fourteen);
|
|
5592
|
-
if (platform === Electron$1 && get$
|
|
5629
|
+
if (platform === Electron$1 && get$e('window.titleBarStyle') === 'native') {
|
|
5593
5630
|
await execute$4('ElectronApplicationMenu.hydrate');
|
|
5594
5631
|
} else {
|
|
5595
5632
|
mark(WillLoadTitleBar);
|
|
@@ -5628,7 +5665,7 @@ const startup = async () => {
|
|
|
5628
5665
|
mark(DidLoadPreferences);
|
|
5629
5666
|
|
|
5630
5667
|
// TODO only load this if session replay is enabled in preferences
|
|
5631
|
-
if (get$
|
|
5668
|
+
if (get$e('sessionReplay.enabled')) {
|
|
5632
5669
|
mark(WillLoadSessionReplay);
|
|
5633
5670
|
await startRecording$1();
|
|
5634
5671
|
mark(DidLoadSessionReplay);
|
|
@@ -6749,7 +6786,7 @@ const ExtensionHostFileSystem = {
|
|
|
6749
6786
|
writeFile: writeFile$d
|
|
6750
6787
|
};
|
|
6751
6788
|
|
|
6752
|
-
const name$
|
|
6789
|
+
const name$2o = 'App';
|
|
6753
6790
|
const getModule$5 = uri => {
|
|
6754
6791
|
switch (uri) {
|
|
6755
6792
|
case 'startup-performance':
|
|
@@ -6798,7 +6835,7 @@ const FileSystemApp = {
|
|
|
6798
6835
|
canBeRestored: canBeRestored$5,
|
|
6799
6836
|
getPathSeparator: getPathSeparator$6,
|
|
6800
6837
|
mkdir: mkdir$5,
|
|
6801
|
-
name: name$
|
|
6838
|
+
name: name$2o,
|
|
6802
6839
|
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6803
6840
|
readFile: readFile$c,
|
|
6804
6841
|
remove: remove$5,
|
|
@@ -6806,7 +6843,7 @@ const FileSystemApp = {
|
|
|
6806
6843
|
writeFile: writeFile$c
|
|
6807
6844
|
};
|
|
6808
6845
|
|
|
6809
|
-
const name$
|
|
6846
|
+
const name$2n = 'Data';
|
|
6810
6847
|
const copy$5 = (source, target) => {
|
|
6811
6848
|
throw new Error('not implemented');
|
|
6812
6849
|
};
|
|
@@ -6843,7 +6880,7 @@ const FileSystemData = {
|
|
|
6843
6880
|
getBlobUrl: getBlobUrl$2,
|
|
6844
6881
|
getPathSeparator: getPathSeparator$5,
|
|
6845
6882
|
mkdir: mkdir$4,
|
|
6846
|
-
name: name$
|
|
6883
|
+
name: name$2n,
|
|
6847
6884
|
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
6848
6885
|
readFile: readFile$b,
|
|
6849
6886
|
remove: remove$4,
|
|
@@ -6851,7 +6888,7 @@ const FileSystemData = {
|
|
|
6851
6888
|
writeFile: writeFile$b
|
|
6852
6889
|
};
|
|
6853
6890
|
|
|
6854
|
-
const name$
|
|
6891
|
+
const name$2m = 'Memory';
|
|
6855
6892
|
const readFile$a = uri => {
|
|
6856
6893
|
return invoke$f('FileSystemMemory.readFile', uri);
|
|
6857
6894
|
};
|
|
@@ -6894,7 +6931,7 @@ const FileSystemMemory = {
|
|
|
6894
6931
|
getFiles,
|
|
6895
6932
|
getPathSeparator: getPathSeparator$4,
|
|
6896
6933
|
mkdir: mkdir$3,
|
|
6897
|
-
name: name$
|
|
6934
|
+
name: name$2m,
|
|
6898
6935
|
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
6899
6936
|
readFile: readFile$a,
|
|
6900
6937
|
remove: remove$3,
|
|
@@ -6905,7 +6942,7 @@ const FileSystemMemory = {
|
|
|
6905
6942
|
// TODO when it rejects, it should throw a custom error,
|
|
6906
6943
|
// FileSystemError
|
|
6907
6944
|
|
|
6908
|
-
const name$
|
|
6945
|
+
const name$2l = 'Web';
|
|
6909
6946
|
const state$k = {
|
|
6910
6947
|
watchers: Object.create(null),
|
|
6911
6948
|
saveListeners: [],
|
|
@@ -7155,10 +7192,6 @@ const readDirWithFileTypes$3 = path => {
|
|
|
7155
7192
|
}
|
|
7156
7193
|
}
|
|
7157
7194
|
}
|
|
7158
|
-
console.log({
|
|
7159
|
-
path,
|
|
7160
|
-
dirents
|
|
7161
|
-
});
|
|
7162
7195
|
return dirents;
|
|
7163
7196
|
};
|
|
7164
7197
|
const watch$1 = async path => {
|
|
@@ -7187,7 +7220,7 @@ const FileSystemWeb = {
|
|
|
7187
7220
|
createFolder,
|
|
7188
7221
|
getPathSeparator: getPathSeparator$3,
|
|
7189
7222
|
mkdir: mkdir$2,
|
|
7190
|
-
name: name$
|
|
7223
|
+
name: name$2l,
|
|
7191
7224
|
onDidSave,
|
|
7192
7225
|
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7193
7226
|
readFile: readFile$9,
|
|
@@ -7203,7 +7236,7 @@ const FileSystemWeb = {
|
|
|
7203
7236
|
// TODO move all of this to an extension
|
|
7204
7237
|
|
|
7205
7238
|
const canBeRestored$3 = true;
|
|
7206
|
-
const name$
|
|
7239
|
+
const name$2k = 'Fetch';
|
|
7207
7240
|
const state$j = {
|
|
7208
7241
|
files: Object.create(null)
|
|
7209
7242
|
};
|
|
@@ -7239,7 +7272,7 @@ const FileSystemFetch = {
|
|
|
7239
7272
|
getBlob: getBlob$3,
|
|
7240
7273
|
getPathSeparator: getPathSeparator$2,
|
|
7241
7274
|
mkdir: mkdir$1,
|
|
7242
|
-
name: name$
|
|
7275
|
+
name: name$2k,
|
|
7243
7276
|
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
7244
7277
|
readFile: readFile$8,
|
|
7245
7278
|
remove: remove$1,
|
|
@@ -7252,7 +7285,7 @@ const getRemoteSrc = uri => {
|
|
|
7252
7285
|
return src;
|
|
7253
7286
|
};
|
|
7254
7287
|
|
|
7255
|
-
const name$
|
|
7288
|
+
const name$2j = 'Disk';
|
|
7256
7289
|
const toUri = item => {
|
|
7257
7290
|
if (item.startsWith('file://')) {
|
|
7258
7291
|
return item;
|
|
@@ -7343,7 +7376,7 @@ const FileSystemDisk = {
|
|
|
7343
7376
|
getPathSeparator: getPathSeparator$1,
|
|
7344
7377
|
getRealPath,
|
|
7345
7378
|
mkdir,
|
|
7346
|
-
name: name$
|
|
7379
|
+
name: name$2j,
|
|
7347
7380
|
readDirWithFileTypes: readDirWithFileTypes$1,
|
|
7348
7381
|
readFile: readFile$7,
|
|
7349
7382
|
readJson: readJson$2,
|
|
@@ -8042,7 +8075,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8042
8075
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8043
8076
|
|
|
8044
8077
|
const getConfiguredWorkerUrl$a = () => {
|
|
8045
|
-
let configuredWorkerUrl = get$
|
|
8078
|
+
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
8046
8079
|
if (configuredWorkerUrl) {
|
|
8047
8080
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
8048
8081
|
}
|
|
@@ -8087,15 +8120,15 @@ const showAbout = async () => {
|
|
|
8087
8120
|
await fn();
|
|
8088
8121
|
};
|
|
8089
8122
|
|
|
8090
|
-
const name$
|
|
8091
|
-
const Commands$
|
|
8123
|
+
const name$2i = 'About';
|
|
8124
|
+
const Commands$2c = {
|
|
8092
8125
|
showAbout: showAbout
|
|
8093
8126
|
};
|
|
8094
8127
|
|
|
8095
8128
|
const About_ipc = {
|
|
8096
8129
|
__proto__: null,
|
|
8097
|
-
Commands: Commands$
|
|
8098
|
-
name: name$
|
|
8130
|
+
Commands: Commands$2c,
|
|
8131
|
+
name: name$2i
|
|
8099
8132
|
};
|
|
8100
8133
|
|
|
8101
8134
|
/**
|
|
@@ -8163,8 +8196,8 @@ const getResponse$1 = async (url, options) => {
|
|
|
8163
8196
|
|
|
8164
8197
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8165
8198
|
|
|
8166
|
-
const name$
|
|
8167
|
-
const Commands$
|
|
8199
|
+
const name$2h = 'Ajax';
|
|
8200
|
+
const Commands$2b = {
|
|
8168
8201
|
getBlob: getBlob,
|
|
8169
8202
|
getJson: getJson$1,
|
|
8170
8203
|
getText: getText
|
|
@@ -8172,8 +8205,8 @@ const Commands$2a = {
|
|
|
8172
8205
|
|
|
8173
8206
|
const Ajax_ipc = {
|
|
8174
8207
|
__proto__: null,
|
|
8175
|
-
Commands: Commands$
|
|
8176
|
-
name: name$
|
|
8208
|
+
Commands: Commands$2b,
|
|
8209
|
+
name: name$2h
|
|
8177
8210
|
};
|
|
8178
8211
|
|
|
8179
8212
|
const playBell = async () => {
|
|
@@ -8181,15 +8214,15 @@ const playBell = async () => {
|
|
|
8181
8214
|
await invoke$i(/* Audio.play */3211, /* src */src);
|
|
8182
8215
|
};
|
|
8183
8216
|
|
|
8184
|
-
const name$
|
|
8185
|
-
const Commands$
|
|
8217
|
+
const name$2g = 'Audio';
|
|
8218
|
+
const Commands$2a = {
|
|
8186
8219
|
playBell: playBell
|
|
8187
8220
|
};
|
|
8188
8221
|
|
|
8189
8222
|
const Audio_ipc = {
|
|
8190
8223
|
__proto__: null,
|
|
8191
|
-
Commands: Commands$
|
|
8192
|
-
name: name$
|
|
8224
|
+
Commands: Commands$2a,
|
|
8225
|
+
name: name$2g
|
|
8193
8226
|
};
|
|
8194
8227
|
|
|
8195
8228
|
const AppImage = 'AppImage';
|
|
@@ -8274,20 +8307,17 @@ const checkForUpdates$1 = async () => {
|
|
|
8274
8307
|
return;
|
|
8275
8308
|
}
|
|
8276
8309
|
await module.installAndRestart(downloadPath);
|
|
8277
|
-
console.log({
|
|
8278
|
-
info
|
|
8279
|
-
});
|
|
8280
8310
|
};
|
|
8281
8311
|
|
|
8282
|
-
const name$
|
|
8283
|
-
const Commands$
|
|
8312
|
+
const name$2f = 'AutoUpdater';
|
|
8313
|
+
const Commands$29 = {
|
|
8284
8314
|
checkForUpdates: checkForUpdates$1
|
|
8285
8315
|
};
|
|
8286
8316
|
|
|
8287
8317
|
const AutoUpdater_ipc = {
|
|
8288
8318
|
__proto__: null,
|
|
8289
|
-
Commands: Commands$
|
|
8290
|
-
name: name$
|
|
8319
|
+
Commands: Commands$29,
|
|
8320
|
+
name: name$2f
|
|
8291
8321
|
};
|
|
8292
8322
|
|
|
8293
8323
|
const cache = Object.create(null);
|
|
@@ -8325,15 +8355,15 @@ const getEditorSourceActions = async () => {
|
|
|
8325
8355
|
return codeActions;
|
|
8326
8356
|
};
|
|
8327
8357
|
|
|
8328
|
-
const name$
|
|
8329
|
-
const Commands$
|
|
8358
|
+
const name$2e = 'GetEditorSourceActions';
|
|
8359
|
+
const Commands$28 = {
|
|
8330
8360
|
getEditorSourceActions: getEditorSourceActions
|
|
8331
8361
|
};
|
|
8332
8362
|
|
|
8333
8363
|
const GetEditorSourceActions_ipc = {
|
|
8334
8364
|
__proto__: null,
|
|
8335
|
-
Commands: Commands$
|
|
8336
|
-
name: name$
|
|
8365
|
+
Commands: Commands$28,
|
|
8366
|
+
name: name$2e
|
|
8337
8367
|
};
|
|
8338
8368
|
|
|
8339
8369
|
const getFileHandles = ids => {
|
|
@@ -8347,8 +8377,8 @@ const getFilePathElectron = async file => {
|
|
|
8347
8377
|
return invoke$i('GetFilePathElectron.getFilePathElectron', file);
|
|
8348
8378
|
};
|
|
8349
8379
|
|
|
8350
|
-
const name$
|
|
8351
|
-
const Commands$
|
|
8380
|
+
const name$2d = 'FileSystemHandle';
|
|
8381
|
+
const Commands$27 = {
|
|
8352
8382
|
addFileHandle: addFileHandle,
|
|
8353
8383
|
getFileHandles: getFileHandles,
|
|
8354
8384
|
getFilePathElectron: getFilePathElectron
|
|
@@ -8356,8 +8386,8 @@ const Commands$26 = {
|
|
|
8356
8386
|
|
|
8357
8387
|
const FileSystemHandle_ipc = {
|
|
8358
8388
|
__proto__: null,
|
|
8359
|
-
Commands: Commands$
|
|
8360
|
-
name: name$
|
|
8389
|
+
Commands: Commands$27,
|
|
8390
|
+
name: name$2d
|
|
8361
8391
|
};
|
|
8362
8392
|
|
|
8363
8393
|
function createBlob(parts, properties) {
|
|
@@ -8478,8 +8508,8 @@ const disposeSrc = async src => {
|
|
|
8478
8508
|
}
|
|
8479
8509
|
};
|
|
8480
8510
|
|
|
8481
|
-
const name$
|
|
8482
|
-
const Commands$
|
|
8511
|
+
const name$2c = 'Blob';
|
|
8512
|
+
const Commands$26 = {
|
|
8483
8513
|
base64StringToBlob: base64StringToBlob,
|
|
8484
8514
|
binaryStringToBlob: binaryStringToBlob,
|
|
8485
8515
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -8488,8 +8518,8 @@ const Commands$25 = {
|
|
|
8488
8518
|
|
|
8489
8519
|
const Blob_ipc = {
|
|
8490
8520
|
__proto__: null,
|
|
8491
|
-
Commands: Commands$
|
|
8492
|
-
name: name$
|
|
8521
|
+
Commands: Commands$26,
|
|
8522
|
+
name: name$2c
|
|
8493
8523
|
};
|
|
8494
8524
|
|
|
8495
8525
|
const getNewContent = (oldContent, changes) => {
|
|
@@ -8562,15 +8592,15 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8562
8592
|
await Promise.all(edits.map(applyFileReplacement));
|
|
8563
8593
|
};
|
|
8564
8594
|
|
|
8565
|
-
const name$
|
|
8566
|
-
const Commands$
|
|
8595
|
+
const name$2b = 'BulkReplacement';
|
|
8596
|
+
const Commands$25 = {
|
|
8567
8597
|
applyBulkReplacement: applyBulkReplacement
|
|
8568
8598
|
};
|
|
8569
8599
|
|
|
8570
8600
|
const BulkReplacement_ipc = {
|
|
8571
8601
|
__proto__: null,
|
|
8572
|
-
Commands: Commands$
|
|
8573
|
-
name: name$
|
|
8602
|
+
Commands: Commands$25,
|
|
8603
|
+
name: name$2b
|
|
8574
8604
|
};
|
|
8575
8605
|
|
|
8576
8606
|
const ApplicationJson = 'aplication/json';
|
|
@@ -8663,8 +8693,8 @@ const clearCache$1 = async () => {
|
|
|
8663
8693
|
|
|
8664
8694
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
8665
8695
|
|
|
8666
|
-
const name$
|
|
8667
|
-
const Commands$
|
|
8696
|
+
const name$2a = 'CacheStorage';
|
|
8697
|
+
const Commands$24 = {
|
|
8668
8698
|
clearCache: clearCache$1,
|
|
8669
8699
|
getJson: getJson,
|
|
8670
8700
|
setJson: setJson
|
|
@@ -8672,19 +8702,19 @@ const Commands$23 = {
|
|
|
8672
8702
|
|
|
8673
8703
|
const CacheStorage_ipc = {
|
|
8674
8704
|
__proto__: null,
|
|
8675
|
-
Commands: Commands$
|
|
8676
|
-
name: name$
|
|
8705
|
+
Commands: Commands$24,
|
|
8706
|
+
name: name$2a
|
|
8677
8707
|
};
|
|
8678
8708
|
|
|
8679
|
-
const name$
|
|
8680
|
-
const Commands$
|
|
8709
|
+
const name$29 = 'Callback';
|
|
8710
|
+
const Commands$23 = {
|
|
8681
8711
|
resolve: resolve
|
|
8682
8712
|
};
|
|
8683
8713
|
|
|
8684
8714
|
const Callback_ipc = {
|
|
8685
8715
|
__proto__: null,
|
|
8686
|
-
Commands: Commands$
|
|
8687
|
-
name: name$
|
|
8716
|
+
Commands: Commands$23,
|
|
8717
|
+
name: name$29
|
|
8688
8718
|
};
|
|
8689
8719
|
|
|
8690
8720
|
const minimize$1 = () => {
|
|
@@ -8760,8 +8790,8 @@ const zoomReset = () => {
|
|
|
8760
8790
|
}
|
|
8761
8791
|
};
|
|
8762
8792
|
|
|
8763
|
-
const name$
|
|
8764
|
-
const Commands$
|
|
8793
|
+
const name$28 = 'Chrome';
|
|
8794
|
+
const Commands$22 = {
|
|
8765
8795
|
close: close$4,
|
|
8766
8796
|
exit: exit$2,
|
|
8767
8797
|
maximize: maximize$1,
|
|
@@ -8771,8 +8801,8 @@ const Commands$21 = {
|
|
|
8771
8801
|
|
|
8772
8802
|
const Chrome_ipc = {
|
|
8773
8803
|
__proto__: null,
|
|
8774
|
-
Commands: Commands$
|
|
8775
|
-
name: name$
|
|
8804
|
+
Commands: Commands$22,
|
|
8805
|
+
name: name$28
|
|
8776
8806
|
};
|
|
8777
8807
|
|
|
8778
8808
|
const readText = async () => {
|
|
@@ -8834,8 +8864,8 @@ const execCopy = async () => {
|
|
|
8834
8864
|
}
|
|
8835
8865
|
};
|
|
8836
8866
|
|
|
8837
|
-
const name$
|
|
8838
|
-
const Commands$
|
|
8867
|
+
const name$27 = 'ClipBoard';
|
|
8868
|
+
const Commands$21 = {
|
|
8839
8869
|
execCopy: execCopy,
|
|
8840
8870
|
readNativeFiles: readNativeFiles,
|
|
8841
8871
|
readText: readText,
|
|
@@ -8846,16 +8876,16 @@ const Commands$20 = {
|
|
|
8846
8876
|
|
|
8847
8877
|
const ClipBoard_ipc = {
|
|
8848
8878
|
__proto__: null,
|
|
8849
|
-
Commands: Commands$
|
|
8850
|
-
name: name$
|
|
8879
|
+
Commands: Commands$21,
|
|
8880
|
+
name: name$27
|
|
8851
8881
|
};
|
|
8852
8882
|
|
|
8853
8883
|
const getColorThemeNames = async () => {
|
|
8854
8884
|
return invoke$f('ColorTheme.getColorThemeNames');
|
|
8855
8885
|
};
|
|
8856
8886
|
|
|
8857
|
-
const name$
|
|
8858
|
-
const Commands$
|
|
8887
|
+
const name$26 = 'ColorTheme';
|
|
8888
|
+
const Commands$20 = {
|
|
8859
8889
|
hydrate: hydrate$8,
|
|
8860
8890
|
reload: reload$4,
|
|
8861
8891
|
setColorTheme: setColorTheme,
|
|
@@ -8864,8 +8894,8 @@ const Commands$1$ = {
|
|
|
8864
8894
|
|
|
8865
8895
|
const ColorTheme_ipc = {
|
|
8866
8896
|
__proto__: null,
|
|
8867
|
-
Commands: Commands$
|
|
8868
|
-
name: name$
|
|
8897
|
+
Commands: Commands$20,
|
|
8898
|
+
name: name$26
|
|
8869
8899
|
};
|
|
8870
8900
|
|
|
8871
8901
|
const productNameLong = 'Lvce Editor - OSS';
|
|
@@ -8935,15 +8965,15 @@ const prompt$1 = async (message, {
|
|
|
8935
8965
|
return prompt$2(message);
|
|
8936
8966
|
};
|
|
8937
8967
|
|
|
8938
|
-
const name$
|
|
8939
|
-
const Commands$
|
|
8968
|
+
const name$25 = 'ConfirmPrompt';
|
|
8969
|
+
const Commands$1$ = {
|
|
8940
8970
|
prompt: prompt$1
|
|
8941
8971
|
};
|
|
8942
8972
|
|
|
8943
8973
|
const ConfirmPrompt_ipc = {
|
|
8944
8974
|
__proto__: null,
|
|
8945
|
-
Commands: Commands$
|
|
8946
|
-
name: name$
|
|
8975
|
+
Commands: Commands$1$,
|
|
8976
|
+
name: name$25
|
|
8947
8977
|
};
|
|
8948
8978
|
|
|
8949
8979
|
const startRecording = options => {
|
|
@@ -9002,23 +9032,22 @@ const stop$1 = async () => {
|
|
|
9002
9032
|
}
|
|
9003
9033
|
const path = await stopRecording();
|
|
9004
9034
|
await openNativeFolder(path);
|
|
9005
|
-
// console.log({ path })
|
|
9006
9035
|
};
|
|
9007
9036
|
|
|
9008
|
-
const name$
|
|
9009
|
-
const Commands$
|
|
9037
|
+
const name$24 = 'ContentTracing';
|
|
9038
|
+
const Commands$1_ = {
|
|
9010
9039
|
start: start$2,
|
|
9011
9040
|
stop: stop$1
|
|
9012
9041
|
};
|
|
9013
9042
|
|
|
9014
9043
|
const ContentTracing_ipc = {
|
|
9015
9044
|
__proto__: null,
|
|
9016
|
-
Commands: Commands$
|
|
9017
|
-
name: name$
|
|
9045
|
+
Commands: Commands$1_,
|
|
9046
|
+
name: name$24
|
|
9018
9047
|
};
|
|
9019
9048
|
|
|
9020
9049
|
const hasContextMenuNativePreference = () => {
|
|
9021
|
-
const value = get$
|
|
9050
|
+
const value = get$e('window.titleBarStyle');
|
|
9022
9051
|
return value === 'native';
|
|
9023
9052
|
};
|
|
9024
9053
|
const getModule$3 = () => {
|
|
@@ -9035,15 +9064,15 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9035
9064
|
return module.show(x, y, id, ...args);
|
|
9036
9065
|
};
|
|
9037
9066
|
|
|
9038
|
-
const name$
|
|
9039
|
-
const Commands$
|
|
9067
|
+
const name$23 = 'ContextMenu';
|
|
9068
|
+
const Commands$1Z = {
|
|
9040
9069
|
show: show$a
|
|
9041
9070
|
};
|
|
9042
9071
|
|
|
9043
9072
|
const ContextMenu_ipc = {
|
|
9044
9073
|
__proto__: null,
|
|
9045
|
-
Commands: Commands$
|
|
9046
|
-
name: name$
|
|
9074
|
+
Commands: Commands$1Z,
|
|
9075
|
+
name: name$23
|
|
9047
9076
|
};
|
|
9048
9077
|
|
|
9049
9078
|
const resume$3 = debugId => {
|
|
@@ -9156,8 +9185,8 @@ const resumed = params => {
|
|
|
9156
9185
|
emitEvent('Debug.resumed', params);
|
|
9157
9186
|
};
|
|
9158
9187
|
|
|
9159
|
-
const name$
|
|
9160
|
-
const Commands$
|
|
9188
|
+
const name$22 = 'Debug';
|
|
9189
|
+
const Commands$1Y = {
|
|
9161
9190
|
scriptParsed: scriptParsed,
|
|
9162
9191
|
paused: paused,
|
|
9163
9192
|
resumed: resumed
|
|
@@ -9165,8 +9194,8 @@ const Commands$1X = {
|
|
|
9165
9194
|
|
|
9166
9195
|
const Debug_ipc = {
|
|
9167
9196
|
__proto__: null,
|
|
9168
|
-
Commands: Commands$
|
|
9169
|
-
name: name$
|
|
9197
|
+
Commands: Commands$1Y,
|
|
9198
|
+
name: name$22
|
|
9170
9199
|
};
|
|
9171
9200
|
|
|
9172
9201
|
const attachDebugger = async pid => {
|
|
@@ -9198,15 +9227,15 @@ const debugSharedProcess = async () => {
|
|
|
9198
9227
|
await attachDebugger(pid);
|
|
9199
9228
|
};
|
|
9200
9229
|
|
|
9201
|
-
const name$
|
|
9202
|
-
const Commands$
|
|
9230
|
+
const name$21 = 'DebugSharedProcess';
|
|
9231
|
+
const Commands$1X = {
|
|
9203
9232
|
debugSharedProcess: debugSharedProcess
|
|
9204
9233
|
};
|
|
9205
9234
|
|
|
9206
9235
|
const DebugSharedProcess_ipc = {
|
|
9207
9236
|
__proto__: null,
|
|
9208
|
-
Commands: Commands$
|
|
9209
|
-
name: name$
|
|
9237
|
+
Commands: Commands$1X,
|
|
9238
|
+
name: name$21
|
|
9210
9239
|
};
|
|
9211
9240
|
|
|
9212
9241
|
const crashSharedProcess = () => {
|
|
@@ -9598,10 +9627,6 @@ const getMemoryUsageContent = async () => {
|
|
|
9598
9627
|
memoryUsage: rendererProcessMemoryUsage
|
|
9599
9628
|
});
|
|
9600
9629
|
const isWorker = typeof WorkerGlobalScope !== 'undefined';
|
|
9601
|
-
console.log({
|
|
9602
|
-
isWorker,
|
|
9603
|
-
rendererWorkerMemoryUsage: userAgentSpecificMemory
|
|
9604
|
-
});
|
|
9605
9630
|
const text = isWorker ? `## Shared Process
|
|
9606
9631
|
|
|
9607
9632
|
${formattedSharedProcessMemoryUsage}
|
|
@@ -9676,10 +9701,10 @@ const openIframeInspector = async () => {
|
|
|
9676
9701
|
await openUri$1('iframe-inspector://');
|
|
9677
9702
|
};
|
|
9678
9703
|
|
|
9679
|
-
const name$
|
|
9704
|
+
const name$20 = 'Developer';
|
|
9680
9705
|
|
|
9681
9706
|
// prettier-ignore
|
|
9682
|
-
const Commands$
|
|
9707
|
+
const Commands$1W = {
|
|
9683
9708
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
9684
9709
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
9685
9710
|
openIframeInspector: openIframeInspector,
|
|
@@ -9710,8 +9735,8 @@ const Commands$1V = {
|
|
|
9710
9735
|
|
|
9711
9736
|
const Developer_ipc = {
|
|
9712
9737
|
__proto__: null,
|
|
9713
|
-
Commands: Commands$
|
|
9714
|
-
name: name$
|
|
9738
|
+
Commands: Commands$1W,
|
|
9739
|
+
name: name$20
|
|
9715
9740
|
};
|
|
9716
9741
|
|
|
9717
9742
|
const load$2 = () => {
|
|
@@ -9799,8 +9824,8 @@ const showMessage = async (message, options) => {
|
|
|
9799
9824
|
}
|
|
9800
9825
|
};
|
|
9801
9826
|
|
|
9802
|
-
const name$
|
|
9803
|
-
const Commands$
|
|
9827
|
+
const name$1$ = 'Dialog';
|
|
9828
|
+
const Commands$1V = {
|
|
9804
9829
|
// @ts-ignore
|
|
9805
9830
|
close: undefined,
|
|
9806
9831
|
handleClick: handleClick$7,
|
|
@@ -9811,8 +9836,8 @@ const Commands$1U = {
|
|
|
9811
9836
|
|
|
9812
9837
|
const Dialog_ipc = {
|
|
9813
9838
|
__proto__: null,
|
|
9814
|
-
Commands: Commands$
|
|
9815
|
-
name: name$
|
|
9839
|
+
Commands: Commands$1V,
|
|
9840
|
+
name: name$1$
|
|
9816
9841
|
};
|
|
9817
9842
|
|
|
9818
9843
|
const downloadFile = async (fileName, url) => {
|
|
@@ -9847,8 +9872,8 @@ const downloadUrl = (url, outFile) => {
|
|
|
9847
9872
|
return invoke$g('Download.download', url, outFile);
|
|
9848
9873
|
};
|
|
9849
9874
|
|
|
9850
|
-
const name$
|
|
9851
|
-
const Commands$
|
|
9875
|
+
const name$1_ = 'Download';
|
|
9876
|
+
const Commands$1U = {
|
|
9852
9877
|
downloadFile: downloadFile,
|
|
9853
9878
|
downloadJson: downloadJson,
|
|
9854
9879
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -9856,8 +9881,8 @@ const Commands$1T = {
|
|
|
9856
9881
|
|
|
9857
9882
|
const Download_ipc = {
|
|
9858
9883
|
__proto__: null,
|
|
9859
|
-
Commands: Commands$
|
|
9860
|
-
name: name$
|
|
9884
|
+
Commands: Commands$1U,
|
|
9885
|
+
name: name$1_
|
|
9861
9886
|
};
|
|
9862
9887
|
|
|
9863
9888
|
const hydrate$1 = () => {
|
|
@@ -9881,15 +9906,15 @@ const hydrate$1 = () => {
|
|
|
9881
9906
|
|
|
9882
9907
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
9883
9908
|
|
|
9884
|
-
const name$
|
|
9885
|
-
const Commands$
|
|
9909
|
+
const name$1Z = 'EditorDiagnostics';
|
|
9910
|
+
const Commands$1T = {
|
|
9886
9911
|
hydrate: hydrate$1
|
|
9887
9912
|
};
|
|
9888
9913
|
|
|
9889
9914
|
const EditorDiagnostics_ipc = {
|
|
9890
9915
|
__proto__: null,
|
|
9891
|
-
Commands: Commands$
|
|
9892
|
-
name: name$
|
|
9916
|
+
Commands: Commands$1T,
|
|
9917
|
+
name: name$1Z
|
|
9893
9918
|
};
|
|
9894
9919
|
|
|
9895
9920
|
/**
|
|
@@ -9925,13 +9950,13 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
9925
9950
|
await invoke$i(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
9926
9951
|
};
|
|
9927
9952
|
|
|
9928
|
-
const Commands$
|
|
9953
|
+
const Commands$1S = {
|
|
9929
9954
|
3900: show$9
|
|
9930
9955
|
};
|
|
9931
9956
|
|
|
9932
9957
|
const EditorError_ipc = {
|
|
9933
9958
|
__proto__: null,
|
|
9934
|
-
Commands: Commands$
|
|
9959
|
+
Commands: Commands$1S
|
|
9935
9960
|
};
|
|
9936
9961
|
|
|
9937
9962
|
/**
|
|
@@ -10675,7 +10700,6 @@ const hydrate = async () => {
|
|
|
10675
10700
|
commandMap
|
|
10676
10701
|
} = toElectronMenu(map, TitleBar$1);
|
|
10677
10702
|
state$g.commandMap = commandMap;
|
|
10678
|
-
// console.log({ electronMenu })
|
|
10679
10703
|
await setItems(electronMenu);
|
|
10680
10704
|
// TODO get all menu items
|
|
10681
10705
|
// TODO send menu items to electron
|
|
@@ -10693,22 +10717,22 @@ const handleClick$6 = async label => {
|
|
|
10693
10717
|
await execute$4(command, ...args);
|
|
10694
10718
|
};
|
|
10695
10719
|
|
|
10696
|
-
const name$
|
|
10720
|
+
const name$1Y = 'ElectronApplicationMenu';
|
|
10697
10721
|
|
|
10698
10722
|
// prettier-ignore
|
|
10699
|
-
const Commands$
|
|
10723
|
+
const Commands$1R = {
|
|
10700
10724
|
handleClick: handleClick$6,
|
|
10701
10725
|
hydrate: hydrate
|
|
10702
10726
|
};
|
|
10703
10727
|
|
|
10704
10728
|
const ElectronApplicationMenu_ipc = {
|
|
10705
10729
|
__proto__: null,
|
|
10706
|
-
Commands: Commands$
|
|
10707
|
-
name: name$
|
|
10730
|
+
Commands: Commands$1R,
|
|
10731
|
+
name: name$1Y
|
|
10708
10732
|
};
|
|
10709
10733
|
|
|
10710
|
-
const name$
|
|
10711
|
-
const Commands$
|
|
10734
|
+
const name$1X = 'ElectronBrowserView';
|
|
10735
|
+
const Commands$1Q = {
|
|
10712
10736
|
handleDidNavigate: handleDidNavigate$1,
|
|
10713
10737
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
10714
10738
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -10716,40 +10740,40 @@ const Commands$1P = {
|
|
|
10716
10740
|
|
|
10717
10741
|
const ElectronBrowserView_ipc = {
|
|
10718
10742
|
__proto__: null,
|
|
10719
|
-
Commands: Commands$
|
|
10720
|
-
name: name$
|
|
10743
|
+
Commands: Commands$1Q,
|
|
10744
|
+
name: name$1X
|
|
10721
10745
|
};
|
|
10722
10746
|
|
|
10723
10747
|
const writeText = text => {
|
|
10724
10748
|
return invoke$g('ElectronClipBoard.writeText', text);
|
|
10725
10749
|
};
|
|
10726
10750
|
|
|
10727
|
-
const name$
|
|
10751
|
+
const name$1W = 'ElectronClipBoard';
|
|
10728
10752
|
|
|
10729
10753
|
// prettier-ignore
|
|
10730
|
-
const Commands$
|
|
10754
|
+
const Commands$1P = {
|
|
10731
10755
|
writeText: writeText
|
|
10732
10756
|
};
|
|
10733
10757
|
|
|
10734
10758
|
const ElectronClipBoard_ipc = {
|
|
10735
10759
|
__proto__: null,
|
|
10736
|
-
Commands: Commands$
|
|
10737
|
-
name: name$
|
|
10760
|
+
Commands: Commands$1P,
|
|
10761
|
+
name: name$1W
|
|
10738
10762
|
};
|
|
10739
10763
|
|
|
10740
|
-
const name$
|
|
10764
|
+
const name$1V = 'ElectronContextMenu';
|
|
10741
10765
|
|
|
10742
10766
|
// prettier-ignore
|
|
10743
|
-
const Commands$
|
|
10767
|
+
const Commands$1O = {};
|
|
10744
10768
|
|
|
10745
10769
|
const ElectronContextMenu_ipc = {
|
|
10746
10770
|
__proto__: null,
|
|
10747
|
-
Commands: Commands$
|
|
10748
|
-
name: name$
|
|
10771
|
+
Commands: Commands$1O,
|
|
10772
|
+
name: name$1V
|
|
10749
10773
|
};
|
|
10750
10774
|
|
|
10751
|
-
const name$
|
|
10752
|
-
const Commands$
|
|
10775
|
+
const name$1U = 'ElectronWindow';
|
|
10776
|
+
const Commands$1N = {
|
|
10753
10777
|
close: close$5,
|
|
10754
10778
|
maximize: maximize$2,
|
|
10755
10779
|
minimize: minimize$2,
|
|
@@ -10763,35 +10787,35 @@ const Commands$1M = {
|
|
|
10763
10787
|
|
|
10764
10788
|
const ElectronWindow_ipc = {
|
|
10765
10789
|
__proto__: null,
|
|
10766
|
-
Commands: Commands$
|
|
10767
|
-
name: name$
|
|
10790
|
+
Commands: Commands$1N,
|
|
10791
|
+
name: name$1U
|
|
10768
10792
|
};
|
|
10769
10793
|
|
|
10770
|
-
const name$
|
|
10771
|
-
const Commands$
|
|
10794
|
+
const name$1T = 'ErrorHandling';
|
|
10795
|
+
const Commands$1M = {
|
|
10772
10796
|
handleError: handleError$2,
|
|
10773
10797
|
showErrorDialog: showErrorDialog
|
|
10774
10798
|
};
|
|
10775
10799
|
|
|
10776
10800
|
const ErrorHandling_ipc = {
|
|
10777
10801
|
__proto__: null,
|
|
10778
|
-
Commands: Commands$
|
|
10779
|
-
name: name$
|
|
10802
|
+
Commands: Commands$1M,
|
|
10803
|
+
name: name$1T
|
|
10780
10804
|
};
|
|
10781
10805
|
|
|
10782
10806
|
const exit = () => {
|
|
10783
10807
|
return invoke$g('Exit.exit');
|
|
10784
10808
|
};
|
|
10785
10809
|
|
|
10786
|
-
const name$
|
|
10787
|
-
const Commands$
|
|
10810
|
+
const name$1S = 'Exit';
|
|
10811
|
+
const Commands$1L = {
|
|
10788
10812
|
exit: exit
|
|
10789
10813
|
};
|
|
10790
10814
|
|
|
10791
10815
|
const Exit_ipc = {
|
|
10792
10816
|
__proto__: null,
|
|
10793
|
-
Commands: Commands$
|
|
10794
|
-
name: name$
|
|
10817
|
+
Commands: Commands$1L,
|
|
10818
|
+
name: name$1S
|
|
10795
10819
|
};
|
|
10796
10820
|
|
|
10797
10821
|
const getCommandsFromExtension = extension => {
|
|
@@ -10863,10 +10887,10 @@ const loadWebExtension = async path => {
|
|
|
10863
10887
|
// })
|
|
10864
10888
|
};
|
|
10865
10889
|
|
|
10866
|
-
const name$
|
|
10890
|
+
const name$1R = 'ExtensionHost';
|
|
10867
10891
|
|
|
10868
10892
|
// prettier-ignore
|
|
10869
|
-
const Commands$
|
|
10893
|
+
const Commands$1K = {
|
|
10870
10894
|
loadWebExtension: loadWebExtension,
|
|
10871
10895
|
getCommands: getCommands$9,
|
|
10872
10896
|
executeCommand: executeCommand,
|
|
@@ -10877,22 +10901,22 @@ const Commands$1J = {
|
|
|
10877
10901
|
|
|
10878
10902
|
const ExtensionHostCore_ipc = {
|
|
10879
10903
|
__proto__: null,
|
|
10880
|
-
Commands: Commands$
|
|
10881
|
-
name: name$
|
|
10904
|
+
Commands: Commands$1K,
|
|
10905
|
+
name: name$1R
|
|
10882
10906
|
};
|
|
10883
10907
|
|
|
10884
|
-
const name$
|
|
10908
|
+
const name$1Q = 'ExtensionMeta';
|
|
10885
10909
|
|
|
10886
10910
|
// prettier-ignore
|
|
10887
|
-
const Commands$
|
|
10911
|
+
const Commands$1J = {
|
|
10888
10912
|
addNodeExtension: addNodeExtension,
|
|
10889
10913
|
addWebExtension: addWebExtension
|
|
10890
10914
|
};
|
|
10891
10915
|
|
|
10892
10916
|
const ExtensionMeta_ipc = {
|
|
10893
10917
|
__proto__: null,
|
|
10894
|
-
Commands: Commands$
|
|
10895
|
-
name: name$
|
|
10918
|
+
Commands: Commands$1J,
|
|
10919
|
+
name: name$1Q
|
|
10896
10920
|
};
|
|
10897
10921
|
|
|
10898
10922
|
const openExtensionsFolder = async () => {
|
|
@@ -10904,18 +10928,18 @@ const openCachedExtensionsFolder = async () => {
|
|
|
10904
10928
|
await openNativeFolder(cachedExtensionsFolder);
|
|
10905
10929
|
};
|
|
10906
10930
|
|
|
10907
|
-
const name$
|
|
10931
|
+
const name$1P = 'Extensions';
|
|
10908
10932
|
|
|
10909
10933
|
// prettier-ignore
|
|
10910
|
-
const Commands$
|
|
10934
|
+
const Commands$1I = {
|
|
10911
10935
|
openCachedExtensionsFolder: openCachedExtensionsFolder,
|
|
10912
10936
|
openExtensionsFolder: openExtensionsFolder
|
|
10913
10937
|
};
|
|
10914
10938
|
|
|
10915
10939
|
const Extensions_ipc = {
|
|
10916
10940
|
__proto__: null,
|
|
10917
|
-
Commands: Commands$
|
|
10918
|
-
name: name$
|
|
10941
|
+
Commands: Commands$1I,
|
|
10942
|
+
name: name$1P
|
|
10919
10943
|
};
|
|
10920
10944
|
|
|
10921
10945
|
const showDirectoryPicker = async options => {
|
|
@@ -10946,8 +10970,8 @@ const showSaveFilePicker = async options => {
|
|
|
10946
10970
|
}
|
|
10947
10971
|
};
|
|
10948
10972
|
|
|
10949
|
-
const name$
|
|
10950
|
-
const Commands$
|
|
10973
|
+
const name$1O = 'FilePicker';
|
|
10974
|
+
const Commands$1H = {
|
|
10951
10975
|
showDirectoryPicker: showDirectoryPicker,
|
|
10952
10976
|
showFilePicker: showFilePicker,
|
|
10953
10977
|
showSaveFilePicker: showSaveFilePicker
|
|
@@ -10955,12 +10979,12 @@ const Commands$1G = {
|
|
|
10955
10979
|
|
|
10956
10980
|
const FilePicker_ipc = {
|
|
10957
10981
|
__proto__: null,
|
|
10958
|
-
Commands: Commands$
|
|
10959
|
-
name: name$
|
|
10982
|
+
Commands: Commands$1H,
|
|
10983
|
+
name: name$1O
|
|
10960
10984
|
};
|
|
10961
10985
|
|
|
10962
|
-
const name$
|
|
10963
|
-
const Commands$
|
|
10986
|
+
const name$1N = 'FileSystem';
|
|
10987
|
+
const Commands$1G = {
|
|
10964
10988
|
chmod: chmod$3,
|
|
10965
10989
|
copy: copy$6,
|
|
10966
10990
|
getBlob: getBlob$5,
|
|
@@ -10977,12 +11001,12 @@ const Commands$1F = {
|
|
|
10977
11001
|
|
|
10978
11002
|
const FileSystem_ipc = {
|
|
10979
11003
|
__proto__: null,
|
|
10980
|
-
Commands: Commands$
|
|
10981
|
-
name: name$
|
|
11004
|
+
Commands: Commands$1G,
|
|
11005
|
+
name: name$1N
|
|
10982
11006
|
};
|
|
10983
11007
|
|
|
10984
|
-
const name$
|
|
10985
|
-
const Commands$
|
|
11008
|
+
const name$1M = 'IconTheme';
|
|
11009
|
+
const Commands$1F = {
|
|
10986
11010
|
// TODO command necessary?
|
|
10987
11011
|
// TODO hydrate should be an alias for reload/load
|
|
10988
11012
|
hydrate: hydrate$3,
|
|
@@ -10995,8 +11019,8 @@ const Commands$1E = {
|
|
|
10995
11019
|
|
|
10996
11020
|
const IconTheme_ipc = {
|
|
10997
11021
|
__proto__: null,
|
|
10998
|
-
Commands: Commands$
|
|
10999
|
-
name: name$
|
|
11022
|
+
Commands: Commands$1F,
|
|
11023
|
+
name: name$1M
|
|
11000
11024
|
};
|
|
11001
11025
|
|
|
11002
11026
|
const state$e = {
|
|
@@ -11031,28 +11055,28 @@ const hide$4 = async () => {
|
|
|
11031
11055
|
|
|
11032
11056
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11033
11057
|
|
|
11034
|
-
const name$
|
|
11035
|
-
const Commands$
|
|
11058
|
+
const name$1L = 'ImagePreview';
|
|
11059
|
+
const Commands$1E = {
|
|
11036
11060
|
hide: hide$4,
|
|
11037
11061
|
show: show$8
|
|
11038
11062
|
};
|
|
11039
11063
|
|
|
11040
11064
|
const ImagePreview_ipc = {
|
|
11041
11065
|
__proto__: null,
|
|
11042
|
-
Commands: Commands$
|
|
11043
|
-
name: name$
|
|
11066
|
+
Commands: Commands$1E,
|
|
11067
|
+
name: name$1L
|
|
11044
11068
|
};
|
|
11045
11069
|
|
|
11046
|
-
const name$
|
|
11047
|
-
const Commands$
|
|
11070
|
+
const name$1K = 'Focus';
|
|
11071
|
+
const Commands$1D = {
|
|
11048
11072
|
setFocus: setFocus,
|
|
11049
11073
|
setAdditionalFocus: setAdditionalFocus
|
|
11050
11074
|
};
|
|
11051
11075
|
|
|
11052
11076
|
const Focus_ipc = {
|
|
11053
11077
|
__proto__: null,
|
|
11054
|
-
Commands: Commands$
|
|
11055
|
-
name: name$
|
|
11078
|
+
Commands: Commands$1D,
|
|
11079
|
+
name: name$1K
|
|
11056
11080
|
};
|
|
11057
11081
|
|
|
11058
11082
|
const state$d = {
|
|
@@ -11104,8 +11128,8 @@ const handleError$1 = (id, error) => {
|
|
|
11104
11128
|
search.dispatchEvent(new Event('error', {}));
|
|
11105
11129
|
};
|
|
11106
11130
|
|
|
11107
|
-
const name$
|
|
11108
|
-
const Commands$
|
|
11131
|
+
const name$1J = 'IncrementalTextSearch';
|
|
11132
|
+
const Commands$1C = {
|
|
11109
11133
|
handleCanceled: handleCanceled,
|
|
11110
11134
|
handleData: handleData$2,
|
|
11111
11135
|
handleError: handleError$1,
|
|
@@ -11115,26 +11139,26 @@ const Commands$1B = {
|
|
|
11115
11139
|
|
|
11116
11140
|
const IncrementalTextSearch_ipc = {
|
|
11117
11141
|
__proto__: null,
|
|
11118
|
-
Commands: Commands$
|
|
11119
|
-
name: name$
|
|
11142
|
+
Commands: Commands$1C,
|
|
11143
|
+
name: name$1J
|
|
11120
11144
|
};
|
|
11121
11145
|
|
|
11122
|
-
const name$
|
|
11123
|
-
const Commands$
|
|
11146
|
+
const name$1I = 'IndexedDb';
|
|
11147
|
+
const Commands$1B = {
|
|
11124
11148
|
addHandle: addHandle$1,
|
|
11125
11149
|
getHandle: getHandle$1
|
|
11126
11150
|
};
|
|
11127
11151
|
|
|
11128
11152
|
const IndexedDb_ipc = {
|
|
11129
11153
|
__proto__: null,
|
|
11130
|
-
Commands: Commands$
|
|
11131
|
-
name: name$
|
|
11154
|
+
Commands: Commands$1B,
|
|
11155
|
+
name: name$1I
|
|
11132
11156
|
};
|
|
11133
11157
|
|
|
11134
11158
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
11135
11159
|
|
|
11136
11160
|
const getConfiguredWorkerUrl$9 = () => {
|
|
11137
|
-
let configuredWorkerUrl = get$
|
|
11161
|
+
let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
|
|
11138
11162
|
if (configuredWorkerUrl) {
|
|
11139
11163
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
11140
11164
|
}
|
|
@@ -11148,7 +11172,7 @@ const getExtensionHostSubWorkerUrl = () => {
|
|
|
11148
11172
|
return getConfiguredWorkerUrl$9();
|
|
11149
11173
|
};
|
|
11150
11174
|
|
|
11151
|
-
const name$
|
|
11175
|
+
const name$1H = 'IpcParent';
|
|
11152
11176
|
const wrappedCreate = options => {
|
|
11153
11177
|
// TODO
|
|
11154
11178
|
if (options && options.url && options.url.endsWith('extensionHostSubWorkerMain.js')) {
|
|
@@ -11156,18 +11180,18 @@ const wrappedCreate = options => {
|
|
|
11156
11180
|
}
|
|
11157
11181
|
return create$13(options);
|
|
11158
11182
|
};
|
|
11159
|
-
const Commands$
|
|
11183
|
+
const Commands$1A = {
|
|
11160
11184
|
create: wrappedCreate
|
|
11161
11185
|
};
|
|
11162
11186
|
|
|
11163
11187
|
const IpcParent_ipc = {
|
|
11164
11188
|
__proto__: null,
|
|
11165
|
-
Commands: Commands$
|
|
11166
|
-
name: name$
|
|
11189
|
+
Commands: Commands$1A,
|
|
11190
|
+
name: name$1H
|
|
11167
11191
|
};
|
|
11168
11192
|
|
|
11169
|
-
const name$
|
|
11170
|
-
const Commands$
|
|
11193
|
+
const name$1G = 'KeyBindings';
|
|
11194
|
+
const Commands$1z = {
|
|
11171
11195
|
handleKeyBinding: handleKeyBinding$1,
|
|
11172
11196
|
// @ts-ignore
|
|
11173
11197
|
setIdentifiers: undefined,
|
|
@@ -11177,8 +11201,8 @@ const Commands$1y = {
|
|
|
11177
11201
|
|
|
11178
11202
|
const KeyBindings_ipc = {
|
|
11179
11203
|
__proto__: null,
|
|
11180
|
-
Commands: Commands$
|
|
11181
|
-
name: name$
|
|
11204
|
+
Commands: Commands$1z,
|
|
11205
|
+
name: name$1G
|
|
11182
11206
|
};
|
|
11183
11207
|
|
|
11184
11208
|
// TODO extension key bindings
|
|
@@ -11204,17 +11228,17 @@ const getKeyBindings$j = async () => {
|
|
|
11204
11228
|
return keybindings;
|
|
11205
11229
|
};
|
|
11206
11230
|
|
|
11207
|
-
const name$
|
|
11231
|
+
const name$1F = 'KeyBindingsInitial';
|
|
11208
11232
|
|
|
11209
11233
|
// prettier-ignore
|
|
11210
|
-
const Commands$
|
|
11234
|
+
const Commands$1y = {
|
|
11211
11235
|
getKeyBindings: getKeyBindings$j
|
|
11212
11236
|
};
|
|
11213
11237
|
|
|
11214
11238
|
const KeyBindingsInitial_ipc = {
|
|
11215
11239
|
__proto__: null,
|
|
11216
|
-
Commands: Commands$
|
|
11217
|
-
name: name$
|
|
11240
|
+
Commands: Commands$1y,
|
|
11241
|
+
name: name$1F
|
|
11218
11242
|
};
|
|
11219
11243
|
|
|
11220
11244
|
const state$c = Object.create(null);
|
|
@@ -11233,19 +11257,19 @@ const execute$2 = (id, ...args) => {
|
|
|
11233
11257
|
return listener(...args);
|
|
11234
11258
|
};
|
|
11235
11259
|
|
|
11236
|
-
const Commands$
|
|
11260
|
+
const Commands$1x = {
|
|
11237
11261
|
3444: execute$2
|
|
11238
11262
|
};
|
|
11239
11263
|
|
|
11240
11264
|
const Listener_ipc = {
|
|
11241
11265
|
__proto__: null,
|
|
11242
|
-
Commands: Commands$
|
|
11266
|
+
Commands: Commands$1x
|
|
11243
11267
|
};
|
|
11244
11268
|
|
|
11245
11269
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
11246
11270
|
|
|
11247
|
-
const name$
|
|
11248
|
-
const Commands$
|
|
11271
|
+
const name$1E = 'LocalStorage';
|
|
11272
|
+
const Commands$1w = {
|
|
11249
11273
|
clear: clear$4,
|
|
11250
11274
|
getJson: getJson$5,
|
|
11251
11275
|
getText: getText$1,
|
|
@@ -11255,8 +11279,8 @@ const Commands$1v = {
|
|
|
11255
11279
|
|
|
11256
11280
|
const LocalStorage_ipc = {
|
|
11257
11281
|
__proto__: null,
|
|
11258
|
-
Commands: Commands$
|
|
11259
|
-
name: name$
|
|
11282
|
+
Commands: Commands$1w,
|
|
11283
|
+
name: name$1E
|
|
11260
11284
|
};
|
|
11261
11285
|
|
|
11262
11286
|
const executeMenuItemCommand = async item => {
|
|
@@ -11310,7 +11334,7 @@ const load$1 = id => {
|
|
|
11310
11334
|
};
|
|
11311
11335
|
|
|
11312
11336
|
const getModule = id => {
|
|
11313
|
-
const module = get$
|
|
11337
|
+
const module = get$a(id);
|
|
11314
11338
|
if (module) {
|
|
11315
11339
|
return module;
|
|
11316
11340
|
}
|
|
@@ -12303,8 +12327,8 @@ const focusNext$6 = async () => {
|
|
|
12303
12327
|
|
|
12304
12328
|
// TODO more tests
|
|
12305
12329
|
|
|
12306
|
-
const name$
|
|
12307
|
-
const Commands$
|
|
12330
|
+
const name$1D = 'Menu';
|
|
12331
|
+
const Commands$1v = {
|
|
12308
12332
|
focusFirst: focusFirst$4,
|
|
12309
12333
|
focusIndex: focusIndex$6,
|
|
12310
12334
|
focusLast: focusLast$4,
|
|
@@ -12320,8 +12344,8 @@ const Commands$1u = {
|
|
|
12320
12344
|
|
|
12321
12345
|
const Menu_ipc = {
|
|
12322
12346
|
__proto__: null,
|
|
12323
|
-
Commands: Commands$
|
|
12324
|
-
name: name$
|
|
12347
|
+
Commands: Commands$1v,
|
|
12348
|
+
name: name$1D
|
|
12325
12349
|
};
|
|
12326
12350
|
|
|
12327
12351
|
// based on https://github.com/microsoft/vscode/blob/bd782eb059e133d3a20fdb446b8feb0010a278ad/src/vs/base/common/mime.ts (License MIT)
|
|
@@ -12400,16 +12424,16 @@ const getMediaMimeType = uri => {
|
|
|
12400
12424
|
return mapExtToMediaMimes[extension] || defaultMimeType;
|
|
12401
12425
|
};
|
|
12402
12426
|
|
|
12403
|
-
const name$
|
|
12404
|
-
const Commands$
|
|
12427
|
+
const name$1C = 'Mime';
|
|
12428
|
+
const Commands$1u = {
|
|
12405
12429
|
getMediaMimeType: getMediaMimeType,
|
|
12406
12430
|
getTextMime: getTextMime
|
|
12407
12431
|
};
|
|
12408
12432
|
|
|
12409
12433
|
const Mime_ipc = {
|
|
12410
12434
|
__proto__: null,
|
|
12411
|
-
Commands: Commands$
|
|
12412
|
-
name: name$
|
|
12435
|
+
Commands: Commands$1u,
|
|
12436
|
+
name: name$1C
|
|
12413
12437
|
};
|
|
12414
12438
|
|
|
12415
12439
|
const HandleMaximized = 'handleMaximized';
|
|
@@ -12443,8 +12467,8 @@ const handleMinimized = () => {
|
|
|
12443
12467
|
emitEvent(HandleMinimized);
|
|
12444
12468
|
};
|
|
12445
12469
|
|
|
12446
|
-
const name$
|
|
12447
|
-
const Commands$
|
|
12470
|
+
const name$1B = 'NativeHost';
|
|
12471
|
+
const Commands$1t = {
|
|
12448
12472
|
handleMaximized: handleMaximized,
|
|
12449
12473
|
handleMinimized: handleMinimized,
|
|
12450
12474
|
handleUnmaximized: handleUnmaximized
|
|
@@ -12452,8 +12476,8 @@ const Commands$1s = {
|
|
|
12452
12476
|
|
|
12453
12477
|
const NativeHost_ipc = {
|
|
12454
12478
|
__proto__: null,
|
|
12455
|
-
Commands: Commands$
|
|
12456
|
-
name: name$
|
|
12479
|
+
Commands: Commands$1t,
|
|
12480
|
+
name: name$1B
|
|
12457
12481
|
};
|
|
12458
12482
|
|
|
12459
12483
|
// TODO maybe rename this module to Focus
|
|
@@ -12567,8 +12591,8 @@ const focusPreviousPart = async () => {
|
|
|
12567
12591
|
await focusPart(previousPart);
|
|
12568
12592
|
};
|
|
12569
12593
|
|
|
12570
|
-
const name$
|
|
12571
|
-
const Commands$
|
|
12594
|
+
const name$1A = 'Navigation';
|
|
12595
|
+
const Commands$1s = {
|
|
12572
12596
|
focusActivityBar: focusActivityBar,
|
|
12573
12597
|
focusMain: focusMain,
|
|
12574
12598
|
focusNextPart: focusNextPart,
|
|
@@ -12581,8 +12605,8 @@ const Commands$1r = {
|
|
|
12581
12605
|
|
|
12582
12606
|
const Navigation_ipc = {
|
|
12583
12607
|
__proto__: null,
|
|
12584
|
-
Commands: Commands$
|
|
12585
|
-
name: name$
|
|
12608
|
+
Commands: Commands$1s,
|
|
12609
|
+
name: name$1A
|
|
12586
12610
|
};
|
|
12587
12611
|
|
|
12588
12612
|
const state$8 = {
|
|
@@ -12622,8 +12646,8 @@ const dispose$t = async id => {
|
|
|
12622
12646
|
await invoke$i(/* Notification.dispose */'Notification.dispose', /* id */id);
|
|
12623
12647
|
};
|
|
12624
12648
|
|
|
12625
|
-
const name$
|
|
12626
|
-
const Commands$
|
|
12649
|
+
const name$1z = 'Notification';
|
|
12650
|
+
const Commands$1r = {
|
|
12627
12651
|
create: create$S,
|
|
12628
12652
|
dispose: dispose$t,
|
|
12629
12653
|
handleClick: handleClick$5,
|
|
@@ -12632,8 +12656,8 @@ const Commands$1q = {
|
|
|
12632
12656
|
|
|
12633
12657
|
const Notification_ipc = {
|
|
12634
12658
|
__proto__: null,
|
|
12635
|
-
Commands: Commands$
|
|
12636
|
-
name: name$
|
|
12659
|
+
Commands: Commands$1r,
|
|
12660
|
+
name: name$1z
|
|
12637
12661
|
};
|
|
12638
12662
|
|
|
12639
12663
|
const openUrlWeb = async url => {
|
|
@@ -12656,31 +12680,31 @@ const openUrl = async url => {
|
|
|
12656
12680
|
};
|
|
12657
12681
|
const openExternal$1 = openExternal$2;
|
|
12658
12682
|
|
|
12659
|
-
const name$
|
|
12660
|
-
const Commands$
|
|
12683
|
+
const name$1y = 'Open';
|
|
12684
|
+
const Commands$1q = {
|
|
12661
12685
|
openExternal: openExternal$1,
|
|
12662
12686
|
openUrl: openUrl
|
|
12663
12687
|
};
|
|
12664
12688
|
|
|
12665
12689
|
const Open_ipc = {
|
|
12666
12690
|
__proto__: null,
|
|
12667
|
-
Commands: Commands$
|
|
12668
|
-
name: name$
|
|
12691
|
+
Commands: Commands$1q,
|
|
12692
|
+
name: name$1y
|
|
12669
12693
|
};
|
|
12670
12694
|
|
|
12671
|
-
const name$
|
|
12672
|
-
const Commands$
|
|
12695
|
+
const name$1x = 'OpenNativeFolder';
|
|
12696
|
+
const Commands$1p = {
|
|
12673
12697
|
openNativeFolder: openNativeFolder
|
|
12674
12698
|
};
|
|
12675
12699
|
|
|
12676
12700
|
const OpenNativeFolder_ipc = {
|
|
12677
12701
|
__proto__: null,
|
|
12678
|
-
Commands: Commands$
|
|
12679
|
-
name: name$
|
|
12702
|
+
Commands: Commands$1p,
|
|
12703
|
+
name: name$1x
|
|
12680
12704
|
};
|
|
12681
12705
|
|
|
12682
|
-
const name$
|
|
12683
|
-
const Commands$
|
|
12706
|
+
const name$1w = 'PersistentFileHandle';
|
|
12707
|
+
const Commands$1o = {
|
|
12684
12708
|
addHandle: addHandle,
|
|
12685
12709
|
getHandle: getHandle,
|
|
12686
12710
|
removeHandle: removeHandle
|
|
@@ -12688,62 +12712,62 @@ const Commands$1n = {
|
|
|
12688
12712
|
|
|
12689
12713
|
const PersistentFileHandle_ipc = {
|
|
12690
12714
|
__proto__: null,
|
|
12691
|
-
Commands: Commands$
|
|
12692
|
-
name: name$
|
|
12715
|
+
Commands: Commands$1o,
|
|
12716
|
+
name: name$1w
|
|
12693
12717
|
};
|
|
12694
12718
|
|
|
12695
|
-
const name$
|
|
12719
|
+
const name$1v = 'Preferences';
|
|
12696
12720
|
|
|
12697
12721
|
// prettier-ignore
|
|
12698
|
-
const Commands$
|
|
12722
|
+
const Commands$1n = {
|
|
12699
12723
|
// TODO is this needed?
|
|
12700
12724
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
12701
12725
|
hydrate: hydrate$b,
|
|
12702
12726
|
openKeyBindingsJson: openKeyBindingsJson,
|
|
12703
12727
|
openSettingsJson: openSettingsJson,
|
|
12704
|
-
get: get$
|
|
12728
|
+
get: get$e
|
|
12705
12729
|
};
|
|
12706
12730
|
|
|
12707
12731
|
const Preferences_ipc = {
|
|
12708
12732
|
__proto__: null,
|
|
12709
|
-
Commands: Commands$
|
|
12710
|
-
name: name$
|
|
12733
|
+
Commands: Commands$1n,
|
|
12734
|
+
name: name$1v
|
|
12711
12735
|
};
|
|
12712
12736
|
|
|
12713
12737
|
const prompt = (message, defaultValue) => {
|
|
12714
12738
|
return invoke$i('Prompt.prompt', message, defaultValue);
|
|
12715
12739
|
};
|
|
12716
12740
|
|
|
12717
|
-
const name$
|
|
12718
|
-
const Commands$
|
|
12741
|
+
const name$1u = 'Prompt';
|
|
12742
|
+
const Commands$1m = {
|
|
12719
12743
|
prompt: prompt
|
|
12720
12744
|
};
|
|
12721
12745
|
|
|
12722
12746
|
const Prompt_ipc = {
|
|
12723
12747
|
__proto__: null,
|
|
12724
|
-
Commands: Commands$
|
|
12725
|
-
name: name$
|
|
12748
|
+
Commands: Commands$1m,
|
|
12749
|
+
name: name$1u
|
|
12726
12750
|
};
|
|
12727
12751
|
|
|
12728
12752
|
const rebuildNodePty = async () => {
|
|
12729
12753
|
await invoke$g('RebuildNodePty.rebuildNodePty');
|
|
12730
12754
|
};
|
|
12731
12755
|
|
|
12732
|
-
const name$
|
|
12733
|
-
const Commands$
|
|
12756
|
+
const name$1t = 'RebuildNodePty';
|
|
12757
|
+
const Commands$1l = {
|
|
12734
12758
|
rebuildNodePty: rebuildNodePty
|
|
12735
12759
|
};
|
|
12736
12760
|
|
|
12737
12761
|
const RebuildNodePty_ipc = {
|
|
12738
12762
|
__proto__: null,
|
|
12739
|
-
Commands: Commands$
|
|
12740
|
-
name: name$
|
|
12763
|
+
Commands: Commands$1l,
|
|
12764
|
+
name: name$1t
|
|
12741
12765
|
};
|
|
12742
12766
|
|
|
12743
|
-
const name$
|
|
12767
|
+
const name$1s = 'RecentlyOpened';
|
|
12744
12768
|
|
|
12745
12769
|
// prettier-ignore
|
|
12746
|
-
const Commands$
|
|
12770
|
+
const Commands$1k = {
|
|
12747
12771
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
12748
12772
|
clearRecentlyOpened: clearRecentlyOpened$1,
|
|
12749
12773
|
getRecentlyOpened: getRecentlyOpened$1,
|
|
@@ -12752,19 +12776,19 @@ const Commands$1j = {
|
|
|
12752
12776
|
|
|
12753
12777
|
const RecentlyOpened_ipc = {
|
|
12754
12778
|
__proto__: null,
|
|
12755
|
-
Commands: Commands$
|
|
12756
|
-
name: name$
|
|
12779
|
+
Commands: Commands$1k,
|
|
12780
|
+
name: name$1s
|
|
12757
12781
|
};
|
|
12758
12782
|
|
|
12759
|
-
const name$
|
|
12760
|
-
const Commands$
|
|
12783
|
+
const name$1r = 'Reload';
|
|
12784
|
+
const Commands$1j = {
|
|
12761
12785
|
reload: reload$2
|
|
12762
12786
|
};
|
|
12763
12787
|
|
|
12764
12788
|
const Reload_ipc = {
|
|
12765
12789
|
__proto__: null,
|
|
12766
|
-
Commands: Commands$
|
|
12767
|
-
name: name$
|
|
12790
|
+
Commands: Commands$1j,
|
|
12791
|
+
name: name$1r
|
|
12768
12792
|
};
|
|
12769
12793
|
|
|
12770
12794
|
const isAbortError = error => {
|
|
@@ -12795,35 +12819,35 @@ const saveFileAs = async (fileName, url) => {
|
|
|
12795
12819
|
}
|
|
12796
12820
|
};
|
|
12797
12821
|
|
|
12798
|
-
const name$
|
|
12822
|
+
const name$1q = 'SaveFileAs';
|
|
12799
12823
|
|
|
12800
12824
|
// prettier-ignore
|
|
12801
|
-
const Commands$
|
|
12825
|
+
const Commands$1i = {
|
|
12802
12826
|
saveFileAs: saveFileAs
|
|
12803
12827
|
};
|
|
12804
12828
|
|
|
12805
12829
|
const SaveFileAs_ipc = {
|
|
12806
12830
|
__proto__: null,
|
|
12807
|
-
Commands: Commands$
|
|
12808
|
-
name: name$
|
|
12831
|
+
Commands: Commands$1i,
|
|
12832
|
+
name: name$1q
|
|
12809
12833
|
};
|
|
12810
12834
|
|
|
12811
|
-
const name$
|
|
12835
|
+
const name$1p = 'SaveState';
|
|
12812
12836
|
|
|
12813
12837
|
// prettier-ignore
|
|
12814
|
-
const Commands$
|
|
12838
|
+
const Commands$1h = {
|
|
12815
12839
|
handleVisibilityChange: handleVisibilityChange,
|
|
12816
12840
|
hydrate: hydrate$5
|
|
12817
12841
|
};
|
|
12818
12842
|
|
|
12819
12843
|
const SaveState_ipc = {
|
|
12820
12844
|
__proto__: null,
|
|
12821
|
-
Commands: Commands$
|
|
12822
|
-
name: name$
|
|
12845
|
+
Commands: Commands$1h,
|
|
12846
|
+
name: name$1p
|
|
12823
12847
|
};
|
|
12824
12848
|
|
|
12825
|
-
const name$
|
|
12826
|
-
const Commands$
|
|
12849
|
+
const name$1o = 'SessionReplay';
|
|
12850
|
+
const Commands$1g = {
|
|
12827
12851
|
downloadSession: downloadSession,
|
|
12828
12852
|
openSession: openSession,
|
|
12829
12853
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -12832,26 +12856,26 @@ const Commands$1f = {
|
|
|
12832
12856
|
|
|
12833
12857
|
const SessionReplay_ipc = {
|
|
12834
12858
|
__proto__: null,
|
|
12835
|
-
Commands: Commands$
|
|
12836
|
-
name: name$
|
|
12859
|
+
Commands: Commands$1g,
|
|
12860
|
+
name: name$1o
|
|
12837
12861
|
};
|
|
12838
12862
|
|
|
12839
12863
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
12840
12864
|
|
|
12841
|
-
const name$
|
|
12842
|
-
const Commands$
|
|
12865
|
+
const name$1n = 'SessionStorage';
|
|
12866
|
+
const Commands$1f = {
|
|
12843
12867
|
clear: clear$3,
|
|
12844
12868
|
getJson: getJson$3
|
|
12845
12869
|
};
|
|
12846
12870
|
|
|
12847
12871
|
const SessionStorage_ipc = {
|
|
12848
12872
|
__proto__: null,
|
|
12849
|
-
Commands: Commands$
|
|
12850
|
-
name: name$
|
|
12873
|
+
Commands: Commands$1f,
|
|
12874
|
+
name: name$1n
|
|
12851
12875
|
};
|
|
12852
12876
|
|
|
12853
12877
|
const getConfiguredWorkerUrl$8 = (preferenceKey, fallback) => {
|
|
12854
|
-
let configuredWorkerUrl = get$
|
|
12878
|
+
let configuredWorkerUrl = get$e(preferenceKey) || '';
|
|
12855
12879
|
if (configuredWorkerUrl) {
|
|
12856
12880
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
12857
12881
|
}
|
|
@@ -12880,15 +12904,15 @@ const execute$1 = async href => {
|
|
|
12880
12904
|
await invoke$j(ipc, 'Test.execute', href);
|
|
12881
12905
|
};
|
|
12882
12906
|
|
|
12883
|
-
const name$
|
|
12884
|
-
const Commands$
|
|
12907
|
+
const name$1m = 'Test';
|
|
12908
|
+
const Commands$1e = {
|
|
12885
12909
|
execute: execute$1
|
|
12886
12910
|
};
|
|
12887
12911
|
|
|
12888
12912
|
const Test_ipc = {
|
|
12889
12913
|
__proto__: null,
|
|
12890
|
-
Commands: Commands$
|
|
12891
|
-
name: name$
|
|
12914
|
+
Commands: Commands$1e,
|
|
12915
|
+
name: name$1m
|
|
12892
12916
|
};
|
|
12893
12917
|
|
|
12894
12918
|
const checkSingleElementCondition = (locator, fnName, options) => {
|
|
@@ -12904,8 +12928,8 @@ const performAction = (...args) => {
|
|
|
12904
12928
|
return invoke$i('TestFrameWork.performAction', ...args);
|
|
12905
12929
|
};
|
|
12906
12930
|
|
|
12907
|
-
const name$
|
|
12908
|
-
const Commands$
|
|
12931
|
+
const name$1l = 'TestFrameWork';
|
|
12932
|
+
const Commands$1d = {
|
|
12909
12933
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
12910
12934
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
12911
12935
|
showOverlay: showOverlay,
|
|
@@ -12914,24 +12938,24 @@ const Commands$1c = {
|
|
|
12914
12938
|
|
|
12915
12939
|
const TestFrameWork_ipc = {
|
|
12916
12940
|
__proto__: null,
|
|
12917
|
-
Commands: Commands$
|
|
12918
|
-
name: name$
|
|
12941
|
+
Commands: Commands$1d,
|
|
12942
|
+
name: name$1l
|
|
12919
12943
|
};
|
|
12920
12944
|
|
|
12921
|
-
const name$
|
|
12922
|
-
const Commands$
|
|
12945
|
+
const name$1k = 'Url';
|
|
12946
|
+
const Commands$1c = {
|
|
12923
12947
|
createObjectUrl: createObjectUrl,
|
|
12924
12948
|
revokeObjectUrl: revokeObjectUrl
|
|
12925
12949
|
};
|
|
12926
12950
|
|
|
12927
12951
|
const Url_ipc = {
|
|
12928
12952
|
__proto__: null,
|
|
12929
|
-
Commands: Commands$
|
|
12930
|
-
name: name$
|
|
12953
|
+
Commands: Commands$1c,
|
|
12954
|
+
name: name$1k
|
|
12931
12955
|
};
|
|
12932
12956
|
|
|
12933
|
-
const name$
|
|
12934
|
-
const Commands$
|
|
12957
|
+
const name$1j = 'Viewlet';
|
|
12958
|
+
const Commands$1b = {
|
|
12935
12959
|
2133: send,
|
|
12936
12960
|
closeWidget: closeWidget,
|
|
12937
12961
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -12944,12 +12968,12 @@ const Commands$1a = {
|
|
|
12944
12968
|
|
|
12945
12969
|
const Viewlet_ipc = {
|
|
12946
12970
|
__proto__: null,
|
|
12947
|
-
Commands: Commands$
|
|
12948
|
-
name: name$
|
|
12971
|
+
Commands: Commands$1b,
|
|
12972
|
+
name: name$1j
|
|
12949
12973
|
};
|
|
12950
12974
|
|
|
12951
|
-
const name$
|
|
12952
|
-
const Commands$
|
|
12975
|
+
const name$1i = 'Window';
|
|
12976
|
+
const Commands$1a = {
|
|
12953
12977
|
close: close$4,
|
|
12954
12978
|
exit: exit$2,
|
|
12955
12979
|
maximize: maximize$1,
|
|
@@ -12963,12 +12987,12 @@ const Commands$19 = {
|
|
|
12963
12987
|
|
|
12964
12988
|
const Window_ipc = {
|
|
12965
12989
|
__proto__: null,
|
|
12966
|
-
Commands: Commands$
|
|
12967
|
-
name: name$
|
|
12990
|
+
Commands: Commands$1a,
|
|
12991
|
+
name: name$1i
|
|
12968
12992
|
};
|
|
12969
12993
|
|
|
12970
|
-
const name$
|
|
12971
|
-
const Commands$
|
|
12994
|
+
const name$1h = 'Workspace';
|
|
12995
|
+
const Commands$19 = {
|
|
12972
12996
|
close: close$6,
|
|
12973
12997
|
getPath: getPath,
|
|
12974
12998
|
getUri: getUri$1,
|
|
@@ -12979,19 +13003,19 @@ const Commands$18 = {
|
|
|
12979
13003
|
|
|
12980
13004
|
const Workspace_ipc = {
|
|
12981
13005
|
__proto__: null,
|
|
12982
|
-
Commands: Commands$
|
|
12983
|
-
name: name$
|
|
13006
|
+
Commands: Commands$19,
|
|
13007
|
+
name: name$1h
|
|
12984
13008
|
};
|
|
12985
13009
|
|
|
12986
|
-
const name$
|
|
12987
|
-
const Commands$
|
|
13010
|
+
const name$1g = 'WindowTitle';
|
|
13011
|
+
const Commands$18 = {
|
|
12988
13012
|
set: set$e
|
|
12989
13013
|
};
|
|
12990
13014
|
|
|
12991
13015
|
const WindowTitle_ipc = {
|
|
12992
13016
|
__proto__: null,
|
|
12993
|
-
Commands: Commands$
|
|
12994
|
-
name: name$
|
|
13017
|
+
Commands: Commands$18,
|
|
13018
|
+
name: name$1g
|
|
12995
13019
|
};
|
|
12996
13020
|
|
|
12997
13021
|
const mock = () => {
|
|
@@ -13001,16 +13025,16 @@ const unmock = () => {
|
|
|
13001
13025
|
return invoke$i('PointerCapture.unmock');
|
|
13002
13026
|
};
|
|
13003
13027
|
|
|
13004
|
-
const name$
|
|
13005
|
-
const Commands$
|
|
13028
|
+
const name$1f = 'PointerCapture';
|
|
13029
|
+
const Commands$17 = {
|
|
13006
13030
|
mock: mock,
|
|
13007
13031
|
unmock: unmock
|
|
13008
13032
|
};
|
|
13009
13033
|
|
|
13010
13034
|
const PointerCapture_ipc = {
|
|
13011
13035
|
__proto__: null,
|
|
13012
|
-
Commands: Commands$
|
|
13013
|
-
name: name$
|
|
13036
|
+
Commands: Commands$17,
|
|
13037
|
+
name: name$1f
|
|
13014
13038
|
};
|
|
13015
13039
|
|
|
13016
13040
|
const show$6 = async (...args) => {
|
|
@@ -13037,8 +13061,8 @@ const showCustom = (picks, resolve) => {
|
|
|
13037
13061
|
return show$6('custom', picks, resolve);
|
|
13038
13062
|
};
|
|
13039
13063
|
|
|
13040
|
-
const name$
|
|
13041
|
-
const Commands$
|
|
13064
|
+
const name$1e = 'QuickPick';
|
|
13065
|
+
const Commands$16 = {
|
|
13042
13066
|
show: show$6,
|
|
13043
13067
|
showColorTheme: showColorTheme,
|
|
13044
13068
|
showCommands: showCommands,
|
|
@@ -13050,8 +13074,8 @@ const Commands$15 = {
|
|
|
13050
13074
|
|
|
13051
13075
|
const QuickPick_ipc = {
|
|
13052
13076
|
__proto__: null,
|
|
13053
|
-
Commands: Commands$
|
|
13054
|
-
name: name$
|
|
13077
|
+
Commands: Commands$16,
|
|
13078
|
+
name: name$1e
|
|
13055
13079
|
};
|
|
13056
13080
|
|
|
13057
13081
|
const show$5 = async picks => {
|
|
@@ -13063,17 +13087,17 @@ const show$5 = async picks => {
|
|
|
13063
13087
|
return promise;
|
|
13064
13088
|
};
|
|
13065
13089
|
|
|
13066
|
-
const name$
|
|
13090
|
+
const name$1d = 'ExtensionHostQuickPick';
|
|
13067
13091
|
|
|
13068
13092
|
// prettier-ignore
|
|
13069
|
-
const Commands$
|
|
13093
|
+
const Commands$15 = {
|
|
13070
13094
|
show: show$5
|
|
13071
13095
|
};
|
|
13072
13096
|
|
|
13073
13097
|
const ExtensionHostQuickPick_ipc = {
|
|
13074
13098
|
__proto__: null,
|
|
13075
|
-
Commands: Commands$
|
|
13076
|
-
name: name$
|
|
13099
|
+
Commands: Commands$15,
|
|
13100
|
+
name: name$1d
|
|
13077
13101
|
};
|
|
13078
13102
|
|
|
13079
13103
|
const showInformationMessage = async message => {
|
|
@@ -13082,17 +13106,17 @@ const showInformationMessage = async message => {
|
|
|
13082
13106
|
return result;
|
|
13083
13107
|
};
|
|
13084
13108
|
|
|
13085
|
-
const name$
|
|
13109
|
+
const name$1c = 'ExtensionHostDialog';
|
|
13086
13110
|
|
|
13087
13111
|
// prettier-ignore
|
|
13088
|
-
const Commands$
|
|
13112
|
+
const Commands$14 = {
|
|
13089
13113
|
showInformationMessage: showInformationMessage
|
|
13090
13114
|
};
|
|
13091
13115
|
|
|
13092
13116
|
const ExtensionHostDialog_ipc = {
|
|
13093
13117
|
__proto__: null,
|
|
13094
|
-
Commands: Commands$
|
|
13095
|
-
name: name$
|
|
13118
|
+
Commands: Commands$14,
|
|
13119
|
+
name: name$1c
|
|
13096
13120
|
};
|
|
13097
13121
|
|
|
13098
13122
|
const set$4 = async (url, contentSecurityPolicy) => {
|
|
@@ -13108,26 +13132,26 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13108
13132
|
await set$4(url, contentSecurityPolicy);
|
|
13109
13133
|
};
|
|
13110
13134
|
|
|
13111
|
-
const name$
|
|
13112
|
-
const Commands$
|
|
13135
|
+
const name$1b = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13136
|
+
const Commands$13 = {
|
|
13113
13137
|
set: set$3
|
|
13114
13138
|
};
|
|
13115
13139
|
|
|
13116
13140
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13117
13141
|
__proto__: null,
|
|
13118
|
-
Commands: Commands$
|
|
13119
|
-
name: name$
|
|
13142
|
+
Commands: Commands$13,
|
|
13143
|
+
name: name$1b
|
|
13120
13144
|
};
|
|
13121
13145
|
|
|
13122
|
-
const name$
|
|
13123
|
-
const Commands$
|
|
13146
|
+
const name$1a = 'SendMessagePortToElectron';
|
|
13147
|
+
const Commands$12 = {
|
|
13124
13148
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13125
13149
|
};
|
|
13126
13150
|
|
|
13127
13151
|
const SendMessagePortToElectron_ipc = {
|
|
13128
13152
|
__proto__: null,
|
|
13129
|
-
Commands: Commands$
|
|
13130
|
-
name: name$
|
|
13153
|
+
Commands: Commands$12,
|
|
13154
|
+
name: name$1a
|
|
13131
13155
|
};
|
|
13132
13156
|
|
|
13133
13157
|
const terminalWorkerUrl = `${assetDir}/packages/terminal-worker/dist/terminalWorkerMain.js`;
|
|
@@ -13160,13 +13184,25 @@ const createForTerminal = async (canvasId, callbackId) => {
|
|
|
13160
13184
|
await invokeAndTransfer$1('OffscreenCanvas.handleResult', callbackId, canvas);
|
|
13161
13185
|
};
|
|
13162
13186
|
|
|
13163
|
-
const name$
|
|
13164
|
-
const Commands$
|
|
13187
|
+
const name$19 = 'OffscreenCanvas';
|
|
13188
|
+
const Commands$11 = {
|
|
13165
13189
|
create: create$R,
|
|
13166
13190
|
createForTerminal: createForTerminal
|
|
13167
13191
|
};
|
|
13168
13192
|
|
|
13169
13193
|
const OffscreenCanvas_ipc = {
|
|
13194
|
+
__proto__: null,
|
|
13195
|
+
Commands: Commands$11,
|
|
13196
|
+
name: name$19
|
|
13197
|
+
};
|
|
13198
|
+
|
|
13199
|
+
const name$18 = 'MouseActions';
|
|
13200
|
+
const Commands$10 = {
|
|
13201
|
+
add: add$2,
|
|
13202
|
+
get: get$9
|
|
13203
|
+
};
|
|
13204
|
+
|
|
13205
|
+
const MouseActions_ipc = {
|
|
13170
13206
|
__proto__: null,
|
|
13171
13207
|
Commands: Commands$10,
|
|
13172
13208
|
name: name$18
|
|
@@ -13487,7 +13523,7 @@ const ExtensionHostManagement_ipc = {
|
|
|
13487
13523
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
13488
13524
|
|
|
13489
13525
|
const getConfiguredWorkerUrl$7 = () => {
|
|
13490
|
-
let configuredWorkerUrl = get$
|
|
13526
|
+
let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
|
|
13491
13527
|
if (configuredWorkerUrl) {
|
|
13492
13528
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
13493
13529
|
}
|
|
@@ -13608,7 +13644,7 @@ const create3 = async (uri, id) => {
|
|
|
13608
13644
|
});
|
|
13609
13645
|
};
|
|
13610
13646
|
const getSecret = key => {
|
|
13611
|
-
return get$
|
|
13647
|
+
return get$e(key);
|
|
13612
13648
|
};
|
|
13613
13649
|
const registerInterceptor = async (id, port) => {
|
|
13614
13650
|
await invokeAndTransfer$2('WebView.registerInterceptor', id, port);
|
|
@@ -13808,7 +13844,7 @@ const ExtensionManagement_ipc = {
|
|
|
13808
13844
|
const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
|
|
13809
13845
|
|
|
13810
13846
|
const getConfiguredWorkerUrl$6 = () => {
|
|
13811
|
-
let configuredWorkerUrl = get$
|
|
13847
|
+
let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
|
|
13812
13848
|
if (configuredWorkerUrl) {
|
|
13813
13849
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
13814
13850
|
}
|
|
@@ -14814,9 +14850,6 @@ const create$N = (id, uri, x, y, width, height) => {
|
|
|
14814
14850
|
};
|
|
14815
14851
|
const loadContent$I = async state => {
|
|
14816
14852
|
const browserViewMap = await invoke$g('ElectronBrowserView.getAll');
|
|
14817
|
-
console.log({
|
|
14818
|
-
browserViewMap
|
|
14819
|
-
});
|
|
14820
14853
|
return {
|
|
14821
14854
|
...state,
|
|
14822
14855
|
browserViewMap
|
|
@@ -15574,7 +15607,7 @@ const ViewletDialog_ipc = {
|
|
|
15574
15607
|
const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
|
|
15575
15608
|
|
|
15576
15609
|
const getConfiguredWorkerUrl$5 = () => {
|
|
15577
|
-
let configuredWorkerUrl = get$
|
|
15610
|
+
let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
|
|
15578
15611
|
if (configuredWorkerUrl) {
|
|
15579
15612
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
15580
15613
|
}
|
|
@@ -16816,10 +16849,6 @@ const openInNewTab = async state => {
|
|
|
16816
16849
|
const item = tests[index];
|
|
16817
16850
|
const url = '/tests/' + item.replace('.js', '.html');
|
|
16818
16851
|
await openUrl(url);
|
|
16819
|
-
console.log({
|
|
16820
|
-
item,
|
|
16821
|
-
index
|
|
16822
|
-
});
|
|
16823
16852
|
return state;
|
|
16824
16853
|
};
|
|
16825
16854
|
|
|
@@ -17142,52 +17171,52 @@ const kAutoClosingBrackets = 'editor.autoclosingBrackets';
|
|
|
17142
17171
|
const kFontWeight = 'editor.fontWeight';
|
|
17143
17172
|
const kHover = 'editor.hover';
|
|
17144
17173
|
const isAutoClosingBracketsEnabled = () => {
|
|
17145
|
-
return Boolean(get$
|
|
17174
|
+
return Boolean(get$e(kAutoClosingBrackets));
|
|
17146
17175
|
};
|
|
17147
17176
|
const isAutoClosingQuotesEnabled = () => {
|
|
17148
|
-
return Boolean(get$
|
|
17177
|
+
return Boolean(get$e(kAutoClosingQuotes));
|
|
17149
17178
|
};
|
|
17150
17179
|
const isQuickSuggestionsEnabled = () => {
|
|
17151
|
-
return Boolean(get$
|
|
17180
|
+
return Boolean(get$e(kQuickSuggestions));
|
|
17152
17181
|
};
|
|
17153
17182
|
const isAutoClosingTagsEnabled = () => {
|
|
17154
17183
|
return true;
|
|
17155
17184
|
};
|
|
17156
17185
|
const getRowHeight = () => {
|
|
17157
|
-
return get$
|
|
17186
|
+
return get$e(kLineHeight) || 20;
|
|
17158
17187
|
};
|
|
17159
17188
|
const getFontSize = () => {
|
|
17160
|
-
return get$
|
|
17189
|
+
return get$e(kFontSize) || 15; // TODO find out if it is possible to use all numeric values for settings for efficiency, maybe settings could be an array
|
|
17161
17190
|
};
|
|
17162
17191
|
const getHoverEnabled = () => {
|
|
17163
|
-
return get$
|
|
17192
|
+
return get$e(kHover) ?? false;
|
|
17164
17193
|
};
|
|
17165
17194
|
const getFontFamily = () => {
|
|
17166
|
-
return get$
|
|
17195
|
+
return get$e(kFontFamily) || 'Fira Code';
|
|
17167
17196
|
};
|
|
17168
17197
|
const getLetterSpacing = () => {
|
|
17169
|
-
return get$
|
|
17198
|
+
return get$e(kLetterSpacing) ?? 0.5;
|
|
17170
17199
|
};
|
|
17171
17200
|
const getTabSize = () => {
|
|
17172
|
-
return get$
|
|
17201
|
+
return get$e(kTabSize) || 2;
|
|
17173
17202
|
};
|
|
17174
17203
|
const getLinks = () => {
|
|
17175
|
-
return get$
|
|
17204
|
+
return get$e(kLinks) || false;
|
|
17176
17205
|
};
|
|
17177
17206
|
const getLineNumbers = () => {
|
|
17178
|
-
return get$
|
|
17207
|
+
return get$e(kLineNumbers) ?? false;
|
|
17179
17208
|
};
|
|
17180
17209
|
const getCompletionTriggerCharacters = () => {
|
|
17181
17210
|
return ['.', '/'];
|
|
17182
17211
|
};
|
|
17183
17212
|
const getFormatOnSave = () => {
|
|
17184
|
-
return get$
|
|
17213
|
+
return get$e(kFormatOnSave) ?? false;
|
|
17185
17214
|
};
|
|
17186
17215
|
const diagnosticsEnabled = () => {
|
|
17187
|
-
return get$
|
|
17216
|
+
return get$e(kDiagnostics) ?? false;
|
|
17188
17217
|
};
|
|
17189
17218
|
const getFontWeight = () => {
|
|
17190
|
-
return get$
|
|
17219
|
+
return get$e(kFontWeight) ?? 400;
|
|
17191
17220
|
};
|
|
17192
17221
|
|
|
17193
17222
|
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
@@ -17403,7 +17432,7 @@ const contentLoaded$7 = async state => {
|
|
|
17403
17432
|
return [];
|
|
17404
17433
|
};
|
|
17405
17434
|
const updateSemanticTokens = async state => {
|
|
17406
|
-
if (!get$
|
|
17435
|
+
if (!get$e('editor.semanticTokens')) {
|
|
17407
17436
|
return;
|
|
17408
17437
|
}
|
|
17409
17438
|
try {
|
|
@@ -17422,7 +17451,7 @@ const updateSemanticTokens = async state => {
|
|
|
17422
17451
|
}
|
|
17423
17452
|
};
|
|
17424
17453
|
const updateDiagnostics = async state => {
|
|
17425
|
-
if (!get$
|
|
17454
|
+
if (!get$e('editor.diagnostics')) {
|
|
17426
17455
|
return;
|
|
17427
17456
|
}
|
|
17428
17457
|
// try {
|
|
@@ -17744,6 +17773,13 @@ const resize$k = (state, dimensions) => {
|
|
|
17744
17773
|
maxLineY
|
|
17745
17774
|
};
|
|
17746
17775
|
};
|
|
17776
|
+
const getMouseActions = async () => {
|
|
17777
|
+
try {
|
|
17778
|
+
return await invoke$6('Explorer.getMouseActions');
|
|
17779
|
+
} catch {
|
|
17780
|
+
return [];
|
|
17781
|
+
}
|
|
17782
|
+
};
|
|
17747
17783
|
const hotReload$5 = async state => {
|
|
17748
17784
|
if (state.isHotReloading) {
|
|
17749
17785
|
return state;
|
|
@@ -17773,6 +17809,9 @@ const wrapExplorerCommand = key => {
|
|
|
17773
17809
|
const fn = async (state, ...args) => {
|
|
17774
17810
|
await invoke$6(`Explorer.${key}`, state.uid, ...args);
|
|
17775
17811
|
const diffResult = await invoke$6('Explorer.diff2', state.uid);
|
|
17812
|
+
if (diffResult.length === 0) {
|
|
17813
|
+
return state;
|
|
17814
|
+
}
|
|
17776
17815
|
const commands = await invoke$6('Explorer.render2', state.uid, diffResult);
|
|
17777
17816
|
if (commands.length === 0) {
|
|
17778
17817
|
return state;
|
|
@@ -17792,6 +17831,7 @@ const getCommands$6 = async () => {
|
|
|
17792
17831
|
Commands$q[command] = wrapExplorerCommand(command);
|
|
17793
17832
|
}
|
|
17794
17833
|
Commands$q['hotReload'] = hotReload$5;
|
|
17834
|
+
Commands$q['getMouseActions'] = getMouseActions;
|
|
17795
17835
|
return Commands$q;
|
|
17796
17836
|
};
|
|
17797
17837
|
|
|
@@ -17898,6 +17938,7 @@ const ViewletExplorer_ipc = {
|
|
|
17898
17938
|
getCommands: getCommands$6,
|
|
17899
17939
|
getDisplayName: getDisplayName$1,
|
|
17900
17940
|
getKeyBindings: getKeyBindings$a,
|
|
17941
|
+
getMouseActions,
|
|
17901
17942
|
hasFunctionalEvents: hasFunctionalEvents$7,
|
|
17902
17943
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
17903
17944
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
@@ -17918,7 +17959,7 @@ const ViewletExplorer_ipc = {
|
|
|
17918
17959
|
const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
|
|
17919
17960
|
|
|
17920
17961
|
const getConfiguredWorkerUrl$4 = () => {
|
|
17921
|
-
let configuredWorkerUrl = get$
|
|
17962
|
+
let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
|
|
17922
17963
|
if (configuredWorkerUrl) {
|
|
17923
17964
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
17924
17965
|
}
|
|
@@ -18105,7 +18146,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18105
18146
|
const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
|
|
18106
18147
|
|
|
18107
18148
|
const getConfiguredWorkerUrl$3 = () => {
|
|
18108
|
-
let configuredWorkerUrl = get$
|
|
18149
|
+
let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
|
|
18109
18150
|
if (configuredWorkerUrl) {
|
|
18110
18151
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
18111
18152
|
}
|
|
@@ -18376,9 +18417,6 @@ const getImplementations$1 = async editor => {
|
|
|
18376
18417
|
const columnIndex = editor.selections[1];
|
|
18377
18418
|
const offset = await offsetAt(editor, rowIndex, columnIndex);
|
|
18378
18419
|
const implementations = await executeImplementationProvider(editor, offset);
|
|
18379
|
-
console.log({
|
|
18380
|
-
implementations
|
|
18381
|
-
});
|
|
18382
18420
|
return implementations;
|
|
18383
18421
|
};
|
|
18384
18422
|
|
|
@@ -19096,7 +19134,7 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
19096
19134
|
const keyBindingsViewWorkerUrl = `${assetDir}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js`;
|
|
19097
19135
|
|
|
19098
19136
|
const getConfiguredWorkerUrl$2 = () => {
|
|
19099
|
-
let configuredWorkerUrl = get$
|
|
19137
|
+
let configuredWorkerUrl = get$e('develop.keyBindingsViewWorkerPath') || '';
|
|
19100
19138
|
if (configuredWorkerUrl) {
|
|
19101
19139
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
19102
19140
|
}
|
|
@@ -19617,7 +19655,7 @@ const saveState$8 = state => {
|
|
|
19617
19655
|
};
|
|
19618
19656
|
};
|
|
19619
19657
|
const getSideBarLocationType = () => {
|
|
19620
|
-
const location = get$
|
|
19658
|
+
const location = get$e('workbench.sideBarLocation');
|
|
19621
19659
|
switch (location) {
|
|
19622
19660
|
case 'left':
|
|
19623
19661
|
return Left$1;
|
|
@@ -19637,7 +19675,7 @@ const getSavedPoints = savedState => {
|
|
|
19637
19675
|
return new Uint16Array(Total);
|
|
19638
19676
|
};
|
|
19639
19677
|
const isNativeTitleBarStyle = () => {
|
|
19640
|
-
return platform === Electron$1 && get$
|
|
19678
|
+
return platform === Electron$1 && get$e('window.titleBarStyle') === 'native';
|
|
19641
19679
|
};
|
|
19642
19680
|
const loadContent$p = (state, savedState) => {
|
|
19643
19681
|
const {
|
|
@@ -22209,7 +22247,7 @@ const handleTabContextMenu = async (state, eventX, eventY) => {
|
|
|
22209
22247
|
};
|
|
22210
22248
|
const handleFocusChange$1 = (state, isFocused) => {
|
|
22211
22249
|
if (!isFocused) {
|
|
22212
|
-
const autoSavePreference = get$
|
|
22250
|
+
const autoSavePreference = get$e('files.autoSave');
|
|
22213
22251
|
if (autoSavePreference === 'onFocusChange') {
|
|
22214
22252
|
return save(state);
|
|
22215
22253
|
}
|
|
@@ -23143,7 +23181,6 @@ const loadContent$k = (state, savedState) => {
|
|
|
23143
23181
|
};
|
|
23144
23182
|
};
|
|
23145
23183
|
const setBadgeCount = (state, id, count) => {
|
|
23146
|
-
// console.log({ id, count })
|
|
23147
23184
|
const {
|
|
23148
23185
|
badgeCounts
|
|
23149
23186
|
} = state;
|
|
@@ -26500,7 +26537,7 @@ const ViewletScreenCapture_ipc = {
|
|
|
26500
26537
|
const textSearchWorkerUrl = `${assetDir}/packages/text-search-worker/dist/textSearchWorkerMain.js`;
|
|
26501
26538
|
|
|
26502
26539
|
const getConfiguredWorkerUrl$1 = () => {
|
|
26503
|
-
let configuredWorkerUrl = get$
|
|
26540
|
+
let configuredWorkerUrl = get$e('develop.textSearchWorkerPath') || '';
|
|
26504
26541
|
if (configuredWorkerUrl) {
|
|
26505
26542
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
26506
26543
|
}
|
|
@@ -26911,7 +26948,6 @@ const focus$2 = async state => {
|
|
|
26911
26948
|
// )
|
|
26912
26949
|
// currentViewlet.state = newState
|
|
26913
26950
|
return state;
|
|
26914
|
-
// console.log({ currentViewletId })
|
|
26915
26951
|
};
|
|
26916
26952
|
|
|
26917
26953
|
// prettier-ignore
|
|
@@ -27115,7 +27151,7 @@ const getDefaultUrl = () => {
|
|
|
27115
27151
|
return 'https://example.com';
|
|
27116
27152
|
};
|
|
27117
27153
|
const getShortCuts = () => {
|
|
27118
|
-
const shortcuts = get$
|
|
27154
|
+
const shortcuts = get$e('simpleBrowser.shortcuts') || [];
|
|
27119
27155
|
return shortcuts;
|
|
27120
27156
|
};
|
|
27121
27157
|
|
|
@@ -27207,7 +27243,7 @@ const loadContent$c = async (state, savedState) => {
|
|
|
27207
27243
|
const iframeSrc = getUrlFromSavedState(savedState);
|
|
27208
27244
|
// TODO load keybindings in parallel with creating browserview
|
|
27209
27245
|
const keyBindings = await getKeyBindings$j();
|
|
27210
|
-
const suggestionsEnabled = get$
|
|
27246
|
+
const suggestionsEnabled = get$e('simpleBrowser.suggestions');
|
|
27211
27247
|
const browserViewX = x;
|
|
27212
27248
|
const browserViewY = y + headerHeight;
|
|
27213
27249
|
const browserViewWidth = width;
|
|
@@ -27831,7 +27867,7 @@ const loadContent$b = async state => {
|
|
|
27831
27867
|
const isExpanded = true;
|
|
27832
27868
|
const items = getDisplayItems(allGroups, isExpanded);
|
|
27833
27869
|
const buttons = await getNewButtons(items, state.providerId, state.buttonIndex);
|
|
27834
|
-
const splitButtonEnabled = get$
|
|
27870
|
+
const splitButtonEnabled = get$e('sourceControl.splitButtonEnabled');
|
|
27835
27871
|
const total = items.length;
|
|
27836
27872
|
const contentHeight = total * itemHeight;
|
|
27837
27873
|
const listHeight = getListHeight(total, itemHeight, height);
|
|
@@ -28455,7 +28491,7 @@ const getStatusBarItems = async showItems => {
|
|
|
28455
28491
|
};
|
|
28456
28492
|
|
|
28457
28493
|
const itemsVisible = () => {
|
|
28458
|
-
const statusBarItemsPreference = get$
|
|
28494
|
+
const statusBarItemsPreference = get$e('statusBar.itemsVisible') ?? false;
|
|
28459
28495
|
return statusBarItemsPreference;
|
|
28460
28496
|
};
|
|
28461
28497
|
|
|
@@ -28545,9 +28581,6 @@ const itemRightUpdate = (state, newItem) => {
|
|
|
28545
28581
|
};
|
|
28546
28582
|
};
|
|
28547
28583
|
const handleClick$3 = (state, name) => {
|
|
28548
|
-
console.log({
|
|
28549
|
-
name
|
|
28550
|
-
});
|
|
28551
28584
|
// TODO
|
|
28552
28585
|
// sendExtensionWorker([/* statusBarItemHandleClick */ 7657, /* name */ name])
|
|
28553
28586
|
return state;
|
|
@@ -28956,7 +28989,7 @@ const getChildren$1 = state => {
|
|
|
28956
28989
|
}];
|
|
28957
28990
|
};
|
|
28958
28991
|
const loadContent$7 = async state => {
|
|
28959
|
-
const terminalTabsEnabled = get$
|
|
28992
|
+
const terminalTabsEnabled = get$e('terminal.tabs.enabled');
|
|
28960
28993
|
return {
|
|
28961
28994
|
...state,
|
|
28962
28995
|
tabs: [{
|
|
@@ -29189,7 +29222,7 @@ const create$6 = (id, uri, x, y, width, height) => {
|
|
|
29189
29222
|
};
|
|
29190
29223
|
};
|
|
29191
29224
|
const loadContent$6 = state => {
|
|
29192
|
-
const titleBarTitleEnabled = get$
|
|
29225
|
+
const titleBarTitleEnabled = get$e('titleBar.titleEnabled') ?? false;
|
|
29193
29226
|
return {
|
|
29194
29227
|
...state,
|
|
29195
29228
|
isFocused: true,
|
|
@@ -29342,10 +29375,10 @@ const getTitleBarButtonsRemote = () => {
|
|
|
29342
29375
|
return [];
|
|
29343
29376
|
};
|
|
29344
29377
|
const getTitleBarButtonsElectron = () => {
|
|
29345
|
-
if (get$
|
|
29378
|
+
if (get$e('window.controlsOverlay.enabled')) {
|
|
29346
29379
|
return [];
|
|
29347
29380
|
}
|
|
29348
|
-
if (get$
|
|
29381
|
+
if (get$e('window.titleBarStyle') === 'custom') {
|
|
29349
29382
|
// TODO don't render title bar buttons on windows when electron window controls overlay is enabled
|
|
29350
29383
|
return [{
|
|
29351
29384
|
label: minimize(),
|
|
@@ -29604,7 +29637,7 @@ const getEntries = () => {
|
|
|
29604
29637
|
const titleBarWorkerUrl = `${assetDir}/packages/title-bar-worker/dist/titleBarWorkerMain.js`;
|
|
29605
29638
|
|
|
29606
29639
|
const getConfiguredWorkerUrl = () => {
|
|
29607
|
-
let configuredWorkerUrl = get$
|
|
29640
|
+
let configuredWorkerUrl = get$e('develop.titleBarWorkerPath') || '';
|
|
29608
29641
|
if (configuredWorkerUrl) {
|
|
29609
29642
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
29610
29643
|
}
|
|
@@ -31362,7 +31395,6 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
31362
31395
|
// const firstItem = grid[1]
|
|
31363
31396
|
// // resize content
|
|
31364
31397
|
// const resizeCommands = Viewlet.resize(firstItem.instanceUid, { x: 0, y: 0, width: width - overlayWidth, height })
|
|
31365
|
-
// console.log({ resizeCommands })
|
|
31366
31398
|
// allCommands.push(...resizeCommands)
|
|
31367
31399
|
// allCommands.push(['Viewlet.setBounds', firstItem.instanceUid, originalX, originalY, originalWidth, originalHeight])
|
|
31368
31400
|
// // resize tabs
|
|
@@ -31392,14 +31424,10 @@ const handleDropFilePathSplit = async (state, eventX, eventY, filePath, splitDir
|
|
|
31392
31424
|
// allCommands.push([/* Viewlet.create */ 'Viewlet.create', /* id */ sashModuleId, sashUid])
|
|
31393
31425
|
// allCommands.push(['Viewlet.setBounds', sashUid, sashX, sashY, sashWidth, sashHeight])
|
|
31394
31426
|
// allCommands.push(['Viewlet.append', ViewletModuleId.Main, sashUid])
|
|
31395
|
-
// console.log({ allCommands })
|
|
31396
31427
|
// await RendererProcess.invoke(/* Viewlet.sendMultiple */ 'Viewlet.sendMultiple', /* commands */ allCommands)
|
|
31397
31428
|
return state;
|
|
31398
31429
|
};
|
|
31399
31430
|
const handleDropFilePath = async (state, eventX, eventY, filePath) => {
|
|
31400
|
-
console.log({
|
|
31401
|
-
filePath
|
|
31402
|
-
});
|
|
31403
31431
|
object(state);
|
|
31404
31432
|
number$1(eventX);
|
|
31405
31433
|
number$1(eventY);
|
|
@@ -31485,11 +31513,6 @@ const splitRight = async state => {
|
|
|
31485
31513
|
editors,
|
|
31486
31514
|
tabsUid
|
|
31487
31515
|
} = lastGroup;
|
|
31488
|
-
console.log({
|
|
31489
|
-
editors,
|
|
31490
|
-
activeIndex,
|
|
31491
|
-
tabsUid
|
|
31492
|
-
});
|
|
31493
31516
|
const editor = editors[activeIndex];
|
|
31494
31517
|
const dimensions = {
|
|
31495
31518
|
x: lastGroup.x,
|
|
@@ -31521,7 +31544,6 @@ const splitRight = async state => {
|
|
|
31521
31544
|
instance.uid = instanceUid;
|
|
31522
31545
|
// @ts-ignore
|
|
31523
31546
|
const instanceCommands = await load$6(instance, true);
|
|
31524
|
-
// console.log({ instanceCommands })
|
|
31525
31547
|
const newGroup = newGroups.at(-1);
|
|
31526
31548
|
if (!newGroup) {
|
|
31527
31549
|
throw new Error('new group not found');
|
|
@@ -32471,11 +32493,9 @@ const handleTouchEnd = (state, touches) => {
|
|
|
32471
32493
|
// const touch = touches[0]
|
|
32472
32494
|
// const newTouchOffsetY = touch.clientY
|
|
32473
32495
|
// const diff = newTouchOffsetY - touchOffsetY
|
|
32474
|
-
// console.log({ touchDifference })
|
|
32475
32496
|
// let inertia = touchDifference
|
|
32476
32497
|
// let i = 0
|
|
32477
32498
|
// while (Math.abs(inertia) > 1.5) {
|
|
32478
|
-
// console.log({ inertia })
|
|
32479
32499
|
// inertia /= 1.03
|
|
32480
32500
|
// await new Promise((r) => setTimeout(r, 10))
|
|
32481
32501
|
// const newState = ViewletStates.getState('Extensions')
|
|
@@ -32678,7 +32698,7 @@ const handleClickFile = async (state, item) => {
|
|
|
32678
32698
|
const absolutePath = `${root}/${item.file}`;
|
|
32679
32699
|
// TODO handle error
|
|
32680
32700
|
const [fileBefore] = await Promise.all([getFileBefore(providerId, item.file), readFile$e(absolutePath)]);
|
|
32681
|
-
if (get$
|
|
32701
|
+
if (get$i().width < inlineDiffEditorBreakpoint) {
|
|
32682
32702
|
await execute$4('Main.openUri', `inline-diff://data://${fileBefore}<->${absolutePath}`);
|
|
32683
32703
|
} else {
|
|
32684
32704
|
await execute$4('Main.openUri', `diff://data://${fileBefore}<->${absolutePath}`);
|