@lvce-editor/static-server 0.40.6 → 0.40.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1833 -19
- package/src/parts/GetHeaders/GetHeaders.js +1 -1
- package/src/parts/GetMimeType/GetMimeType.js +14 -0
- package/src/parts/GetResponseInfo/GetResponseInfo.js +9 -7
- package/src/parts/Headers/Headers.js +129 -0
- package/src/parts/HttpServerResponseStream/HttpServerResponseStream.js +1 -2
- package/static/{b9cfd3b → 8b59747}/css/App.css +82 -82
- package/static/{b9cfd3b → 8b59747}/manifest.json +2 -2
- package/static/{b9cfd3b → 8b59747}/packages/about-view-worker/dist/aboutWorkerMain.js +91 -107
- package/static/{b9cfd3b → 8b59747}/packages/explorer-worker/dist/explorerViewWorkerMain.js +591 -231
- package/static/{b9cfd3b → 8b59747}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{b9cfd3b → 8b59747}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1563 -746
- package/static/{b9cfd3b → 8b59747}/packages/iframe-worker/dist/iframeWorkerMain.js +657 -703
- package/static/{b9cfd3b → 8b59747}/packages/renderer-process/dist/rendererProcessMain.js +20 -18
- package/static/{b9cfd3b → 8b59747}/packages/renderer-process/package.json +1 -1
- package/static/{b9cfd3b → 8b59747}/packages/renderer-worker/dist/rendererWorkerMain.js +370 -438
- package/static/index.html +4 -4
- /package/static/{b9cfd3b → 8b59747}/config/colorTheme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/config/defaultSettings.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/config/fileMap.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/config/webExtensions.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/Animation.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/DebugButtons.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/DebugValue.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/E2eTest.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/E2eTests.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/EditorHover.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/EditorMessage.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ImagePreview.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/Key.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/Markdown.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/Progress.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/Select.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletAbout.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletDialog.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletMedia.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletOutput.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletPanel.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletPdf.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletProblems.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletReferences.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletSearch.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletStorage.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/default_file.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/default_folder.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/default_root_folder.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_access.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_access2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ada.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ai.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_al.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_angular.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_apache.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_apex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_apib.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_apl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_asp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_astro.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_atom.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ats.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_audio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_avif.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_avro.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_awk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_aws.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_azure.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_babel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bat.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bats.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_biml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_binary.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_biome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_blade.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bower.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_buf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bun.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_c.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_c2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_c3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_casc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cert.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_chef.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_class.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_compass.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_composer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_conan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_conda.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_config.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_css.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_cython.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_db.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_debian.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_deno.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_diff.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_django.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_docker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_docz.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_drone.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_drools.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_edge.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_elm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ember.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eps.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_erb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_excel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_expo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fla.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_flash.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_flow.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_font.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_funding.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_galen.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_git.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_git2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_glide.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_godot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_grain.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_helix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_helm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_host.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_html.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_http.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_husky.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_icl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_idris.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_image.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_imba.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_inc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_informix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ini.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ink.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_io.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_janet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jar.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_java.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_json.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_json2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_json5.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_juice.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_julia.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_k.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_karma.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_key.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kite.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_knip.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kos.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_latino.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_layout.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_less.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_liara.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_license.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lime.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_locale.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_log.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lua.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_luau.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_lync.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_map.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_marko.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_maven.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_maya.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_meson.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_motif.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mson.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_next.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nim.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_noc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_node.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_node2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_npm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_org.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_package.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_paket.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_patch.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_perl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_php.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_php2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_php3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pine.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pip.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pony.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_postman.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_preact.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_progress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pug.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_python.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_q.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_qml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_r.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_racket.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rails.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_raku.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_raml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_razor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_reason.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_red.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_registry.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rego.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_remark.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_replit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_retext.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_riot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_robots.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rome.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ron.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rust.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sails.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_san.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sas.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sass.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_scala.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_script.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_scss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_shell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sino.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_slang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_slice.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_slim.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_slint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sln.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_snort.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_source.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_spin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sst.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stata.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_style.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_styled.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_svg.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_swc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_swift.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_swig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_teal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_templ.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tera.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_test.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_testts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_text.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_textile.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_todo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_toit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_toml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tox.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_travis.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tree.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tres.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_twig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_unison.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vala.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vash.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vba.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vento.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_video.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_view.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vim.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vite.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_volt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vue.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wally.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_windi.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_word.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_word2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xib.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yang.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_zig.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_zip.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_android.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_api.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_app.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_client.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_common.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_component.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_config.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_css.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_db.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_git.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_github.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_images.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_include.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_js.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_json.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_less.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_library.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_log.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_model.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_module.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_next.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_node.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_package.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_php.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_private.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_public.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_python.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_route.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_script.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_server.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_services.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_src.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_story.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_style.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_template.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_test.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_video.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_view.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_www.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/add.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/arrow-down.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/arrow-left.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/arrow-right.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/arrow-up.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/blank.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/book.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/case-sensitive.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/check.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chevron-down.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chevron-left.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chevron-right.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chevron-up.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chrome-close.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chrome-maximize.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chrome-minimize.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/chrome-restore.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/circle-filled.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/clear-all.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/close.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/cloud.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/collapse-all.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-all.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-alt-2.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-alt-small.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-alt.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-console.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-continue-small.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-continue.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-coverage.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-disconnect.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-line-by-line.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-pause.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-rerun.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-restart-frame.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-restart.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-stackframe.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-start.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-step-back.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-step-into.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-step-out.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-step-over.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug-stop.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/debug.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/discard.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/edit.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/ellipsis.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/error.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/exclude.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/extensions.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/files.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/filter.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/go-to-file.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/icon-close.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/icon-source-control.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/icon-sync.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/icon.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/icon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/info.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/language-icon.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/link-external.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/list-flat.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/list-tree.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/new-file.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/new-folder.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/newline.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/open-preview.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/play.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/preserve-case.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/progress.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/pwa-icon-192.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/pwa-icon-512.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/record-keys.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/refresh.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/regex.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/remove.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/replace-all.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/replace.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/run-all.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/search.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/settings-gear.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/source-control.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/split-horizontal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/squiggly-error.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/squiggly-warning.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-array.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-boolean.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-class.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-color.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-constant.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-enum-member.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-enum.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-event.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-field.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-file.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-interface.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-key.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-keyword.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-method.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-misc.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-namespace.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-numeric.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-operator.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-parameter.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-property.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-ruler.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-snippet.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-string.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-structure.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/symbol-variable.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/tag.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/terminal-bash.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/terminal.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/theme-icon.png +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/trash.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/triangle-down.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/triangle-left.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/triangle-right.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/triangle-up.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/warning.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/whole-word.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/zoom-in.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/icons/zoom-out.svg +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/babel-parser.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/blob-util.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/js-base64.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/ky.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/lvce-editor-import-script.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/lvce-editor-ipc.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/lvce-editor-verror.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/p-min-delay.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/pretty-bytes.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/preview-injected.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/js/yoctodelay.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/lib-css/termterm.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/renderer-process/LICENSE +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/renderer-process/README.md +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.cpp +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.css +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.csv +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.dart +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.env +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.ex +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.html +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.java +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.jl +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.js +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.kt +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.pl +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.py +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/index.ts +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/scrolling.txt +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/languages/tsconfig.json +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/sample-folder/a.txt +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/sample-folder/b.txt +0 -0
- /package/static/{b9cfd3b → 8b59747}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/8b59747';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -1926,7 +1926,7 @@ const getProtocol = uri => {
|
|
|
1926
1926
|
return Disk;
|
|
1927
1927
|
};
|
|
1928
1928
|
const PROTOCOL_POST_FIX_LENGTH = 3;
|
|
1929
|
-
const getPath = (protocol, uri) => {
|
|
1929
|
+
const getPath$1 = (protocol, uri) => {
|
|
1930
1930
|
if (protocol === Disk && !uri.startsWith('file://')) {
|
|
1931
1931
|
return uri;
|
|
1932
1932
|
}
|
|
@@ -1938,50 +1938,50 @@ const getPath = (protocol, uri) => {
|
|
|
1938
1938
|
|
|
1939
1939
|
const readFile$e = async (uri, encoding = Utf8) => {
|
|
1940
1940
|
const protocol = getProtocol(uri);
|
|
1941
|
-
const path = getPath(protocol, uri);
|
|
1941
|
+
const path = getPath$1(protocol, uri);
|
|
1942
1942
|
const fileSystem = await getFileSystem(protocol);
|
|
1943
1943
|
return fileSystem.readFile(path, encoding);
|
|
1944
1944
|
};
|
|
1945
1945
|
const readJson$3 = async (uri, encoding) => {
|
|
1946
1946
|
const protocol = getProtocol(uri);
|
|
1947
|
-
const path = getPath(protocol, uri);
|
|
1947
|
+
const path = getPath$1(protocol, uri);
|
|
1948
1948
|
const fileSystem = await getFileSystem(protocol);
|
|
1949
1949
|
return fileSystem.readJson(path, encoding);
|
|
1950
1950
|
};
|
|
1951
1951
|
const remove$9 = async uri => {
|
|
1952
1952
|
const protocol = getProtocol(uri);
|
|
1953
|
-
const path = getPath(protocol, uri);
|
|
1953
|
+
const path = getPath$1(protocol, uri);
|
|
1954
1954
|
const fileSystem = await getFileSystem(protocol);
|
|
1955
1955
|
await fileSystem.remove(path);
|
|
1956
1956
|
};
|
|
1957
1957
|
const rename$6 = async (oldUri, newUri) => {
|
|
1958
1958
|
const protocol = getProtocol(oldUri);
|
|
1959
|
-
const oldPath = getPath(protocol, oldUri);
|
|
1960
|
-
const newPath = getPath(protocol, newUri);
|
|
1959
|
+
const oldPath = getPath$1(protocol, oldUri);
|
|
1960
|
+
const newPath = getPath$1(protocol, newUri);
|
|
1961
1961
|
const fileSystem = await getFileSystem(protocol);
|
|
1962
1962
|
await fileSystem.rename(oldPath, newPath);
|
|
1963
1963
|
};
|
|
1964
1964
|
const mkdir$7 = async uri => {
|
|
1965
1965
|
const protocol = getProtocol(uri);
|
|
1966
|
-
const path = getPath(protocol, uri);
|
|
1966
|
+
const path = getPath$1(protocol, uri);
|
|
1967
1967
|
const fileSystem = await getFileSystem(protocol);
|
|
1968
1968
|
await fileSystem.mkdir(path);
|
|
1969
1969
|
};
|
|
1970
1970
|
const writeFile$e = async (uri, content, encoding = Utf8) => {
|
|
1971
1971
|
const protocol = getProtocol(uri);
|
|
1972
|
-
const path = getPath(protocol, uri);
|
|
1972
|
+
const path = getPath$1(protocol, uri);
|
|
1973
1973
|
const fileSystem = await getFileSystem(protocol);
|
|
1974
1974
|
await fileSystem.writeFile(path, content, encoding);
|
|
1975
1975
|
};
|
|
1976
1976
|
const readDirWithFileTypes$8 = async uri => {
|
|
1977
1977
|
const protocol = getProtocol(uri);
|
|
1978
|
-
const path = getPath(protocol, uri);
|
|
1978
|
+
const path = getPath$1(protocol, uri);
|
|
1979
1979
|
const fileSystem = await getFileSystem(protocol);
|
|
1980
1980
|
return fileSystem.readDirWithFileTypes(path);
|
|
1981
1981
|
};
|
|
1982
1982
|
const getBlobUrl$3 = async uri => {
|
|
1983
1983
|
const protocol = getProtocol(uri);
|
|
1984
|
-
const path = getPath(protocol, uri);
|
|
1984
|
+
const path = getPath$1(protocol, uri);
|
|
1985
1985
|
const fileSystem = await getFileSystem(protocol);
|
|
1986
1986
|
if (fileSystem.getBlobSrc) {
|
|
1987
1987
|
return fileSystem.getBlobSrc(path);
|
|
@@ -1993,41 +1993,41 @@ const getBlobUrl$3 = async uri => {
|
|
|
1993
1993
|
};
|
|
1994
1994
|
const getBlob$4 = async uri => {
|
|
1995
1995
|
const protocol = getProtocol(uri);
|
|
1996
|
-
const path = getPath(protocol, uri);
|
|
1996
|
+
const path = getPath$1(protocol, uri);
|
|
1997
1997
|
const fileSystem = await getFileSystem(protocol);
|
|
1998
1998
|
return fileSystem.getBlob(path);
|
|
1999
1999
|
};
|
|
2000
|
-
const copy$
|
|
2000
|
+
const copy$7 = async (sourceUri, targetUri) => {
|
|
2001
2001
|
string(sourceUri);
|
|
2002
2002
|
string(targetUri);
|
|
2003
2003
|
// TODO what if it is not the same file system?
|
|
2004
2004
|
const protocol = getProtocol(sourceUri);
|
|
2005
2005
|
const fileSystem = await getFileSystem(protocol);
|
|
2006
|
-
const sourcePath = getPath(protocol, sourceUri);
|
|
2007
|
-
const targetPath = getPath(protocol, targetUri);
|
|
2006
|
+
const sourcePath = getPath$1(protocol, sourceUri);
|
|
2007
|
+
const targetPath = getPath$1(protocol, targetUri);
|
|
2008
2008
|
return fileSystem.copy(sourcePath, targetPath);
|
|
2009
2009
|
};
|
|
2010
2010
|
const getPathSeparator$9 = async uri => {
|
|
2011
2011
|
const protocol = getProtocol(uri);
|
|
2012
|
-
const path = getPath(protocol, uri);
|
|
2012
|
+
const path = getPath$1(protocol, uri);
|
|
2013
2013
|
const fileSystem = await getFileSystem(protocol);
|
|
2014
2014
|
return fileSystem.getPathSeparator(path);
|
|
2015
2015
|
};
|
|
2016
2016
|
const getRealPath$1 = async uri => {
|
|
2017
2017
|
const protocol = getProtocol(uri);
|
|
2018
|
-
const path = getPath(protocol, uri);
|
|
2018
|
+
const path = getPath$1(protocol, uri);
|
|
2019
2019
|
const fileSystem = await getFileSystem(protocol);
|
|
2020
2020
|
return fileSystem.getRealPath(path);
|
|
2021
2021
|
};
|
|
2022
2022
|
const stat$1 = async uri => {
|
|
2023
2023
|
const protocol = getProtocol(uri);
|
|
2024
|
-
const path = getPath(protocol, uri);
|
|
2024
|
+
const path = getPath$1(protocol, uri);
|
|
2025
2025
|
const fileSystem = await getFileSystem(protocol);
|
|
2026
2026
|
return fileSystem.stat(path);
|
|
2027
2027
|
};
|
|
2028
2028
|
const chmod$3 = async (uri, permissions) => {
|
|
2029
2029
|
const protocol = getProtocol(uri);
|
|
2030
|
-
const path = getPath(protocol, uri);
|
|
2030
|
+
const path = getPath$1(protocol, uri);
|
|
2031
2031
|
const fileSystem = await getFileSystem(protocol);
|
|
2032
2032
|
return fileSystem.chmod(path, permissions);
|
|
2033
2033
|
};
|
|
@@ -2439,7 +2439,6 @@ const FocusExtensions = 15;
|
|
|
2439
2439
|
const FocusFindWidget = 16;
|
|
2440
2440
|
const FocusMenu = 18;
|
|
2441
2441
|
const FocusProblems = 19;
|
|
2442
|
-
const FocusQuickPickInput = 20;
|
|
2443
2442
|
const FocusSimpleBrowserInput = 23;
|
|
2444
2443
|
const FocusSourceControlInput = 24;
|
|
2445
2444
|
const FocusTerminal = 25;
|
|
@@ -3416,6 +3415,12 @@ const setUri = async uri => {
|
|
|
3416
3415
|
state$w.workspaceUri = uri;
|
|
3417
3416
|
await onWorkspaceChange();
|
|
3418
3417
|
};
|
|
3418
|
+
const getPath = () => {
|
|
3419
|
+
return state$w.workspacePath;
|
|
3420
|
+
};
|
|
3421
|
+
const getUri$1 = () => {
|
|
3422
|
+
return state$w.workspaceUri;
|
|
3423
|
+
};
|
|
3419
3424
|
const close$7 = () => {
|
|
3420
3425
|
return setPath('');
|
|
3421
3426
|
};
|
|
@@ -6494,7 +6499,7 @@ const execute$3 = async ({
|
|
|
6494
6499
|
|
|
6495
6500
|
const readFile$d = uri => {
|
|
6496
6501
|
const protocol = getProtocol(uri);
|
|
6497
|
-
const path = getPath(protocol, uri);
|
|
6502
|
+
const path = getPath$1(protocol, uri);
|
|
6498
6503
|
// TODO there shouldn't be multiple file system providers for the same protocol
|
|
6499
6504
|
return executeProvider({
|
|
6500
6505
|
event: `onFileSystem:${protocol}`,
|
|
@@ -6505,7 +6510,7 @@ const readFile$d = uri => {
|
|
|
6505
6510
|
};
|
|
6506
6511
|
const remove$6 = uri => {
|
|
6507
6512
|
const protocol = getProtocol(uri);
|
|
6508
|
-
const path = getPath(protocol, uri);
|
|
6513
|
+
const path = getPath$1(protocol, uri);
|
|
6509
6514
|
return executeProvider({
|
|
6510
6515
|
event: `onFileSystem:${protocol}`,
|
|
6511
6516
|
method: FileSystemRemove,
|
|
@@ -6521,8 +6526,8 @@ const remove$6 = uri => {
|
|
|
6521
6526
|
*/
|
|
6522
6527
|
const rename$5 = (oldUri, newUri) => {
|
|
6523
6528
|
const protocol = getProtocol(oldUri);
|
|
6524
|
-
const oldPath = getPath(protocol, oldUri);
|
|
6525
|
-
const newPath = getPath(protocol, newUri);
|
|
6529
|
+
const oldPath = getPath$1(protocol, oldUri);
|
|
6530
|
+
const newPath = getPath$1(protocol, newUri);
|
|
6526
6531
|
return executeProvider({
|
|
6527
6532
|
event: `onFileSystem:${protocol}`,
|
|
6528
6533
|
method: FileSystemRename,
|
|
@@ -6532,7 +6537,7 @@ const rename$5 = (oldUri, newUri) => {
|
|
|
6532
6537
|
};
|
|
6533
6538
|
const mkdir$6 = uri => {
|
|
6534
6539
|
const protocol = getProtocol(uri);
|
|
6535
|
-
const path = getPath(protocol, uri);
|
|
6540
|
+
const path = getPath$1(protocol, uri);
|
|
6536
6541
|
return executeProvider({
|
|
6537
6542
|
event: `onFileSystem:${protocol}`,
|
|
6538
6543
|
method: FileSystemMkdir,
|
|
@@ -6542,7 +6547,7 @@ const mkdir$6 = uri => {
|
|
|
6542
6547
|
};
|
|
6543
6548
|
const createFile$1 = uri => {
|
|
6544
6549
|
const protocol = getProtocol(uri);
|
|
6545
|
-
const path = getPath(protocol, uri);
|
|
6550
|
+
const path = getPath$1(protocol, uri);
|
|
6546
6551
|
return executeProvider({
|
|
6547
6552
|
event: `onFileSystem:${protocol}`,
|
|
6548
6553
|
method: FileSystemWriteFile,
|
|
@@ -6552,7 +6557,7 @@ const createFile$1 = uri => {
|
|
|
6552
6557
|
};
|
|
6553
6558
|
const createFolder$1 = uri => {
|
|
6554
6559
|
const protocol = getProtocol(uri);
|
|
6555
|
-
const path = getPath(protocol, uri);
|
|
6560
|
+
const path = getPath$1(protocol, uri);
|
|
6556
6561
|
return executeProvider({
|
|
6557
6562
|
event: `onFileSystem:${protocol}`,
|
|
6558
6563
|
method: FileSystemCreateFolder,
|
|
@@ -6562,7 +6567,7 @@ const createFolder$1 = uri => {
|
|
|
6562
6567
|
};
|
|
6563
6568
|
const writeFile$d = (uri, content) => {
|
|
6564
6569
|
const protocol = getProtocol(uri);
|
|
6565
|
-
const path = getPath(protocol, uri);
|
|
6570
|
+
const path = getPath$1(protocol, uri);
|
|
6566
6571
|
return executeProvider({
|
|
6567
6572
|
event: `onFileSystem:${protocol}`,
|
|
6568
6573
|
method: FileSystemWriteFile,
|
|
@@ -6572,7 +6577,7 @@ const writeFile$d = (uri, content) => {
|
|
|
6572
6577
|
};
|
|
6573
6578
|
const readDirWithFileTypes$7 = uri => {
|
|
6574
6579
|
const protocol = getProtocol(uri);
|
|
6575
|
-
const path = getPath(protocol, uri);
|
|
6580
|
+
const path = getPath$1(protocol, uri);
|
|
6576
6581
|
return executeProvider({
|
|
6577
6582
|
event: `onFileSystem:${protocol}`,
|
|
6578
6583
|
method: FileSystemReadDirWithFileTypes,
|
|
@@ -6663,7 +6668,7 @@ const FileSystemApp = {
|
|
|
6663
6668
|
};
|
|
6664
6669
|
|
|
6665
6670
|
const name$2p = 'Data';
|
|
6666
|
-
const copy$
|
|
6671
|
+
const copy$6 = (source, target) => {
|
|
6667
6672
|
throw new Error('not implemented');
|
|
6668
6673
|
};
|
|
6669
6674
|
const readFile$b = path => {
|
|
@@ -6694,7 +6699,7 @@ const getPathSeparator$6 = () => {
|
|
|
6694
6699
|
|
|
6695
6700
|
const FileSystemData = {
|
|
6696
6701
|
__proto__: null,
|
|
6697
|
-
copy: copy$
|
|
6702
|
+
copy: copy$6,
|
|
6698
6703
|
ensureFile: ensureFile$1,
|
|
6699
6704
|
getBlobUrl: getBlobUrl$2,
|
|
6700
6705
|
getPathSeparator: getPathSeparator$6,
|
|
@@ -7140,7 +7145,7 @@ const toUri = item => {
|
|
|
7140
7145
|
}
|
|
7141
7146
|
return `file://${item}`;
|
|
7142
7147
|
};
|
|
7143
|
-
const copy$
|
|
7148
|
+
const copy$5 = (source, target) => {
|
|
7144
7149
|
source = toUri(source);
|
|
7145
7150
|
target = toUri(target);
|
|
7146
7151
|
return invoke$f(FileSystemCopy, /* source */source, /* target */target);
|
|
@@ -7210,7 +7215,7 @@ const FileSystemDisk = {
|
|
|
7210
7215
|
__proto__: null,
|
|
7211
7216
|
canBeRestored: canBeRestored$2,
|
|
7212
7217
|
chmod,
|
|
7213
|
-
copy: copy$
|
|
7218
|
+
copy: copy$5,
|
|
7214
7219
|
ensureFile,
|
|
7215
7220
|
getBlob: getBlob$1,
|
|
7216
7221
|
getBlobUrl,
|
|
@@ -8576,20 +8581,20 @@ const showAbout = async () => {
|
|
|
8576
8581
|
};
|
|
8577
8582
|
|
|
8578
8583
|
const name$2k = 'About';
|
|
8579
|
-
const Commands$
|
|
8584
|
+
const Commands$2b = {
|
|
8580
8585
|
showAbout: showAbout
|
|
8581
8586
|
};
|
|
8582
8587
|
|
|
8583
8588
|
const About_ipc = {
|
|
8584
8589
|
__proto__: null,
|
|
8585
|
-
Commands: Commands$
|
|
8590
|
+
Commands: Commands$2b,
|
|
8586
8591
|
name: name$2k
|
|
8587
8592
|
};
|
|
8588
8593
|
|
|
8589
8594
|
// TODO only use Ajax module via ipc -> that way is is always lazyloaded
|
|
8590
8595
|
|
|
8591
8596
|
const name$2j = 'Ajax';
|
|
8592
|
-
const Commands$
|
|
8597
|
+
const Commands$2a = {
|
|
8593
8598
|
getBlob: getBlob$5,
|
|
8594
8599
|
getJson: getJson$6,
|
|
8595
8600
|
getText: getText$2
|
|
@@ -8597,7 +8602,7 @@ const Commands$29 = {
|
|
|
8597
8602
|
|
|
8598
8603
|
const Ajax_ipc = {
|
|
8599
8604
|
__proto__: null,
|
|
8600
|
-
Commands: Commands$
|
|
8605
|
+
Commands: Commands$2a,
|
|
8601
8606
|
name: name$2j
|
|
8602
8607
|
};
|
|
8603
8608
|
|
|
@@ -8607,13 +8612,13 @@ const playBell = async () => {
|
|
|
8607
8612
|
};
|
|
8608
8613
|
|
|
8609
8614
|
const name$2i = 'Audio';
|
|
8610
|
-
const Commands$
|
|
8615
|
+
const Commands$29 = {
|
|
8611
8616
|
playBell: playBell
|
|
8612
8617
|
};
|
|
8613
8618
|
|
|
8614
8619
|
const Audio_ipc = {
|
|
8615
8620
|
__proto__: null,
|
|
8616
|
-
Commands: Commands$
|
|
8621
|
+
Commands: Commands$29,
|
|
8617
8622
|
name: name$2i
|
|
8618
8623
|
};
|
|
8619
8624
|
|
|
@@ -8656,17 +8661,17 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
8656
8661
|
/**
|
|
8657
8662
|
* @enum {string}
|
|
8658
8663
|
*/
|
|
8659
|
-
const UiStrings$
|
|
8664
|
+
const UiStrings$o = {
|
|
8660
8665
|
DoYouWantToUpdate: 'Do you want to update to version {PH1}?',
|
|
8661
8666
|
DoYouWantToRestart: 'The Update has been downloaded. Do you want to restart now?'
|
|
8662
8667
|
};
|
|
8663
8668
|
const promptMessage = version => {
|
|
8664
|
-
return i18nString(UiStrings$
|
|
8669
|
+
return i18nString(UiStrings$o.DoYouWantToUpdate, {
|
|
8665
8670
|
PH1: version
|
|
8666
8671
|
});
|
|
8667
8672
|
};
|
|
8668
8673
|
const promptRestart = () => {
|
|
8669
|
-
return i18nString(UiStrings$
|
|
8674
|
+
return i18nString(UiStrings$o.DoYouWantToRestart);
|
|
8670
8675
|
};
|
|
8671
8676
|
|
|
8672
8677
|
const getAutoUpdateType = () => {
|
|
@@ -8705,13 +8710,13 @@ const checkForUpdates$1 = async () => {
|
|
|
8705
8710
|
};
|
|
8706
8711
|
|
|
8707
8712
|
const name$2h = 'AutoUpdater';
|
|
8708
|
-
const Commands$
|
|
8713
|
+
const Commands$28 = {
|
|
8709
8714
|
checkForUpdates: checkForUpdates$1
|
|
8710
8715
|
};
|
|
8711
8716
|
|
|
8712
8717
|
const AutoUpdater_ipc = {
|
|
8713
8718
|
__proto__: null,
|
|
8714
|
-
Commands: Commands$
|
|
8719
|
+
Commands: Commands$28,
|
|
8715
8720
|
name: name$2h
|
|
8716
8721
|
};
|
|
8717
8722
|
|
|
@@ -8734,14 +8739,14 @@ const encode = async content => {
|
|
|
8734
8739
|
};
|
|
8735
8740
|
|
|
8736
8741
|
const name$2g = 'Base64';
|
|
8737
|
-
const Commands$
|
|
8742
|
+
const Commands$27 = {
|
|
8738
8743
|
decode: decode,
|
|
8739
8744
|
encode: encode
|
|
8740
8745
|
};
|
|
8741
8746
|
|
|
8742
8747
|
const Base64_ipc = {
|
|
8743
8748
|
__proto__: null,
|
|
8744
|
-
Commands: Commands$
|
|
8749
|
+
Commands: Commands$27,
|
|
8745
8750
|
name: name$2g
|
|
8746
8751
|
};
|
|
8747
8752
|
|
|
@@ -8762,13 +8767,13 @@ const getEditorSourceActions = async () => {
|
|
|
8762
8767
|
};
|
|
8763
8768
|
|
|
8764
8769
|
const name$2f = 'GetEditorSourceActions';
|
|
8765
|
-
const Commands$
|
|
8770
|
+
const Commands$26 = {
|
|
8766
8771
|
getEditorSourceActions: getEditorSourceActions
|
|
8767
8772
|
};
|
|
8768
8773
|
|
|
8769
8774
|
const GetEditorSourceActions_ipc = {
|
|
8770
8775
|
__proto__: null,
|
|
8771
|
-
Commands: Commands$
|
|
8776
|
+
Commands: Commands$26,
|
|
8772
8777
|
name: name$2f
|
|
8773
8778
|
};
|
|
8774
8779
|
|
|
@@ -8891,7 +8896,7 @@ const disposeSrc = async src => {
|
|
|
8891
8896
|
};
|
|
8892
8897
|
|
|
8893
8898
|
const name$2e = 'Blob';
|
|
8894
|
-
const Commands$
|
|
8899
|
+
const Commands$25 = {
|
|
8895
8900
|
base64StringToBlob: base64StringToBlob,
|
|
8896
8901
|
binaryStringToBlob: binaryStringToBlob,
|
|
8897
8902
|
blobToBinaryString: blobToBinaryString,
|
|
@@ -8900,7 +8905,7 @@ const Commands$24 = {
|
|
|
8900
8905
|
|
|
8901
8906
|
const Blob_ipc = {
|
|
8902
8907
|
__proto__: null,
|
|
8903
|
-
Commands: Commands$
|
|
8908
|
+
Commands: Commands$25,
|
|
8904
8909
|
name: name$2e
|
|
8905
8910
|
};
|
|
8906
8911
|
|
|
@@ -8912,13 +8917,13 @@ const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
|
8912
8917
|
};
|
|
8913
8918
|
|
|
8914
8919
|
const name$2d = 'BulkReplacement';
|
|
8915
|
-
const Commands$
|
|
8920
|
+
const Commands$24 = {
|
|
8916
8921
|
applyBulkReplacement: applyBulkReplacement
|
|
8917
8922
|
};
|
|
8918
8923
|
|
|
8919
8924
|
const BulkReplacement_ipc = {
|
|
8920
8925
|
__proto__: null,
|
|
8921
|
-
Commands: Commands$
|
|
8926
|
+
Commands: Commands$24,
|
|
8922
8927
|
name: name$2d
|
|
8923
8928
|
};
|
|
8924
8929
|
|
|
@@ -9013,7 +9018,7 @@ const clearCache$1 = async () => {
|
|
|
9013
9018
|
// TODO only use CacheStorage module via ipc -> that way is is always lazyloaded
|
|
9014
9019
|
|
|
9015
9020
|
const name$2c = 'CacheStorage';
|
|
9016
|
-
const Commands$
|
|
9021
|
+
const Commands$23 = {
|
|
9017
9022
|
clearCache: clearCache$1,
|
|
9018
9023
|
getJson: getJson,
|
|
9019
9024
|
setJson: setJson
|
|
@@ -9021,18 +9026,18 @@ const Commands$22 = {
|
|
|
9021
9026
|
|
|
9022
9027
|
const CacheStorage_ipc = {
|
|
9023
9028
|
__proto__: null,
|
|
9024
|
-
Commands: Commands$
|
|
9029
|
+
Commands: Commands$23,
|
|
9025
9030
|
name: name$2c
|
|
9026
9031
|
};
|
|
9027
9032
|
|
|
9028
9033
|
const name$2b = 'Callback';
|
|
9029
|
-
const Commands$
|
|
9034
|
+
const Commands$22 = {
|
|
9030
9035
|
resolve: resolve
|
|
9031
9036
|
};
|
|
9032
9037
|
|
|
9033
9038
|
const Callback_ipc = {
|
|
9034
9039
|
__proto__: null,
|
|
9035
|
-
Commands: Commands$
|
|
9040
|
+
Commands: Commands$22,
|
|
9036
9041
|
name: name$2b
|
|
9037
9042
|
};
|
|
9038
9043
|
|
|
@@ -9110,7 +9115,7 @@ const zoomReset = () => {
|
|
|
9110
9115
|
};
|
|
9111
9116
|
|
|
9112
9117
|
const name$2a = 'Chrome';
|
|
9113
|
-
const Commands$
|
|
9118
|
+
const Commands$21 = {
|
|
9114
9119
|
close: close$5,
|
|
9115
9120
|
exit: exit$2,
|
|
9116
9121
|
maximize: maximize$1,
|
|
@@ -9120,7 +9125,7 @@ const Commands$20 = {
|
|
|
9120
9125
|
|
|
9121
9126
|
const Chrome_ipc = {
|
|
9122
9127
|
__proto__: null,
|
|
9123
|
-
Commands: Commands$
|
|
9128
|
+
Commands: Commands$21,
|
|
9124
9129
|
name: name$2a
|
|
9125
9130
|
};
|
|
9126
9131
|
|
|
@@ -9184,7 +9189,7 @@ const execCopy = async () => {
|
|
|
9184
9189
|
};
|
|
9185
9190
|
|
|
9186
9191
|
const name$29 = 'ClipBoard';
|
|
9187
|
-
const Commands$
|
|
9192
|
+
const Commands$20 = {
|
|
9188
9193
|
execCopy: execCopy,
|
|
9189
9194
|
readNativeFiles: readNativeFiles,
|
|
9190
9195
|
readText: readText,
|
|
@@ -9195,7 +9200,7 @@ const Commands$1$ = {
|
|
|
9195
9200
|
|
|
9196
9201
|
const ClipBoard_ipc = {
|
|
9197
9202
|
__proto__: null,
|
|
9198
|
-
Commands: Commands$
|
|
9203
|
+
Commands: Commands$20,
|
|
9199
9204
|
name: name$29
|
|
9200
9205
|
};
|
|
9201
9206
|
|
|
@@ -9207,19 +9212,19 @@ const close$4 = () => {
|
|
|
9207
9212
|
};
|
|
9208
9213
|
|
|
9209
9214
|
const name$28 = 'ColorPicker';
|
|
9210
|
-
const Commands$
|
|
9215
|
+
const Commands$1$ = {
|
|
9211
9216
|
close: close$4,
|
|
9212
9217
|
open: open$6
|
|
9213
9218
|
};
|
|
9214
9219
|
|
|
9215
9220
|
const ColorPicker_ipc = {
|
|
9216
9221
|
__proto__: null,
|
|
9217
|
-
Commands: Commands$
|
|
9222
|
+
Commands: Commands$1$,
|
|
9218
9223
|
name: name$28
|
|
9219
9224
|
};
|
|
9220
9225
|
|
|
9221
9226
|
const name$27 = 'ColorTheme';
|
|
9222
|
-
const Commands$
|
|
9227
|
+
const Commands$1_ = {
|
|
9223
9228
|
hydrate: hydrate$a,
|
|
9224
9229
|
reload: reload$4,
|
|
9225
9230
|
setColorTheme: setColorTheme$1
|
|
@@ -9227,7 +9232,7 @@ const Commands$1Z = {
|
|
|
9227
9232
|
|
|
9228
9233
|
const ColorTheme_ipc = {
|
|
9229
9234
|
__proto__: null,
|
|
9230
|
-
Commands: Commands$
|
|
9235
|
+
Commands: Commands$1_,
|
|
9231
9236
|
name: name$27
|
|
9232
9237
|
};
|
|
9233
9238
|
|
|
@@ -9332,13 +9337,13 @@ const createColorThemeFromJson = (colorThemeId, colorThemeJson) => {
|
|
|
9332
9337
|
const name$26 = 'ColorThemeFromJson';
|
|
9333
9338
|
|
|
9334
9339
|
// prettier-ignore
|
|
9335
|
-
const Commands$
|
|
9340
|
+
const Commands$1Z = {
|
|
9336
9341
|
createColorThemeFromJson: createColorThemeFromJson
|
|
9337
9342
|
};
|
|
9338
9343
|
|
|
9339
9344
|
const ColorThemeFromJson_ipc = {
|
|
9340
9345
|
__proto__: null,
|
|
9341
|
-
Commands: Commands$
|
|
9346
|
+
Commands: Commands$1Z,
|
|
9342
9347
|
name: name$26
|
|
9343
9348
|
};
|
|
9344
9349
|
|
|
@@ -9384,15 +9389,15 @@ const prompt$2 = async (message, confirmMessage, title) => {
|
|
|
9384
9389
|
/**
|
|
9385
9390
|
* @enum {string}
|
|
9386
9391
|
*/
|
|
9387
|
-
const UiStrings$
|
|
9392
|
+
const UiStrings$n = {
|
|
9388
9393
|
Cancel: 'Cancel',
|
|
9389
9394
|
Ok: 'Ok'
|
|
9390
9395
|
};
|
|
9391
9396
|
const cancel = () => {
|
|
9392
|
-
return i18nString(UiStrings$
|
|
9397
|
+
return i18nString(UiStrings$n.Cancel);
|
|
9393
9398
|
};
|
|
9394
9399
|
const ok = () => {
|
|
9395
|
-
return i18nString(UiStrings$
|
|
9400
|
+
return i18nString(UiStrings$n.Ok);
|
|
9396
9401
|
};
|
|
9397
9402
|
|
|
9398
9403
|
const prompt$1 = async (message, {
|
|
@@ -9410,13 +9415,13 @@ const prompt$1 = async (message, {
|
|
|
9410
9415
|
};
|
|
9411
9416
|
|
|
9412
9417
|
const name$25 = 'ConfirmPrompt';
|
|
9413
|
-
const Commands$
|
|
9418
|
+
const Commands$1Y = {
|
|
9414
9419
|
prompt: prompt$1
|
|
9415
9420
|
};
|
|
9416
9421
|
|
|
9417
9422
|
const ConfirmPrompt_ipc = {
|
|
9418
9423
|
__proto__: null,
|
|
9419
|
-
Commands: Commands$
|
|
9424
|
+
Commands: Commands$1Y,
|
|
9420
9425
|
name: name$25
|
|
9421
9426
|
};
|
|
9422
9427
|
|
|
@@ -9480,14 +9485,14 @@ const stop$1 = async () => {
|
|
|
9480
9485
|
};
|
|
9481
9486
|
|
|
9482
9487
|
const name$24 = 'ContentTracing';
|
|
9483
|
-
const Commands$
|
|
9488
|
+
const Commands$1X = {
|
|
9484
9489
|
start: start$2,
|
|
9485
9490
|
stop: stop$1
|
|
9486
9491
|
};
|
|
9487
9492
|
|
|
9488
9493
|
const ContentTracing_ipc = {
|
|
9489
9494
|
__proto__: null,
|
|
9490
|
-
Commands: Commands$
|
|
9495
|
+
Commands: Commands$1X,
|
|
9491
9496
|
name: name$24
|
|
9492
9497
|
};
|
|
9493
9498
|
|
|
@@ -9510,13 +9515,13 @@ const show$a = async (x, y, id, ...args) => {
|
|
|
9510
9515
|
};
|
|
9511
9516
|
|
|
9512
9517
|
const name$23 = 'ContextMenu';
|
|
9513
|
-
const Commands$
|
|
9518
|
+
const Commands$1W = {
|
|
9514
9519
|
show: show$a
|
|
9515
9520
|
};
|
|
9516
9521
|
|
|
9517
9522
|
const ContextMenu_ipc = {
|
|
9518
9523
|
__proto__: null,
|
|
9519
|
-
Commands: Commands$
|
|
9524
|
+
Commands: Commands$1W,
|
|
9520
9525
|
name: name$23
|
|
9521
9526
|
};
|
|
9522
9527
|
|
|
@@ -9631,7 +9636,7 @@ const resumed = params => {
|
|
|
9631
9636
|
};
|
|
9632
9637
|
|
|
9633
9638
|
const name$22 = 'Debug';
|
|
9634
|
-
const Commands$
|
|
9639
|
+
const Commands$1V = {
|
|
9635
9640
|
scriptParsed: scriptParsed,
|
|
9636
9641
|
paused: paused,
|
|
9637
9642
|
resumed: resumed
|
|
@@ -9639,7 +9644,7 @@ const Commands$1U = {
|
|
|
9639
9644
|
|
|
9640
9645
|
const Debug_ipc = {
|
|
9641
9646
|
__proto__: null,
|
|
9642
|
-
Commands: Commands$
|
|
9647
|
+
Commands: Commands$1V,
|
|
9643
9648
|
name: name$22
|
|
9644
9649
|
};
|
|
9645
9650
|
|
|
@@ -9670,13 +9675,13 @@ const debugSharedProcess = async () => {
|
|
|
9670
9675
|
};
|
|
9671
9676
|
|
|
9672
9677
|
const name$21 = 'DebugSharedProcess';
|
|
9673
|
-
const Commands$
|
|
9678
|
+
const Commands$1U = {
|
|
9674
9679
|
debugSharedProcess: debugSharedProcess
|
|
9675
9680
|
};
|
|
9676
9681
|
|
|
9677
9682
|
const DebugSharedProcess_ipc = {
|
|
9678
9683
|
__proto__: null,
|
|
9679
|
-
Commands: Commands$
|
|
9684
|
+
Commands: Commands$1U,
|
|
9680
9685
|
name: name$21
|
|
9681
9686
|
};
|
|
9682
9687
|
|
|
@@ -10143,7 +10148,7 @@ const openScreenCastView = async () => {
|
|
|
10143
10148
|
const name$20 = 'Developer';
|
|
10144
10149
|
|
|
10145
10150
|
// prettier-ignore
|
|
10146
|
-
const Commands$
|
|
10151
|
+
const Commands$1T = {
|
|
10147
10152
|
// TODO certain commands are only available in electron -> treeshake them out
|
|
10148
10153
|
allocateMemoryInSharedProcess: allocateMemoryInSharedProcess,
|
|
10149
10154
|
clearCache: clearCache,
|
|
@@ -10173,7 +10178,7 @@ const Commands$1S = {
|
|
|
10173
10178
|
|
|
10174
10179
|
const Developer_ipc = {
|
|
10175
10180
|
__proto__: null,
|
|
10176
|
-
Commands: Commands$
|
|
10181
|
+
Commands: Commands$1T,
|
|
10177
10182
|
name: name$20
|
|
10178
10183
|
};
|
|
10179
10184
|
|
|
@@ -10263,7 +10268,7 @@ const showMessage = async (message, options) => {
|
|
|
10263
10268
|
};
|
|
10264
10269
|
|
|
10265
10270
|
const name$1$ = 'Dialog';
|
|
10266
|
-
const Commands$
|
|
10271
|
+
const Commands$1S = {
|
|
10267
10272
|
// @ts-ignore
|
|
10268
10273
|
close: undefined,
|
|
10269
10274
|
handleClick: handleClick$b,
|
|
@@ -10274,7 +10279,7 @@ const Commands$1R = {
|
|
|
10274
10279
|
|
|
10275
10280
|
const Dialog_ipc = {
|
|
10276
10281
|
__proto__: null,
|
|
10277
|
-
Commands: Commands$
|
|
10282
|
+
Commands: Commands$1S,
|
|
10278
10283
|
name: name$1$
|
|
10279
10284
|
};
|
|
10280
10285
|
|
|
@@ -10311,7 +10316,7 @@ const downloadUrl = (url, outFile) => {
|
|
|
10311
10316
|
};
|
|
10312
10317
|
|
|
10313
10318
|
const name$1_ = 'Download';
|
|
10314
|
-
const Commands$
|
|
10319
|
+
const Commands$1R = {
|
|
10315
10320
|
downloadFile: downloadFile,
|
|
10316
10321
|
downloadJson: downloadJson,
|
|
10317
10322
|
downloadToDownloadsFolder: downloadToDownloadsFolder
|
|
@@ -10319,7 +10324,7 @@ const Commands$1Q = {
|
|
|
10319
10324
|
|
|
10320
10325
|
const Download_ipc = {
|
|
10321
10326
|
__proto__: null,
|
|
10322
|
-
Commands: Commands$
|
|
10327
|
+
Commands: Commands$1R,
|
|
10323
10328
|
name: name$1_
|
|
10324
10329
|
};
|
|
10325
10330
|
|
|
@@ -10345,13 +10350,13 @@ const hydrate$1 = () => {
|
|
|
10345
10350
|
// see also https://tink.uk/using-the-web-speech-api-to-simulate-css-speech-support/
|
|
10346
10351
|
|
|
10347
10352
|
const name$1Z = 'EditorDiagnostics';
|
|
10348
|
-
const Commands$
|
|
10353
|
+
const Commands$1Q = {
|
|
10349
10354
|
hydrate: hydrate$1
|
|
10350
10355
|
};
|
|
10351
10356
|
|
|
10352
10357
|
const EditorDiagnostics_ipc = {
|
|
10353
10358
|
__proto__: null,
|
|
10354
|
-
Commands: Commands$
|
|
10359
|
+
Commands: Commands$1Q,
|
|
10355
10360
|
name: name$1Z
|
|
10356
10361
|
};
|
|
10357
10362
|
|
|
@@ -10388,19 +10393,19 @@ const show$9 = async (editor, message, rowIndex, columnIndex) => {
|
|
|
10388
10393
|
await invoke$g(/* EditorError.show */'EditorError.show', /* message */message, /* x */x$1, /* y */y$1);
|
|
10389
10394
|
};
|
|
10390
10395
|
|
|
10391
|
-
const Commands$
|
|
10396
|
+
const Commands$1P = {
|
|
10392
10397
|
3900: show$9
|
|
10393
10398
|
};
|
|
10394
10399
|
|
|
10395
10400
|
const EditorError_ipc = {
|
|
10396
10401
|
__proto__: null,
|
|
10397
|
-
Commands: Commands$
|
|
10402
|
+
Commands: Commands$1P
|
|
10398
10403
|
};
|
|
10399
10404
|
|
|
10400
10405
|
/**
|
|
10401
10406
|
* @enum {string}
|
|
10402
10407
|
*/
|
|
10403
|
-
const UiStrings$
|
|
10408
|
+
const UiStrings$m = {
|
|
10404
10409
|
OrganizeImports: 'Organize Imports',
|
|
10405
10410
|
Copy: 'Copy',
|
|
10406
10411
|
CopyLineDown: 'Copy Line Down',
|
|
@@ -10449,58 +10454,58 @@ const UiStrings$n = {
|
|
|
10449
10454
|
SortImports: 'Sort Imports'
|
|
10450
10455
|
};
|
|
10451
10456
|
const goToDefinition = () => {
|
|
10452
|
-
return i18nString(UiStrings$
|
|
10457
|
+
return i18nString(UiStrings$m.GoToDefinition);
|
|
10453
10458
|
};
|
|
10454
10459
|
const goToTypeDefinition = () => {
|
|
10455
|
-
return i18nString(UiStrings$
|
|
10460
|
+
return i18nString(UiStrings$m.GoToTypeDefinition);
|
|
10456
10461
|
};
|
|
10457
10462
|
const findAllReferences = () => {
|
|
10458
|
-
return i18nString(UiStrings$
|
|
10463
|
+
return i18nString(UiStrings$m.FindAllReferences);
|
|
10459
10464
|
};
|
|
10460
10465
|
const findAllImplementations = () => {
|
|
10461
|
-
return i18nString(UiStrings$
|
|
10466
|
+
return i18nString(UiStrings$m.FindAllImplementations);
|
|
10462
10467
|
};
|
|
10463
10468
|
const cut$1 = () => {
|
|
10464
|
-
return i18nString(UiStrings$
|
|
10469
|
+
return i18nString(UiStrings$m.Cut);
|
|
10465
10470
|
};
|
|
10466
|
-
const copy$
|
|
10467
|
-
return i18nString(UiStrings$
|
|
10471
|
+
const copy$4 = () => {
|
|
10472
|
+
return i18nString(UiStrings$m.Copy);
|
|
10468
10473
|
};
|
|
10469
10474
|
const paste$1 = () => {
|
|
10470
|
-
return i18nString(UiStrings$
|
|
10475
|
+
return i18nString(UiStrings$m.Paste);
|
|
10471
10476
|
};
|
|
10472
10477
|
const undo = () => {
|
|
10473
|
-
return i18nString(UiStrings$
|
|
10478
|
+
return i18nString(UiStrings$m.Undo);
|
|
10474
10479
|
};
|
|
10475
10480
|
const redo = () => {
|
|
10476
|
-
return i18nString(UiStrings$
|
|
10481
|
+
return i18nString(UiStrings$m.Redo);
|
|
10477
10482
|
};
|
|
10478
10483
|
const toggleLineComment = () => {
|
|
10479
|
-
return i18nString(UiStrings$
|
|
10484
|
+
return i18nString(UiStrings$m.ToggleLineComment);
|
|
10480
10485
|
};
|
|
10481
10486
|
const toggleBlockComment = () => {
|
|
10482
|
-
return i18nString(UiStrings$
|
|
10487
|
+
return i18nString(UiStrings$m.ToggleBlockComment);
|
|
10483
10488
|
};
|
|
10484
10489
|
const selectAll = () => {
|
|
10485
|
-
return i18nString(UiStrings$
|
|
10490
|
+
return i18nString(UiStrings$m.SelectAll);
|
|
10486
10491
|
};
|
|
10487
10492
|
const copyLineUp = () => {
|
|
10488
|
-
return i18nString(UiStrings$
|
|
10493
|
+
return i18nString(UiStrings$m.CopyLineUp);
|
|
10489
10494
|
};
|
|
10490
10495
|
const copyLineDown = () => {
|
|
10491
|
-
return i18nString(UiStrings$
|
|
10496
|
+
return i18nString(UiStrings$m.CopyLineDown);
|
|
10492
10497
|
};
|
|
10493
10498
|
const moveLineUp = () => {
|
|
10494
|
-
return i18nString(UiStrings$
|
|
10499
|
+
return i18nString(UiStrings$m.MoveLineUp);
|
|
10495
10500
|
};
|
|
10496
10501
|
const moveLineDown = () => {
|
|
10497
|
-
return i18nString(UiStrings$
|
|
10502
|
+
return i18nString(UiStrings$m.MoveLineDown);
|
|
10498
10503
|
};
|
|
10499
10504
|
const formatDocument = () => {
|
|
10500
|
-
return i18nString(UiStrings$
|
|
10505
|
+
return i18nString(UiStrings$m.FormatDocument);
|
|
10501
10506
|
};
|
|
10502
10507
|
const sourceAction = () => {
|
|
10503
|
-
return i18nString(UiStrings$
|
|
10508
|
+
return i18nString(UiStrings$m.SourceActions);
|
|
10504
10509
|
};
|
|
10505
10510
|
|
|
10506
10511
|
const Separator$3 = 1;
|
|
@@ -10565,7 +10570,7 @@ const getMenuEntries$s = () => {
|
|
|
10565
10570
|
command: /* Editor.cut */'Editor.cut'
|
|
10566
10571
|
}, {
|
|
10567
10572
|
id: 'copy',
|
|
10568
|
-
label: copy$
|
|
10573
|
+
label: copy$4(),
|
|
10569
10574
|
flags: None$i,
|
|
10570
10575
|
command: /* Editor.copy */'Editor.copy'
|
|
10571
10576
|
}, {
|
|
@@ -10595,7 +10600,7 @@ const MenuEntriesEdit = {
|
|
|
10595
10600
|
/**
|
|
10596
10601
|
* @enum {string}
|
|
10597
10602
|
*/
|
|
10598
|
-
const UiStrings$
|
|
10603
|
+
const UiStrings$l = {
|
|
10599
10604
|
NewFile: 'New File',
|
|
10600
10605
|
NewWindow: 'New Window',
|
|
10601
10606
|
Separator: 'Separator',
|
|
@@ -10607,28 +10612,28 @@ const UiStrings$m = {
|
|
|
10607
10612
|
SaveAll: 'Save All'
|
|
10608
10613
|
};
|
|
10609
10614
|
const newFile$2 = () => {
|
|
10610
|
-
return i18nString(UiStrings$
|
|
10615
|
+
return i18nString(UiStrings$l.NewFile);
|
|
10611
10616
|
};
|
|
10612
10617
|
const newWindow$1 = () => {
|
|
10613
|
-
return i18nString(UiStrings$
|
|
10618
|
+
return i18nString(UiStrings$l.NewWindow);
|
|
10614
10619
|
};
|
|
10615
10620
|
const openFile$2 = () => {
|
|
10616
|
-
return i18nString(UiStrings$
|
|
10621
|
+
return i18nString(UiStrings$l.OpenFile);
|
|
10617
10622
|
};
|
|
10618
10623
|
const openFolder$4 = () => {
|
|
10619
|
-
return i18nString(UiStrings$
|
|
10624
|
+
return i18nString(UiStrings$l.OpenFolder);
|
|
10620
10625
|
};
|
|
10621
10626
|
const openRecent$1 = () => {
|
|
10622
|
-
return i18nString(UiStrings$
|
|
10627
|
+
return i18nString(UiStrings$l.OpenRecent);
|
|
10623
10628
|
};
|
|
10624
10629
|
const save$1 = () => {
|
|
10625
|
-
return i18nString(UiStrings$
|
|
10630
|
+
return i18nString(UiStrings$l.Save);
|
|
10626
10631
|
};
|
|
10627
10632
|
const saveAll = () => {
|
|
10628
|
-
return i18nString(UiStrings$
|
|
10633
|
+
return i18nString(UiStrings$l.SaveAll);
|
|
10629
10634
|
};
|
|
10630
10635
|
const exit$1 = () => {
|
|
10631
|
-
return i18nString(UiStrings$
|
|
10636
|
+
return i18nString(UiStrings$l.Exit);
|
|
10632
10637
|
};
|
|
10633
10638
|
|
|
10634
10639
|
const id$m = File$1;
|
|
@@ -10700,7 +10705,7 @@ const MenuEntriesGo = {
|
|
|
10700
10705
|
/**
|
|
10701
10706
|
* @enum {string}
|
|
10702
10707
|
*/
|
|
10703
|
-
const UiStrings$
|
|
10708
|
+
const UiStrings$k = {
|
|
10704
10709
|
About: 'About',
|
|
10705
10710
|
CheckForUpdates: 'Check For Updates',
|
|
10706
10711
|
ColorTheme: 'Color Theme',
|
|
@@ -10711,28 +10716,28 @@ const UiStrings$l = {
|
|
|
10711
10716
|
ToggleDeveloperTools: 'Toggle Developer Tools'
|
|
10712
10717
|
};
|
|
10713
10718
|
const toggleDeveloperTools = () => {
|
|
10714
|
-
return i18nString(UiStrings$
|
|
10719
|
+
return i18nString(UiStrings$k.ToggleDeveloperTools);
|
|
10715
10720
|
};
|
|
10716
10721
|
const openProcessExplorer = () => {
|
|
10717
|
-
return i18nString(UiStrings$
|
|
10722
|
+
return i18nString(UiStrings$k.OpenProcessExplorer);
|
|
10718
10723
|
};
|
|
10719
10724
|
const checkForUpdates = () => {
|
|
10720
|
-
return i18nString(UiStrings$
|
|
10725
|
+
return i18nString(UiStrings$k.CheckForUpdates);
|
|
10721
10726
|
};
|
|
10722
10727
|
const about = () => {
|
|
10723
|
-
return i18nString(UiStrings$
|
|
10728
|
+
return i18nString(UiStrings$k.About);
|
|
10724
10729
|
};
|
|
10725
10730
|
const commandPalette = () => {
|
|
10726
|
-
return i18nString(UiStrings$
|
|
10731
|
+
return i18nString(UiStrings$k.CommandPalette);
|
|
10727
10732
|
};
|
|
10728
10733
|
const settings$1 = () => {
|
|
10729
|
-
return i18nString(UiStrings$
|
|
10734
|
+
return i18nString(UiStrings$k.Settings);
|
|
10730
10735
|
};
|
|
10731
10736
|
const keyboardShortcuts = () => {
|
|
10732
|
-
return i18nString(UiStrings$
|
|
10737
|
+
return i18nString(UiStrings$k.KeyboardShortcuts);
|
|
10733
10738
|
};
|
|
10734
10739
|
const colorTheme = () => {
|
|
10735
|
-
return i18nString(UiStrings$
|
|
10740
|
+
return i18nString(UiStrings$k.ColorTheme);
|
|
10736
10741
|
};
|
|
10737
10742
|
|
|
10738
10743
|
const isAutoUpdateSupported = () => {
|
|
@@ -10847,19 +10852,19 @@ const getFileIcon$1 = uri => {
|
|
|
10847
10852
|
/**
|
|
10848
10853
|
* @enum {string}
|
|
10849
10854
|
*/
|
|
10850
|
-
const UiStrings$
|
|
10855
|
+
const UiStrings$j = {
|
|
10851
10856
|
More: 'more',
|
|
10852
10857
|
MoreDot: 'More ...',
|
|
10853
10858
|
ClearRecentlyOpened: 'Clear Recently Opened'
|
|
10854
10859
|
};
|
|
10855
10860
|
const more = () => {
|
|
10856
|
-
return i18nString(UiStrings$
|
|
10861
|
+
return i18nString(UiStrings$j.More);
|
|
10857
10862
|
};
|
|
10858
10863
|
const moreDot = () => {
|
|
10859
|
-
return i18nString(UiStrings$
|
|
10864
|
+
return i18nString(UiStrings$j.MoreDot);
|
|
10860
10865
|
};
|
|
10861
10866
|
const clearRecentlyOpened = () => {
|
|
10862
|
-
return i18nString(UiStrings$
|
|
10867
|
+
return i18nString(UiStrings$j.ClearRecentlyOpened);
|
|
10863
10868
|
};
|
|
10864
10869
|
|
|
10865
10870
|
const MAX_MENU_RECENT_ENTRIES = 10;
|
|
@@ -10942,19 +10947,19 @@ const MenuEntriesSelection = {
|
|
|
10942
10947
|
/**
|
|
10943
10948
|
* @enum {string}
|
|
10944
10949
|
*/
|
|
10945
|
-
const UiStrings$
|
|
10950
|
+
const UiStrings$i = {
|
|
10946
10951
|
SplitTerminal: 'Split Terminal',
|
|
10947
10952
|
KillTerminal: 'Kill Terminal',
|
|
10948
10953
|
NewTerminal: 'New Terminal'
|
|
10949
10954
|
};
|
|
10950
10955
|
const splitTerminal = () => {
|
|
10951
|
-
return i18nString(UiStrings$
|
|
10956
|
+
return i18nString(UiStrings$i.SplitTerminal);
|
|
10952
10957
|
};
|
|
10953
10958
|
const killTerminal = () => {
|
|
10954
|
-
return i18nString(UiStrings$
|
|
10959
|
+
return i18nString(UiStrings$i.KillTerminal);
|
|
10955
10960
|
};
|
|
10956
10961
|
const newTerminal = () => {
|
|
10957
|
-
return i18nString(UiStrings$
|
|
10962
|
+
return i18nString(UiStrings$i.NewTerminal);
|
|
10958
10963
|
};
|
|
10959
10964
|
|
|
10960
10965
|
const id$g = Terminal;
|
|
@@ -11026,7 +11031,7 @@ const SubMenu = 'submenu';
|
|
|
11026
11031
|
/**
|
|
11027
11032
|
* @enum {string}
|
|
11028
11033
|
*/
|
|
11029
|
-
const UiStrings$
|
|
11034
|
+
const UiStrings$h = {
|
|
11030
11035
|
Help: 'Help',
|
|
11031
11036
|
File: 'File',
|
|
11032
11037
|
Edit: 'Edit',
|
|
@@ -11042,60 +11047,60 @@ const UiStrings$i = {
|
|
|
11042
11047
|
};
|
|
11043
11048
|
const toElectronMenuItem = entry => {
|
|
11044
11049
|
switch (entry.label) {
|
|
11045
|
-
case UiStrings$
|
|
11050
|
+
case UiStrings$h.Help:
|
|
11046
11051
|
return {
|
|
11047
11052
|
label: entry.label,
|
|
11048
11053
|
role: Help,
|
|
11049
11054
|
submenu: []
|
|
11050
11055
|
};
|
|
11051
|
-
case UiStrings$
|
|
11056
|
+
case UiStrings$h.File:
|
|
11052
11057
|
return {
|
|
11053
11058
|
label: entry.label,
|
|
11054
11059
|
role: FileMenu,
|
|
11055
11060
|
submenu: []
|
|
11056
11061
|
};
|
|
11057
|
-
case UiStrings$
|
|
11062
|
+
case UiStrings$h.Edit:
|
|
11058
11063
|
return {
|
|
11059
11064
|
label: entry.label,
|
|
11060
11065
|
role: EditMenu,
|
|
11061
11066
|
submenu: []
|
|
11062
11067
|
};
|
|
11063
|
-
case UiStrings$
|
|
11068
|
+
case UiStrings$h.Exit:
|
|
11064
11069
|
return {
|
|
11065
11070
|
label: entry.label,
|
|
11066
11071
|
role: Quit
|
|
11067
11072
|
};
|
|
11068
|
-
case UiStrings$
|
|
11073
|
+
case UiStrings$h.Undo:
|
|
11069
11074
|
return {
|
|
11070
11075
|
label: entry.label,
|
|
11071
11076
|
role: Undo
|
|
11072
11077
|
};
|
|
11073
|
-
case UiStrings$
|
|
11078
|
+
case UiStrings$h.Redo:
|
|
11074
11079
|
return {
|
|
11075
11080
|
label: entry.label,
|
|
11076
11081
|
role: Redo
|
|
11077
11082
|
};
|
|
11078
|
-
case UiStrings$
|
|
11083
|
+
case UiStrings$h.Cut:
|
|
11079
11084
|
return {
|
|
11080
11085
|
label: entry.label,
|
|
11081
11086
|
role: Cut$1
|
|
11082
11087
|
};
|
|
11083
|
-
case UiStrings$
|
|
11088
|
+
case UiStrings$h.Copy:
|
|
11084
11089
|
return {
|
|
11085
11090
|
label: entry.label,
|
|
11086
11091
|
role: Copy$1
|
|
11087
11092
|
};
|
|
11088
|
-
case UiStrings$
|
|
11093
|
+
case UiStrings$h.Paste:
|
|
11089
11094
|
return {
|
|
11090
11095
|
label: entry.label,
|
|
11091
11096
|
role: Paste
|
|
11092
11097
|
};
|
|
11093
|
-
case UiStrings$
|
|
11098
|
+
case UiStrings$h.SelectAll:
|
|
11094
11099
|
return {
|
|
11095
11100
|
label: entry.label,
|
|
11096
11101
|
role: SelectAll
|
|
11097
11102
|
};
|
|
11098
|
-
case UiStrings$
|
|
11103
|
+
case UiStrings$h.ToggleDeveloperTools:
|
|
11099
11104
|
return {
|
|
11100
11105
|
label: entry.label,
|
|
11101
11106
|
role: ToggleDevTools
|
|
@@ -11199,19 +11204,19 @@ const handleClick$a = async label => {
|
|
|
11199
11204
|
const name$1Y = 'ElectronApplicationMenu';
|
|
11200
11205
|
|
|
11201
11206
|
// prettier-ignore
|
|
11202
|
-
const Commands$
|
|
11207
|
+
const Commands$1O = {
|
|
11203
11208
|
handleClick: handleClick$a,
|
|
11204
11209
|
hydrate: hydrate
|
|
11205
11210
|
};
|
|
11206
11211
|
|
|
11207
11212
|
const ElectronApplicationMenu_ipc = {
|
|
11208
11213
|
__proto__: null,
|
|
11209
|
-
Commands: Commands$
|
|
11214
|
+
Commands: Commands$1O,
|
|
11210
11215
|
name: name$1Y
|
|
11211
11216
|
};
|
|
11212
11217
|
|
|
11213
11218
|
const name$1X = 'ElectronBrowserView';
|
|
11214
|
-
const Commands$
|
|
11219
|
+
const Commands$1N = {
|
|
11215
11220
|
handleDidNavigate: handleDidNavigate$1,
|
|
11216
11221
|
handleTitleUpdated: handleTitleUpdated$2,
|
|
11217
11222
|
handleWillNavigate: handleWillNavigate$1
|
|
@@ -11219,7 +11224,7 @@ const Commands$1M = {
|
|
|
11219
11224
|
|
|
11220
11225
|
const ElectronBrowserView_ipc = {
|
|
11221
11226
|
__proto__: null,
|
|
11222
|
-
Commands: Commands$
|
|
11227
|
+
Commands: Commands$1N,
|
|
11223
11228
|
name: name$1X
|
|
11224
11229
|
};
|
|
11225
11230
|
|
|
@@ -11230,29 +11235,29 @@ const writeText = text => {
|
|
|
11230
11235
|
const name$1W = 'ElectronClipBoard';
|
|
11231
11236
|
|
|
11232
11237
|
// prettier-ignore
|
|
11233
|
-
const Commands$
|
|
11238
|
+
const Commands$1M = {
|
|
11234
11239
|
writeText: writeText
|
|
11235
11240
|
};
|
|
11236
11241
|
|
|
11237
11242
|
const ElectronClipBoard_ipc = {
|
|
11238
11243
|
__proto__: null,
|
|
11239
|
-
Commands: Commands$
|
|
11244
|
+
Commands: Commands$1M,
|
|
11240
11245
|
name: name$1W
|
|
11241
11246
|
};
|
|
11242
11247
|
|
|
11243
11248
|
const name$1V = 'ElectronContextMenu';
|
|
11244
11249
|
|
|
11245
11250
|
// prettier-ignore
|
|
11246
|
-
const Commands$
|
|
11251
|
+
const Commands$1L = {};
|
|
11247
11252
|
|
|
11248
11253
|
const ElectronContextMenu_ipc = {
|
|
11249
11254
|
__proto__: null,
|
|
11250
|
-
Commands: Commands$
|
|
11255
|
+
Commands: Commands$1L,
|
|
11251
11256
|
name: name$1V
|
|
11252
11257
|
};
|
|
11253
11258
|
|
|
11254
11259
|
const name$1U = 'ElectronWindow';
|
|
11255
|
-
const Commands$
|
|
11260
|
+
const Commands$1K = {
|
|
11256
11261
|
close: close$6,
|
|
11257
11262
|
maximize: maximize$2,
|
|
11258
11263
|
minimize: minimize$2,
|
|
@@ -11266,18 +11271,18 @@ const Commands$1J = {
|
|
|
11266
11271
|
|
|
11267
11272
|
const ElectronWindow_ipc = {
|
|
11268
11273
|
__proto__: null,
|
|
11269
|
-
Commands: Commands$
|
|
11274
|
+
Commands: Commands$1K,
|
|
11270
11275
|
name: name$1U
|
|
11271
11276
|
};
|
|
11272
11277
|
|
|
11273
11278
|
const name$1T = 'ErrorHandling';
|
|
11274
|
-
const Commands$
|
|
11279
|
+
const Commands$1J = {
|
|
11275
11280
|
handleError: handleError$2
|
|
11276
11281
|
};
|
|
11277
11282
|
|
|
11278
11283
|
const ErrorHandling_ipc = {
|
|
11279
11284
|
__proto__: null,
|
|
11280
|
-
Commands: Commands$
|
|
11285
|
+
Commands: Commands$1J,
|
|
11281
11286
|
name: name$1T
|
|
11282
11287
|
};
|
|
11283
11288
|
|
|
@@ -11286,13 +11291,13 @@ const exit = () => {
|
|
|
11286
11291
|
};
|
|
11287
11292
|
|
|
11288
11293
|
const name$1S = 'Exit';
|
|
11289
|
-
const Commands$
|
|
11294
|
+
const Commands$1I = {
|
|
11290
11295
|
exit: exit
|
|
11291
11296
|
};
|
|
11292
11297
|
|
|
11293
11298
|
const Exit_ipc = {
|
|
11294
11299
|
__proto__: null,
|
|
11295
|
-
Commands: Commands$
|
|
11300
|
+
Commands: Commands$1I,
|
|
11296
11301
|
name: name$1S
|
|
11297
11302
|
};
|
|
11298
11303
|
|
|
@@ -11345,27 +11350,27 @@ const loadWebExtension = async path => {
|
|
|
11345
11350
|
const name$1R = 'ExtensionHost';
|
|
11346
11351
|
|
|
11347
11352
|
// prettier-ignore
|
|
11348
|
-
const Commands$
|
|
11353
|
+
const Commands$1H = {
|
|
11349
11354
|
loadWebExtension: loadWebExtension
|
|
11350
11355
|
};
|
|
11351
11356
|
|
|
11352
11357
|
const ExtensionHostCore_ipc = {
|
|
11353
11358
|
__proto__: null,
|
|
11354
|
-
Commands: Commands$
|
|
11359
|
+
Commands: Commands$1H,
|
|
11355
11360
|
name: name$1R
|
|
11356
11361
|
};
|
|
11357
11362
|
|
|
11358
11363
|
const name$1Q = 'ExtensionMeta';
|
|
11359
11364
|
|
|
11360
11365
|
// prettier-ignore
|
|
11361
|
-
const Commands$
|
|
11366
|
+
const Commands$1G = {
|
|
11362
11367
|
addNodeExtension: addNodeExtension,
|
|
11363
11368
|
addWebExtension: addWebExtension
|
|
11364
11369
|
};
|
|
11365
11370
|
|
|
11366
11371
|
const ExtensionMeta_ipc = {
|
|
11367
11372
|
__proto__: null,
|
|
11368
|
-
Commands: Commands$
|
|
11373
|
+
Commands: Commands$1G,
|
|
11369
11374
|
name: name$1Q
|
|
11370
11375
|
};
|
|
11371
11376
|
|
|
@@ -11381,14 +11386,14 @@ const openCachedExtensionsFolder = async () => {
|
|
|
11381
11386
|
const name$1P = 'Extensions';
|
|
11382
11387
|
|
|
11383
11388
|
// prettier-ignore
|
|
11384
|
-
const Commands$
|
|
11389
|
+
const Commands$1F = {
|
|
11385
11390
|
openCachedExtensionsFolder: openCachedExtensionsFolder,
|
|
11386
11391
|
openExtensionsFolder: openExtensionsFolder
|
|
11387
11392
|
};
|
|
11388
11393
|
|
|
11389
11394
|
const Extensions_ipc = {
|
|
11390
11395
|
__proto__: null,
|
|
11391
|
-
Commands: Commands$
|
|
11396
|
+
Commands: Commands$1F,
|
|
11392
11397
|
name: name$1P
|
|
11393
11398
|
};
|
|
11394
11399
|
|
|
@@ -11421,7 +11426,7 @@ const showSaveFilePicker = async options => {
|
|
|
11421
11426
|
};
|
|
11422
11427
|
|
|
11423
11428
|
const name$1O = 'FilePicker';
|
|
11424
|
-
const Commands$
|
|
11429
|
+
const Commands$1E = {
|
|
11425
11430
|
showDirectoryPicker: showDirectoryPicker,
|
|
11426
11431
|
showFilePicker: showFilePicker,
|
|
11427
11432
|
showSaveFilePicker: showSaveFilePicker
|
|
@@ -11429,12 +11434,12 @@ const Commands$1D = {
|
|
|
11429
11434
|
|
|
11430
11435
|
const FilePicker_ipc = {
|
|
11431
11436
|
__proto__: null,
|
|
11432
|
-
Commands: Commands$
|
|
11437
|
+
Commands: Commands$1E,
|
|
11433
11438
|
name: name$1O
|
|
11434
11439
|
};
|
|
11435
11440
|
|
|
11436
11441
|
const name$1N = 'FileSystem';
|
|
11437
|
-
const Commands$
|
|
11442
|
+
const Commands$1D = {
|
|
11438
11443
|
chmod: chmod$3,
|
|
11439
11444
|
getBlob: getBlob$4,
|
|
11440
11445
|
getPathSeparator: getPathSeparator$9,
|
|
@@ -11447,12 +11452,12 @@ const Commands$1C = {
|
|
|
11447
11452
|
|
|
11448
11453
|
const FileSystem_ipc = {
|
|
11449
11454
|
__proto__: null,
|
|
11450
|
-
Commands: Commands$
|
|
11455
|
+
Commands: Commands$1D,
|
|
11451
11456
|
name: name$1N
|
|
11452
11457
|
};
|
|
11453
11458
|
|
|
11454
11459
|
const name$1M = 'IconTheme';
|
|
11455
|
-
const Commands$
|
|
11460
|
+
const Commands$1C = {
|
|
11456
11461
|
// TODO command necessary?
|
|
11457
11462
|
// TODO hydrate should be an alias for reload/load
|
|
11458
11463
|
hydrate: hydrate$4,
|
|
@@ -11463,7 +11468,7 @@ const Commands$1B = {
|
|
|
11463
11468
|
|
|
11464
11469
|
const IconTheme_ipc = {
|
|
11465
11470
|
__proto__: null,
|
|
11466
|
-
Commands: Commands$
|
|
11471
|
+
Commands: Commands$1C,
|
|
11467
11472
|
name: name$1M
|
|
11468
11473
|
};
|
|
11469
11474
|
|
|
@@ -11500,26 +11505,26 @@ const hide$4 = async () => {
|
|
|
11500
11505
|
// TODO only use ImagePreview module via ipc -> that way is is always lazyloaded
|
|
11501
11506
|
|
|
11502
11507
|
const name$1L = 'ImagePreview';
|
|
11503
|
-
const Commands$
|
|
11508
|
+
const Commands$1B = {
|
|
11504
11509
|
hide: hide$4,
|
|
11505
11510
|
show: show$8
|
|
11506
11511
|
};
|
|
11507
11512
|
|
|
11508
11513
|
const ImagePreview_ipc = {
|
|
11509
11514
|
__proto__: null,
|
|
11510
|
-
Commands: Commands$
|
|
11515
|
+
Commands: Commands$1B,
|
|
11511
11516
|
name: name$1L
|
|
11512
11517
|
};
|
|
11513
11518
|
|
|
11514
11519
|
const name$1K = 'Focus';
|
|
11515
|
-
const Commands$
|
|
11520
|
+
const Commands$1A = {
|
|
11516
11521
|
setFocus: setFocus,
|
|
11517
11522
|
setAdditionalFocus: setAdditionalFocus
|
|
11518
11523
|
};
|
|
11519
11524
|
|
|
11520
11525
|
const Focus_ipc = {
|
|
11521
11526
|
__proto__: null,
|
|
11522
|
-
Commands: Commands$
|
|
11527
|
+
Commands: Commands$1A,
|
|
11523
11528
|
name: name$1K
|
|
11524
11529
|
};
|
|
11525
11530
|
|
|
@@ -11573,7 +11578,7 @@ const handleError$1 = (id, error) => {
|
|
|
11573
11578
|
};
|
|
11574
11579
|
|
|
11575
11580
|
const name$1J = 'IncrementalTextSearch';
|
|
11576
|
-
const Commands$
|
|
11581
|
+
const Commands$1z = {
|
|
11577
11582
|
handleCanceled: handleCanceled,
|
|
11578
11583
|
handleData: handleData$2,
|
|
11579
11584
|
handleError: handleError$1,
|
|
@@ -11583,35 +11588,35 @@ const Commands$1y = {
|
|
|
11583
11588
|
|
|
11584
11589
|
const IncrementalTextSearch_ipc = {
|
|
11585
11590
|
__proto__: null,
|
|
11586
|
-
Commands: Commands$
|
|
11591
|
+
Commands: Commands$1z,
|
|
11587
11592
|
name: name$1J
|
|
11588
11593
|
};
|
|
11589
11594
|
|
|
11590
11595
|
const name$1I = 'IndexedDb';
|
|
11591
|
-
const Commands$
|
|
11596
|
+
const Commands$1y = {
|
|
11592
11597
|
addHandle: addHandle$1,
|
|
11593
11598
|
getHandle: getHandle$1
|
|
11594
11599
|
};
|
|
11595
11600
|
|
|
11596
11601
|
const IndexedDb_ipc = {
|
|
11597
11602
|
__proto__: null,
|
|
11598
|
-
Commands: Commands$
|
|
11603
|
+
Commands: Commands$1y,
|
|
11599
11604
|
name: name$1I
|
|
11600
11605
|
};
|
|
11601
11606
|
|
|
11602
11607
|
const name$1H = 'IpcParent';
|
|
11603
|
-
const Commands$
|
|
11608
|
+
const Commands$1x = {
|
|
11604
11609
|
create: create$12
|
|
11605
11610
|
};
|
|
11606
11611
|
|
|
11607
11612
|
const IpcParent_ipc = {
|
|
11608
11613
|
__proto__: null,
|
|
11609
|
-
Commands: Commands$
|
|
11614
|
+
Commands: Commands$1x,
|
|
11610
11615
|
name: name$1H
|
|
11611
11616
|
};
|
|
11612
11617
|
|
|
11613
11618
|
const name$1G = 'KeyBindings';
|
|
11614
|
-
const Commands$
|
|
11619
|
+
const Commands$1w = {
|
|
11615
11620
|
handleKeyBinding: handleKeyBinding$1,
|
|
11616
11621
|
// @ts-ignore
|
|
11617
11622
|
setIdentifiers: undefined,
|
|
@@ -11621,7 +11626,7 @@ const Commands$1v = {
|
|
|
11621
11626
|
|
|
11622
11627
|
const KeyBindings_ipc = {
|
|
11623
11628
|
__proto__: null,
|
|
11624
|
-
Commands: Commands$
|
|
11629
|
+
Commands: Commands$1w,
|
|
11625
11630
|
name: name$1G
|
|
11626
11631
|
};
|
|
11627
11632
|
|
|
@@ -11651,13 +11656,13 @@ const getKeyBindings$i = async () => {
|
|
|
11651
11656
|
const name$1F = 'KeyBindingsInitial';
|
|
11652
11657
|
|
|
11653
11658
|
// prettier-ignore
|
|
11654
|
-
const Commands$
|
|
11659
|
+
const Commands$1v = {
|
|
11655
11660
|
getKeyBindings: getKeyBindings$i
|
|
11656
11661
|
};
|
|
11657
11662
|
|
|
11658
11663
|
const KeyBindingsInitial_ipc = {
|
|
11659
11664
|
__proto__: null,
|
|
11660
|
-
Commands: Commands$
|
|
11665
|
+
Commands: Commands$1v,
|
|
11661
11666
|
name: name$1F
|
|
11662
11667
|
};
|
|
11663
11668
|
|
|
@@ -11677,19 +11682,19 @@ const execute$2 = (id, ...args) => {
|
|
|
11677
11682
|
return listener(...args);
|
|
11678
11683
|
};
|
|
11679
11684
|
|
|
11680
|
-
const Commands$
|
|
11685
|
+
const Commands$1u = {
|
|
11681
11686
|
3444: execute$2
|
|
11682
11687
|
};
|
|
11683
11688
|
|
|
11684
11689
|
const Listener_ipc = {
|
|
11685
11690
|
__proto__: null,
|
|
11686
|
-
Commands: Commands$
|
|
11691
|
+
Commands: Commands$1u
|
|
11687
11692
|
};
|
|
11688
11693
|
|
|
11689
11694
|
// TODO only use LocalStorage module via ipc -> that way is is always lazyloaded
|
|
11690
11695
|
|
|
11691
11696
|
const name$1E = 'LocalStorage';
|
|
11692
|
-
const Commands$
|
|
11697
|
+
const Commands$1t = {
|
|
11693
11698
|
clear: clear$4,
|
|
11694
11699
|
getJson: getJson$4,
|
|
11695
11700
|
getText: getText,
|
|
@@ -11699,7 +11704,7 @@ const Commands$1s = {
|
|
|
11699
11704
|
|
|
11700
11705
|
const LocalStorage_ipc = {
|
|
11701
11706
|
__proto__: null,
|
|
11702
|
-
Commands: Commands$
|
|
11707
|
+
Commands: Commands$1t,
|
|
11703
11708
|
name: name$1E
|
|
11704
11709
|
};
|
|
11705
11710
|
|
|
@@ -12769,7 +12774,7 @@ const focusNext$b = async () => {
|
|
|
12769
12774
|
// TODO more tests
|
|
12770
12775
|
|
|
12771
12776
|
const name$1D = 'Menu';
|
|
12772
|
-
const Commands$
|
|
12777
|
+
const Commands$1s = {
|
|
12773
12778
|
focusFirst: focusFirst$8,
|
|
12774
12779
|
focusIndex: focusIndex$9,
|
|
12775
12780
|
focusLast: focusLast$8,
|
|
@@ -12785,7 +12790,7 @@ const Commands$1r = {
|
|
|
12785
12790
|
|
|
12786
12791
|
const Menu_ipc = {
|
|
12787
12792
|
__proto__: null,
|
|
12788
|
-
Commands: Commands$
|
|
12793
|
+
Commands: Commands$1s,
|
|
12789
12794
|
name: name$1D
|
|
12790
12795
|
};
|
|
12791
12796
|
|
|
@@ -12866,14 +12871,14 @@ const getMediaMimeType = uri => {
|
|
|
12866
12871
|
};
|
|
12867
12872
|
|
|
12868
12873
|
const name$1C = 'Mime';
|
|
12869
|
-
const Commands$
|
|
12874
|
+
const Commands$1r = {
|
|
12870
12875
|
getMediaMimeType: getMediaMimeType,
|
|
12871
12876
|
getTextMime: getTextMime
|
|
12872
12877
|
};
|
|
12873
12878
|
|
|
12874
12879
|
const Mime_ipc = {
|
|
12875
12880
|
__proto__: null,
|
|
12876
|
-
Commands: Commands$
|
|
12881
|
+
Commands: Commands$1r,
|
|
12877
12882
|
name: name$1C
|
|
12878
12883
|
};
|
|
12879
12884
|
|
|
@@ -12909,7 +12914,7 @@ const handleMinimized = () => {
|
|
|
12909
12914
|
};
|
|
12910
12915
|
|
|
12911
12916
|
const name$1B = 'NativeHost';
|
|
12912
|
-
const Commands$
|
|
12917
|
+
const Commands$1q = {
|
|
12913
12918
|
handleMaximized: handleMaximized,
|
|
12914
12919
|
handleMinimized: handleMinimized,
|
|
12915
12920
|
handleUnmaximized: handleUnmaximized
|
|
@@ -12917,7 +12922,7 @@ const Commands$1p = {
|
|
|
12917
12922
|
|
|
12918
12923
|
const NativeHost_ipc = {
|
|
12919
12924
|
__proto__: null,
|
|
12920
|
-
Commands: Commands$
|
|
12925
|
+
Commands: Commands$1q,
|
|
12921
12926
|
name: name$1B
|
|
12922
12927
|
};
|
|
12923
12928
|
|
|
@@ -13033,7 +13038,7 @@ const focusPreviousPart = async () => {
|
|
|
13033
13038
|
};
|
|
13034
13039
|
|
|
13035
13040
|
const name$1A = 'Navigation';
|
|
13036
|
-
const Commands$
|
|
13041
|
+
const Commands$1p = {
|
|
13037
13042
|
focusActivityBar: focusActivityBar,
|
|
13038
13043
|
focusMain: focusMain,
|
|
13039
13044
|
focusNextPart: focusNextPart,
|
|
@@ -13046,7 +13051,7 @@ const Commands$1o = {
|
|
|
13046
13051
|
|
|
13047
13052
|
const Navigation_ipc = {
|
|
13048
13053
|
__proto__: null,
|
|
13049
|
-
Commands: Commands$
|
|
13054
|
+
Commands: Commands$1p,
|
|
13050
13055
|
name: name$1A
|
|
13051
13056
|
};
|
|
13052
13057
|
|
|
@@ -13088,7 +13093,7 @@ const dispose$u = async id => {
|
|
|
13088
13093
|
};
|
|
13089
13094
|
|
|
13090
13095
|
const name$1z = 'Notification';
|
|
13091
|
-
const Commands$
|
|
13096
|
+
const Commands$1o = {
|
|
13092
13097
|
create: create$T,
|
|
13093
13098
|
dispose: dispose$u,
|
|
13094
13099
|
handleClick: handleClick$9,
|
|
@@ -13097,7 +13102,7 @@ const Commands$1n = {
|
|
|
13097
13102
|
|
|
13098
13103
|
const Notification_ipc = {
|
|
13099
13104
|
__proto__: null,
|
|
13100
|
-
Commands: Commands$
|
|
13105
|
+
Commands: Commands$1o,
|
|
13101
13106
|
name: name$1z
|
|
13102
13107
|
};
|
|
13103
13108
|
|
|
@@ -13122,30 +13127,30 @@ const openUrl = async url => {
|
|
|
13122
13127
|
const openExternal$1 = openExternal$2;
|
|
13123
13128
|
|
|
13124
13129
|
const name$1y = 'Open';
|
|
13125
|
-
const Commands$
|
|
13130
|
+
const Commands$1n = {
|
|
13126
13131
|
openExternal: openExternal$1,
|
|
13127
13132
|
openUrl: openUrl
|
|
13128
13133
|
};
|
|
13129
13134
|
|
|
13130
13135
|
const Open_ipc = {
|
|
13131
13136
|
__proto__: null,
|
|
13132
|
-
Commands: Commands$
|
|
13137
|
+
Commands: Commands$1n,
|
|
13133
13138
|
name: name$1y
|
|
13134
13139
|
};
|
|
13135
13140
|
|
|
13136
13141
|
const name$1x = 'OpenNativeFolder';
|
|
13137
|
-
const Commands$
|
|
13142
|
+
const Commands$1m = {
|
|
13138
13143
|
openNativeFolder: openNativeFolder
|
|
13139
13144
|
};
|
|
13140
13145
|
|
|
13141
13146
|
const OpenNativeFolder_ipc = {
|
|
13142
13147
|
__proto__: null,
|
|
13143
|
-
Commands: Commands$
|
|
13148
|
+
Commands: Commands$1m,
|
|
13144
13149
|
name: name$1x
|
|
13145
13150
|
};
|
|
13146
13151
|
|
|
13147
13152
|
const name$1w = 'PersistentFileHandle';
|
|
13148
|
-
const Commands$
|
|
13153
|
+
const Commands$1l = {
|
|
13149
13154
|
addHandle: addHandle,
|
|
13150
13155
|
getHandle: getHandle,
|
|
13151
13156
|
removeHandle: removeHandle
|
|
@@ -13153,14 +13158,14 @@ const Commands$1k = {
|
|
|
13153
13158
|
|
|
13154
13159
|
const PersistentFileHandle_ipc = {
|
|
13155
13160
|
__proto__: null,
|
|
13156
|
-
Commands: Commands$
|
|
13161
|
+
Commands: Commands$1l,
|
|
13157
13162
|
name: name$1w
|
|
13158
13163
|
};
|
|
13159
13164
|
|
|
13160
13165
|
const name$1v = 'Preferences';
|
|
13161
13166
|
|
|
13162
13167
|
// prettier-ignore
|
|
13163
|
-
const Commands$
|
|
13168
|
+
const Commands$1k = {
|
|
13164
13169
|
// TODO is this needed?
|
|
13165
13170
|
// TODO rename to openKeyBindingsJson -> similar to openSettingsJson
|
|
13166
13171
|
hydrate: hydrate$b,
|
|
@@ -13170,7 +13175,7 @@ const Commands$1j = {
|
|
|
13170
13175
|
|
|
13171
13176
|
const Preferences_ipc = {
|
|
13172
13177
|
__proto__: null,
|
|
13173
|
-
Commands: Commands$
|
|
13178
|
+
Commands: Commands$1k,
|
|
13174
13179
|
name: name$1v
|
|
13175
13180
|
};
|
|
13176
13181
|
|
|
@@ -13179,13 +13184,13 @@ const prompt = (message, defaultValue) => {
|
|
|
13179
13184
|
};
|
|
13180
13185
|
|
|
13181
13186
|
const name$1u = 'Prompt';
|
|
13182
|
-
const Commands$
|
|
13187
|
+
const Commands$1j = {
|
|
13183
13188
|
prompt: prompt
|
|
13184
13189
|
};
|
|
13185
13190
|
|
|
13186
13191
|
const Prompt_ipc = {
|
|
13187
13192
|
__proto__: null,
|
|
13188
|
-
Commands: Commands$
|
|
13193
|
+
Commands: Commands$1j,
|
|
13189
13194
|
name: name$1u
|
|
13190
13195
|
};
|
|
13191
13196
|
|
|
@@ -13194,20 +13199,20 @@ const rebuildNodePty = async () => {
|
|
|
13194
13199
|
};
|
|
13195
13200
|
|
|
13196
13201
|
const name$1t = 'RebuildNodePty';
|
|
13197
|
-
const Commands$
|
|
13202
|
+
const Commands$1i = {
|
|
13198
13203
|
rebuildNodePty: rebuildNodePty
|
|
13199
13204
|
};
|
|
13200
13205
|
|
|
13201
13206
|
const RebuildNodePty_ipc = {
|
|
13202
13207
|
__proto__: null,
|
|
13203
|
-
Commands: Commands$
|
|
13208
|
+
Commands: Commands$1i,
|
|
13204
13209
|
name: name$1t
|
|
13205
13210
|
};
|
|
13206
13211
|
|
|
13207
13212
|
const name$1s = 'RecentlyOpened';
|
|
13208
13213
|
|
|
13209
13214
|
// prettier-ignore
|
|
13210
|
-
const Commands$
|
|
13215
|
+
const Commands$1h = {
|
|
13211
13216
|
addToRecentlyOpened: addToRecentlyOpened,
|
|
13212
13217
|
clearRecentlyOpened: clearRecentlyOpened$1,
|
|
13213
13218
|
getRecentlyOpened: getRecentlyOpened$2,
|
|
@@ -13216,18 +13221,18 @@ const Commands$1g = {
|
|
|
13216
13221
|
|
|
13217
13222
|
const RecentlyOpened_ipc = {
|
|
13218
13223
|
__proto__: null,
|
|
13219
|
-
Commands: Commands$
|
|
13224
|
+
Commands: Commands$1h,
|
|
13220
13225
|
name: name$1s
|
|
13221
13226
|
};
|
|
13222
13227
|
|
|
13223
13228
|
const name$1r = 'Reload';
|
|
13224
|
-
const Commands$
|
|
13229
|
+
const Commands$1g = {
|
|
13225
13230
|
reload: reload$2
|
|
13226
13231
|
};
|
|
13227
13232
|
|
|
13228
13233
|
const Reload_ipc = {
|
|
13229
13234
|
__proto__: null,
|
|
13230
|
-
Commands: Commands$
|
|
13235
|
+
Commands: Commands$1g,
|
|
13231
13236
|
name: name$1r
|
|
13232
13237
|
};
|
|
13233
13238
|
|
|
@@ -13262,32 +13267,32 @@ const saveFileAs = async (fileName, url) => {
|
|
|
13262
13267
|
const name$1q = 'SaveFileAs';
|
|
13263
13268
|
|
|
13264
13269
|
// prettier-ignore
|
|
13265
|
-
const Commands$
|
|
13270
|
+
const Commands$1f = {
|
|
13266
13271
|
saveFileAs: saveFileAs
|
|
13267
13272
|
};
|
|
13268
13273
|
|
|
13269
13274
|
const SaveFileAs_ipc = {
|
|
13270
13275
|
__proto__: null,
|
|
13271
|
-
Commands: Commands$
|
|
13276
|
+
Commands: Commands$1f,
|
|
13272
13277
|
name: name$1q
|
|
13273
13278
|
};
|
|
13274
13279
|
|
|
13275
13280
|
const name$1p = 'SaveState';
|
|
13276
13281
|
|
|
13277
13282
|
// prettier-ignore
|
|
13278
|
-
const Commands$
|
|
13283
|
+
const Commands$1e = {
|
|
13279
13284
|
handleVisibilityChange: handleVisibilityChange,
|
|
13280
13285
|
hydrate: hydrate$5
|
|
13281
13286
|
};
|
|
13282
13287
|
|
|
13283
13288
|
const SaveState_ipc = {
|
|
13284
13289
|
__proto__: null,
|
|
13285
|
-
Commands: Commands$
|
|
13290
|
+
Commands: Commands$1e,
|
|
13286
13291
|
name: name$1p
|
|
13287
13292
|
};
|
|
13288
13293
|
|
|
13289
13294
|
const name$1o = 'SessionReplay';
|
|
13290
|
-
const Commands$
|
|
13295
|
+
const Commands$1d = {
|
|
13291
13296
|
downloadSession: downloadSession,
|
|
13292
13297
|
openSession: openSession,
|
|
13293
13298
|
replayCurrentSession: replayCurrentSession,
|
|
@@ -13296,21 +13301,21 @@ const Commands$1c = {
|
|
|
13296
13301
|
|
|
13297
13302
|
const SessionReplay_ipc = {
|
|
13298
13303
|
__proto__: null,
|
|
13299
|
-
Commands: Commands$
|
|
13304
|
+
Commands: Commands$1d,
|
|
13300
13305
|
name: name$1o
|
|
13301
13306
|
};
|
|
13302
13307
|
|
|
13303
13308
|
// TODO only use SessionStorage module via ipc -> that way is is always lazyloaded
|
|
13304
13309
|
|
|
13305
13310
|
const name$1n = 'SessionStorage';
|
|
13306
|
-
const Commands$
|
|
13311
|
+
const Commands$1c = {
|
|
13307
13312
|
clear: clear$3,
|
|
13308
13313
|
getJson: getJson$2
|
|
13309
13314
|
};
|
|
13310
13315
|
|
|
13311
13316
|
const SessionStorage_ipc = {
|
|
13312
13317
|
__proto__: null,
|
|
13313
|
-
Commands: Commands$
|
|
13318
|
+
Commands: Commands$1c,
|
|
13314
13319
|
name: name$1n
|
|
13315
13320
|
};
|
|
13316
13321
|
|
|
@@ -13345,13 +13350,13 @@ const execute$1 = async href => {
|
|
|
13345
13350
|
};
|
|
13346
13351
|
|
|
13347
13352
|
const name$1m = 'Test';
|
|
13348
|
-
const Commands$
|
|
13353
|
+
const Commands$1b = {
|
|
13349
13354
|
execute: execute$1
|
|
13350
13355
|
};
|
|
13351
13356
|
|
|
13352
13357
|
const Test_ipc = {
|
|
13353
13358
|
__proto__: null,
|
|
13354
|
-
Commands: Commands$
|
|
13359
|
+
Commands: Commands$1b,
|
|
13355
13360
|
name: name$1m
|
|
13356
13361
|
};
|
|
13357
13362
|
|
|
@@ -13369,7 +13374,7 @@ const performAction = (...args) => {
|
|
|
13369
13374
|
};
|
|
13370
13375
|
|
|
13371
13376
|
const name$1l = 'TestFrameWork';
|
|
13372
|
-
const Commands$
|
|
13377
|
+
const Commands$1a = {
|
|
13373
13378
|
checkMultiElementCondition: checkMultiElementCondition,
|
|
13374
13379
|
checkSingleElementCondition: checkSingleElementCondition,
|
|
13375
13380
|
showOverlay: showOverlay,
|
|
@@ -13378,24 +13383,24 @@ const Commands$19 = {
|
|
|
13378
13383
|
|
|
13379
13384
|
const TestFrameWork_ipc = {
|
|
13380
13385
|
__proto__: null,
|
|
13381
|
-
Commands: Commands$
|
|
13386
|
+
Commands: Commands$1a,
|
|
13382
13387
|
name: name$1l
|
|
13383
13388
|
};
|
|
13384
13389
|
|
|
13385
13390
|
const name$1k = 'Url';
|
|
13386
|
-
const Commands$
|
|
13391
|
+
const Commands$19 = {
|
|
13387
13392
|
createObjectUrl: createObjectUrl,
|
|
13388
13393
|
revokeObjectUrl: revokeObjectUrl
|
|
13389
13394
|
};
|
|
13390
13395
|
|
|
13391
13396
|
const Url_ipc = {
|
|
13392
13397
|
__proto__: null,
|
|
13393
|
-
Commands: Commands$
|
|
13398
|
+
Commands: Commands$19,
|
|
13394
13399
|
name: name$1k
|
|
13395
13400
|
};
|
|
13396
13401
|
|
|
13397
13402
|
const name$1j = 'Viewlet';
|
|
13398
|
-
const Commands$
|
|
13403
|
+
const Commands$18 = {
|
|
13399
13404
|
2133: send,
|
|
13400
13405
|
closeWidget: closeWidget,
|
|
13401
13406
|
executeViewletCommand: executeViewletCommand,
|
|
@@ -13408,12 +13413,12 @@ const Commands$17 = {
|
|
|
13408
13413
|
|
|
13409
13414
|
const Viewlet_ipc = {
|
|
13410
13415
|
__proto__: null,
|
|
13411
|
-
Commands: Commands$
|
|
13416
|
+
Commands: Commands$18,
|
|
13412
13417
|
name: name$1j
|
|
13413
13418
|
};
|
|
13414
13419
|
|
|
13415
13420
|
const name$1i = 'Window';
|
|
13416
|
-
const Commands$
|
|
13421
|
+
const Commands$17 = {
|
|
13417
13422
|
close: close$5,
|
|
13418
13423
|
exit: exit$2,
|
|
13419
13424
|
maximize: maximize$1,
|
|
@@ -13427,32 +13432,34 @@ const Commands$16 = {
|
|
|
13427
13432
|
|
|
13428
13433
|
const Window_ipc = {
|
|
13429
13434
|
__proto__: null,
|
|
13430
|
-
Commands: Commands$
|
|
13435
|
+
Commands: Commands$17,
|
|
13431
13436
|
name: name$1i
|
|
13432
13437
|
};
|
|
13433
13438
|
|
|
13434
13439
|
const name$1h = 'Workspace';
|
|
13435
|
-
const Commands$
|
|
13440
|
+
const Commands$16 = {
|
|
13441
|
+
close: close$7,
|
|
13442
|
+
getPath: getPath,
|
|
13443
|
+
getUri: getUri$1,
|
|
13436
13444
|
hydrate: hydrate$6,
|
|
13437
13445
|
setPath: setPath,
|
|
13438
|
-
setUri: setUri
|
|
13439
|
-
close: close$7
|
|
13446
|
+
setUri: setUri
|
|
13440
13447
|
};
|
|
13441
13448
|
|
|
13442
13449
|
const Workspace_ipc = {
|
|
13443
13450
|
__proto__: null,
|
|
13444
|
-
Commands: Commands$
|
|
13451
|
+
Commands: Commands$16,
|
|
13445
13452
|
name: name$1h
|
|
13446
13453
|
};
|
|
13447
13454
|
|
|
13448
13455
|
const name$1g = 'WindowTitle';
|
|
13449
|
-
const Commands$
|
|
13456
|
+
const Commands$15 = {
|
|
13450
13457
|
set: set$a
|
|
13451
13458
|
};
|
|
13452
13459
|
|
|
13453
13460
|
const WindowTitle_ipc = {
|
|
13454
13461
|
__proto__: null,
|
|
13455
|
-
Commands: Commands$
|
|
13462
|
+
Commands: Commands$15,
|
|
13456
13463
|
name: name$1g
|
|
13457
13464
|
};
|
|
13458
13465
|
|
|
@@ -13464,14 +13471,14 @@ const unmock = () => {
|
|
|
13464
13471
|
};
|
|
13465
13472
|
|
|
13466
13473
|
const name$1f = 'PointerCapture';
|
|
13467
|
-
const Commands$
|
|
13474
|
+
const Commands$14 = {
|
|
13468
13475
|
mock: mock,
|
|
13469
13476
|
unmock: unmock
|
|
13470
13477
|
};
|
|
13471
13478
|
|
|
13472
13479
|
const PointerCapture_ipc = {
|
|
13473
13480
|
__proto__: null,
|
|
13474
|
-
Commands: Commands$
|
|
13481
|
+
Commands: Commands$14,
|
|
13475
13482
|
name: name$1f
|
|
13476
13483
|
};
|
|
13477
13484
|
|
|
@@ -13500,7 +13507,7 @@ const showCustom = (picks, resolve) => {
|
|
|
13500
13507
|
};
|
|
13501
13508
|
|
|
13502
13509
|
const name$1e = 'QuickPick';
|
|
13503
|
-
const Commands$
|
|
13510
|
+
const Commands$13 = {
|
|
13504
13511
|
show: show$6,
|
|
13505
13512
|
showColorTheme: showColorTheme,
|
|
13506
13513
|
showCommands: showCommands,
|
|
@@ -13512,7 +13519,7 @@ const Commands$12 = {
|
|
|
13512
13519
|
|
|
13513
13520
|
const QuickPick_ipc = {
|
|
13514
13521
|
__proto__: null,
|
|
13515
|
-
Commands: Commands$
|
|
13522
|
+
Commands: Commands$13,
|
|
13516
13523
|
name: name$1e
|
|
13517
13524
|
};
|
|
13518
13525
|
|
|
@@ -13528,13 +13535,13 @@ const show$5 = async picks => {
|
|
|
13528
13535
|
const name$1d = 'ExtensionHostQuickPick';
|
|
13529
13536
|
|
|
13530
13537
|
// prettier-ignore
|
|
13531
|
-
const Commands$
|
|
13538
|
+
const Commands$12 = {
|
|
13532
13539
|
show: show$5
|
|
13533
13540
|
};
|
|
13534
13541
|
|
|
13535
13542
|
const ExtensionHostQuickPick_ipc = {
|
|
13536
13543
|
__proto__: null,
|
|
13537
|
-
Commands: Commands$
|
|
13544
|
+
Commands: Commands$12,
|
|
13538
13545
|
name: name$1d
|
|
13539
13546
|
};
|
|
13540
13547
|
|
|
@@ -13547,13 +13554,13 @@ const showInformationMessage = async message => {
|
|
|
13547
13554
|
const name$1c = 'ExtensionHostDialog';
|
|
13548
13555
|
|
|
13549
13556
|
// prettier-ignore
|
|
13550
|
-
const Commands$
|
|
13557
|
+
const Commands$11 = {
|
|
13551
13558
|
showInformationMessage: showInformationMessage
|
|
13552
13559
|
};
|
|
13553
13560
|
|
|
13554
13561
|
const ExtensionHostDialog_ipc = {
|
|
13555
13562
|
__proto__: null,
|
|
13556
|
-
Commands: Commands$
|
|
13563
|
+
Commands: Commands$11,
|
|
13557
13564
|
name: name$1c
|
|
13558
13565
|
};
|
|
13559
13566
|
|
|
@@ -13571,24 +13578,24 @@ const set$3 = async (url, contentSecurityPolicy) => {
|
|
|
13571
13578
|
};
|
|
13572
13579
|
|
|
13573
13580
|
const name$1b = 'ExtensionHostWorkerContentSecurityPolicy';
|
|
13574
|
-
const Commands
|
|
13581
|
+
const Commands$10 = {
|
|
13575
13582
|
set: set$3
|
|
13576
13583
|
};
|
|
13577
13584
|
|
|
13578
13585
|
const ExtensionHostWorkerContentSecurityPolicy_ipc = {
|
|
13579
13586
|
__proto__: null,
|
|
13580
|
-
Commands: Commands
|
|
13587
|
+
Commands: Commands$10,
|
|
13581
13588
|
name: name$1b
|
|
13582
13589
|
};
|
|
13583
13590
|
|
|
13584
13591
|
const name$1a = 'SendMessagePortToElectron';
|
|
13585
|
-
const Commands
|
|
13592
|
+
const Commands$$ = {
|
|
13586
13593
|
sendMessagePortToElectron: sendMessagePortToElectron
|
|
13587
13594
|
};
|
|
13588
13595
|
|
|
13589
13596
|
const SendMessagePortToElectron_ipc = {
|
|
13590
13597
|
__proto__: null,
|
|
13591
|
-
Commands: Commands
|
|
13598
|
+
Commands: Commands$$,
|
|
13592
13599
|
name: name$1a
|
|
13593
13600
|
};
|
|
13594
13601
|
|
|
@@ -13623,36 +13630,36 @@ const createForTerminal = async (canvasId, callbackId) => {
|
|
|
13623
13630
|
};
|
|
13624
13631
|
|
|
13625
13632
|
const name$19 = 'OffscreenCanvas';
|
|
13626
|
-
const Commands$
|
|
13633
|
+
const Commands$_ = {
|
|
13627
13634
|
create: create$S,
|
|
13628
13635
|
createForTerminal: createForTerminal
|
|
13629
13636
|
};
|
|
13630
13637
|
|
|
13631
13638
|
const OffscreenCanvas_ipc = {
|
|
13632
13639
|
__proto__: null,
|
|
13633
|
-
Commands: Commands$
|
|
13640
|
+
Commands: Commands$_,
|
|
13634
13641
|
name: name$19
|
|
13635
13642
|
};
|
|
13636
13643
|
|
|
13637
13644
|
const name$18 = 'Languages';
|
|
13638
|
-
const Commands$
|
|
13645
|
+
const Commands$Z = {
|
|
13639
13646
|
getLanguageConfiguration: getLanguageConfiguration
|
|
13640
13647
|
};
|
|
13641
13648
|
|
|
13642
13649
|
const Languages_ipc = {
|
|
13643
13650
|
__proto__: null,
|
|
13644
|
-
Commands: Commands$
|
|
13651
|
+
Commands: Commands$Z,
|
|
13645
13652
|
name: name$18
|
|
13646
13653
|
};
|
|
13647
13654
|
|
|
13648
13655
|
const name$17 = 'FileWatcher';
|
|
13649
|
-
const Commands$
|
|
13656
|
+
const Commands$Y = {
|
|
13650
13657
|
handleEvent: handleEvent
|
|
13651
13658
|
};
|
|
13652
13659
|
|
|
13653
13660
|
const FileWatcher_ipc = {
|
|
13654
13661
|
__proto__: null,
|
|
13655
|
-
Commands: Commands$
|
|
13662
|
+
Commands: Commands$Y,
|
|
13656
13663
|
name: name$17
|
|
13657
13664
|
};
|
|
13658
13665
|
|
|
@@ -13707,13 +13714,13 @@ const executeGrowSelection = (editor, positions) => {
|
|
|
13707
13714
|
};
|
|
13708
13715
|
|
|
13709
13716
|
const name$16 = 'ExtensionHostSelection';
|
|
13710
|
-
const Commands$
|
|
13717
|
+
const Commands$X = {
|
|
13711
13718
|
executeGrowSelection: executeGrowSelection
|
|
13712
13719
|
};
|
|
13713
13720
|
|
|
13714
13721
|
const ExtensionHostSelection_ipc = {
|
|
13715
13722
|
__proto__: null,
|
|
13716
|
-
Commands: Commands$
|
|
13723
|
+
Commands: Commands$X,
|
|
13717
13724
|
name: name$16
|
|
13718
13725
|
};
|
|
13719
13726
|
|
|
@@ -13736,13 +13743,13 @@ const executeBraceCompletionProvider = (editor, offset, openingBrace) => {
|
|
|
13736
13743
|
};
|
|
13737
13744
|
|
|
13738
13745
|
const name$15 = 'ExtensionHostBraceCompletion';
|
|
13739
|
-
const Commands$
|
|
13746
|
+
const Commands$W = {
|
|
13740
13747
|
executeBraceCompletionProvider: executeBraceCompletionProvider
|
|
13741
13748
|
};
|
|
13742
13749
|
|
|
13743
13750
|
const ExtensionHostBraceCompletion_ipc = {
|
|
13744
13751
|
__proto__: null,
|
|
13745
|
-
Commands: Commands$
|
|
13752
|
+
Commands: Commands$W,
|
|
13746
13753
|
name: name$15
|
|
13747
13754
|
};
|
|
13748
13755
|
|
|
@@ -13761,13 +13768,13 @@ const executeDefinitionProvider = (editor, offset) => {
|
|
|
13761
13768
|
};
|
|
13762
13769
|
|
|
13763
13770
|
const name$14 = 'ExtensionHostDefinition';
|
|
13764
|
-
const Commands$
|
|
13771
|
+
const Commands$V = {
|
|
13765
13772
|
executeDefinitionProvider: executeDefinitionProvider
|
|
13766
13773
|
};
|
|
13767
13774
|
|
|
13768
13775
|
const ExtensionHostDefinition_ipc = {
|
|
13769
13776
|
__proto__: null,
|
|
13770
|
-
Commands: Commands$
|
|
13777
|
+
Commands: Commands$V,
|
|
13771
13778
|
name: name$14
|
|
13772
13779
|
};
|
|
13773
13780
|
|
|
@@ -13787,13 +13794,13 @@ const executeTypeDefinitionProvider = (editor, offset) => {
|
|
|
13787
13794
|
};
|
|
13788
13795
|
|
|
13789
13796
|
const name$13 = 'ExtensionHostTypeDefinition';
|
|
13790
|
-
const Commands$
|
|
13797
|
+
const Commands$U = {
|
|
13791
13798
|
executeTypeDefinitionProvider: executeTypeDefinitionProvider
|
|
13792
13799
|
};
|
|
13793
13800
|
|
|
13794
13801
|
const ExtensionHostTypeDefinition_ipc = {
|
|
13795
13802
|
__proto__: null,
|
|
13796
|
-
Commands: Commands$
|
|
13803
|
+
Commands: Commands$U,
|
|
13797
13804
|
name: name$13
|
|
13798
13805
|
};
|
|
13799
13806
|
|
|
@@ -13813,13 +13820,13 @@ const executeOrganizeImports = editor => {
|
|
|
13813
13820
|
};
|
|
13814
13821
|
|
|
13815
13822
|
const name$12 = 'ExtensionHostOrganizeImports';
|
|
13816
|
-
const Commands$
|
|
13823
|
+
const Commands$T = {
|
|
13817
13824
|
organizeImports: executeOrganizeImports
|
|
13818
13825
|
};
|
|
13819
13826
|
|
|
13820
13827
|
const ExtensionHostOrganizeImports_ipc = {
|
|
13821
13828
|
__proto__: null,
|
|
13822
|
-
Commands: Commands$
|
|
13829
|
+
Commands: Commands$T,
|
|
13823
13830
|
name: name$12
|
|
13824
13831
|
};
|
|
13825
13832
|
|
|
@@ -13839,13 +13846,13 @@ const executeTabCompletionProvider = (editor, offset) => {
|
|
|
13839
13846
|
};
|
|
13840
13847
|
|
|
13841
13848
|
const name$11 = 'ExtensionHostTabCompletion';
|
|
13842
|
-
const Commands$
|
|
13849
|
+
const Commands$S = {
|
|
13843
13850
|
executeTabCompletionProvider: executeTabCompletionProvider
|
|
13844
13851
|
};
|
|
13845
13852
|
|
|
13846
13853
|
const ExtensionHostTabCompletion_ipc = {
|
|
13847
13854
|
__proto__: null,
|
|
13848
|
-
Commands: Commands$
|
|
13855
|
+
Commands: Commands$S,
|
|
13849
13856
|
name: name$11
|
|
13850
13857
|
};
|
|
13851
13858
|
|
|
@@ -13864,13 +13871,13 @@ const executeClosingTagProvider = (editor, offset, openingBrace) => {
|
|
|
13864
13871
|
};
|
|
13865
13872
|
|
|
13866
13873
|
const name$10 = 'ExtensionHostClosingTagCompletion';
|
|
13867
|
-
const Commands$
|
|
13874
|
+
const Commands$R = {
|
|
13868
13875
|
executeClosingTagProvider: executeClosingTagProvider
|
|
13869
13876
|
};
|
|
13870
13877
|
|
|
13871
13878
|
const ExtensionHostClosingTagCompletion_ipc = {
|
|
13872
13879
|
__proto__: null,
|
|
13873
|
-
Commands: Commands$
|
|
13880
|
+
Commands: Commands$R,
|
|
13874
13881
|
name: name$10
|
|
13875
13882
|
};
|
|
13876
13883
|
|
|
@@ -13881,13 +13888,13 @@ const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
|
13881
13888
|
};
|
|
13882
13889
|
|
|
13883
13890
|
const name$$ = 'SendMessagePortToRendererProcess';
|
|
13884
|
-
const Commands$
|
|
13891
|
+
const Commands$Q = {
|
|
13885
13892
|
sendMessagePortToRendererProcess: sendMessagePortToRendererProcess
|
|
13886
13893
|
};
|
|
13887
13894
|
|
|
13888
13895
|
const SendMessagePortToRendererProcess_ipc = {
|
|
13889
13896
|
__proto__: null,
|
|
13890
|
-
Commands: Commands$
|
|
13897
|
+
Commands: Commands$Q,
|
|
13891
13898
|
name: name$$
|
|
13892
13899
|
};
|
|
13893
13900
|
|
|
@@ -13908,13 +13915,13 @@ const executeHoverProvider = (editor, offset) => {
|
|
|
13908
13915
|
};
|
|
13909
13916
|
|
|
13910
13917
|
const name$_ = 'ExtensionHostHover';
|
|
13911
|
-
const Commands$
|
|
13918
|
+
const Commands$P = {
|
|
13912
13919
|
executeHoverProvider: executeHoverProvider
|
|
13913
13920
|
};
|
|
13914
13921
|
|
|
13915
13922
|
const ExtensionHostHover_ipc = {
|
|
13916
13923
|
__proto__: null,
|
|
13917
|
-
Commands: Commands$
|
|
13924
|
+
Commands: Commands$P,
|
|
13918
13925
|
name: name$_
|
|
13919
13926
|
};
|
|
13920
13927
|
|
|
@@ -13925,24 +13932,24 @@ const sendMessagePortToExtensionHostWorker = async (port, initialCommand) => {
|
|
|
13925
13932
|
};
|
|
13926
13933
|
|
|
13927
13934
|
const name$Z = 'SendMessagePortToExtensionHostWorker';
|
|
13928
|
-
const Commands$
|
|
13935
|
+
const Commands$O = {
|
|
13929
13936
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker
|
|
13930
13937
|
};
|
|
13931
13938
|
|
|
13932
13939
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
13933
13940
|
__proto__: null,
|
|
13934
|
-
Commands: Commands$
|
|
13941
|
+
Commands: Commands$O,
|
|
13935
13942
|
name: name$Z
|
|
13936
13943
|
};
|
|
13937
13944
|
|
|
13938
13945
|
const name$Y = 'ExtensionHostManagement';
|
|
13939
|
-
const Commands$
|
|
13946
|
+
const Commands$N = {
|
|
13940
13947
|
activateByEvent: activateByEvent
|
|
13941
13948
|
};
|
|
13942
13949
|
|
|
13943
13950
|
const ExtensionHostManagement_ipc = {
|
|
13944
13951
|
__proto__: null,
|
|
13945
|
-
Commands: Commands$
|
|
13952
|
+
Commands: Commands$N,
|
|
13946
13953
|
name: name$Y
|
|
13947
13954
|
};
|
|
13948
13955
|
|
|
@@ -13990,18 +13997,18 @@ const sendMessagePortToSyntaxHighlightingWorker = async (port, initialCommand) =
|
|
|
13990
13997
|
};
|
|
13991
13998
|
|
|
13992
13999
|
const name$X = 'SendMessagePortToSyntaxHighlightingWorker';
|
|
13993
|
-
const Commands$
|
|
14000
|
+
const Commands$M = {
|
|
13994
14001
|
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker
|
|
13995
14002
|
};
|
|
13996
14003
|
|
|
13997
14004
|
const SendMessagePortToSyntaxHighlightingWorker_ipc = {
|
|
13998
14005
|
__proto__: null,
|
|
13999
|
-
Commands: Commands$
|
|
14006
|
+
Commands: Commands$M,
|
|
14000
14007
|
name: name$X
|
|
14001
14008
|
};
|
|
14002
14009
|
|
|
14003
14010
|
const name$W = 'Transferrable';
|
|
14004
|
-
const Commands$
|
|
14011
|
+
const Commands$L = {
|
|
14005
14012
|
transferToRendererProcess: transferToRendererProcess,
|
|
14006
14013
|
transfer: transfer,
|
|
14007
14014
|
acquire: acquire
|
|
@@ -14009,7 +14016,7 @@ const Commands$K = {
|
|
|
14009
14016
|
|
|
14010
14017
|
const Transferrable_ipc = {
|
|
14011
14018
|
__proto__: null,
|
|
14012
|
-
Commands: Commands$
|
|
14019
|
+
Commands: Commands$L,
|
|
14013
14020
|
name: name$W
|
|
14014
14021
|
};
|
|
14015
14022
|
|
|
@@ -14113,7 +14120,7 @@ const compat = {
|
|
|
14113
14120
|
};
|
|
14114
14121
|
|
|
14115
14122
|
const name$V = 'WebView';
|
|
14116
|
-
const Commands$
|
|
14123
|
+
const Commands$K = {
|
|
14117
14124
|
compatExtensionHostWorkerInvoke: compat.extensionHostWorkerInvoke,
|
|
14118
14125
|
compatExtensionHostWorkerInvokeAndTransfer: compat.extensionHostWorkerInvokeAndTransfer,
|
|
14119
14126
|
compatRendererProcessInvoke: compat.rendererProcessInvoke,
|
|
@@ -14126,7 +14133,7 @@ const Commands$J = {
|
|
|
14126
14133
|
|
|
14127
14134
|
const WebView_ipc = {
|
|
14128
14135
|
__proto__: null,
|
|
14129
|
-
Commands: Commands$
|
|
14136
|
+
Commands: Commands$K,
|
|
14130
14137
|
name: name$V
|
|
14131
14138
|
};
|
|
14132
14139
|
|
|
@@ -14160,13 +14167,13 @@ const invoke$8 = async (method, ...params) => {
|
|
|
14160
14167
|
};
|
|
14161
14168
|
|
|
14162
14169
|
const name$U = 'SearchProcess';
|
|
14163
|
-
const Commands$
|
|
14170
|
+
const Commands$J = {
|
|
14164
14171
|
invoke: invoke$8
|
|
14165
14172
|
};
|
|
14166
14173
|
|
|
14167
14174
|
const SearchProcess_ipc = {
|
|
14168
14175
|
__proto__: null,
|
|
14169
|
-
Commands: Commands$
|
|
14176
|
+
Commands: Commands$J,
|
|
14170
14177
|
name: name$U
|
|
14171
14178
|
};
|
|
14172
14179
|
|
|
@@ -14186,40 +14193,40 @@ const executeTextSearchProvider = async (scheme, query) => {
|
|
|
14186
14193
|
};
|
|
14187
14194
|
|
|
14188
14195
|
const name$T = 'ExtensionHostTextSearch';
|
|
14189
|
-
const Commands$
|
|
14196
|
+
const Commands$I = {
|
|
14190
14197
|
executeTextSearchProvider: executeTextSearchProvider
|
|
14191
14198
|
};
|
|
14192
14199
|
|
|
14193
14200
|
const ExtensionHostTextSearch_ipc = {
|
|
14194
14201
|
__proto__: null,
|
|
14195
|
-
Commands: Commands$
|
|
14202
|
+
Commands: Commands$I,
|
|
14196
14203
|
name: name$T
|
|
14197
14204
|
};
|
|
14198
14205
|
|
|
14199
14206
|
const name$S = 'GetWindowId';
|
|
14200
|
-
const Commands$
|
|
14207
|
+
const Commands$H = {
|
|
14201
14208
|
getWindowId: getWindowId
|
|
14202
14209
|
};
|
|
14203
14210
|
|
|
14204
14211
|
const GetWindowId_ipc = {
|
|
14205
14212
|
__proto__: null,
|
|
14206
|
-
Commands: Commands$
|
|
14213
|
+
Commands: Commands$H,
|
|
14207
14214
|
name: name$S
|
|
14208
14215
|
};
|
|
14209
14216
|
|
|
14210
14217
|
const name$R = 'ElectronDialog';
|
|
14211
|
-
const Commands$
|
|
14218
|
+
const Commands$G = {
|
|
14212
14219
|
showMessageBox: showMessageBox
|
|
14213
14220
|
};
|
|
14214
14221
|
|
|
14215
14222
|
const ElectronDialog_ipc = {
|
|
14216
14223
|
__proto__: null,
|
|
14217
|
-
Commands: Commands$
|
|
14224
|
+
Commands: Commands$G,
|
|
14218
14225
|
name: name$R
|
|
14219
14226
|
};
|
|
14220
14227
|
|
|
14221
14228
|
const name$Q = 'Process';
|
|
14222
|
-
const Commands$
|
|
14229
|
+
const Commands$F = {
|
|
14223
14230
|
getNodeVersion: getNodeVersion,
|
|
14224
14231
|
getElectronVersion: getElectronVersion,
|
|
14225
14232
|
getChromeVersion: getChromeVersion
|
|
@@ -14227,7 +14234,7 @@ const Commands$E = {
|
|
|
14227
14234
|
|
|
14228
14235
|
const Process_ipc = {
|
|
14229
14236
|
__proto__: null,
|
|
14230
|
-
Commands: Commands$
|
|
14237
|
+
Commands: Commands$F,
|
|
14231
14238
|
name: name$Q
|
|
14232
14239
|
};
|
|
14233
14240
|
|
|
@@ -14255,13 +14262,13 @@ const getAllExtensions = async () => {
|
|
|
14255
14262
|
};
|
|
14256
14263
|
|
|
14257
14264
|
const name$P = 'ExtensionManagement';
|
|
14258
|
-
const Commands$
|
|
14265
|
+
const Commands$E = {
|
|
14259
14266
|
getAllExtensions: getAllExtensions
|
|
14260
14267
|
};
|
|
14261
14268
|
|
|
14262
14269
|
const ExtensionManagement_ipc = {
|
|
14263
14270
|
__proto__: null,
|
|
14264
|
-
Commands: Commands$
|
|
14271
|
+
Commands: Commands$E,
|
|
14265
14272
|
name: name$P
|
|
14266
14273
|
};
|
|
14267
14274
|
|
|
@@ -14332,15 +14339,13 @@ const focusPrevious$a = async state => {
|
|
|
14332
14339
|
return newState;
|
|
14333
14340
|
};
|
|
14334
14341
|
|
|
14335
|
-
const
|
|
14336
|
-
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
focusPrevious: focusPrevious$a
|
|
14343
|
-
};
|
|
14342
|
+
const Commands$D = {
|
|
14343
|
+
handleClickClose: handleClickClose$3,
|
|
14344
|
+
handleClickCopy: handleClickCopy,
|
|
14345
|
+
handleClickOk: handleClickOk$1,
|
|
14346
|
+
handleFocusIn: handleFocusIn$1,
|
|
14347
|
+
focusNext: focusNext$a,
|
|
14348
|
+
focusPrevious: focusPrevious$a
|
|
14344
14349
|
};
|
|
14345
14350
|
|
|
14346
14351
|
const Css$F = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
@@ -14390,11 +14395,11 @@ const renderEventListeners$1 = async () => {
|
|
|
14390
14395
|
|
|
14391
14396
|
const ViewletAbout_ipc = {
|
|
14392
14397
|
__proto__: null,
|
|
14398
|
+
Commands: Commands$D,
|
|
14393
14399
|
Css: Css$F,
|
|
14394
14400
|
create: create$Q,
|
|
14395
14401
|
focusNext: focusNext$a,
|
|
14396
14402
|
focusPrevious: focusPrevious$a,
|
|
14397
|
-
getCommands: getCommands$1,
|
|
14398
14403
|
getKeyBindings: getKeyBindings$h,
|
|
14399
14404
|
handleClickClose: handleClickClose$3,
|
|
14400
14405
|
handleClickCopy,
|
|
@@ -14421,7 +14426,7 @@ const MarginTop = 1 << 6;
|
|
|
14421
14426
|
/**
|
|
14422
14427
|
* @enum {string}
|
|
14423
14428
|
*/
|
|
14424
|
-
const UiStrings$
|
|
14429
|
+
const UiStrings$g = {
|
|
14425
14430
|
Explorer: 'Explorer',
|
|
14426
14431
|
Search: 'Search',
|
|
14427
14432
|
SourceControl: 'Source Control',
|
|
@@ -14435,37 +14440,37 @@ const UiStrings$h = {
|
|
|
14435
14440
|
HideActivityBar: 'Hide Activity Bar'
|
|
14436
14441
|
};
|
|
14437
14442
|
const explorer$1 = () => {
|
|
14438
|
-
return i18nString(UiStrings$
|
|
14443
|
+
return i18nString(UiStrings$g.Explorer);
|
|
14439
14444
|
};
|
|
14440
14445
|
const search = () => {
|
|
14441
|
-
return i18nString(UiStrings$
|
|
14446
|
+
return i18nString(UiStrings$g.Search);
|
|
14442
14447
|
};
|
|
14443
14448
|
const sourceControl = () => {
|
|
14444
|
-
return i18nString(UiStrings$
|
|
14449
|
+
return i18nString(UiStrings$g.SourceControl);
|
|
14445
14450
|
};
|
|
14446
14451
|
const runAndDebug = () => {
|
|
14447
|
-
return i18nString(UiStrings$
|
|
14452
|
+
return i18nString(UiStrings$g.RunAndDebug);
|
|
14448
14453
|
};
|
|
14449
14454
|
const extensions = () => {
|
|
14450
|
-
return i18nString(UiStrings$
|
|
14455
|
+
return i18nString(UiStrings$g.Extensions);
|
|
14451
14456
|
};
|
|
14452
14457
|
const settings = () => {
|
|
14453
|
-
return i18nString(UiStrings$
|
|
14458
|
+
return i18nString(UiStrings$g.Settings);
|
|
14454
14459
|
};
|
|
14455
14460
|
const additionalViews = () => {
|
|
14456
|
-
return i18nString(UiStrings$
|
|
14461
|
+
return i18nString(UiStrings$g.AdditionalViews);
|
|
14457
14462
|
};
|
|
14458
14463
|
const activityBar = () => {
|
|
14459
|
-
return i18nString(UiStrings$
|
|
14464
|
+
return i18nString(UiStrings$g.ActivityBar);
|
|
14460
14465
|
};
|
|
14461
14466
|
const moveSideBarRight$1 = () => {
|
|
14462
|
-
return i18nString(UiStrings$
|
|
14467
|
+
return i18nString(UiStrings$g.MoveSideBarRight);
|
|
14463
14468
|
};
|
|
14464
14469
|
const moveSideBarLeft$1 = () => {
|
|
14465
|
-
return i18nString(UiStrings$
|
|
14470
|
+
return i18nString(UiStrings$g.MoveSideBarLeft);
|
|
14466
14471
|
};
|
|
14467
14472
|
const hideActivityBar$1 = () => {
|
|
14468
|
-
return i18nString(UiStrings$
|
|
14473
|
+
return i18nString(UiStrings$g.HideActivityBar);
|
|
14469
14474
|
};
|
|
14470
14475
|
|
|
14471
14476
|
const getActivityBarItems = () => {
|
|
@@ -15148,11 +15153,11 @@ const ViewletActivityBar_ipc = {
|
|
|
15148
15153
|
/**
|
|
15149
15154
|
* @enum {string}
|
|
15150
15155
|
*/
|
|
15151
|
-
const UiStrings$
|
|
15156
|
+
const UiStrings$f = {
|
|
15152
15157
|
FailedToLoadAudio: 'Failed to load audio: {PH1}'
|
|
15153
15158
|
};
|
|
15154
15159
|
const getImprovedErrorMessage = message => {
|
|
15155
|
-
return i18nString(UiStrings$
|
|
15160
|
+
return i18nString(UiStrings$f.FailedToLoadAudio, {
|
|
15156
15161
|
PH1: message
|
|
15157
15162
|
});
|
|
15158
15163
|
};
|
|
@@ -15754,7 +15759,7 @@ const Escape = 'Escape';
|
|
|
15754
15759
|
/**
|
|
15755
15760
|
* @enum {string}
|
|
15756
15761
|
*/
|
|
15757
|
-
const UiStrings$
|
|
15762
|
+
const UiStrings$e = {
|
|
15758
15763
|
KeyBindings: 'KeyBindings',
|
|
15759
15764
|
Command: 'Command',
|
|
15760
15765
|
When: 'When',
|
|
@@ -15774,34 +15779,34 @@ const UiStrings$f = {
|
|
|
15774
15779
|
ShowSameKeyBindings: 'Show Same Keybindings'
|
|
15775
15780
|
};
|
|
15776
15781
|
const pressDesiredKeyCombinationThenPressEnter = () => {
|
|
15777
|
-
return i18nString(UiStrings$
|
|
15782
|
+
return i18nString(UiStrings$e.PressDesiredKeyCombinationThenPressEnter);
|
|
15778
15783
|
};
|
|
15779
|
-
const copy$
|
|
15780
|
-
return i18nString(UiStrings$
|
|
15784
|
+
const copy$3 = () => {
|
|
15785
|
+
return i18nString(UiStrings$e.Copy);
|
|
15781
15786
|
};
|
|
15782
15787
|
const copyCommandId = () => {
|
|
15783
|
-
return i18nString(UiStrings$
|
|
15788
|
+
return i18nString(UiStrings$e.CopyCommandId);
|
|
15784
15789
|
};
|
|
15785
15790
|
const copyCommandTitle = () => {
|
|
15786
|
-
return i18nString(UiStrings$
|
|
15791
|
+
return i18nString(UiStrings$e.CopyCommandTitle);
|
|
15787
15792
|
};
|
|
15788
15793
|
const changeKeyBinding = () => {
|
|
15789
|
-
return i18nString(UiStrings$
|
|
15794
|
+
return i18nString(UiStrings$e.ChangeKeyBinding);
|
|
15790
15795
|
};
|
|
15791
15796
|
const addKeyBinding = () => {
|
|
15792
|
-
return i18nString(UiStrings$
|
|
15797
|
+
return i18nString(UiStrings$e.AddKeyBinding);
|
|
15793
15798
|
};
|
|
15794
15799
|
const removeKeyBinding = () => {
|
|
15795
|
-
return i18nString(UiStrings$
|
|
15800
|
+
return i18nString(UiStrings$e.RemoveKeyBinding);
|
|
15796
15801
|
};
|
|
15797
15802
|
const resetKeyBinding = () => {
|
|
15798
|
-
return i18nString(UiStrings$
|
|
15803
|
+
return i18nString(UiStrings$e.ResetKeyBinding);
|
|
15799
15804
|
};
|
|
15800
15805
|
const changeWhenExpression = () => {
|
|
15801
|
-
return i18nString(UiStrings$
|
|
15806
|
+
return i18nString(UiStrings$e.ChangeWhenExpression);
|
|
15802
15807
|
};
|
|
15803
15808
|
const showSameKeyBindings = () => {
|
|
15804
|
-
return i18nString(UiStrings$
|
|
15809
|
+
return i18nString(UiStrings$e.ShowSameKeyBindings);
|
|
15805
15810
|
};
|
|
15806
15811
|
|
|
15807
15812
|
const create$J = (id, uri, x, y, width, height) => {
|
|
@@ -19512,7 +19517,7 @@ const getKeyBindings$a = () => {
|
|
|
19512
19517
|
/**
|
|
19513
19518
|
* @enum {string}
|
|
19514
19519
|
*/
|
|
19515
|
-
const UiStrings$
|
|
19520
|
+
const UiStrings$d = {
|
|
19516
19521
|
NewFile: 'New File...',
|
|
19517
19522
|
NewFolder: 'New Folder...',
|
|
19518
19523
|
OpenContainingFolder: 'Open Containing Folder',
|
|
@@ -19533,58 +19538,58 @@ const UiStrings$e = {
|
|
|
19533
19538
|
NoFolderOpen: 'No Folder Open'
|
|
19534
19539
|
};
|
|
19535
19540
|
const newFile = () => {
|
|
19536
|
-
return i18nString(UiStrings$
|
|
19541
|
+
return i18nString(UiStrings$d.NewFile);
|
|
19537
19542
|
};
|
|
19538
19543
|
const newFolder = () => {
|
|
19539
|
-
return i18nString(UiStrings$
|
|
19544
|
+
return i18nString(UiStrings$d.NewFolder);
|
|
19540
19545
|
};
|
|
19541
19546
|
const openContainingFolder$1 = () => {
|
|
19542
|
-
return i18nString(UiStrings$
|
|
19547
|
+
return i18nString(UiStrings$d.OpenContainingFolder);
|
|
19543
19548
|
};
|
|
19544
19549
|
const openInIntegratedTerminal = () => {
|
|
19545
|
-
return i18nString(UiStrings$
|
|
19550
|
+
return i18nString(UiStrings$d.OpenInIntegratedTerminal);
|
|
19546
19551
|
};
|
|
19547
19552
|
const cut = () => {
|
|
19548
|
-
return i18nString(UiStrings$
|
|
19553
|
+
return i18nString(UiStrings$d.Cut);
|
|
19549
19554
|
};
|
|
19550
|
-
const copy$
|
|
19551
|
-
return i18nString(UiStrings$
|
|
19555
|
+
const copy$2 = () => {
|
|
19556
|
+
return i18nString(UiStrings$d.Copy);
|
|
19552
19557
|
};
|
|
19553
19558
|
const paste = () => {
|
|
19554
|
-
return i18nString(UiStrings$
|
|
19559
|
+
return i18nString(UiStrings$d.Paste);
|
|
19555
19560
|
};
|
|
19556
19561
|
const copyPath = () => {
|
|
19557
|
-
return i18nString(UiStrings$
|
|
19562
|
+
return i18nString(UiStrings$d.CopyPath);
|
|
19558
19563
|
};
|
|
19559
19564
|
const copyRelativePath = () => {
|
|
19560
|
-
return i18nString(UiStrings$
|
|
19565
|
+
return i18nString(UiStrings$d.CopyRelativePath);
|
|
19561
19566
|
};
|
|
19562
19567
|
const rename = () => {
|
|
19563
|
-
return i18nString(UiStrings$
|
|
19568
|
+
return i18nString(UiStrings$d.Rename);
|
|
19564
19569
|
};
|
|
19565
19570
|
const deleteItem = () => {
|
|
19566
|
-
return i18nString(UiStrings$
|
|
19571
|
+
return i18nString(UiStrings$d.Delete);
|
|
19567
19572
|
};
|
|
19568
19573
|
const refresh$3 = () => {
|
|
19569
|
-
return i18nString(UiStrings$
|
|
19574
|
+
return i18nString(UiStrings$d.RefreshExplorer);
|
|
19570
19575
|
};
|
|
19571
19576
|
const collapseAll$3 = () => {
|
|
19572
|
-
return i18nString(UiStrings$
|
|
19577
|
+
return i18nString(UiStrings$d.CollapseAllFoldersInExplorer);
|
|
19573
19578
|
};
|
|
19574
19579
|
const explorer = () => {
|
|
19575
|
-
return i18nString(UiStrings$
|
|
19580
|
+
return i18nString(UiStrings$d.Explorer);
|
|
19576
19581
|
};
|
|
19577
19582
|
const filesExplorer = () => {
|
|
19578
|
-
return i18nString(UiStrings$
|
|
19583
|
+
return i18nString(UiStrings$d.FilesExplorer);
|
|
19579
19584
|
};
|
|
19580
19585
|
const youHaveNotYetOpenedAFolder = () => {
|
|
19581
|
-
return i18nString(UiStrings$
|
|
19586
|
+
return i18nString(UiStrings$d.YouHaveNotYetOpenedAFolder);
|
|
19582
19587
|
};
|
|
19583
19588
|
const openFolder$3 = () => {
|
|
19584
|
-
return i18nString(UiStrings$
|
|
19589
|
+
return i18nString(UiStrings$d.OpenFolder);
|
|
19585
19590
|
};
|
|
19586
19591
|
const noFolderOpen = () => {
|
|
19587
|
-
return i18nString(UiStrings$
|
|
19592
|
+
return i18nString(UiStrings$d.NoFolderOpen);
|
|
19588
19593
|
};
|
|
19589
19594
|
|
|
19590
19595
|
const id$9 = Explorer$2;
|
|
@@ -19620,7 +19625,7 @@ const menuEntryCut = {
|
|
|
19620
19625
|
};
|
|
19621
19626
|
const menuEntryCopy = {
|
|
19622
19627
|
id: 'copy',
|
|
19623
|
-
label: copy$
|
|
19628
|
+
label: copy$2(),
|
|
19624
19629
|
flags: RestoreFocus,
|
|
19625
19630
|
command: 'Explorer.handleCopy'
|
|
19626
19631
|
};
|
|
@@ -20234,57 +20239,9 @@ const LazyCommands$a = {
|
|
|
20234
20239
|
|
|
20235
20240
|
const Css$r = ["/css/parts/ViewletExtensionDetail.css", "/css/parts/Markdown.css"];
|
|
20236
20241
|
|
|
20237
|
-
/**
|
|
20238
|
-
* @enum {string}
|
|
20239
|
-
*/
|
|
20240
|
-
const UiStrings$d = {
|
|
20241
|
-
Copy: 'Copy',
|
|
20242
|
-
OpenInNewTab: 'Open in New Tab',
|
|
20243
|
-
OpenImageInNewTab: 'Open Image in New Tab',
|
|
20244
|
-
SaveImageAs: 'Save Image as'
|
|
20245
|
-
};
|
|
20246
|
-
const copy$2 = () => {
|
|
20247
|
-
return i18nString(UiStrings$d.Copy);
|
|
20248
|
-
};
|
|
20249
|
-
const openImageInNewTab = () => {
|
|
20250
|
-
return i18nString(UiStrings$d.OpenImageInNewTab);
|
|
20251
|
-
};
|
|
20252
|
-
const saveImageAs$1 = () => {
|
|
20253
|
-
return i18nString(UiStrings$d.SaveImageAs);
|
|
20254
|
-
};
|
|
20255
|
-
|
|
20256
20242
|
const id$8 = ExtensionDetailReadme;
|
|
20257
|
-
const getMenuEntries$c = props => {
|
|
20258
|
-
const menuEntries =
|
|
20259
|
-
if (props.isLink) {
|
|
20260
|
-
menuEntries.push({
|
|
20261
|
-
id: 'openInNewTab',
|
|
20262
|
-
label: openImageInNewTab(),
|
|
20263
|
-
flags: None$i,
|
|
20264
|
-
command: 'Open.openUrl',
|
|
20265
|
-
args: [props.url]
|
|
20266
|
-
});
|
|
20267
|
-
} else if (props.isImage) {
|
|
20268
|
-
menuEntries.push({
|
|
20269
|
-
id: 'openImageInNewTab',
|
|
20270
|
-
label: openImageInNewTab(),
|
|
20271
|
-
flags: None$i,
|
|
20272
|
-
command: 'Open.openUrl',
|
|
20273
|
-
args: [props.url]
|
|
20274
|
-
}, {
|
|
20275
|
-
id: 'saveImageAs',
|
|
20276
|
-
label: saveImageAs$1(),
|
|
20277
|
-
flags: None$i,
|
|
20278
|
-
command: 'SaveFileAs.saveFileAs',
|
|
20279
|
-
args: ['image.png', props.url]
|
|
20280
|
-
});
|
|
20281
|
-
}
|
|
20282
|
-
menuEntries.push({
|
|
20283
|
-
id: 'copy',
|
|
20284
|
-
label: copy$2(),
|
|
20285
|
-
flags: None$i,
|
|
20286
|
-
command: 'ClipBoard.execCopy'
|
|
20287
|
-
});
|
|
20243
|
+
const getMenuEntries$c = async props => {
|
|
20244
|
+
const menuEntries = await invoke$4('ExtensionDetail.getMenuEntries', props);
|
|
20288
20245
|
return menuEntries;
|
|
20289
20246
|
};
|
|
20290
20247
|
|
|
@@ -21922,7 +21879,7 @@ const id$7 = KeyBindingsTable;
|
|
|
21922
21879
|
const getMenuEntries$a = () => {
|
|
21923
21880
|
return [{
|
|
21924
21881
|
id: 'copy',
|
|
21925
|
-
label: copy$
|
|
21882
|
+
label: copy$3(),
|
|
21926
21883
|
flags: None$i,
|
|
21927
21884
|
command: 'KeyBindings.copy'
|
|
21928
21885
|
}, {
|
|
@@ -27736,32 +27693,7 @@ const Css$i = ["/css/parts/Progress.css"];
|
|
|
27736
27693
|
const Variables$5 = ['QuickPickBackground', 'ListForeground', 'ListHoverBackground', 'ListHoverForeground', 'ListActiveSelectionBackground'];
|
|
27737
27694
|
|
|
27738
27695
|
const getKeyBindings$4 = () => {
|
|
27739
|
-
return
|
|
27740
|
-
key: Escape$2,
|
|
27741
|
-
command: 'Viewlet.closeWidget',
|
|
27742
|
-
args: ['QuickPick'],
|
|
27743
|
-
when: FocusQuickPickInput
|
|
27744
|
-
}, {
|
|
27745
|
-
key: UpArrow$1,
|
|
27746
|
-
command: 'QuickPick.focusPrevious',
|
|
27747
|
-
when: FocusQuickPickInput
|
|
27748
|
-
}, {
|
|
27749
|
-
key: DownArrow$1,
|
|
27750
|
-
command: 'QuickPick.focusNext',
|
|
27751
|
-
when: FocusQuickPickInput
|
|
27752
|
-
}, {
|
|
27753
|
-
key: PageUp$1,
|
|
27754
|
-
command: 'QuickPick.focusFirst',
|
|
27755
|
-
when: FocusQuickPickInput
|
|
27756
|
-
}, {
|
|
27757
|
-
key: PageDown$1,
|
|
27758
|
-
command: 'QuickPick.focusLast',
|
|
27759
|
-
when: FocusQuickPickInput
|
|
27760
|
-
}, {
|
|
27761
|
-
key: Enter$2,
|
|
27762
|
-
command: 'QuickPick.selectCurrentIndex',
|
|
27763
|
-
when: FocusQuickPickInput
|
|
27764
|
-
}];
|
|
27696
|
+
return invoke$d('QuickPick.getKeyBindings');
|
|
27765
27697
|
};
|
|
27766
27698
|
|
|
27767
27699
|
const quickPickHighlight = {
|
|
@@ -33923,7 +33855,7 @@ const getMenuEntries$2 = () => {
|
|
|
33923
33855
|
command: /* Editor.cut */'Editor.cut'
|
|
33924
33856
|
}, {
|
|
33925
33857
|
id: 'copy',
|
|
33926
|
-
label: copy$
|
|
33858
|
+
label: copy$4(),
|
|
33927
33859
|
flags: None$i,
|
|
33928
33860
|
command: /* Editor.copy */'Editor.copy'
|
|
33929
33861
|
}, {
|
|
@@ -34534,7 +34466,7 @@ const handleDropIntoFolder = async (state, dirent, index, files) => {
|
|
|
34534
34466
|
for (const file of files) {
|
|
34535
34467
|
const baseName = pathBaseName(file);
|
|
34536
34468
|
const to = dirent.path + pathSeparator + baseName;
|
|
34537
|
-
await copy$
|
|
34469
|
+
await copy$7(file, to);
|
|
34538
34470
|
}
|
|
34539
34471
|
const childDirents = await getChildDirents(pathSeparator, dirent);
|
|
34540
34472
|
const mergedDirents = getMergedDirents$2(items, index, dirent, childDirents);
|
|
@@ -34630,7 +34562,7 @@ const handlePasteCopy = async (state, nativeFiles) => {
|
|
|
34630
34562
|
// TODO what if folder is big and it takes a long time
|
|
34631
34563
|
for (const source of nativeFiles.files) {
|
|
34632
34564
|
const target = join(state.pathSeperator, state.root, getBaseName(state.pathSeparator, source));
|
|
34633
|
-
await copy$
|
|
34565
|
+
await copy$7(source, target);
|
|
34634
34566
|
}
|
|
34635
34567
|
const stateNow = getState('Explorer');
|
|
34636
34568
|
if (stateNow.disposed) {
|
|
@@ -38007,7 +37939,7 @@ const copyFilesElectron = async (root, pathSeparator, files) => {
|
|
|
38007
37939
|
const from = await getFilePathElectron(file);
|
|
38008
37940
|
// const from = file.path
|
|
38009
37941
|
const to = join(pathSeparator, root, file.name);
|
|
38010
|
-
await copy$
|
|
37942
|
+
await copy$7(from, to);
|
|
38011
37943
|
}
|
|
38012
37944
|
};
|
|
38013
37945
|
const getMergedDirents$1 = async (root, pathSeparator, dirents) => {
|