@lvce-editor/static-server 0.52.14 → 0.52.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1857 -1857
- package/package.json +1 -1
- package/static/{0e74101 → 77b54f0}/css/App.css +91 -83
- package/static/{0e74101 → 77b54f0}/css/parts/ViewletRunAndDebug.css +4 -0
- package/static/{0e74101 → 77b54f0}/manifest.json +2 -2
- package/static/{0e74101 → 77b54f0}/packages/about-view-worker/dist/aboutWorkerMain.js +63 -32
- package/static/{0e74101 → 77b54f0}/packages/completion-worker/dist/completionWorkerMain.js +130 -93
- package/static/{0e74101 → 77b54f0}/packages/debug-worker/dist/debugWorkerMain.js +314 -96
- package/static/{0e74101 → 77b54f0}/packages/editor-worker/dist/editorWorkerMain.js +1466 -1516
- package/static/{0e74101 → 77b54f0}/packages/explorer-worker/dist/explorerViewWorkerMain.js +67 -56
- package/static/{0e74101 → 77b54f0}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +26 -10
- package/static/{0e74101 → 77b54f0}/packages/file-system-worker/dist/fileSystemWorkerMain.js +38 -20
- package/static/{0e74101 → 77b54f0}/packages/renderer-process/dist/rendererProcessMain.js +48 -15
- package/static/{0e74101 → 77b54f0}/packages/renderer-process/package.json +1 -1
- package/static/{0e74101 → 77b54f0}/packages/renderer-worker/dist/rendererWorkerMain.js +501 -432
- package/static/{0e74101 → 77b54f0}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +184 -47
- package/static/index.html +4 -4
- /package/static/{0e74101 → 77b54f0}/config/colorTheme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/config/defaultSettings.json +0 -0
- /package/static/{0e74101 → 77b54f0}/config/fileMap.json +0 -0
- /package/static/{0e74101 → 77b54f0}/config/webExtensions.json +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Animation.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/DebugButtons.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/DebugValue.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/E2eTest.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/E2eTests.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/EditorHover.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/EditorMessage.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/FeatureContent.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Features.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ImagePreview.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/InputBadge.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Key.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/LegacyDialog.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Markdown.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Progress.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Select.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/Table.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletAbout.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletDialog.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletMedia.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletOutput.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletPanel.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletPdf.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletProblems.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletReferences.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletSearch.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletStorage.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{0e74101 → 77b54f0}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{0e74101 → 77b54f0}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/default_file.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/default_folder.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/default_root_folder.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_access.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_access2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ada.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_agda.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ai.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_al.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_angular.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_apache.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_apex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_apib.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_apl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_asp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_astro.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_atom.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ats.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_attw.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_audio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_avif.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_avro.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_awk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_aws.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_azure.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_babel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bak.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bat.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bats.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_biml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_binary.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_biome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_blade.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_blender.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bower.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_buf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bun.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_c.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_c2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_c3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_casc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cert.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_changie.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_chef.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_class.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_claude.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_compass.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_composer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_conan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_conda.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_config.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_craco.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_css.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_css2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_cython.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_db.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_debian.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_deno.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_diff.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_django.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_docker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_docz.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_drone.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_drools.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dune.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_edge.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_elm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ember.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eps.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_epub.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_erb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_excel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_expo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fla.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flash.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flow.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_font.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_funding.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_galen.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_git.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_git2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_glide.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_godot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_grain.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_helix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_helm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_host.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_html.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_http.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_husky.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_icl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_idris.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_image.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_imba.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_inc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_informix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ini.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ink.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_io.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_janet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jar.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_java.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_json.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_json2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_json5.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_juice.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_julia.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_just.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_k.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_karma.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_key.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kite.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_knip.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kos.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lark.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_latino.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_layout.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_less.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_liara.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_license.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lime.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_locale.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_log.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lua.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_luau.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_lync.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_map.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_marko.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_maven.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_maya.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_meson.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_metal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_motif.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mson.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_next.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nim.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_noc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_node.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_node2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_npm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_opam.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_org.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_package.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_paket.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_patch.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_perl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_php.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_php2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_php3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pine.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pip.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pony.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_postman.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_preact.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_progress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pug.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_python.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_q.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_qml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_r.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_racket.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rails.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_raku.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_raml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_razor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_reason.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_red.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_registry.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rego.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_remark.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_replit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_retext.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_riot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_robots.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rome.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ron.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rust.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sails.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_san.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sas.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sass.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_scala.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_script.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_scss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_shell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sino.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_slang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_slice.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_slim.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_slint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sln.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_snort.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_source.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_spin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sst.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stata.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_style.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_styled.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_svg.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_swc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_swift.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_swig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_teal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_templ.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tera.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_test.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_testts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_text.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_textile.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_todo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_toit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_toml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tox.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_travis.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tree.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tres.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_twig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_unison.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vala.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vash.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vba.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vento.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_video.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_view.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vim.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vite.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_volt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vue.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wally.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_windi.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_word.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_word2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xib.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yang.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_zig.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_zip.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_android.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_api.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_app.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_client.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_common.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_component.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_config.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_css.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_db.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_git.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_github.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_images.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_include.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_js.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_json.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_less.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_library.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_log.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_model.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_module.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_next.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_node.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_package.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_php.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_private.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_public.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_python.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_route.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_script.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_server.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_services.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_src.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_story.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_style.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_template.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_test.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_video.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_view.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_www.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/add.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/arrow-down.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/arrow-left.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/arrow-right.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/arrow-up.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/blank.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/book.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/case-sensitive.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/check.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chevron-down.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chevron-left.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chevron-right.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chevron-up.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chrome-close.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chrome-maximize.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chrome-minimize.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/chrome-restore.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/circle-filled.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/clear-all.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/close.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/cloud.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/collapse-all.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-all.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-alt-2.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-alt-small.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-alt.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-console.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-continue-small.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-continue.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-coverage.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-disconnect.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-line-by-line.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-pause.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-rerun.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-restart-frame.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-restart.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-stackframe.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-start.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-step-back.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-step-into.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-step-out.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-step-over.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug-stop.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/debug.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/discard.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/edit.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/ellipsis.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/error.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/exclude.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/extensions.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/files.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/filter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/go-to-file.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/icon-close.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/icon-source-control.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/icon-sync.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/icon.png +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/icon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/info.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/language-icon.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/link-external.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/list-flat.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/list-tree.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/new-file.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/new-folder.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/newline.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/open-preview.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/play.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/preserve-case.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/progress.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/pwa-icon-192.png +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/pwa-icon-512.png +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/record-keys.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/refresh.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/regex.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/remove.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/replace-all.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/replace.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/run-all.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/search.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/settings-gear.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/sort-precedence.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/source-control.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/split-horizontal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/squiggly-error.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/squiggly-warning.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-array.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-boolean.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-class.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-color.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-constant.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-enum-member.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-enum.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-event.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-field.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-file.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-interface.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-key.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-keyword.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-method.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-misc.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-namespace.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-numeric.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-operator.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-parameter.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-property.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-ruler.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-snippet.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-string.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-structure.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/symbol-variable.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/tag.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/terminal-bash.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/terminal.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/theme-icon.png +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/trash.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/triangle-down.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/triangle-left.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/triangle-right.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/triangle-up.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/warning.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/whole-word.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/zoom-in.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/icons/zoom-out.svg +0 -0
- /package/static/{0e74101 → 77b54f0}/js/babel-parser.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/blob-util.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/ky.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/lvce-editor-import-script.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/lvce-editor-ipc.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/lvce-editor-verror.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/p-min-delay.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/pretty-bytes.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/preview-injected.js +0 -0
- /package/static/{0e74101 → 77b54f0}/js/yoctodelay.js +0 -0
- /package/static/{0e74101 → 77b54f0}/lib-css/termterm.css +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/renderer-process/LICENSE +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/renderer-process/README.md +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.cpp +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.css +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.csv +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.dart +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.env +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.ex +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.html +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.java +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.jl +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.js +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.json +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.kt +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.pl +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.py +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/index.ts +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/scrolling.txt +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/languages/tsconfig.json +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/sample-folder/a.txt +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/sample-folder/b.txt +0 -0
- /package/static/{0e74101 → 77b54f0}/playground/sample-folder/c.txt +0 -0
|
@@ -96,7 +96,7 @@ const getAssetDir = () => {
|
|
|
96
96
|
// @ts-ignore
|
|
97
97
|
{
|
|
98
98
|
// @ts-ignore
|
|
99
|
-
return '/
|
|
99
|
+
return '/77b54f0';
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
const assetDir = getAssetDir();
|
|
@@ -222,7 +222,7 @@ const set$g = (id, fn) => {
|
|
|
222
222
|
const get$g = id => {
|
|
223
223
|
return callbacks[id];
|
|
224
224
|
};
|
|
225
|
-
const remove$
|
|
225
|
+
const remove$b = id => {
|
|
226
226
|
delete callbacks[id];
|
|
227
227
|
};
|
|
228
228
|
let id$p = 0;
|
|
@@ -405,7 +405,7 @@ const resolve = (id, response) => {
|
|
|
405
405
|
return;
|
|
406
406
|
}
|
|
407
407
|
fn(response);
|
|
408
|
-
remove$
|
|
408
|
+
remove$b(id);
|
|
409
409
|
};
|
|
410
410
|
const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
411
411
|
const {
|
|
@@ -423,7 +423,7 @@ const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
|
|
|
423
423
|
const invoke$m = (ipc, method, ...params) => {
|
|
424
424
|
return invokeHelper(ipc, method, params, false);
|
|
425
425
|
};
|
|
426
|
-
const invokeAndTransfer$
|
|
426
|
+
const invokeAndTransfer$7 = (ipc, method, ...params) => {
|
|
427
427
|
return invokeHelper(ipc, method, params, true);
|
|
428
428
|
};
|
|
429
429
|
|
|
@@ -519,7 +519,7 @@ const TestFrameWork = 80;
|
|
|
519
519
|
const ExtensionHostWorkerContentSecurityPolicy = 81;
|
|
520
520
|
const SendMessagePortToElectron = 82;
|
|
521
521
|
const OffscreenCanvas$1 = 83;
|
|
522
|
-
const Debug = 84;
|
|
522
|
+
const Debug$1 = 84;
|
|
523
523
|
const Languages = 85;
|
|
524
524
|
const FileWatcher = 86;
|
|
525
525
|
const ExtensionHostBraceCompletion = 114;
|
|
@@ -572,7 +572,7 @@ const getModuleId$1 = commandId => {
|
|
|
572
572
|
case 'Audio':
|
|
573
573
|
return Audio$2;
|
|
574
574
|
case 'Debug':
|
|
575
|
-
return Debug;
|
|
575
|
+
return Debug$1;
|
|
576
576
|
case 'AutoUpdater':
|
|
577
577
|
return AutoUpdater;
|
|
578
578
|
case 'Blob':
|
|
@@ -1071,8 +1071,8 @@ const listen$1 = async () => {
|
|
|
1071
1071
|
const invoke$l = (method, ...params) => {
|
|
1072
1072
|
return invoke$m(state$I.ipc, method, ...params);
|
|
1073
1073
|
};
|
|
1074
|
-
const invokeAndTransfer$
|
|
1075
|
-
return invokeAndTransfer$
|
|
1074
|
+
const invokeAndTransfer$6 = (method, ...params) => {
|
|
1075
|
+
return invokeAndTransfer$7(state$I.ipc, method, ...params);
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
1078
|
const actuallyLoadCssStyleSheet = async css => {
|
|
@@ -1118,7 +1118,7 @@ const getOrCreateWorker = fn => {
|
|
|
1118
1118
|
},
|
|
1119
1119
|
async invokeAndTransfer(method, ...params) {
|
|
1120
1120
|
const ipc = await getOrCreate$2(fn);
|
|
1121
|
-
return invokeAndTransfer$
|
|
1121
|
+
return invokeAndTransfer$7(ipc, method, ...params);
|
|
1122
1122
|
},
|
|
1123
1123
|
async dispose() {
|
|
1124
1124
|
const promise = workers.get(fn);
|
|
@@ -1204,7 +1204,7 @@ const launchErrorWorker = async () => {
|
|
|
1204
1204
|
|
|
1205
1205
|
const {
|
|
1206
1206
|
invoke: invoke$k,
|
|
1207
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
1207
|
+
invokeAndTransfer: invokeAndTransfer$5
|
|
1208
1208
|
} = getOrCreateWorker(launchErrorWorker);
|
|
1209
1209
|
|
|
1210
1210
|
const serializeError = error => {
|
|
@@ -1403,7 +1403,7 @@ const create$11 = async ({
|
|
|
1403
1403
|
port1,
|
|
1404
1404
|
port2
|
|
1405
1405
|
} = getPortTuple(port);
|
|
1406
|
-
await invokeAndTransfer$
|
|
1406
|
+
await invokeAndTransfer$6('IpcParent.create', {
|
|
1407
1407
|
method: ModuleWorkerWithMessagePort,
|
|
1408
1408
|
url,
|
|
1409
1409
|
name,
|
|
@@ -1479,7 +1479,7 @@ const getConfig = () => {
|
|
|
1479
1479
|
|
|
1480
1480
|
const objects = Object.create(null);
|
|
1481
1481
|
const transferToRendererProcess = async (objectId, transferable) => {
|
|
1482
|
-
await invokeAndTransfer$
|
|
1482
|
+
await invokeAndTransfer$6('Transferrable.transfer', transferable, objectId);
|
|
1483
1483
|
};
|
|
1484
1484
|
const transfer = (objectId, transferable) => {
|
|
1485
1485
|
number(objectId);
|
|
@@ -1532,6 +1532,7 @@ const Html = 'html';
|
|
|
1532
1532
|
const ExtensionHost = 'extension-host';
|
|
1533
1533
|
const Fetch = 'fetch';
|
|
1534
1534
|
const Disk = 'file';
|
|
1535
|
+
const Debug = 'debug';
|
|
1535
1536
|
|
|
1536
1537
|
const RE_PROTOCOL = /^([a-z\-]+):\/\//;
|
|
1537
1538
|
const getProtocol = uri => {
|
|
@@ -1558,7 +1559,7 @@ const getPath$1 = (protocol, uri) => {
|
|
|
1558
1559
|
return uri.slice(protocol.length + PROTOCOL_POST_FIX_LENGTH);
|
|
1559
1560
|
};
|
|
1560
1561
|
|
|
1561
|
-
const readFile$
|
|
1562
|
+
const readFile$f = async (uri, encoding = Utf8) => {
|
|
1562
1563
|
const protocol = getProtocol(uri);
|
|
1563
1564
|
const path = getPath$1(protocol, uri);
|
|
1564
1565
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -1570,38 +1571,38 @@ const readJson$3 = async (uri, encoding) => {
|
|
|
1570
1571
|
const fileSystem = await getFileSystem(protocol);
|
|
1571
1572
|
return fileSystem.readJson(path, encoding);
|
|
1572
1573
|
};
|
|
1573
|
-
const remove$
|
|
1574
|
+
const remove$a = async uri => {
|
|
1574
1575
|
const protocol = getProtocol(uri);
|
|
1575
1576
|
const path = getPath$1(protocol, uri);
|
|
1576
1577
|
const fileSystem = await getFileSystem(protocol);
|
|
1577
1578
|
await fileSystem.remove(path);
|
|
1578
1579
|
};
|
|
1579
|
-
const rename$
|
|
1580
|
+
const rename$7 = async (oldUri, newUri) => {
|
|
1580
1581
|
const protocol = getProtocol(oldUri);
|
|
1581
1582
|
const oldPath = getPath$1(protocol, oldUri);
|
|
1582
1583
|
const newPath = getPath$1(protocol, newUri);
|
|
1583
1584
|
const fileSystem = await getFileSystem(protocol);
|
|
1584
1585
|
await fileSystem.rename(oldPath, newPath);
|
|
1585
1586
|
};
|
|
1586
|
-
const mkdir$
|
|
1587
|
+
const mkdir$8 = async uri => {
|
|
1587
1588
|
const protocol = getProtocol(uri);
|
|
1588
1589
|
const path = getPath$1(protocol, uri);
|
|
1589
1590
|
const fileSystem = await getFileSystem(protocol);
|
|
1590
1591
|
await fileSystem.mkdir(path);
|
|
1591
1592
|
};
|
|
1592
|
-
const writeFile$
|
|
1593
|
+
const writeFile$f = async (uri, content, encoding = Utf8) => {
|
|
1593
1594
|
const protocol = getProtocol(uri);
|
|
1594
1595
|
const path = getPath$1(protocol, uri);
|
|
1595
1596
|
const fileSystem = await getFileSystem(protocol);
|
|
1596
1597
|
await fileSystem.writeFile(path, content, encoding);
|
|
1597
1598
|
};
|
|
1598
|
-
const readDirWithFileTypes$
|
|
1599
|
+
const readDirWithFileTypes$9 = async uri => {
|
|
1599
1600
|
const protocol = getProtocol(uri);
|
|
1600
1601
|
const path = getPath$1(protocol, uri);
|
|
1601
1602
|
const fileSystem = await getFileSystem(protocol);
|
|
1602
1603
|
return fileSystem.readDirWithFileTypes(path);
|
|
1603
1604
|
};
|
|
1604
|
-
const getBlobUrl$
|
|
1605
|
+
const getBlobUrl$4 = async uri => {
|
|
1605
1606
|
const protocol = getProtocol(uri);
|
|
1606
1607
|
const path = getPath$1(protocol, uri);
|
|
1607
1608
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -1613,7 +1614,7 @@ const getBlobUrl$3 = async uri => {
|
|
|
1613
1614
|
}
|
|
1614
1615
|
throw new Error(`Filesystem doesn't support the getBlobUrl function`);
|
|
1615
1616
|
};
|
|
1616
|
-
const getBlob$
|
|
1617
|
+
const getBlob$6 = async (uri, type) => {
|
|
1617
1618
|
const protocol = getProtocol(uri);
|
|
1618
1619
|
const path = getPath$1(protocol, uri);
|
|
1619
1620
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -1629,7 +1630,7 @@ const copy$6 = async (sourceUri, targetUri) => {
|
|
|
1629
1630
|
const targetPath = getPath$1(protocol, targetUri);
|
|
1630
1631
|
return fileSystem.copy(sourcePath, targetPath);
|
|
1631
1632
|
};
|
|
1632
|
-
const getPathSeparator$
|
|
1633
|
+
const getPathSeparator$9 = async uri => {
|
|
1633
1634
|
const protocol = getProtocol(uri);
|
|
1634
1635
|
const path = getPath$1(protocol, uri);
|
|
1635
1636
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -1653,7 +1654,7 @@ const getFolderSize$1 = async uri => {
|
|
|
1653
1654
|
const fileSystem = await getFileSystem(protocol);
|
|
1654
1655
|
return fileSystem.getFolderSize(path);
|
|
1655
1656
|
};
|
|
1656
|
-
const chmod$
|
|
1657
|
+
const chmod$4 = async (uri, permissions) => {
|
|
1657
1658
|
const protocol = getProtocol(uri);
|
|
1658
1659
|
const path = getPath$1(protocol, uri);
|
|
1659
1660
|
const fileSystem = await getFileSystem(protocol);
|
|
@@ -1721,11 +1722,11 @@ const invoke$j = async (method, ...params) => {
|
|
|
1721
1722
|
const result = await invoke$m(ipc, method, ...params);
|
|
1722
1723
|
return result;
|
|
1723
1724
|
};
|
|
1724
|
-
const invokeAndTransfer$
|
|
1725
|
+
const invokeAndTransfer$4 = async (method, ...params) => {
|
|
1725
1726
|
const {
|
|
1726
1727
|
ipc
|
|
1727
1728
|
} = state$D;
|
|
1728
|
-
const result = await invokeAndTransfer$
|
|
1729
|
+
const result = await invokeAndTransfer$7(ipc, method, ...params);
|
|
1729
1730
|
return result;
|
|
1730
1731
|
};
|
|
1731
1732
|
|
|
@@ -1792,7 +1793,7 @@ const set$f = async (key, value) => {
|
|
|
1792
1793
|
return;
|
|
1793
1794
|
}
|
|
1794
1795
|
const content = stringify(state$C);
|
|
1795
|
-
await writeFile$
|
|
1796
|
+
await writeFile$f('app://settings.json', content);
|
|
1796
1797
|
};
|
|
1797
1798
|
|
|
1798
1799
|
const state$B = {
|
|
@@ -1896,7 +1897,7 @@ const set$e = title => {
|
|
|
1896
1897
|
const setPath = async path => {
|
|
1897
1898
|
string(path);
|
|
1898
1899
|
// TODO not in electron
|
|
1899
|
-
const pathSeparator = await getPathSeparator$
|
|
1900
|
+
const pathSeparator = await getPathSeparator$9(path);
|
|
1900
1901
|
// @ts-ignore
|
|
1901
1902
|
state$B.workspacePath = path;
|
|
1902
1903
|
// @ts-ignore
|
|
@@ -2030,7 +2031,7 @@ const launchExtensionHostWorker = async () => {
|
|
|
2030
2031
|
|
|
2031
2032
|
const {
|
|
2032
2033
|
invoke: invoke$i,
|
|
2033
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
2034
|
+
invokeAndTransfer: invokeAndTransfer$3
|
|
2034
2035
|
} = getOrCreateWorker(launchExtensionHostWorker);
|
|
2035
2036
|
|
|
2036
2037
|
// TODO make storage configurable via settings as localstorage or indexeddb
|
|
@@ -2338,7 +2339,8 @@ const map$2 = {
|
|
|
2338
2339
|
[Web]: () => Promise.resolve().then(function () { return FileSystemWeb; }),
|
|
2339
2340
|
[Fetch]: () => Promise.resolve().then(function () { return FileSystemFetch; }),
|
|
2340
2341
|
[Disk]: () => Promise.resolve().then(function () { return FileSystemDisk; }),
|
|
2341
|
-
[Html]: () => Promise.resolve().then(function () { return FileSystemHtml; })
|
|
2342
|
+
[Html]: () => Promise.resolve().then(function () { return FileSystemHtml; }),
|
|
2343
|
+
[Debug]: () => Promise.resolve().then(function () { return FileSystemDebug; })
|
|
2342
2344
|
};
|
|
2343
2345
|
|
|
2344
2346
|
// TODO if necessary support more browser detection
|
|
@@ -2383,7 +2385,7 @@ const get$c = key => {
|
|
|
2383
2385
|
const set$c = (key, value) => {
|
|
2384
2386
|
contexts[key] = value;
|
|
2385
2387
|
};
|
|
2386
|
-
const remove$
|
|
2388
|
+
const remove$9 = key => {
|
|
2387
2389
|
delete contexts[key];
|
|
2388
2390
|
};
|
|
2389
2391
|
|
|
@@ -2493,7 +2495,7 @@ const FocusConfirm = 40;
|
|
|
2493
2495
|
const setFocus = focusKey => {
|
|
2494
2496
|
number(focusKey);
|
|
2495
2497
|
if (get$b()) {
|
|
2496
|
-
remove$
|
|
2498
|
+
remove$9(get$b());
|
|
2497
2499
|
}
|
|
2498
2500
|
set$b(focusKey);
|
|
2499
2501
|
set$c(get$b(), true);
|
|
@@ -2512,7 +2514,7 @@ const setAdditionalFocus = key => {
|
|
|
2512
2514
|
* @param {number} key
|
|
2513
2515
|
*/
|
|
2514
2516
|
const removeAdditionalFocus = key => {
|
|
2515
|
-
remove$
|
|
2517
|
+
remove$9(key);
|
|
2516
2518
|
update();
|
|
2517
2519
|
};
|
|
2518
2520
|
const getBrowserContextString = browser => {
|
|
@@ -2735,7 +2737,7 @@ const getInstance = key => {
|
|
|
2735
2737
|
const hasInstance = key => {
|
|
2736
2738
|
return key in state$v.instances;
|
|
2737
2739
|
};
|
|
2738
|
-
const remove$
|
|
2740
|
+
const remove$8 = key => {
|
|
2739
2741
|
delete state$v.instances[key];
|
|
2740
2742
|
};
|
|
2741
2743
|
const getAllInstances = () => {
|
|
@@ -3751,7 +3753,7 @@ const isQuickPickOpen = () => {
|
|
|
3751
3753
|
const closeWidgetElectronQuickPick = async () => {
|
|
3752
3754
|
const id = QuickPick;
|
|
3753
3755
|
state$s.isQuickPickOpen = false;
|
|
3754
|
-
remove$
|
|
3756
|
+
remove$8(id);
|
|
3755
3757
|
await disposeBrowserViewQuickPick();
|
|
3756
3758
|
// TODO restore focus to previously focused element
|
|
3757
3759
|
await focus$8();
|
|
@@ -3822,7 +3824,7 @@ const dispose$u = async id => {
|
|
|
3822
3824
|
throw new Error(`Failed to dispose viewlet ${id}: ${error}`);
|
|
3823
3825
|
}
|
|
3824
3826
|
instance.status = 'disposed';
|
|
3825
|
-
remove$
|
|
3827
|
+
remove$8(id);
|
|
3826
3828
|
await emitEvent(`Viewlet.dispose.${id}`);
|
|
3827
3829
|
};
|
|
3828
3830
|
const disposeFunctional = id => {
|
|
@@ -3859,8 +3861,8 @@ const disposeFunctional = id => {
|
|
|
3859
3861
|
}
|
|
3860
3862
|
}
|
|
3861
3863
|
instance.status = 'disposed';
|
|
3862
|
-
remove$
|
|
3863
|
-
remove$
|
|
3864
|
+
remove$8(id);
|
|
3865
|
+
remove$8(uid);
|
|
3864
3866
|
return commands;
|
|
3865
3867
|
} catch (error) {
|
|
3866
3868
|
console.error(error);
|
|
@@ -3921,8 +3923,8 @@ const hideFunctional = id => {
|
|
|
3921
3923
|
}
|
|
3922
3924
|
}
|
|
3923
3925
|
instance.status = 'disposed';
|
|
3924
|
-
remove$
|
|
3925
|
-
remove$
|
|
3926
|
+
remove$8(id);
|
|
3927
|
+
remove$8(uid);
|
|
3926
3928
|
return commands;
|
|
3927
3929
|
} catch (error) {
|
|
3928
3930
|
console.error(error);
|
|
@@ -4142,8 +4144,8 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4142
4144
|
}
|
|
4143
4145
|
}
|
|
4144
4146
|
instance.status = 'disposed';
|
|
4145
|
-
remove$
|
|
4146
|
-
remove$
|
|
4147
|
+
remove$8(id);
|
|
4148
|
+
remove$8(uid);
|
|
4147
4149
|
await invoke$l('Viewlet.sendMultiple', commands);
|
|
4148
4150
|
// return commands
|
|
4149
4151
|
const parentInstance = getInstance(KeyBindings);
|
|
@@ -4886,7 +4888,7 @@ const load$3 = moduleId => {
|
|
|
4886
4888
|
return Promise.resolve().then(function () { return ContentTracing_ipc; });
|
|
4887
4889
|
case ContextMenu:
|
|
4888
4890
|
return Promise.resolve().then(function () { return ContextMenu_ipc; });
|
|
4889
|
-
case Debug:
|
|
4891
|
+
case Debug$1:
|
|
4890
4892
|
return Promise.resolve().then(function () { return Debug_ipc; });
|
|
4891
4893
|
case DebugSharedProcess:
|
|
4892
4894
|
return Promise.resolve().then(function () { return DebugSharedProcess_ipc; });
|
|
@@ -5142,7 +5144,7 @@ const isValid = recentlyOpened => {
|
|
|
5142
5144
|
|
|
5143
5145
|
const getRecentlyOpened$1 = async () => {
|
|
5144
5146
|
try {
|
|
5145
|
-
const content = await readFile$
|
|
5147
|
+
const content = await readFile$f('app://recently-opened.json');
|
|
5146
5148
|
const parsed = parse$1(content);
|
|
5147
5149
|
if (!isValid(parsed)) {
|
|
5148
5150
|
return [];
|
|
@@ -5161,7 +5163,7 @@ const getRecentlyOpened$1 = async () => {
|
|
|
5161
5163
|
|
|
5162
5164
|
const setRecentlyOpened = async newRecentlyOpened => {
|
|
5163
5165
|
const stringified = stringify(newRecentlyOpened);
|
|
5164
|
-
await writeFile$
|
|
5166
|
+
await writeFile$f('app://recently-opened.json', stringified);
|
|
5165
5167
|
};
|
|
5166
5168
|
|
|
5167
5169
|
const addToRecentlyOpenedWeb = async path => {
|
|
@@ -5791,7 +5793,7 @@ const getPort = async ipcId => {
|
|
|
5791
5793
|
port2
|
|
5792
5794
|
} = getPortTuple();
|
|
5793
5795
|
// TODO call sendMessagePortToElectron function
|
|
5794
|
-
const webContentsId = await invokeAndTransfer$
|
|
5796
|
+
const webContentsId = await invokeAndTransfer$6('IpcParent.create', {
|
|
5795
5797
|
method: Electron,
|
|
5796
5798
|
port: port1,
|
|
5797
5799
|
ipcId
|
|
@@ -6271,7 +6273,7 @@ const IpcParentWithNode = {
|
|
|
6271
6273
|
const sendMessagePortToElectron = async (port, initialCommand, ipcId) => {
|
|
6272
6274
|
object(port);
|
|
6273
6275
|
string(initialCommand);
|
|
6274
|
-
await invokeAndTransfer$
|
|
6276
|
+
await invokeAndTransfer$4(initialCommand, port, ipcId);
|
|
6275
6277
|
};
|
|
6276
6278
|
|
|
6277
6279
|
const create$T = async options => {
|
|
@@ -6665,7 +6667,7 @@ const execute$3 = async ({
|
|
|
6665
6667
|
await invoke$i(method, ...params);
|
|
6666
6668
|
};
|
|
6667
6669
|
|
|
6668
|
-
const readFile$
|
|
6670
|
+
const readFile$e = uri => {
|
|
6669
6671
|
const protocol = getProtocol(uri);
|
|
6670
6672
|
const path = getPath$1(protocol, uri);
|
|
6671
6673
|
// TODO there shouldn't be multiple file system providers for the same protocol
|
|
@@ -6676,7 +6678,7 @@ const readFile$d = uri => {
|
|
|
6676
6678
|
noProviderFoundMessage: 'no file system provider found'
|
|
6677
6679
|
});
|
|
6678
6680
|
};
|
|
6679
|
-
const remove$
|
|
6681
|
+
const remove$7 = uri => {
|
|
6680
6682
|
const protocol = getProtocol(uri);
|
|
6681
6683
|
const path = getPath$1(protocol, uri);
|
|
6682
6684
|
return executeProvider({
|
|
@@ -6692,7 +6694,7 @@ const remove$6 = uri => {
|
|
|
6692
6694
|
* @param {string} oldUri
|
|
6693
6695
|
* @param {string} newUri
|
|
6694
6696
|
*/
|
|
6695
|
-
const rename$
|
|
6697
|
+
const rename$6 = (oldUri, newUri) => {
|
|
6696
6698
|
const protocol = getProtocol(oldUri);
|
|
6697
6699
|
const oldPath = getPath$1(protocol, oldUri);
|
|
6698
6700
|
const newPath = getPath$1(protocol, newUri);
|
|
@@ -6703,7 +6705,7 @@ const rename$5 = (oldUri, newUri) => {
|
|
|
6703
6705
|
noProviderFoundMessage: 'no file system provider found'
|
|
6704
6706
|
});
|
|
6705
6707
|
};
|
|
6706
|
-
const mkdir$
|
|
6708
|
+
const mkdir$7 = uri => {
|
|
6707
6709
|
const protocol = getProtocol(uri);
|
|
6708
6710
|
const path = getPath$1(protocol, uri);
|
|
6709
6711
|
return executeProvider({
|
|
@@ -6733,7 +6735,7 @@ const createFolder$1 = uri => {
|
|
|
6733
6735
|
noProviderFoundMessage: 'no file system provider found'
|
|
6734
6736
|
});
|
|
6735
6737
|
};
|
|
6736
|
-
const writeFile$
|
|
6738
|
+
const writeFile$e = (uri, content) => {
|
|
6737
6739
|
const protocol = getProtocol(uri);
|
|
6738
6740
|
const path = getPath$1(protocol, uri);
|
|
6739
6741
|
return executeProvider({
|
|
@@ -6743,7 +6745,7 @@ const writeFile$d = (uri, content) => {
|
|
|
6743
6745
|
noProviderFoundMessage: 'no file system provider found'
|
|
6744
6746
|
});
|
|
6745
6747
|
};
|
|
6746
|
-
const readDirWithFileTypes$
|
|
6748
|
+
const readDirWithFileTypes$8 = uri => {
|
|
6747
6749
|
const protocol = getProtocol(uri);
|
|
6748
6750
|
const path = getPath$1(protocol, uri);
|
|
6749
6751
|
return executeProvider({
|
|
@@ -6753,7 +6755,7 @@ const readDirWithFileTypes$7 = uri => {
|
|
|
6753
6755
|
noProviderFoundMessage: 'no file system provider found'
|
|
6754
6756
|
});
|
|
6755
6757
|
};
|
|
6756
|
-
const getPathSeparator$
|
|
6758
|
+
const getPathSeparator$8 = async uri => {
|
|
6757
6759
|
const protocol = getProtocol(uri);
|
|
6758
6760
|
const pathSeparator = await executeProvider({
|
|
6759
6761
|
event: `onFileSystem:${protocol}`,
|
|
@@ -6769,16 +6771,16 @@ const ExtensionHostFileSystem = {
|
|
|
6769
6771
|
__proto__: null,
|
|
6770
6772
|
createFile: createFile$1,
|
|
6771
6773
|
createFolder: createFolder$1,
|
|
6772
|
-
getPathSeparator: getPathSeparator$
|
|
6773
|
-
mkdir: mkdir$
|
|
6774
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
6775
|
-
readFile: readFile$
|
|
6776
|
-
remove: remove$
|
|
6777
|
-
rename: rename$
|
|
6778
|
-
writeFile: writeFile$
|
|
6774
|
+
getPathSeparator: getPathSeparator$8,
|
|
6775
|
+
mkdir: mkdir$7,
|
|
6776
|
+
readDirWithFileTypes: readDirWithFileTypes$8,
|
|
6777
|
+
readFile: readFile$e,
|
|
6778
|
+
remove: remove$7,
|
|
6779
|
+
rename: rename$6,
|
|
6780
|
+
writeFile: writeFile$e
|
|
6779
6781
|
};
|
|
6780
6782
|
|
|
6781
|
-
const name$
|
|
6783
|
+
const name$2q = 'App';
|
|
6782
6784
|
const getModule$5 = uri => {
|
|
6783
6785
|
switch (uri) {
|
|
6784
6786
|
case 'startup-performance':
|
|
@@ -6797,27 +6799,27 @@ const getModule$5 = uri => {
|
|
|
6797
6799
|
throw new Error(`unsupported file: ${uri}`);
|
|
6798
6800
|
}
|
|
6799
6801
|
};
|
|
6800
|
-
const readFile$
|
|
6802
|
+
const readFile$d = async uri => {
|
|
6801
6803
|
const module = await getModule$5(uri);
|
|
6802
6804
|
return module.readFile();
|
|
6803
6805
|
};
|
|
6804
|
-
const writeFile$
|
|
6806
|
+
const writeFile$d = async (uri, content) => {
|
|
6805
6807
|
const module = await getModule$5(uri);
|
|
6806
6808
|
return module.writeFile(content);
|
|
6807
6809
|
};
|
|
6808
|
-
const readDirWithFileTypes$
|
|
6810
|
+
const readDirWithFileTypes$7 = () => {
|
|
6809
6811
|
return [];
|
|
6810
6812
|
};
|
|
6811
|
-
const rename$
|
|
6813
|
+
const rename$5 = async (oldUri, newUri) => {
|
|
6812
6814
|
throw new Error('not allowed');
|
|
6813
6815
|
};
|
|
6814
|
-
const remove$
|
|
6816
|
+
const remove$6 = async path => {
|
|
6815
6817
|
throw new Error('not allowed');
|
|
6816
6818
|
};
|
|
6817
|
-
const mkdir$
|
|
6819
|
+
const mkdir$6 = async path => {
|
|
6818
6820
|
throw new Error('not allowed');
|
|
6819
6821
|
};
|
|
6820
|
-
const getPathSeparator$
|
|
6822
|
+
const getPathSeparator$7 = () => {
|
|
6821
6823
|
return Slash;
|
|
6822
6824
|
};
|
|
6823
6825
|
const canBeRestored$5 = true;
|
|
@@ -6825,43 +6827,43 @@ const canBeRestored$5 = true;
|
|
|
6825
6827
|
const FileSystemApp = {
|
|
6826
6828
|
__proto__: null,
|
|
6827
6829
|
canBeRestored: canBeRestored$5,
|
|
6828
|
-
getPathSeparator: getPathSeparator$
|
|
6829
|
-
mkdir: mkdir$
|
|
6830
|
-
name: name$
|
|
6831
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
6832
|
-
readFile: readFile$
|
|
6833
|
-
remove: remove$
|
|
6834
|
-
rename: rename$
|
|
6835
|
-
writeFile: writeFile$
|
|
6830
|
+
getPathSeparator: getPathSeparator$7,
|
|
6831
|
+
mkdir: mkdir$6,
|
|
6832
|
+
name: name$2q,
|
|
6833
|
+
readDirWithFileTypes: readDirWithFileTypes$7,
|
|
6834
|
+
readFile: readFile$d,
|
|
6835
|
+
remove: remove$6,
|
|
6836
|
+
rename: rename$5,
|
|
6837
|
+
writeFile: writeFile$d
|
|
6836
6838
|
};
|
|
6837
6839
|
|
|
6838
|
-
const name$
|
|
6840
|
+
const name$2p = 'Data';
|
|
6839
6841
|
const copy$5 = (source, target) => {
|
|
6840
6842
|
throw new Error('not implemented');
|
|
6841
6843
|
};
|
|
6842
|
-
const readFile$
|
|
6844
|
+
const readFile$c = path => {
|
|
6843
6845
|
return path;
|
|
6844
6846
|
};
|
|
6845
|
-
const remove$
|
|
6847
|
+
const remove$5 = path => {
|
|
6846
6848
|
throw new Error('not implemented');
|
|
6847
6849
|
};
|
|
6848
|
-
const rename$
|
|
6850
|
+
const rename$4 = (oldUri, newUri) => {
|
|
6849
6851
|
throw new Error('not implemented');
|
|
6850
6852
|
};
|
|
6851
|
-
const mkdir$
|
|
6853
|
+
const mkdir$5 = path => {
|
|
6852
6854
|
throw new Error('not implemented');
|
|
6853
6855
|
};
|
|
6854
|
-
const writeFile$
|
|
6856
|
+
const writeFile$c = async (path, content) => {
|
|
6855
6857
|
throw new Error('not implemented');
|
|
6856
6858
|
};
|
|
6857
6859
|
const ensureFile$1 = async () => {};
|
|
6858
|
-
const readDirWithFileTypes$
|
|
6860
|
+
const readDirWithFileTypes$6 = path => {
|
|
6859
6861
|
throw new Error('not implemented');
|
|
6860
6862
|
};
|
|
6861
|
-
const getBlobUrl$
|
|
6863
|
+
const getBlobUrl$3 = path => {
|
|
6862
6864
|
throw new Error('not implemented');
|
|
6863
6865
|
};
|
|
6864
|
-
const getPathSeparator$
|
|
6866
|
+
const getPathSeparator$6 = () => {
|
|
6865
6867
|
throw new Error('not implemented');
|
|
6866
6868
|
};
|
|
6867
6869
|
|
|
@@ -6869,72 +6871,72 @@ const FileSystemData = {
|
|
|
6869
6871
|
__proto__: null,
|
|
6870
6872
|
copy: copy$5,
|
|
6871
6873
|
ensureFile: ensureFile$1,
|
|
6872
|
-
getBlobUrl: getBlobUrl$
|
|
6873
|
-
getPathSeparator: getPathSeparator$
|
|
6874
|
-
mkdir: mkdir$
|
|
6875
|
-
name: name$
|
|
6876
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
6877
|
-
readFile: readFile$
|
|
6878
|
-
remove: remove$
|
|
6879
|
-
rename: rename$
|
|
6880
|
-
writeFile: writeFile$
|
|
6874
|
+
getBlobUrl: getBlobUrl$3,
|
|
6875
|
+
getPathSeparator: getPathSeparator$6,
|
|
6876
|
+
mkdir: mkdir$5,
|
|
6877
|
+
name: name$2p,
|
|
6878
|
+
readDirWithFileTypes: readDirWithFileTypes$6,
|
|
6879
|
+
readFile: readFile$c,
|
|
6880
|
+
remove: remove$5,
|
|
6881
|
+
rename: rename$4,
|
|
6882
|
+
writeFile: writeFile$c
|
|
6881
6883
|
};
|
|
6882
6884
|
|
|
6883
|
-
const name$
|
|
6884
|
-
const readFile$
|
|
6885
|
+
const name$2o = 'Memory';
|
|
6886
|
+
const readFile$b = uri => {
|
|
6885
6887
|
return invoke$i('FileSystemMemory.readFile', uri);
|
|
6886
6888
|
};
|
|
6887
|
-
const writeFile$
|
|
6889
|
+
const writeFile$b = (uri, content) => {
|
|
6888
6890
|
return invoke$i('FileSystemMemory.writeFile', uri, content);
|
|
6889
6891
|
};
|
|
6890
|
-
const mkdir$
|
|
6892
|
+
const mkdir$4 = uri => {
|
|
6891
6893
|
return invoke$i('FileSystemMemory.mkdir', uri);
|
|
6892
6894
|
};
|
|
6893
|
-
const getPathSeparator$
|
|
6895
|
+
const getPathSeparator$5 = () => {
|
|
6894
6896
|
return Slash;
|
|
6895
6897
|
};
|
|
6896
|
-
const remove$
|
|
6898
|
+
const remove$4 = uri => {
|
|
6897
6899
|
return invoke$i('FileSystemMemory.remove', uri);
|
|
6898
6900
|
};
|
|
6899
|
-
const readDirWithFileTypes$
|
|
6901
|
+
const readDirWithFileTypes$5 = uri => {
|
|
6900
6902
|
return invoke$i('FileSystemMemory.readDirWithFileTypes', uri);
|
|
6901
6903
|
};
|
|
6902
|
-
const getBlobUrl$
|
|
6904
|
+
const getBlobUrl$2 = uri => {
|
|
6903
6905
|
return invoke$i('FileSystemMemory.getBlobUrl', uri);
|
|
6904
6906
|
};
|
|
6905
|
-
const getBlob$
|
|
6907
|
+
const getBlob$5 = async uri => {
|
|
6906
6908
|
return invoke$i('FileSystemMemory.getBlob', uri);
|
|
6907
6909
|
};
|
|
6908
|
-
const chmod$
|
|
6910
|
+
const chmod$3 = (path, permissions) => {
|
|
6909
6911
|
return invoke$i('FileSystemMemory.chmod', path, permissions);
|
|
6910
6912
|
};
|
|
6911
|
-
const rename$
|
|
6913
|
+
const rename$3 = (oldPath, newPath) => {
|
|
6912
6914
|
return invoke$i('FileSystemMemory.rename', oldPath, newPath);
|
|
6913
6915
|
};
|
|
6914
|
-
const getFiles = () => {
|
|
6916
|
+
const getFiles$1 = () => {
|
|
6915
6917
|
return invoke$i('FileSystemMemory.getFiles');
|
|
6916
6918
|
};
|
|
6917
6919
|
|
|
6918
6920
|
const FileSystemMemory = {
|
|
6919
6921
|
__proto__: null,
|
|
6920
|
-
chmod: chmod$
|
|
6921
|
-
getBlob: getBlob$
|
|
6922
|
-
getBlobUrl: getBlobUrl$
|
|
6923
|
-
getFiles,
|
|
6924
|
-
getPathSeparator: getPathSeparator$
|
|
6925
|
-
mkdir: mkdir$
|
|
6926
|
-
name: name$
|
|
6927
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
6928
|
-
readFile: readFile$
|
|
6929
|
-
remove: remove$
|
|
6930
|
-
rename: rename$
|
|
6931
|
-
writeFile: writeFile$
|
|
6922
|
+
chmod: chmod$3,
|
|
6923
|
+
getBlob: getBlob$5,
|
|
6924
|
+
getBlobUrl: getBlobUrl$2,
|
|
6925
|
+
getFiles: getFiles$1,
|
|
6926
|
+
getPathSeparator: getPathSeparator$5,
|
|
6927
|
+
mkdir: mkdir$4,
|
|
6928
|
+
name: name$2o,
|
|
6929
|
+
readDirWithFileTypes: readDirWithFileTypes$5,
|
|
6930
|
+
readFile: readFile$b,
|
|
6931
|
+
remove: remove$4,
|
|
6932
|
+
rename: rename$3,
|
|
6933
|
+
writeFile: writeFile$b
|
|
6932
6934
|
};
|
|
6933
6935
|
|
|
6934
6936
|
// TODO when it rejects, it should throw a custom error,
|
|
6935
6937
|
// FileSystemError
|
|
6936
6938
|
|
|
6937
|
-
const name$
|
|
6939
|
+
const name$2n = 'Web';
|
|
6938
6940
|
const state$k = {
|
|
6939
6941
|
watchers: Object.create(null),
|
|
6940
6942
|
saveListeners: [],
|
|
@@ -7136,20 +7138,20 @@ state$k.files['/sample-folder/c.txt'] = '';
|
|
|
7136
7138
|
// return path.slice('/workspace'.length)
|
|
7137
7139
|
// }
|
|
7138
7140
|
|
|
7139
|
-
const readFile$
|
|
7141
|
+
const readFile$a = async path => {
|
|
7140
7142
|
const file = state$k.files[path];
|
|
7141
7143
|
if (file === undefined) {
|
|
7142
7144
|
throw new Error(`file not found ${path}`);
|
|
7143
7145
|
}
|
|
7144
7146
|
return file;
|
|
7145
7147
|
};
|
|
7146
|
-
const remove$
|
|
7148
|
+
const remove$3 = async path => {
|
|
7147
7149
|
throw new Error('not implemented');
|
|
7148
7150
|
};
|
|
7149
|
-
const rename$
|
|
7151
|
+
const rename$2 = async (oldPath, newPath) => {
|
|
7150
7152
|
throw new Error('not implemented');
|
|
7151
7153
|
};
|
|
7152
|
-
const mkdir$
|
|
7154
|
+
const mkdir$3 = async path => {
|
|
7153
7155
|
throw new Error('not implemented');
|
|
7154
7156
|
};
|
|
7155
7157
|
const createFile = async path => {
|
|
@@ -7158,7 +7160,7 @@ const createFile = async path => {
|
|
|
7158
7160
|
const createFolder = async path => {
|
|
7159
7161
|
throw new Error('not implemented');
|
|
7160
7162
|
};
|
|
7161
|
-
const writeFile$
|
|
7163
|
+
const writeFile$a = async (path, content) => {
|
|
7162
7164
|
state$k.files[path] = content;
|
|
7163
7165
|
};
|
|
7164
7166
|
const getDirent$1 = (path, relativePath) => {
|
|
@@ -7174,7 +7176,7 @@ const getDirent$1 = (path, relativePath) => {
|
|
|
7174
7176
|
name: rest
|
|
7175
7177
|
};
|
|
7176
7178
|
};
|
|
7177
|
-
const readDirWithFileTypes$
|
|
7179
|
+
const readDirWithFileTypes$4 = path => {
|
|
7178
7180
|
const dirents = [];
|
|
7179
7181
|
for (const key in state$k.files) {
|
|
7180
7182
|
if (key.startsWith(path)) {
|
|
@@ -7200,7 +7202,7 @@ const unwatchAll = () => {
|
|
|
7200
7202
|
const onDidSave = listener => {
|
|
7201
7203
|
throw new Error('not implemented');
|
|
7202
7204
|
};
|
|
7203
|
-
const getPathSeparator$
|
|
7205
|
+
const getPathSeparator$4 = () => {
|
|
7204
7206
|
return Slash;
|
|
7205
7207
|
};
|
|
7206
7208
|
const canBeRestored$4 = true;
|
|
@@ -7210,66 +7212,66 @@ const FileSystemWeb = {
|
|
|
7210
7212
|
canBeRestored: canBeRestored$4,
|
|
7211
7213
|
createFile,
|
|
7212
7214
|
createFolder,
|
|
7213
|
-
getPathSeparator: getPathSeparator$
|
|
7214
|
-
mkdir: mkdir$
|
|
7215
|
-
name: name$
|
|
7215
|
+
getPathSeparator: getPathSeparator$4,
|
|
7216
|
+
mkdir: mkdir$3,
|
|
7217
|
+
name: name$2n,
|
|
7216
7218
|
onDidSave,
|
|
7217
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
7218
|
-
readFile: readFile$
|
|
7219
|
-
remove: remove$
|
|
7220
|
-
rename: rename$
|
|
7219
|
+
readDirWithFileTypes: readDirWithFileTypes$4,
|
|
7220
|
+
readFile: readFile$a,
|
|
7221
|
+
remove: remove$3,
|
|
7222
|
+
rename: rename$2,
|
|
7221
7223
|
state: state$k,
|
|
7222
7224
|
unwatch,
|
|
7223
7225
|
unwatchAll,
|
|
7224
7226
|
watch,
|
|
7225
|
-
writeFile: writeFile$
|
|
7227
|
+
writeFile: writeFile$a
|
|
7226
7228
|
};
|
|
7227
7229
|
|
|
7228
7230
|
// TODO move all of this to an extension
|
|
7229
7231
|
|
|
7230
7232
|
const canBeRestored$3 = true;
|
|
7231
|
-
const name$
|
|
7233
|
+
const name$2m = 'Fetch';
|
|
7232
7234
|
const state$j = {
|
|
7233
7235
|
files: Object.create(null)
|
|
7234
7236
|
};
|
|
7235
|
-
const readFile$
|
|
7237
|
+
const readFile$9 = async uri => {
|
|
7236
7238
|
return invoke$i('FileSystemFetch.readFile', uri);
|
|
7237
7239
|
};
|
|
7238
|
-
const writeFile$
|
|
7240
|
+
const writeFile$9 = (uri, content) => {
|
|
7239
7241
|
return invoke$i('FileSystemFetch.writeFile', uri);
|
|
7240
7242
|
};
|
|
7241
|
-
const mkdir$
|
|
7243
|
+
const mkdir$2 = uri => {
|
|
7242
7244
|
return invoke$i('FileSystemFetch.mkdir', uri);
|
|
7243
7245
|
};
|
|
7244
|
-
const getPathSeparator$
|
|
7246
|
+
const getPathSeparator$3 = () => {
|
|
7245
7247
|
return Slash;
|
|
7246
7248
|
};
|
|
7247
|
-
const remove$
|
|
7249
|
+
const remove$2 = uri => {
|
|
7248
7250
|
return invoke$i('FileSystemFetch.remove', uri);
|
|
7249
7251
|
};
|
|
7250
|
-
const readDirWithFileTypes$
|
|
7252
|
+
const readDirWithFileTypes$3 = async uri => {
|
|
7251
7253
|
return invoke$i('FileSystemFetch.readDirWithFileTypes', uri);
|
|
7252
7254
|
};
|
|
7253
|
-
const chmod$
|
|
7255
|
+
const chmod$2 = (path, permissions) => {
|
|
7254
7256
|
return invoke$i('FileSystemFetch.chmod', path, permissions);
|
|
7255
7257
|
};
|
|
7256
|
-
const getBlob$
|
|
7258
|
+
const getBlob$4 = async (uri, type) => {
|
|
7257
7259
|
return invoke$i('FileSystemFetch.getBlob', uri, type);
|
|
7258
7260
|
};
|
|
7259
7261
|
|
|
7260
7262
|
const FileSystemFetch = {
|
|
7261
7263
|
__proto__: null,
|
|
7262
7264
|
canBeRestored: canBeRestored$3,
|
|
7263
|
-
chmod: chmod$
|
|
7264
|
-
getBlob: getBlob$
|
|
7265
|
-
getPathSeparator: getPathSeparator$
|
|
7266
|
-
mkdir: mkdir$
|
|
7267
|
-
name: name$
|
|
7268
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
7269
|
-
readFile: readFile$
|
|
7270
|
-
remove: remove$
|
|
7265
|
+
chmod: chmod$2,
|
|
7266
|
+
getBlob: getBlob$4,
|
|
7267
|
+
getPathSeparator: getPathSeparator$3,
|
|
7268
|
+
mkdir: mkdir$2,
|
|
7269
|
+
name: name$2m,
|
|
7270
|
+
readDirWithFileTypes: readDirWithFileTypes$3,
|
|
7271
|
+
readFile: readFile$9,
|
|
7272
|
+
remove: remove$2,
|
|
7271
7273
|
state: state$j,
|
|
7272
|
-
writeFile: writeFile$
|
|
7274
|
+
writeFile: writeFile$9
|
|
7273
7275
|
};
|
|
7274
7276
|
|
|
7275
7277
|
const fileSystemWorkerUrl = `${assetDir}/packages/file-system-worker/dist/fileSystemWorkerMain.js`;
|
|
@@ -7305,7 +7307,7 @@ const getRemoteSrc = uri => {
|
|
|
7305
7307
|
return src;
|
|
7306
7308
|
};
|
|
7307
7309
|
|
|
7308
|
-
const name$
|
|
7310
|
+
const name$2l = 'Disk';
|
|
7309
7311
|
const toUri = item => {
|
|
7310
7312
|
if (item.startsWith('file://')) {
|
|
7311
7313
|
return item;
|
|
@@ -7317,7 +7319,7 @@ const copy$4 = (source, target) => {
|
|
|
7317
7319
|
target = toUri(target);
|
|
7318
7320
|
return invoke$g('FileSystem.copy', /* source */source, /* target */target);
|
|
7319
7321
|
};
|
|
7320
|
-
const readFile$
|
|
7322
|
+
const readFile$8 = (path, encoding) => {
|
|
7321
7323
|
path = toUri(path);
|
|
7322
7324
|
return invoke$g('FileSystem.readFile', /* path */path, /* encoding */encoding);
|
|
7323
7325
|
};
|
|
@@ -7325,35 +7327,35 @@ const readJson$2 = path => {
|
|
|
7325
7327
|
path = toUri(path);
|
|
7326
7328
|
return invoke$g('FileSystem.readJson', /* path */path);
|
|
7327
7329
|
};
|
|
7328
|
-
const remove = path => {
|
|
7330
|
+
const remove$1 = path => {
|
|
7329
7331
|
path = toUri(path);
|
|
7330
7332
|
return invoke$g('FileSystem.remove', /* path */path);
|
|
7331
7333
|
};
|
|
7332
|
-
const rename = (oldUri, newUri) => {
|
|
7334
|
+
const rename$1 = (oldUri, newUri) => {
|
|
7333
7335
|
oldUri = toUri(oldUri);
|
|
7334
7336
|
newUri = toUri(newUri);
|
|
7335
7337
|
return invoke$g('FileSystem.rename', /* oldPath */oldUri, /* newPath */newUri);
|
|
7336
7338
|
};
|
|
7337
|
-
const mkdir = path => {
|
|
7339
|
+
const mkdir$1 = path => {
|
|
7338
7340
|
path = toUri(path);
|
|
7339
7341
|
return invoke$g('FileSystem.mkdir', /* path */path);
|
|
7340
7342
|
};
|
|
7341
|
-
const writeFile$
|
|
7343
|
+
const writeFile$8 = async (path, content, encoding) => {
|
|
7342
7344
|
path = toUri(path);
|
|
7343
7345
|
await invoke$g(/* FileSystem.writeFile */'FileSystem.writeFile', /* path */path, /* content */content, /* encoding */encoding);
|
|
7344
7346
|
};
|
|
7345
7347
|
const ensureFile = async () => {};
|
|
7346
|
-
const readDirWithFileTypes$
|
|
7348
|
+
const readDirWithFileTypes$2 = path => {
|
|
7347
7349
|
path = toUri(path);
|
|
7348
7350
|
return invoke$g('FileSystem.readDirWithFileTypes', /* path */path);
|
|
7349
7351
|
};
|
|
7350
|
-
const getBlobUrl = path => {
|
|
7352
|
+
const getBlobUrl$1 = path => {
|
|
7351
7353
|
if (!path.startsWith('/')) {
|
|
7352
7354
|
path = `/${path}`;
|
|
7353
7355
|
}
|
|
7354
7356
|
return getRemoteSrc(path);
|
|
7355
7357
|
};
|
|
7356
|
-
const getBlob$
|
|
7358
|
+
const getBlob$3 = async (path, type) => {
|
|
7357
7359
|
const content = await invoke$g('FileSystem.readFileAsBuffer', path);
|
|
7358
7360
|
const array = new Uint8Array(content.data);
|
|
7359
7361
|
const blob = new Blob([array], {
|
|
@@ -7361,7 +7363,7 @@ const getBlob$2 = async (path, type) => {
|
|
|
7361
7363
|
});
|
|
7362
7364
|
return blob;
|
|
7363
7365
|
};
|
|
7364
|
-
const getPathSeparator$
|
|
7366
|
+
const getPathSeparator$2 = () => {
|
|
7365
7367
|
if (platform === Web$1) {
|
|
7366
7368
|
return Slash;
|
|
7367
7369
|
}
|
|
@@ -7378,7 +7380,7 @@ const getFolderSize = path => {
|
|
|
7378
7380
|
path = toUri(path);
|
|
7379
7381
|
return invoke$g('FileSystemDisk.getFolderSize', /* path */path);
|
|
7380
7382
|
};
|
|
7381
|
-
const chmod = (path, permissions) => {
|
|
7383
|
+
const chmod$1 = (path, permissions) => {
|
|
7382
7384
|
path = toUri(path);
|
|
7383
7385
|
return invoke$g('FileSystem.chmod', /* path */path, /* permissions */permissions);
|
|
7384
7386
|
};
|
|
@@ -7387,23 +7389,23 @@ const canBeRestored$2 = true;
|
|
|
7387
7389
|
const FileSystemDisk = {
|
|
7388
7390
|
__proto__: null,
|
|
7389
7391
|
canBeRestored: canBeRestored$2,
|
|
7390
|
-
chmod,
|
|
7392
|
+
chmod: chmod$1,
|
|
7391
7393
|
copy: copy$4,
|
|
7392
7394
|
ensureFile,
|
|
7393
|
-
getBlob: getBlob$
|
|
7394
|
-
getBlobUrl,
|
|
7395
|
+
getBlob: getBlob$3,
|
|
7396
|
+
getBlobUrl: getBlobUrl$1,
|
|
7395
7397
|
getFolderSize,
|
|
7396
|
-
getPathSeparator: getPathSeparator$
|
|
7398
|
+
getPathSeparator: getPathSeparator$2,
|
|
7397
7399
|
getRealPath,
|
|
7398
|
-
mkdir,
|
|
7399
|
-
name: name$
|
|
7400
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
7401
|
-
readFile: readFile$
|
|
7400
|
+
mkdir: mkdir$1,
|
|
7401
|
+
name: name$2l,
|
|
7402
|
+
readDirWithFileTypes: readDirWithFileTypes$2,
|
|
7403
|
+
readFile: readFile$8,
|
|
7402
7404
|
readJson: readJson$2,
|
|
7403
|
-
remove,
|
|
7404
|
-
rename,
|
|
7405
|
+
remove: remove$1,
|
|
7406
|
+
rename: rename$1,
|
|
7405
7407
|
stat,
|
|
7406
|
-
writeFile: writeFile$
|
|
7408
|
+
writeFile: writeFile$8
|
|
7407
7409
|
};
|
|
7408
7410
|
|
|
7409
7411
|
const NotAllowedError = 'NotAllowedError';
|
|
@@ -7676,7 +7678,7 @@ const getChildHandles = async handle => {
|
|
|
7676
7678
|
throw new VError(error, 'failed to get child handles');
|
|
7677
7679
|
}
|
|
7678
7680
|
};
|
|
7679
|
-
const readDirWithFileTypes = async uri => {
|
|
7681
|
+
const readDirWithFileTypes$1 = async uri => {
|
|
7680
7682
|
try {
|
|
7681
7683
|
// TODO convert uri to file handle path, get file handle from indexeddb
|
|
7682
7684
|
// if file handle does not exist, throw error
|
|
@@ -7692,7 +7694,7 @@ const readDirWithFileTypes = async uri => {
|
|
|
7692
7694
|
throw new VError(error, 'failed to read directory');
|
|
7693
7695
|
}
|
|
7694
7696
|
};
|
|
7695
|
-
const readFile$
|
|
7697
|
+
const readFile$7 = async uri => {
|
|
7696
7698
|
try {
|
|
7697
7699
|
const handle = await getFileHandle(uri);
|
|
7698
7700
|
if (!handle) {
|
|
@@ -7708,7 +7710,7 @@ const readFile$6 = async uri => {
|
|
|
7708
7710
|
throw new VError(error, 'Failed to read file');
|
|
7709
7711
|
}
|
|
7710
7712
|
};
|
|
7711
|
-
const writeFile$
|
|
7713
|
+
const writeFile$7 = async (uri, content) => {
|
|
7712
7714
|
try {
|
|
7713
7715
|
const handle = await getFileHandle(uri);
|
|
7714
7716
|
if (!handle) {
|
|
@@ -7719,7 +7721,7 @@ const writeFile$6 = async (uri, content) => {
|
|
|
7719
7721
|
throw new VError(error, 'Failed to save file');
|
|
7720
7722
|
}
|
|
7721
7723
|
};
|
|
7722
|
-
const getPathSeparator = () => {
|
|
7724
|
+
const getPathSeparator$1 = () => {
|
|
7723
7725
|
return pathSeparator$1;
|
|
7724
7726
|
};
|
|
7725
7727
|
const getBlobSrc = async uri => {
|
|
@@ -7731,7 +7733,7 @@ const getBlobSrc = async uri => {
|
|
|
7731
7733
|
const blobUrl = URL.createObjectURL(file);
|
|
7732
7734
|
return blobUrl;
|
|
7733
7735
|
};
|
|
7734
|
-
const getBlob$
|
|
7736
|
+
const getBlob$2 = async (uri, type) => {
|
|
7735
7737
|
const handle = await getFileHandle(uri);
|
|
7736
7738
|
if (!handle) {
|
|
7737
7739
|
throw new Error(`file not found`);
|
|
@@ -7745,13 +7747,94 @@ const canBeRestored$1 = true;
|
|
|
7745
7747
|
const FileSystemHtml = {
|
|
7746
7748
|
__proto__: null,
|
|
7747
7749
|
canBeRestored: canBeRestored$1,
|
|
7748
|
-
getBlob: getBlob$
|
|
7750
|
+
getBlob: getBlob$2,
|
|
7749
7751
|
getBlobSrc,
|
|
7750
7752
|
getChildHandles,
|
|
7751
7753
|
getDirents,
|
|
7754
|
+
getPathSeparator: getPathSeparator$1,
|
|
7755
|
+
readDirWithFileTypes: readDirWithFileTypes$1,
|
|
7756
|
+
readFile: readFile$7,
|
|
7757
|
+
writeFile: writeFile$7
|
|
7758
|
+
};
|
|
7759
|
+
|
|
7760
|
+
const debugWorkerUrl = `${assetDir}/packages/debug-worker/dist/debugWorkerMain.js`;
|
|
7761
|
+
|
|
7762
|
+
const getConfiguredWorkerUrl$d = () => {
|
|
7763
|
+
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
7764
|
+
if (configuredWorkerUrl) {
|
|
7765
|
+
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
7766
|
+
}
|
|
7767
|
+
configuredWorkerUrl = configuredWorkerUrl || debugWorkerUrl;
|
|
7768
|
+
{
|
|
7769
|
+
configuredWorkerUrl = debugWorkerUrl;
|
|
7770
|
+
}
|
|
7771
|
+
return configuredWorkerUrl;
|
|
7772
|
+
};
|
|
7773
|
+
const launchDebugWorker = async () => {
|
|
7774
|
+
const name = 'Debug Worker';
|
|
7775
|
+
const ipc = await create$13({
|
|
7776
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
7777
|
+
name,
|
|
7778
|
+
url: getConfiguredWorkerUrl$d()
|
|
7779
|
+
});
|
|
7780
|
+
handleIpc(ipc);
|
|
7781
|
+
await invoke$m(ipc, 'Initialize.initialize');
|
|
7782
|
+
return ipc;
|
|
7783
|
+
};
|
|
7784
|
+
|
|
7785
|
+
const {
|
|
7786
|
+
invoke: invoke$f,
|
|
7787
|
+
restart: restart$8
|
|
7788
|
+
} = getOrCreateWorker(launchDebugWorker);
|
|
7789
|
+
|
|
7790
|
+
const name$2k = 'Debug';
|
|
7791
|
+
const readFile$6 = uri => {
|
|
7792
|
+
return invoke$f('RunAndDebug.readFile', uri);
|
|
7793
|
+
};
|
|
7794
|
+
const writeFile$6 = (uri, content) => {
|
|
7795
|
+
throw new Error('not implemented');
|
|
7796
|
+
};
|
|
7797
|
+
const mkdir = uri => {
|
|
7798
|
+
throw new Error('not implemented');
|
|
7799
|
+
};
|
|
7800
|
+
const getPathSeparator = () => {
|
|
7801
|
+
return Slash;
|
|
7802
|
+
};
|
|
7803
|
+
const remove = uri => {
|
|
7804
|
+
throw new Error('not implemented');
|
|
7805
|
+
};
|
|
7806
|
+
const readDirWithFileTypes = uri => {
|
|
7807
|
+
throw new Error('not implemented');
|
|
7808
|
+
};
|
|
7809
|
+
const getBlobUrl = uri => {
|
|
7810
|
+
throw new Error('not implemented');
|
|
7811
|
+
};
|
|
7812
|
+
const getBlob$1 = async uri => {
|
|
7813
|
+
throw new Error('not implemented');
|
|
7814
|
+
};
|
|
7815
|
+
const chmod = (path, permissions) => {
|
|
7816
|
+
throw new Error('not implemented');
|
|
7817
|
+
};
|
|
7818
|
+
const rename = (oldPath, newPath) => {
|
|
7819
|
+
throw new Error('not implemented');
|
|
7820
|
+
};
|
|
7821
|
+
const getFiles = () => {
|
|
7822
|
+
throw new Error('not implemented');
|
|
7823
|
+
};
|
|
7824
|
+
|
|
7825
|
+
const FileSystemDebug = {
|
|
7826
|
+
__proto__: null,
|
|
7827
|
+
chmod,
|
|
7828
|
+
getBlob: getBlob$1,
|
|
7829
|
+
getBlobUrl,
|
|
7830
|
+
getFiles,
|
|
7752
7831
|
getPathSeparator,
|
|
7832
|
+
mkdir,
|
|
7833
|
+
name: name$2k,
|
|
7753
7834
|
readDirWithFileTypes,
|
|
7754
7835
|
readFile: readFile$6,
|
|
7836
|
+
remove,
|
|
7837
|
+
rename,
|
|
7755
7838
|
writeFile: writeFile$6
|
|
7756
7839
|
};
|
|
7757
7840
|
|
|
@@ -8091,7 +8174,7 @@ const TryToGetActualImportErrorMessage = {
|
|
|
8091
8174
|
|
|
8092
8175
|
const aboutViewWorkerUrl = `${assetDir}/packages/about-view-worker/dist/aboutWorkerMain.js`;
|
|
8093
8176
|
|
|
8094
|
-
const getConfiguredWorkerUrl$
|
|
8177
|
+
const getConfiguredWorkerUrl$c = () => {
|
|
8095
8178
|
let configuredWorkerUrl = get$e('develop.aboutViewWorkerPath') || '';
|
|
8096
8179
|
if (configuredWorkerUrl) {
|
|
8097
8180
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -8107,18 +8190,18 @@ const launchAboutViewWorker = async () => {
|
|
|
8107
8190
|
const ipc = await create$13({
|
|
8108
8191
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8109
8192
|
name,
|
|
8110
|
-
url: getConfiguredWorkerUrl$
|
|
8193
|
+
url: getConfiguredWorkerUrl$c()
|
|
8111
8194
|
});
|
|
8112
8195
|
handleIpc(ipc);
|
|
8113
8196
|
return ipc;
|
|
8114
8197
|
};
|
|
8115
8198
|
|
|
8116
8199
|
const {
|
|
8117
|
-
invoke: invoke$
|
|
8200
|
+
invoke: invoke$e
|
|
8118
8201
|
} = getOrCreateWorker(launchAboutViewWorker);
|
|
8119
8202
|
|
|
8120
8203
|
const showAboutElectron = async () => {
|
|
8121
|
-
return invoke$
|
|
8204
|
+
return invoke$e('About.showAboutElectron');
|
|
8122
8205
|
};
|
|
8123
8206
|
|
|
8124
8207
|
const showAboutDefault = async () => {
|
|
@@ -8517,7 +8600,7 @@ const blobToBinaryString = async blob => {
|
|
|
8517
8600
|
};
|
|
8518
8601
|
|
|
8519
8602
|
const getSrc = uri => {
|
|
8520
|
-
return getBlobUrl$
|
|
8603
|
+
return getBlobUrl$4(uri);
|
|
8521
8604
|
};
|
|
8522
8605
|
const disposeSrc = async src => {
|
|
8523
8606
|
if (src.startsWith(Blob$1)) {
|
|
@@ -8596,9 +8679,9 @@ const applyFileReplacement = async edit => {
|
|
|
8596
8679
|
uri,
|
|
8597
8680
|
changes
|
|
8598
8681
|
} = edit;
|
|
8599
|
-
const oldContent = await readFile$
|
|
8682
|
+
const oldContent = await readFile$f(uri);
|
|
8600
8683
|
const newContent = getNewContent(oldContent, changes);
|
|
8601
|
-
await writeFile$
|
|
8684
|
+
await writeFile$f(uri, newContent);
|
|
8602
8685
|
};
|
|
8603
8686
|
const applyBulkReplacement = async (files, ranges, replacement) => {
|
|
8604
8687
|
if (files && ranges && replacement) {
|
|
@@ -10914,18 +10997,18 @@ const FilePicker_ipc = {
|
|
|
10914
10997
|
|
|
10915
10998
|
const name$1O = 'FileSystem';
|
|
10916
10999
|
const Commands$1H = {
|
|
10917
|
-
chmod: chmod$
|
|
11000
|
+
chmod: chmod$4,
|
|
10918
11001
|
copy: copy$6,
|
|
10919
|
-
getBlob: getBlob$
|
|
11002
|
+
getBlob: getBlob$6,
|
|
10920
11003
|
getFolderSize: getFolderSize$1,
|
|
10921
|
-
getPathSeparator: getPathSeparator$
|
|
10922
|
-
mkdir: mkdir$
|
|
10923
|
-
readDirWithFileTypes: readDirWithFileTypes$
|
|
10924
|
-
readFile: readFile$
|
|
11004
|
+
getPathSeparator: getPathSeparator$9,
|
|
11005
|
+
mkdir: mkdir$8,
|
|
11006
|
+
readDirWithFileTypes: readDirWithFileTypes$9,
|
|
11007
|
+
readFile: readFile$f,
|
|
10925
11008
|
readJson: readJson$3,
|
|
10926
|
-
remove: remove$
|
|
10927
|
-
rename: rename$
|
|
10928
|
-
writeFile: writeFile$
|
|
11009
|
+
remove: remove$a,
|
|
11010
|
+
rename: rename$7,
|
|
11011
|
+
writeFile: writeFile$f,
|
|
10929
11012
|
stat: stat$1,
|
|
10930
11013
|
getRealPath: getRealPath$1
|
|
10931
11014
|
};
|
|
@@ -10970,7 +11053,7 @@ const show$8 = async (uri, top, left) => {
|
|
|
10970
11053
|
const version = ++state$e.versionId;
|
|
10971
11054
|
// TODO what to do on web? probably need to create blob url
|
|
10972
11055
|
// or use https url for external images
|
|
10973
|
-
const blobUrl = await getBlobUrl$
|
|
11056
|
+
const blobUrl = await getBlobUrl$4(uri);
|
|
10974
11057
|
if (version !== state$e.versionId) {
|
|
10975
11058
|
return;
|
|
10976
11059
|
}
|
|
@@ -11132,7 +11215,7 @@ const getFindWidgetWorkerUrl = () => {
|
|
|
11132
11215
|
|
|
11133
11216
|
const extensionHostSubWorkerUrl = `${assetDir}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js`;
|
|
11134
11217
|
|
|
11135
|
-
const getConfiguredWorkerUrl$
|
|
11218
|
+
const getConfiguredWorkerUrl$b = () => {
|
|
11136
11219
|
let configuredWorkerUrl = get$e('develop.extensionHostSubWorkerPath') || '';
|
|
11137
11220
|
if (configuredWorkerUrl) {
|
|
11138
11221
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -11144,7 +11227,7 @@ const getConfiguredWorkerUrl$c = () => {
|
|
|
11144
11227
|
return configuredWorkerUrl;
|
|
11145
11228
|
};
|
|
11146
11229
|
const getExtensionHostSubWorkerUrl = () => {
|
|
11147
|
-
return getConfiguredWorkerUrl$
|
|
11230
|
+
return getConfiguredWorkerUrl$b();
|
|
11148
11231
|
};
|
|
11149
11232
|
|
|
11150
11233
|
const renameWorkerUrl = `${assetDir}/packages/rename-worker/dist/renameWorkerMain.js`;
|
|
@@ -12848,7 +12931,7 @@ const SessionStorage_ipc = {
|
|
|
12848
12931
|
name: name$1o
|
|
12849
12932
|
};
|
|
12850
12933
|
|
|
12851
|
-
const getConfiguredWorkerUrl$
|
|
12934
|
+
const getConfiguredWorkerUrl$a = (preferenceKey, fallback) => {
|
|
12852
12935
|
let configuredWorkerUrl = get$e(preferenceKey) || '';
|
|
12853
12936
|
if (configuredWorkerUrl) {
|
|
12854
12937
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -12863,7 +12946,7 @@ const getConfiguredWorkerUrl$b = (preferenceKey, fallback) => {
|
|
|
12863
12946
|
const testWorkerUrl = `${assetDir}/packages/test-worker/dist/testWorkerMain.js`;
|
|
12864
12947
|
|
|
12865
12948
|
const launchTestWorker = async () => {
|
|
12866
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
12949
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.testWorkerPath', testWorkerUrl);
|
|
12867
12950
|
const ipc = await create$13({
|
|
12868
12951
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
12869
12952
|
url: configuredWorkerUrl,
|
|
@@ -13146,8 +13229,8 @@ const launchTerminalWorker = async () => {
|
|
|
13146
13229
|
};
|
|
13147
13230
|
|
|
13148
13231
|
const {
|
|
13149
|
-
invoke: invoke$
|
|
13150
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
13232
|
+
invoke: invoke$d,
|
|
13233
|
+
invokeAndTransfer: invokeAndTransfer$2
|
|
13151
13234
|
} = getOrCreateWorker(launchTerminalWorker);
|
|
13152
13235
|
|
|
13153
13236
|
const create$R = async canvasId => {
|
|
@@ -13159,7 +13242,7 @@ const create$R = async canvasId => {
|
|
|
13159
13242
|
};
|
|
13160
13243
|
const createForTerminal = async (canvasId, callbackId) => {
|
|
13161
13244
|
const canvas = await create$R(canvasId);
|
|
13162
|
-
await invokeAndTransfer$
|
|
13245
|
+
await invokeAndTransfer$2('OffscreenCanvas.handleResult', callbackId, canvas);
|
|
13163
13246
|
};
|
|
13164
13247
|
|
|
13165
13248
|
const name$1a = 'OffscreenCanvas';
|
|
@@ -13440,7 +13523,7 @@ const ExtensionHostClosingTagCompletion_ipc = {
|
|
|
13440
13523
|
const sendMessagePortToRendererProcess = async (port, initialCommand) => {
|
|
13441
13524
|
object(port);
|
|
13442
13525
|
string(initialCommand);
|
|
13443
|
-
await invokeAndTransfer$
|
|
13526
|
+
await invokeAndTransfer$6(initialCommand, port);
|
|
13444
13527
|
};
|
|
13445
13528
|
|
|
13446
13529
|
const name$_ = 'SendMessagePortToRendererProcess';
|
|
@@ -13481,27 +13564,63 @@ const ExtensionHostHover_ipc = {
|
|
|
13481
13564
|
name: name$Z
|
|
13482
13565
|
};
|
|
13483
13566
|
|
|
13567
|
+
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
13568
|
+
|
|
13569
|
+
const launchEditorWorker = async () => {
|
|
13570
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$a('developer.editorWorkerPath', editorWorkerUrl);
|
|
13571
|
+
const id = create$12();
|
|
13572
|
+
let ipc = await create$13({
|
|
13573
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13574
|
+
url: configuredWorkerUrl,
|
|
13575
|
+
name: 'Editor Worker',
|
|
13576
|
+
id
|
|
13577
|
+
});
|
|
13578
|
+
if (getConfig()) {
|
|
13579
|
+
// TODO should renderer process send port to renderer worker or vice versa?
|
|
13580
|
+
const port = acquire(id);
|
|
13581
|
+
// TODO wrap port to create ipc
|
|
13582
|
+
ipc = wrap$7(port);
|
|
13583
|
+
}
|
|
13584
|
+
handleIpc(ipc);
|
|
13585
|
+
const syntaxHighlightingWorker = true;
|
|
13586
|
+
const syncIncremental = true;
|
|
13587
|
+
await invoke$m(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
13588
|
+
return ipc;
|
|
13589
|
+
};
|
|
13590
|
+
|
|
13591
|
+
const {
|
|
13592
|
+
invoke: invoke$c,
|
|
13593
|
+
invokeAndTransfer: invokeAndTransfer$1
|
|
13594
|
+
} = getOrCreateWorker(launchEditorWorker);
|
|
13595
|
+
const actualInvoke = invoke$c;
|
|
13596
|
+
|
|
13484
13597
|
const sendMessagePortToExtensionHostWorker = async (port, initialCommand, rpcId) => {
|
|
13485
13598
|
object(port);
|
|
13486
13599
|
string(initialCommand);
|
|
13487
|
-
await invokeAndTransfer$
|
|
13600
|
+
await invokeAndTransfer$3(initialCommand, port, rpcId);
|
|
13488
13601
|
};
|
|
13489
13602
|
const sendMessagePortToSharedProcess = async (port, initialCommand, rpcId) => {
|
|
13490
13603
|
object(port);
|
|
13491
13604
|
string(initialCommand);
|
|
13492
|
-
await invokeAndTransfer$
|
|
13605
|
+
await invokeAndTransfer$4(initialCommand, port, rpcId);
|
|
13493
13606
|
};
|
|
13494
13607
|
const sendMessagePortToErrorWorker = async (port, initialCommand, rpcId) => {
|
|
13495
13608
|
object(port);
|
|
13496
13609
|
string(initialCommand);
|
|
13497
|
-
await invokeAndTransfer$
|
|
13610
|
+
await invokeAndTransfer$5(initialCommand, port, rpcId);
|
|
13611
|
+
};
|
|
13612
|
+
const sendMessagePortToEditorWorker = async (port, initialCommand, rpcId) => {
|
|
13613
|
+
object(port);
|
|
13614
|
+
string(initialCommand);
|
|
13615
|
+
await invokeAndTransfer$1(initialCommand, port, rpcId);
|
|
13498
13616
|
};
|
|
13499
13617
|
|
|
13500
13618
|
const name$Y = 'SendMessagePortToExtensionHostWorker';
|
|
13501
13619
|
const Commands$Q = {
|
|
13502
13620
|
sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker,
|
|
13503
13621
|
sendMessagePortToSharedProcess: sendMessagePortToSharedProcess,
|
|
13504
|
-
sendMessagePortToErrorWorker: sendMessagePortToErrorWorker
|
|
13622
|
+
sendMessagePortToErrorWorker: sendMessagePortToErrorWorker,
|
|
13623
|
+
sendMessagePortToEditorWorker: sendMessagePortToEditorWorker
|
|
13505
13624
|
};
|
|
13506
13625
|
|
|
13507
13626
|
const SendMessagePortToExtensionHostWorker_ipc = {
|
|
@@ -13523,7 +13642,7 @@ const ExtensionHostManagement_ipc = {
|
|
|
13523
13642
|
|
|
13524
13643
|
const syntaxHighlightingWorkerUrl = `${assetDir}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js`;
|
|
13525
13644
|
|
|
13526
|
-
const getConfiguredWorkerUrl$
|
|
13645
|
+
const getConfiguredWorkerUrl$9 = () => {
|
|
13527
13646
|
let configuredWorkerUrl = get$e('developer.syntaxHighlightingWorkerPath') || '';
|
|
13528
13647
|
if (configuredWorkerUrl) {
|
|
13529
13648
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13535,7 +13654,7 @@ const getConfiguredWorkerUrl$a = () => {
|
|
|
13535
13654
|
return configuredWorkerUrl;
|
|
13536
13655
|
};
|
|
13537
13656
|
const launchSyntaxHighlightingWorker = async () => {
|
|
13538
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
13657
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$9();
|
|
13539
13658
|
const name = 'Syntax Highlighting Worker';
|
|
13540
13659
|
const id = create$12();
|
|
13541
13660
|
let ipc = await create$13({
|
|
@@ -13621,7 +13740,7 @@ const isGitpod = getHost().endsWith('.gitpod.io');
|
|
|
13621
13740
|
const WebView = 'lvce-oss-webview';
|
|
13622
13741
|
|
|
13623
13742
|
const setPort = async (uid, port, origin, portType) => {
|
|
13624
|
-
await invokeAndTransfer$
|
|
13743
|
+
await invokeAndTransfer$6('WebView.setPort', uid, port, origin, portType);
|
|
13625
13744
|
};
|
|
13626
13745
|
|
|
13627
13746
|
/**
|
|
@@ -13648,7 +13767,7 @@ const getSecret = key => {
|
|
|
13648
13767
|
return get$e(key);
|
|
13649
13768
|
};
|
|
13650
13769
|
const registerInterceptor = async (id, port) => {
|
|
13651
|
-
await invokeAndTransfer$
|
|
13770
|
+
await invokeAndTransfer$3('WebView.registerInterceptor', id, port);
|
|
13652
13771
|
};
|
|
13653
13772
|
const unregisterInterceptor = async id => {
|
|
13654
13773
|
await invoke$i('WebView.unregisterInterceptor', id);
|
|
@@ -13661,10 +13780,10 @@ const compat = {
|
|
|
13661
13780
|
return invoke$l(...args);
|
|
13662
13781
|
},
|
|
13663
13782
|
rendererProcessInvokeAndTransfer(...args) {
|
|
13664
|
-
return invokeAndTransfer$
|
|
13783
|
+
return invokeAndTransfer$6(...args);
|
|
13665
13784
|
},
|
|
13666
13785
|
extensionHostWorkerInvokeAndTransfer(...args) {
|
|
13667
|
-
return invokeAndTransfer$
|
|
13786
|
+
return invokeAndTransfer$3(...args);
|
|
13668
13787
|
},
|
|
13669
13788
|
extensionHostWorkerInvoke(...args) {
|
|
13670
13789
|
return invoke$i(...args);
|
|
@@ -13724,14 +13843,14 @@ const getOrCreate$1 = () => {
|
|
|
13724
13843
|
}
|
|
13725
13844
|
return state$7.ipc;
|
|
13726
13845
|
};
|
|
13727
|
-
const invoke$
|
|
13846
|
+
const invoke$b = async (method, ...params) => {
|
|
13728
13847
|
const ipc = await getOrCreate$1();
|
|
13729
13848
|
return invoke$m(ipc, method, ...params);
|
|
13730
13849
|
};
|
|
13731
13850
|
|
|
13732
13851
|
const name$T = 'SearchProcess';
|
|
13733
13852
|
const Commands$L = {
|
|
13734
|
-
invoke: invoke$
|
|
13853
|
+
invoke: invoke$b
|
|
13735
13854
|
};
|
|
13736
13855
|
|
|
13737
13856
|
const SearchProcess_ipc = {
|
|
@@ -13844,7 +13963,7 @@ const ExtensionManagement_ipc = {
|
|
|
13844
13963
|
|
|
13845
13964
|
const markdownWorkerUrl = `${assetDir}/packages/markdown-worker/dist/markdownWorkerMain.js`;
|
|
13846
13965
|
|
|
13847
|
-
const getConfiguredWorkerUrl$
|
|
13966
|
+
const getConfiguredWorkerUrl$8 = () => {
|
|
13848
13967
|
let configuredWorkerUrl = get$e('develop.markdownWorkerPath') || '';
|
|
13849
13968
|
if (configuredWorkerUrl) {
|
|
13850
13969
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -13860,21 +13979,21 @@ const launchMarkdownWorker = async () => {
|
|
|
13860
13979
|
const ipc = await create$13({
|
|
13861
13980
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
13862
13981
|
name,
|
|
13863
|
-
url: getConfiguredWorkerUrl$
|
|
13982
|
+
url: getConfiguredWorkerUrl$8()
|
|
13864
13983
|
});
|
|
13865
13984
|
handleIpc(ipc);
|
|
13866
13985
|
return ipc;
|
|
13867
13986
|
};
|
|
13868
13987
|
|
|
13869
13988
|
const {
|
|
13870
|
-
invoke: invoke$
|
|
13989
|
+
invoke: invoke$a
|
|
13871
13990
|
} = getOrCreateWorker(launchMarkdownWorker);
|
|
13872
13991
|
|
|
13873
13992
|
const getVirtualDom$3 = html => {
|
|
13874
|
-
return invoke$
|
|
13993
|
+
return invoke$a('Markdown.getMarkDownVirtualDom', html);
|
|
13875
13994
|
};
|
|
13876
13995
|
const renderMarkdown = (markdown, options) => {
|
|
13877
|
-
return invoke$
|
|
13996
|
+
return invoke$a('Markdown.renderMarkdown', markdown, options);
|
|
13878
13997
|
};
|
|
13879
13998
|
|
|
13880
13999
|
const name$N = 'Markdown';
|
|
@@ -13896,10 +14015,10 @@ const create$Q = id => {
|
|
|
13896
14015
|
};
|
|
13897
14016
|
};
|
|
13898
14017
|
const loadContent$M = async state => {
|
|
13899
|
-
await invoke$
|
|
13900
|
-
await invoke$
|
|
13901
|
-
const diffResult = await invoke$
|
|
13902
|
-
const commands = await invoke$
|
|
14018
|
+
await invoke$e('About.create', state.id);
|
|
14019
|
+
await invoke$e('About.loadContent2', state.id);
|
|
14020
|
+
const diffResult = await invoke$e('About.diff2', state.id);
|
|
14021
|
+
const commands = await invoke$e('About.render2', state.id, diffResult);
|
|
13903
14022
|
return {
|
|
13904
14023
|
...state,
|
|
13905
14024
|
commands
|
|
@@ -13908,9 +14027,9 @@ const loadContent$M = async state => {
|
|
|
13908
14027
|
|
|
13909
14028
|
const wrapAboutCommand = key => {
|
|
13910
14029
|
const fn = async (state, ...args) => {
|
|
13911
|
-
await invoke$
|
|
13912
|
-
const diffResult = await invoke$
|
|
13913
|
-
const commands = await invoke$
|
|
14030
|
+
await invoke$e(`About.${key}`, state.id, ...args);
|
|
14031
|
+
const diffResult = await invoke$e(`About.diff2`, state.id);
|
|
14032
|
+
const commands = await invoke$e('About.render2', state.id, diffResult);
|
|
13914
14033
|
if (commands.length === 0) {
|
|
13915
14034
|
return state;
|
|
13916
14035
|
}
|
|
@@ -13924,7 +14043,7 @@ const wrapAboutCommand = key => {
|
|
|
13924
14043
|
|
|
13925
14044
|
const Commands$E = {};
|
|
13926
14045
|
const getCommands$a = async () => {
|
|
13927
|
-
const commands = await invoke$
|
|
14046
|
+
const commands = await invoke$e('About.getCommandIds');
|
|
13928
14047
|
for (const command of commands) {
|
|
13929
14048
|
Commands$E[command] = wrapAboutCommand(command);
|
|
13930
14049
|
}
|
|
@@ -13934,7 +14053,7 @@ const getCommands$a = async () => {
|
|
|
13934
14053
|
const Css$G = ["/css/parts/ViewletAbout.css", "/css/parts/ViewletDialog.css"];
|
|
13935
14054
|
|
|
13936
14055
|
const getKeyBindings$i = () => {
|
|
13937
|
-
return invoke$
|
|
14056
|
+
return invoke$e('About.getKeyBindings');
|
|
13938
14057
|
};
|
|
13939
14058
|
|
|
13940
14059
|
const name$M = 'About';
|
|
@@ -13984,7 +14103,7 @@ const renderDialog$2 = {
|
|
|
13984
14103
|
};
|
|
13985
14104
|
const render$H = [renderDialog$2];
|
|
13986
14105
|
const renderEventListeners$a = async () => {
|
|
13987
|
-
const listeners = await invoke$
|
|
14106
|
+
const listeners = await invoke$e('About.renderEventListeners');
|
|
13988
14107
|
return listeners;
|
|
13989
14108
|
};
|
|
13990
14109
|
|
|
@@ -15600,7 +15719,7 @@ const ViewletDialog_ipc = {
|
|
|
15600
15719
|
|
|
15601
15720
|
const iframeInspectorWorkerUrl = `${assetDir}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js`;
|
|
15602
15721
|
|
|
15603
|
-
const getConfiguredWorkerUrl$
|
|
15722
|
+
const getConfiguredWorkerUrl$7 = () => {
|
|
15604
15723
|
let configuredWorkerUrl = get$e('develop.iframeInspectorWorkerPath') || '';
|
|
15605
15724
|
if (configuredWorkerUrl) {
|
|
15606
15725
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -15616,15 +15735,15 @@ const launchIframeInspectorWorker = async () => {
|
|
|
15616
15735
|
const ipc = await create$13({
|
|
15617
15736
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
15618
15737
|
name,
|
|
15619
|
-
url: getConfiguredWorkerUrl$
|
|
15738
|
+
url: getConfiguredWorkerUrl$7()
|
|
15620
15739
|
});
|
|
15621
15740
|
handleIpc(ipc);
|
|
15622
15741
|
return ipc;
|
|
15623
15742
|
};
|
|
15624
15743
|
|
|
15625
15744
|
const {
|
|
15626
|
-
invoke: invoke$
|
|
15627
|
-
restart: restart$
|
|
15745
|
+
invoke: invoke$9,
|
|
15746
|
+
restart: restart$7
|
|
15628
15747
|
} = getOrCreateWorker(launchIframeInspectorWorker);
|
|
15629
15748
|
|
|
15630
15749
|
const create$H = (id, uri, x, y, width, height) => {
|
|
@@ -15639,10 +15758,10 @@ const create$H = (id, uri, x, y, width, height) => {
|
|
|
15639
15758
|
};
|
|
15640
15759
|
};
|
|
15641
15760
|
const loadContent$D = async state => {
|
|
15642
|
-
await invoke$
|
|
15643
|
-
await invoke$
|
|
15644
|
-
const diffResult = await invoke$
|
|
15645
|
-
const commands = await invoke$
|
|
15761
|
+
await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
|
|
15762
|
+
await invoke$9('IframeInspector.loadContent', state.id);
|
|
15763
|
+
const diffResult = await invoke$9('IframeInspector.diff2', state.id);
|
|
15764
|
+
const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
|
|
15646
15765
|
return {
|
|
15647
15766
|
...state,
|
|
15648
15767
|
commands
|
|
@@ -15656,16 +15775,16 @@ const hotReload$8 = async state => {
|
|
|
15656
15775
|
state.isHotReloading = true;
|
|
15657
15776
|
// possible TODO race condition during hot reload
|
|
15658
15777
|
// there could still be pending promises when the worker is disposed
|
|
15659
|
-
const savedState = await invoke$
|
|
15660
|
-
await restart$
|
|
15778
|
+
const savedState = await invoke$9('IframeInspector.saveState', state.uid);
|
|
15779
|
+
await restart$7('IframeInspector.terminate');
|
|
15661
15780
|
const oldState = {
|
|
15662
15781
|
...state,
|
|
15663
15782
|
items: []
|
|
15664
15783
|
};
|
|
15665
|
-
await invoke$
|
|
15666
|
-
await invoke$
|
|
15667
|
-
const diffResult = await invoke$
|
|
15668
|
-
const commands = await invoke$
|
|
15784
|
+
await invoke$9('IframeInspector.create', state.id, state.x, state.y, state.width, state.height);
|
|
15785
|
+
await invoke$9('IframeInspector.loadContent', state.id, savedState);
|
|
15786
|
+
const diffResult = await invoke$9('IframeInspector.diff2', oldState.id);
|
|
15787
|
+
const commands = await invoke$9('IframeInspector.render2', oldState.id, diffResult);
|
|
15669
15788
|
return {
|
|
15670
15789
|
...oldState,
|
|
15671
15790
|
commands,
|
|
@@ -15675,9 +15794,9 @@ const hotReload$8 = async state => {
|
|
|
15675
15794
|
|
|
15676
15795
|
const wrapIframeInspectorCommand = key => {
|
|
15677
15796
|
const fn = async (state, ...args) => {
|
|
15678
|
-
await invoke$
|
|
15679
|
-
const diffResult = await invoke$
|
|
15680
|
-
const commands = await invoke$
|
|
15797
|
+
await invoke$9(`IframeInspector.${key}`, state.id, ...args);
|
|
15798
|
+
const diffResult = await invoke$9('IframeInspector.diff2', state.id);
|
|
15799
|
+
const commands = await invoke$9('IframeInspector.render2', state.id, diffResult);
|
|
15681
15800
|
if (commands.length === 0) {
|
|
15682
15801
|
return state;
|
|
15683
15802
|
}
|
|
@@ -15691,7 +15810,7 @@ const wrapIframeInspectorCommand = key => {
|
|
|
15691
15810
|
|
|
15692
15811
|
const Commands$w = {};
|
|
15693
15812
|
const getCommands$9 = async () => {
|
|
15694
|
-
const commands = await invoke$
|
|
15813
|
+
const commands = await invoke$9('IframeInspector.getCommandIds');
|
|
15695
15814
|
for (const command of commands) {
|
|
15696
15815
|
Commands$w[command] = wrapIframeInspectorCommand(command);
|
|
15697
15816
|
}
|
|
@@ -15702,7 +15821,7 @@ const getCommands$9 = async () => {
|
|
|
15702
15821
|
const Css$y = ["/css/parts/Table.css", "/css/parts/ViewletIframeInspector.css"];
|
|
15703
15822
|
|
|
15704
15823
|
const getKeyBindings$e = () => {
|
|
15705
|
-
return invoke$
|
|
15824
|
+
return invoke$9('IframeInspector.getKeyBindings');
|
|
15706
15825
|
};
|
|
15707
15826
|
|
|
15708
15827
|
const name$F = 'IframeInspector';
|
|
@@ -15719,7 +15838,7 @@ const renderContent = {
|
|
|
15719
15838
|
};
|
|
15720
15839
|
const render$z = [renderContent];
|
|
15721
15840
|
const renderEventListeners$9 = async () => {
|
|
15722
|
-
const listeners = await invoke$
|
|
15841
|
+
const listeners = await invoke$9('IframeInspector.renderEventListeners');
|
|
15723
15842
|
return listeners;
|
|
15724
15843
|
};
|
|
15725
15844
|
|
|
@@ -15754,7 +15873,7 @@ const launchDiffWorker = async () => {
|
|
|
15754
15873
|
};
|
|
15755
15874
|
|
|
15756
15875
|
const {
|
|
15757
|
-
invoke: invoke$
|
|
15876
|
+
invoke: invoke$8} = getOrCreateWorker(launchDiffWorker);
|
|
15758
15877
|
|
|
15759
15878
|
/**
|
|
15760
15879
|
*
|
|
@@ -15763,11 +15882,11 @@ const {
|
|
|
15763
15882
|
* @returns
|
|
15764
15883
|
*/
|
|
15765
15884
|
const diff = (linesA, linesB) => {
|
|
15766
|
-
return invoke$
|
|
15885
|
+
return invoke$8('Diff.diff', linesA, linesB);
|
|
15767
15886
|
};
|
|
15768
15887
|
|
|
15769
15888
|
const getDiffEditorContents = async (left, right) => {
|
|
15770
|
-
const [contentLeft, contentRight] = await Promise.all([readFile$
|
|
15889
|
+
const [contentLeft, contentRight] = await Promise.all([readFile$f(left), readFile$f(right)]);
|
|
15771
15890
|
return {
|
|
15772
15891
|
contentLeft,
|
|
15773
15892
|
contentRight
|
|
@@ -16739,7 +16858,7 @@ const getTests = async () => {
|
|
|
16739
16858
|
const root = await invoke$j('Platform.getRoot');
|
|
16740
16859
|
const testPath = await invoke$j('Platform.getTestPath');
|
|
16741
16860
|
const absolutePath = `${root}/${testPath}/src`;
|
|
16742
|
-
const dirents = await readDirWithFileTypes$
|
|
16861
|
+
const dirents = await readDirWithFileTypes$9(absolutePath);
|
|
16743
16862
|
const filteredDirents = dirents.slice(1);
|
|
16744
16863
|
console.log({
|
|
16745
16864
|
filteredDirents
|
|
@@ -17190,34 +17309,6 @@ const getFontWeight = () => {
|
|
|
17190
17309
|
return get$e(kFontWeight) ?? 400;
|
|
17191
17310
|
};
|
|
17192
17311
|
|
|
17193
|
-
const editorWorkerUrl = `${assetDir}/packages/editor-worker/dist/editorWorkerMain.js`;
|
|
17194
|
-
|
|
17195
|
-
const launchEditorWorker = async () => {
|
|
17196
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$b('developer.editorWorkerPath', editorWorkerUrl);
|
|
17197
|
-
const id = create$12();
|
|
17198
|
-
let ipc = await create$13({
|
|
17199
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17200
|
-
url: configuredWorkerUrl,
|
|
17201
|
-
name: 'Editor Worker',
|
|
17202
|
-
id
|
|
17203
|
-
});
|
|
17204
|
-
if (getConfig()) {
|
|
17205
|
-
// TODO should renderer process send port to renderer worker or vice versa?
|
|
17206
|
-
const port = acquire(id);
|
|
17207
|
-
// TODO wrap port to create ipc
|
|
17208
|
-
ipc = wrap$7(port);
|
|
17209
|
-
}
|
|
17210
|
-
handleIpc(ipc);
|
|
17211
|
-
const syntaxHighlightingWorker = true;
|
|
17212
|
-
const syncIncremental = true;
|
|
17213
|
-
await invoke$m(ipc, 'Initialize.initialize', syntaxHighlightingWorker, syncIncremental);
|
|
17214
|
-
return ipc;
|
|
17215
|
-
};
|
|
17216
|
-
|
|
17217
|
-
const {
|
|
17218
|
-
invoke: invoke$9} = getOrCreateWorker(launchEditorWorker);
|
|
17219
|
-
const actualInvoke = invoke$9;
|
|
17220
|
-
|
|
17221
17312
|
const combineResults$3 = results => {
|
|
17222
17313
|
return results[0];
|
|
17223
17314
|
};
|
|
@@ -17243,7 +17334,7 @@ const getFontUrl = relativePath => {
|
|
|
17243
17334
|
};
|
|
17244
17335
|
|
|
17245
17336
|
const getTextEditorContent = async uri => {
|
|
17246
|
-
const content = await readFile$
|
|
17337
|
+
const content = await readFile$f(uri);
|
|
17247
17338
|
// TODO if content is not of type string, throw error
|
|
17248
17339
|
const actualContent = content ?? 'content could not be loaded';
|
|
17249
17340
|
return actualContent;
|
|
@@ -17308,6 +17399,9 @@ const getLanguageId = state => {
|
|
|
17308
17399
|
const fileName = pathBaseName(state.uri);
|
|
17309
17400
|
const languageId = getLanguageId$1(fileName);
|
|
17310
17401
|
if (languageId === 'unknown') {
|
|
17402
|
+
if (state.languageId) {
|
|
17403
|
+
return state.languageId;
|
|
17404
|
+
}
|
|
17311
17405
|
console.log('try to get language from content', state);
|
|
17312
17406
|
const firstLine = state.lines[0] || '';
|
|
17313
17407
|
const languageIdFromContent = getLanguageIdByFirstLine(firstLine);
|
|
@@ -17340,12 +17434,13 @@ const loadContent$z = async (state, savedState, context) => {
|
|
|
17340
17434
|
const completionTriggerCharacters = getCompletionTriggerCharacters();
|
|
17341
17435
|
const diagnosticsEnabled$1 = diagnosticsEnabled();
|
|
17342
17436
|
const content = await getTextEditorContent(uri);
|
|
17343
|
-
const languageId = getLanguageId(state);
|
|
17437
|
+
const languageId = context?.languageId || getLanguageId(state);
|
|
17344
17438
|
const tokenizer = getTokenizer(languageId);
|
|
17345
17439
|
const tokenizerId = create$12();
|
|
17346
17440
|
set$1(tokenizerId, tokenizer);
|
|
17347
17441
|
let savedSelections = getSavedSelections(savedState);
|
|
17348
17442
|
const savedDeltaY = getSavedDeltaY(savedState);
|
|
17443
|
+
state.languageId = languageId;
|
|
17349
17444
|
let newState2 = setDeltaYFixedValue(state, savedDeltaY);
|
|
17350
17445
|
const isFiraCode = fontFamily === 'Fira Code' || fontFamily === "'Fira Code'";
|
|
17351
17446
|
if (isFiraCode) {
|
|
@@ -17355,6 +17450,8 @@ const loadContent$z = async (state, savedState, context) => {
|
|
|
17355
17450
|
}
|
|
17356
17451
|
const isMonospaceFont = isFiraCode; // TODO an actual check for monospace font
|
|
17357
17452
|
const fontWeight = getFontWeight();
|
|
17453
|
+
const lineToReveal = context?.rowIndex || 0;
|
|
17454
|
+
const columnToReveal = context?.columnIndex || 0;
|
|
17358
17455
|
await actualInvoke('Editor.create', {
|
|
17359
17456
|
id,
|
|
17360
17457
|
content,
|
|
@@ -17382,7 +17479,9 @@ const loadContent$z = async (state, savedState, context) => {
|
|
|
17382
17479
|
fontFamily,
|
|
17383
17480
|
fontWeight,
|
|
17384
17481
|
uri,
|
|
17385
|
-
diagnosticsEnabled: diagnosticsEnabled$1
|
|
17482
|
+
diagnosticsEnabled: diagnosticsEnabled$1,
|
|
17483
|
+
lineToReveal,
|
|
17484
|
+
columnToReveal
|
|
17386
17485
|
});
|
|
17387
17486
|
// TODO send render commands directly from editor worker
|
|
17388
17487
|
// to renderer process
|
|
@@ -17511,7 +17610,7 @@ const wrapEditorCommands = ids => {
|
|
|
17511
17610
|
return all;
|
|
17512
17611
|
};
|
|
17513
17612
|
|
|
17514
|
-
const ids = ['addCursorAbove', 'addCursorBelow', 'applyEdit', 'braceCompletion', 'cancelSelection', 'closeCodeGenerator', 'closeCompletion', 'closeCompletion', 'closeFind', 'closeFind2', 'closeRename', 'closeRename', 'closeSourceAction', 'closeSourceActions', 'ColorPicker.handleSliderPointerDown', 'ColorPicker.handleSliderPointerMove', 'compositionEnd', 'compositionStart', 'compositionUpdate', 'contextMenu', 'copy', 'copyLineDown', 'copyLineUp', 'cursorCharacterLeft', 'cursorCharacterRight', 'cursorDown', 'cursorEnd', 'cursorHome', 'cursorLeft', 'cursorRight', 'cursorSet', 'cursorUp', 'cursorWordLeft', 'cursorWordPartLeft', 'cursorWordPartRight', 'cursorWordRight', 'cut', 'deleteAllLeft', 'deleteAllRight', 'deleteCharacterLeft', 'deleteCharacterRight', 'deleteHorizontalRight', 'deleteLeft', 'deleteRight', 'deleteWordLeft', 'deleteWordPartLeft', 'deleteWordPartRight', 'deleteWordRight', 'executeWidgetCommand', 'EditorCodeGenerator.accept', 'EditorCompletion.closeDetails', 'EditorCompletion.dispose', 'EditorCompletion.focusFirst', 'EditorCompletion.focusIndex', 'EditorCompletion.focusLast', 'EditorCompletion.focusNext', 'EditorCompletion.focusNextPage', 'EditorCompletion.focusPrevious', 'EditorCompletion.focusPreviousPage', 'EditorCompletion.handleClickAt', 'EditorCompletion.handleScrollBarCaptureLost', 'EditorCompletion.handleScrollBarClick', 'EditorCompletion.handleScrollBarMove', 'EditorCompletion.handleScrollBarThumbPointerMove', 'EditorCompletion.handleWheel', 'EditorCompletion.openDetails', 'EditorCompletion.scrollDown', 'EditorCompletion.selectCurrent', 'EditorCompletion.selectIndex', 'EditorCompletion.toggleDetails', 'EditorCompletion.close', 'EditorRename.accept', 'EditorRename.handleBlur', 'EditorSourceActions.close', 'EditorSourceActions.focusFirst', 'EditorSourceActions.focusLast', 'EditorSourceActions.focusNext', 'EditorSourceActions.focusPrevious', 'EditorSourceActions.selectCurrent', 'findAllReferences', 'FindWidget.close', 'FindWidget.focusCloseButton', 'FindWidget.focusFind', 'FindWidget.focusNext', 'FindWidget.focusNextMatchButton', 'FindWidget.focusPrevious', 'FindWidget.focusPreviousMatchButton', 'FindWidget.focusReplace', 'FindWidget.focusReplaceAllButton', 'FindWidget.focusReplaceButton', 'FindWidget.focusToggleReplace', 'FindWidget.handleBlur', 'FindWidget.handleFocus', 'FindWidget.handleFocusClose', 'FindWidget.handleFocusNext', 'FindWidget.handleFocusPrevious', 'FindWidget.handleFocusReplaceAll', 'FindWidget.handleInput', 'FindWidget.handleReplaceFocus', 'FindWidget.handleReplaceInput', 'FindWidget.handleToggleReplaceFocus', 'FindWidget.replaceAll', 'FindWidget.replaceAll', 'FindWidget.toggleMatchCase', 'FindWidget.toggleMatchWholeWord', 'FindWidget.toggleReplace', 'FindWidget.toggleUseRegularExpression', 'format', 'getText', 'getWordAt', 'getWordBefore', 'goToDefinition', 'goToTypeDefinition', 'handleBeforeInput', 'handleBeforeInputFromContentEditable', 'handleBlur', 'handleContextMenu', 'handleDoubleClick', 'handleFocus', 'handleMouseDown', 'handleMouseMove', 'handleMouseMoveWithAltKey', 'handleNativeSelectionChange', 'handlePointerCaptureLost', 'handleScrollBarClick', 'handleScrollBarHorizontalMove', 'handleScrollBarHorizontalPointerDown', 'handleScrollBarMove', 'handleScrollBarPointerDown', 'handleScrollBarVerticalMove', 'handleScrollBarVerticalPointerDown', 'handleSingleClick', 'handleTab', 'handleTouchEnd', 'handleTouchMove', 'handleTouchStart', 'handleTripleClick', 'indentLess', 'indentMore', 'insertLineBreak', 'moveLineDown', 'moveLineUp', 'moveRectangleSelection', 'moveRectangleSelectionPx', 'moveSelection', 'moveSelectionPx', 'openCodeGenerator', 'openColorPicker', 'openCompletion', 'openFind', 'openFind2', 'openRename', 'organizeImports', 'paste', 'pasteText', 'replaceRange', 'rerender', 'save', 'save', 'selectAll', 'selectAllLeft', 'selectAllOccurrences', 'selectAllRight', 'selectCharacterLeft', 'selectCharacterRight', 'selectDown', 'selectInsideString', 'selectionGrow', 'selectLine', 'selectNextOccurrence', 'selectUp', 'selectWord', 'selectWordLeft', 'selectWordRight', 'setDecorations', 'setDelta', 'setDeltaY', 'setLanguageId', 'setSelections', 'showHover', 'showHover2', 'showSourceActions', 'showSourceActions2', 'sortImports', 'sortLinesAscending', 'tabCompletion', 'toggleBlockComment', 'toggleComment', 'toggleLineComment', 'type', 'undo', 'unIndent'];
|
|
17613
|
+
const ids = ['addCursorAbove', 'addCursorBelow', 'applyEdit', 'braceCompletion', 'cancelSelection', 'closeCodeGenerator', 'closeCompletion', 'closeCompletion', 'closeFind', 'closeFind2', 'closeRename', 'closeRename', 'closeSourceAction', 'closeSourceActions', 'ColorPicker.handleSliderPointerDown', 'ColorPicker.handleSliderPointerMove', 'compositionEnd', 'compositionStart', 'compositionUpdate', 'contextMenu', 'copy', 'copyLineDown', 'copyLineUp', 'cursorCharacterLeft', 'cursorCharacterRight', 'cursorDown', 'cursorEnd', 'cursorHome', 'cursorLeft', 'cursorRight', 'cursorSet', 'cursorUp', 'cursorWordLeft', 'cursorWordPartLeft', 'cursorWordPartRight', 'cursorWordRight', 'cut', 'deleteAllLeft', 'deleteAllRight', 'deleteCharacterLeft', 'deleteCharacterRight', 'deleteHorizontalRight', 'deleteLeft', 'deleteRight', 'deleteWordLeft', 'deleteWordPartLeft', 'deleteWordPartRight', 'deleteWordRight', 'executeWidgetCommand', 'EditorCodeGenerator.accept', 'EditorCompletion.closeDetails', 'EditorCompletion.dispose', 'EditorCompletion.focusFirst', 'EditorCompletion.focusIndex', 'EditorCompletion.focusLast', 'EditorCompletion.focusNext', 'EditorCompletion.focusNextPage', 'EditorCompletion.focusPrevious', 'EditorCompletion.focusPreviousPage', 'EditorCompletion.handleClickAt', 'EditorCompletion.handleScrollBarCaptureLost', 'EditorCompletion.handleScrollBarClick', 'EditorCompletion.handleScrollBarMove', 'EditorCompletion.handleScrollBarThumbPointerMove', 'EditorCompletion.handleWheel', 'EditorCompletion.openDetails', 'EditorCompletion.scrollDown', 'EditorCompletion.selectCurrent', 'EditorCompletion.selectIndex', 'EditorCompletion.toggleDetails', 'EditorCompletion.close', 'EditorRename.accept', 'EditorRename.handleBlur', 'EditorSourceActions.close', 'EditorSourceActions.focusFirst', 'EditorSourceActions.focusLast', 'EditorSourceActions.focusNext', 'EditorSourceActions.focusPrevious', 'EditorSourceActions.selectCurrent', 'findAllReferences', 'FindWidget.close', 'FindWidget.focusCloseButton', 'FindWidget.focusFind', 'FindWidget.focusNext', 'FindWidget.focusNextMatchButton', 'FindWidget.focusPrevious', 'FindWidget.focusPreviousMatchButton', 'FindWidget.focusReplace', 'FindWidget.focusReplaceAllButton', 'FindWidget.focusReplaceButton', 'FindWidget.focusToggleReplace', 'FindWidget.handleBlur', 'FindWidget.handleFocus', 'FindWidget.handleFocusClose', 'FindWidget.handleFocusNext', 'FindWidget.handleFocusPrevious', 'FindWidget.handleFocusReplaceAll', 'FindWidget.handleInput', 'FindWidget.handleReplaceFocus', 'FindWidget.handleReplaceInput', 'FindWidget.handleToggleReplaceFocus', 'FindWidget.replaceAll', 'FindWidget.replaceAll', 'FindWidget.toggleMatchCase', 'FindWidget.toggleMatchWholeWord', 'FindWidget.toggleReplace', 'FindWidget.toggleUseRegularExpression', 'format', 'getText', 'getWordAt', 'getWordBefore', 'goToDefinition', 'goToTypeDefinition', 'handleBeforeInput', 'handleBeforeInputFromContentEditable', 'handleBlur', 'handleContextMenu', 'handleDoubleClick', 'handleFocus', 'handleMouseDown', 'handleMouseMove', 'handleMouseMoveWithAltKey', 'handleNativeSelectionChange', 'handlePointerCaptureLost', 'handleScrollBarClick', 'handleScrollBarHorizontalMove', 'handleScrollBarHorizontalPointerDown', 'handleScrollBarMove', 'handleScrollBarPointerDown', 'handleScrollBarVerticalMove', 'handleScrollBarVerticalPointerDown', 'handleSingleClick', 'handleTab', 'updateDebugInfo', 'handleTouchEnd', 'handleTouchMove', 'handleTouchStart', 'handleTripleClick', 'indentLess', 'indentMore', 'insertLineBreak', 'moveLineDown', 'moveLineUp', 'setDebugEnabled', 'moveRectangleSelection', 'moveRectangleSelectionPx', 'moveSelection', 'moveSelectionPx', 'openCodeGenerator', 'openColorPicker', 'openCompletion', 'openFind', 'openFind2', 'openRename', 'organizeImports', 'paste', 'pasteText', 'replaceRange', 'rerender', 'save', 'save', 'selectAll', 'selectAllLeft', 'selectAllOccurrences', 'selectAllRight', 'selectCharacterLeft', 'selectCharacterRight', 'selectDown', 'selectInsideString', 'selectionGrow', 'selectLine', 'selectNextOccurrence', 'selectUp', 'selectWord', 'selectWordLeft', 'selectWordRight', 'setDecorations', 'setDelta', 'setDeltaY', 'setLanguageId', 'setSelections', 'showHover', 'showHover2', 'showSourceActions', 'showSourceActions2', 'sortImports', 'sortLinesAscending', 'tabCompletion', 'toggleBlockComment', 'toggleComment', 'toggleLineComment', 'type', 'undo', 'unIndent'];
|
|
17515
17614
|
const Commands$s = {
|
|
17516
17615
|
// TODO command to set cursor position
|
|
17517
17616
|
...wrapEditorCommands(ids),
|
|
@@ -17682,7 +17781,7 @@ const ViewletEmptyEditor_ipc = {
|
|
|
17682
17781
|
const explorerWorkerUrl = `${assetDir}/packages/explorer-worker/dist/explorerViewWorkerMain.js`;
|
|
17683
17782
|
|
|
17684
17783
|
const launchExplorerWorker = async () => {
|
|
17685
|
-
const configuredWorkerUrl = getConfiguredWorkerUrl$
|
|
17784
|
+
const configuredWorkerUrl = getConfiguredWorkerUrl$a('develop.explorerWorkerPath', explorerWorkerUrl);
|
|
17686
17785
|
const ipc = await create$13({
|
|
17687
17786
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17688
17787
|
url: configuredWorkerUrl,
|
|
@@ -17693,8 +17792,8 @@ const launchExplorerWorker = async () => {
|
|
|
17693
17792
|
};
|
|
17694
17793
|
|
|
17695
17794
|
const {
|
|
17696
|
-
invoke: invoke$
|
|
17697
|
-
restart: restart$
|
|
17795
|
+
invoke: invoke$7,
|
|
17796
|
+
restart: restart$6
|
|
17698
17797
|
} = getOrCreateWorker(launchExplorerWorker);
|
|
17699
17798
|
|
|
17700
17799
|
// TODO viewlet should only have create and refresh functions
|
|
@@ -17719,11 +17818,11 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
17719
17818
|
};
|
|
17720
17819
|
};
|
|
17721
17820
|
const loadContent$x = async (state, savedState) => {
|
|
17722
|
-
await invoke$
|
|
17723
|
-
await invoke$
|
|
17724
|
-
const diffResult = await invoke$
|
|
17725
|
-
const commands = await invoke$
|
|
17726
|
-
const actionsDom = await invoke$
|
|
17821
|
+
await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
17822
|
+
await invoke$7('Explorer.loadContent', state.uid, savedState);
|
|
17823
|
+
const diffResult = await invoke$7('Explorer.diff2', state.uid);
|
|
17824
|
+
const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
|
|
17825
|
+
const actionsDom = await invoke$7('Explorer.renderActions2', state.uid);
|
|
17727
17826
|
return {
|
|
17728
17827
|
...state,
|
|
17729
17828
|
commands,
|
|
@@ -17746,7 +17845,7 @@ const resize$k = (state, dimensions) => {
|
|
|
17746
17845
|
};
|
|
17747
17846
|
const getMouseActions = async () => {
|
|
17748
17847
|
try {
|
|
17749
|
-
return await invoke$
|
|
17848
|
+
return await invoke$7('Explorer.getMouseActions');
|
|
17750
17849
|
} catch {
|
|
17751
17850
|
return [];
|
|
17752
17851
|
}
|
|
@@ -17759,16 +17858,16 @@ const hotReload$7 = async state => {
|
|
|
17759
17858
|
state.isHotReloading = true;
|
|
17760
17859
|
// possible TODO race condition during hot reload
|
|
17761
17860
|
// there could still be pending promises when the worker is disposed
|
|
17762
|
-
const savedState = await invoke$
|
|
17763
|
-
await restart$
|
|
17861
|
+
const savedState = await invoke$7('Explorer.saveState', state.uid);
|
|
17862
|
+
await restart$6('Explorer.terminate');
|
|
17764
17863
|
const oldState = {
|
|
17765
17864
|
...state,
|
|
17766
17865
|
items: []
|
|
17767
17866
|
};
|
|
17768
|
-
await invoke$
|
|
17769
|
-
await invoke$
|
|
17770
|
-
const diffResult = await invoke$
|
|
17771
|
-
const commands = await invoke$
|
|
17867
|
+
await invoke$7('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
17868
|
+
await invoke$7('Explorer.loadContent', state.uid, savedState);
|
|
17869
|
+
const diffResult = await invoke$7('Explorer.diff2', state.uid);
|
|
17870
|
+
const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
|
|
17772
17871
|
return {
|
|
17773
17872
|
...oldState,
|
|
17774
17873
|
commands,
|
|
@@ -17778,12 +17877,12 @@ const hotReload$7 = async state => {
|
|
|
17778
17877
|
|
|
17779
17878
|
const wrapExplorerCommand = key => {
|
|
17780
17879
|
const fn = async (state, ...args) => {
|
|
17781
|
-
await invoke$
|
|
17782
|
-
const diffResult = await invoke$
|
|
17880
|
+
await invoke$7(`Explorer.${key}`, state.uid, ...args);
|
|
17881
|
+
const diffResult = await invoke$7('Explorer.diff2', state.uid);
|
|
17783
17882
|
if (diffResult.length === 0) {
|
|
17784
17883
|
return state;
|
|
17785
17884
|
}
|
|
17786
|
-
const commands = await invoke$
|
|
17885
|
+
const commands = await invoke$7('Explorer.render2', state.uid, diffResult);
|
|
17787
17886
|
if (commands.length === 0) {
|
|
17788
17887
|
return state;
|
|
17789
17888
|
}
|
|
@@ -17797,7 +17896,7 @@ const wrapExplorerCommand = key => {
|
|
|
17797
17896
|
|
|
17798
17897
|
const Commands$q = {};
|
|
17799
17898
|
const getCommands$8 = async () => {
|
|
17800
|
-
const commands = await invoke$
|
|
17899
|
+
const commands = await invoke$7('Explorer.getCommandIds');
|
|
17801
17900
|
for (const command of commands) {
|
|
17802
17901
|
Commands$q[command] = wrapExplorerCommand(command);
|
|
17803
17902
|
}
|
|
@@ -17809,13 +17908,13 @@ const getCommands$8 = async () => {
|
|
|
17809
17908
|
const Css$s = [];
|
|
17810
17909
|
|
|
17811
17910
|
const getKeyBindings$a = () => {
|
|
17812
|
-
return invoke$
|
|
17911
|
+
return invoke$7('Explorer.getKeyBindings');
|
|
17813
17912
|
};
|
|
17814
17913
|
|
|
17815
17914
|
const id$9 = Explorer;
|
|
17816
17915
|
const getMenuEntries$d = () => {
|
|
17817
17916
|
const explorerState = getState('Explorer');
|
|
17818
|
-
return invoke$
|
|
17917
|
+
return invoke$7('Explorer.getMenuEntries2', explorerState.uid);
|
|
17819
17918
|
};
|
|
17820
17919
|
|
|
17821
17920
|
const MenuEntriesExplorer = {
|
|
@@ -17857,7 +17956,7 @@ const renderItems$5 = {
|
|
|
17857
17956
|
};
|
|
17858
17957
|
const render$s = [renderItems$5];
|
|
17859
17958
|
const renderEventListeners$8 = async () => {
|
|
17860
|
-
const listeners = await invoke$
|
|
17959
|
+
const listeners = await invoke$7('Explorer.renderEventListeners');
|
|
17861
17960
|
return listeners;
|
|
17862
17961
|
};
|
|
17863
17962
|
|
|
@@ -17890,11 +17989,11 @@ const renderTitle$4 = {
|
|
|
17890
17989
|
};
|
|
17891
17990
|
|
|
17892
17991
|
const restoreState = savedState => {
|
|
17893
|
-
return invoke$
|
|
17992
|
+
return invoke$7('Explorer.restoreState', savedState);
|
|
17894
17993
|
};
|
|
17895
17994
|
|
|
17896
17995
|
const saveState$d = state => {
|
|
17897
|
-
return invoke$
|
|
17996
|
+
return invoke$7('Explorer.saveState', state.uid);
|
|
17898
17997
|
};
|
|
17899
17998
|
|
|
17900
17999
|
const Events$4 = {};
|
|
@@ -17929,7 +18028,7 @@ const ViewletExplorer_ipc = {
|
|
|
17929
18028
|
|
|
17930
18029
|
const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
|
|
17931
18030
|
|
|
17932
|
-
const getConfiguredWorkerUrl$
|
|
18031
|
+
const getConfiguredWorkerUrl$6 = () => {
|
|
17933
18032
|
let configuredWorkerUrl = get$e('develop.extensionDetailViewWorkerPath') || '';
|
|
17934
18033
|
if (configuredWorkerUrl) {
|
|
17935
18034
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -17945,15 +18044,15 @@ const launchExtensionDetailViewWorker = async () => {
|
|
|
17945
18044
|
const ipc = await create$13({
|
|
17946
18045
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
17947
18046
|
name,
|
|
17948
|
-
url: getConfiguredWorkerUrl$
|
|
18047
|
+
url: getConfiguredWorkerUrl$6()
|
|
17949
18048
|
});
|
|
17950
18049
|
handleIpc(ipc);
|
|
17951
18050
|
return ipc;
|
|
17952
18051
|
};
|
|
17953
18052
|
|
|
17954
18053
|
const {
|
|
17955
|
-
invoke: invoke$
|
|
17956
|
-
restart: restart$
|
|
18054
|
+
invoke: invoke$6,
|
|
18055
|
+
restart: restart$5
|
|
17957
18056
|
} = getOrCreateWorker(launchExtensionDetailViewWorker);
|
|
17958
18057
|
|
|
17959
18058
|
const Small = 1;
|
|
@@ -17992,10 +18091,10 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
17992
18091
|
// TODO when there are multiple extension with the same id,
|
|
17993
18092
|
// probably need to pass extension location from extensions viewlet
|
|
17994
18093
|
const loadContent$w = async (state, savedState) => {
|
|
17995
|
-
await invoke$
|
|
17996
|
-
await invoke$
|
|
17997
|
-
const diffResult = await invoke$
|
|
17998
|
-
const commands = await invoke$
|
|
18094
|
+
await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
18095
|
+
await invoke$6('ExtensionDetail.loadContent2', state.uid, savedState);
|
|
18096
|
+
const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
|
|
18097
|
+
const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
|
|
17999
18098
|
return {
|
|
18000
18099
|
...state,
|
|
18001
18100
|
commands
|
|
@@ -18009,11 +18108,11 @@ const hotReload$6 = async state => {
|
|
|
18009
18108
|
state.isHotReloading = true;
|
|
18010
18109
|
// possible TODO race condition during hot reload
|
|
18011
18110
|
// there could still be pending promises when the worker is disposed
|
|
18012
|
-
await restart$
|
|
18013
|
-
await invoke$
|
|
18014
|
-
await invoke$
|
|
18015
|
-
const diffResult = invoke$
|
|
18016
|
-
const commands = await invoke$
|
|
18111
|
+
await restart$5('ExtensionDetail.terminate');
|
|
18112
|
+
await invoke$6('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, platform, assetDir);
|
|
18113
|
+
await invoke$6('ExtensionDetail.loadContent', state.uid, {});
|
|
18114
|
+
const diffResult = invoke$6('ExtensionDetail.diff2', state.uid);
|
|
18115
|
+
const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
|
|
18017
18116
|
state.isHotReloading = false;
|
|
18018
18117
|
return {
|
|
18019
18118
|
...state,
|
|
@@ -18021,7 +18120,7 @@ const hotReload$6 = async state => {
|
|
|
18021
18120
|
};
|
|
18022
18121
|
};
|
|
18023
18122
|
const saveState$c = async state => {
|
|
18024
|
-
const savedState = await invoke$
|
|
18123
|
+
const savedState = await invoke$6('ExtensionDetail.saveState', state.uid);
|
|
18025
18124
|
return savedState;
|
|
18026
18125
|
};
|
|
18027
18126
|
const hasFunctionalResize$e = true;
|
|
@@ -18036,12 +18135,12 @@ const resize$j = (state, dimensions) => {
|
|
|
18036
18135
|
|
|
18037
18136
|
const wrapExtensionDetailCommand = key => {
|
|
18038
18137
|
const fn = async (state, ...args) => {
|
|
18039
|
-
await invoke$
|
|
18040
|
-
const diffResult = await invoke$
|
|
18138
|
+
await invoke$6(`ExtensionDetail.${key}`, state.uid, ...args);
|
|
18139
|
+
const diffResult = await invoke$6('ExtensionDetail.diff2', state.uid);
|
|
18041
18140
|
if (diffResult.length === 0) {
|
|
18042
18141
|
return state;
|
|
18043
18142
|
}
|
|
18044
|
-
const commands = await invoke$
|
|
18143
|
+
const commands = await invoke$6('ExtensionDetail.render2', state.uid, diffResult);
|
|
18045
18144
|
return {
|
|
18046
18145
|
...state,
|
|
18047
18146
|
commands
|
|
@@ -18052,7 +18151,7 @@ const wrapExtensionDetailCommand = key => {
|
|
|
18052
18151
|
|
|
18053
18152
|
const Commands$p = {};
|
|
18054
18153
|
const getCommands$7 = async () => {
|
|
18055
|
-
const commands = await invoke$
|
|
18154
|
+
const commands = await invoke$6('ExtensionDetail.getCommandIds');
|
|
18056
18155
|
for (const command of commands) {
|
|
18057
18156
|
Commands$p[command] = wrapExtensionDetailCommand(command);
|
|
18058
18157
|
}
|
|
@@ -18064,7 +18163,7 @@ const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/FeatureContent.cs
|
|
|
18064
18163
|
|
|
18065
18164
|
const id$8 = ExtensionDetailReadme;
|
|
18066
18165
|
const getMenuEntries$c = async props => {
|
|
18067
|
-
const menuEntries = await invoke$
|
|
18166
|
+
const menuEntries = await invoke$6('ExtensionDetail.getMenuEntries', props);
|
|
18068
18167
|
return menuEntries;
|
|
18069
18168
|
};
|
|
18070
18169
|
|
|
@@ -18090,7 +18189,7 @@ const renderDom$1 = {
|
|
|
18090
18189
|
};
|
|
18091
18190
|
const render$r = [renderDom$1];
|
|
18092
18191
|
const renderEventListeners$7 = async () => {
|
|
18093
|
-
const listeners = await invoke$
|
|
18192
|
+
const listeners = await invoke$6('ExtensionDetail.renderEventListeners');
|
|
18094
18193
|
return listeners;
|
|
18095
18194
|
};
|
|
18096
18195
|
|
|
@@ -18116,7 +18215,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18116
18215
|
|
|
18117
18216
|
const extensionSearchViewWorkerUrl = `${assetDir}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js`;
|
|
18118
18217
|
|
|
18119
|
-
const getConfiguredWorkerUrl$
|
|
18218
|
+
const getConfiguredWorkerUrl$5 = () => {
|
|
18120
18219
|
let configuredWorkerUrl = get$e('develop.extensionSearchViewWorkerPath') || '';
|
|
18121
18220
|
if (configuredWorkerUrl) {
|
|
18122
18221
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -18132,21 +18231,21 @@ const launchExtensionSearchViewWorker = async () => {
|
|
|
18132
18231
|
const ipc = await create$13({
|
|
18133
18232
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
18134
18233
|
name,
|
|
18135
|
-
url: getConfiguredWorkerUrl$
|
|
18234
|
+
url: getConfiguredWorkerUrl$5()
|
|
18136
18235
|
});
|
|
18137
18236
|
handleIpc(ipc);
|
|
18138
18237
|
return ipc;
|
|
18139
18238
|
};
|
|
18140
18239
|
|
|
18141
18240
|
const {
|
|
18142
|
-
invoke: invoke$
|
|
18143
|
-
restart: restart$
|
|
18241
|
+
invoke: invoke$5,
|
|
18242
|
+
restart: restart$4
|
|
18144
18243
|
} = getOrCreateWorker(launchExtensionSearchViewWorker);
|
|
18145
18244
|
|
|
18146
18245
|
// then state can be recycled by Viewlet when there is only a single ViewletExtensions instance
|
|
18147
18246
|
|
|
18148
18247
|
const saveState$b = async state => {
|
|
18149
|
-
const savedState = await invoke$
|
|
18248
|
+
const savedState = await invoke$5('SearchExtensions.saveState', state.id);
|
|
18150
18249
|
return savedState;
|
|
18151
18250
|
};
|
|
18152
18251
|
const create$u = (id, uri, x, y, width, height) => {
|
|
@@ -18163,10 +18262,10 @@ const create$u = (id, uri, x, y, width, height) => {
|
|
|
18163
18262
|
};
|
|
18164
18263
|
};
|
|
18165
18264
|
const loadContent$v = async (state, savedState) => {
|
|
18166
|
-
await invoke$
|
|
18167
|
-
await invoke$
|
|
18168
|
-
const diffResult = await invoke$
|
|
18169
|
-
const commands = await invoke$
|
|
18265
|
+
await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18266
|
+
await invoke$5('SearchExtensions.loadContent', state.id, savedState);
|
|
18267
|
+
const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
|
|
18268
|
+
const commands = await invoke$5('SearchExtensions.render3', state.id, diffResult);
|
|
18170
18269
|
return {
|
|
18171
18270
|
...state,
|
|
18172
18271
|
commands
|
|
@@ -18184,16 +18283,16 @@ const hotReload$5 = async state => {
|
|
|
18184
18283
|
state.isHotReloading = true;
|
|
18185
18284
|
// possible TODO race condition during hot reload
|
|
18186
18285
|
// there could still be pending promises when the worker is disposed
|
|
18187
|
-
const savedState = await invoke$
|
|
18188
|
-
await restart$
|
|
18286
|
+
const savedState = await invoke$5('SearchExtensions.saveState', state.uid);
|
|
18287
|
+
await restart$4('SearchExtensions.terminate');
|
|
18189
18288
|
const oldState = {
|
|
18190
18289
|
...state,
|
|
18191
18290
|
items: []
|
|
18192
18291
|
};
|
|
18193
|
-
await invoke$
|
|
18194
|
-
await invoke$
|
|
18195
|
-
const diffResult = await invoke$
|
|
18196
|
-
const commands = await invoke$
|
|
18292
|
+
await invoke$5('SearchExtensions.create', state.id, state.uri, state.x, state.y, state.width, state.height, state.platform, state.assetDir);
|
|
18293
|
+
await invoke$5('SearchExtensions.loadContent', state.id, savedState);
|
|
18294
|
+
const diffResult = await invoke$5('SearchExtensions.diff2', state.id);
|
|
18295
|
+
const commands = await invoke$5('SearchExtensions.render3', oldState.id, diffResult);
|
|
18197
18296
|
return {
|
|
18198
18297
|
...oldState,
|
|
18199
18298
|
commands,
|
|
@@ -18203,9 +18302,9 @@ const hotReload$5 = async state => {
|
|
|
18203
18302
|
|
|
18204
18303
|
const wrapExtensionSearchCommand = key => {
|
|
18205
18304
|
const wrapped = async (state, ...args) => {
|
|
18206
|
-
await invoke$
|
|
18207
|
-
const diffResult = await invoke$
|
|
18208
|
-
const commands = await invoke$
|
|
18305
|
+
await invoke$5(`SearchExtensions.${key}`, state.uid, ...args);
|
|
18306
|
+
const diffResult = await invoke$5(`SearchExtensions.diff2`, state.uid);
|
|
18307
|
+
const commands = await invoke$5('SearchExtensions.render3', state.uid, diffResult);
|
|
18209
18308
|
return {
|
|
18210
18309
|
...state,
|
|
18211
18310
|
commands
|
|
@@ -18216,7 +18315,7 @@ const wrapExtensionSearchCommand = key => {
|
|
|
18216
18315
|
|
|
18217
18316
|
const Commands$o = {};
|
|
18218
18317
|
const getCommands$6 = async () => {
|
|
18219
|
-
const commands = await invoke$
|
|
18318
|
+
const commands = await invoke$5('SearchExtensions.getCommandIds');
|
|
18220
18319
|
for (const command of commands) {
|
|
18221
18320
|
Commands$o[command] = wrapExtensionSearchCommand(command);
|
|
18222
18321
|
}
|
|
@@ -18227,11 +18326,11 @@ const getCommands$6 = async () => {
|
|
|
18227
18326
|
const Css$q = ["/css/parts/ViewletExtensions.css"];
|
|
18228
18327
|
|
|
18229
18328
|
const getKeyBindings$9 = () => {
|
|
18230
|
-
return invoke$
|
|
18329
|
+
return invoke$5('SearchExtensions.getKeyBindings');
|
|
18231
18330
|
};
|
|
18232
18331
|
|
|
18233
18332
|
const getMenuEntries$b = async () => {
|
|
18234
|
-
const entries = await invoke$
|
|
18333
|
+
const entries = await invoke$5('SearchExtensions.getMenuEntries');
|
|
18235
18334
|
return entries;
|
|
18236
18335
|
// {
|
|
18237
18336
|
// id: 'enable',
|
|
@@ -18844,7 +18943,7 @@ const ViewletImplementations_ipc = {
|
|
|
18844
18943
|
};
|
|
18845
18944
|
|
|
18846
18945
|
const getInlineDiffChanges = (linesLeft, linesRight) => {
|
|
18847
|
-
return invoke$
|
|
18946
|
+
return invoke$8('Diff.diffInline', linesLeft, linesRight);
|
|
18848
18947
|
};
|
|
18849
18948
|
|
|
18850
18949
|
const create$r = (id, uri, x, y, width, height) => {
|
|
@@ -19098,7 +19197,7 @@ const ViewletInlineDiffEditor_ipc = {
|
|
|
19098
19197
|
|
|
19099
19198
|
const keyBindingsViewWorkerUrl = `${assetDir}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js`;
|
|
19100
19199
|
|
|
19101
|
-
const getConfiguredWorkerUrl$
|
|
19200
|
+
const getConfiguredWorkerUrl$4 = () => {
|
|
19102
19201
|
let configuredWorkerUrl = get$e('develop.keyBindingsViewWorkerPath') || '';
|
|
19103
19202
|
if (configuredWorkerUrl) {
|
|
19104
19203
|
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
@@ -19114,15 +19213,15 @@ const launchKeyBindingsViewWorker = async () => {
|
|
|
19114
19213
|
const ipc = await create$13({
|
|
19115
19214
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
19116
19215
|
name,
|
|
19117
|
-
url: getConfiguredWorkerUrl$
|
|
19216
|
+
url: getConfiguredWorkerUrl$4()
|
|
19118
19217
|
});
|
|
19119
19218
|
handleIpc(ipc);
|
|
19120
19219
|
return ipc;
|
|
19121
19220
|
};
|
|
19122
19221
|
|
|
19123
19222
|
const {
|
|
19124
|
-
invoke: invoke$
|
|
19125
|
-
restart: restart$
|
|
19223
|
+
invoke: invoke$4,
|
|
19224
|
+
restart: restart$3
|
|
19126
19225
|
} = getOrCreateWorker(launchKeyBindingsViewWorker);
|
|
19127
19226
|
|
|
19128
19227
|
// Based on VS Code's KeyBindings Editor (License MIT):
|
|
@@ -19142,13 +19241,13 @@ const create$q = (id, uri, x, y, width, height) => {
|
|
|
19142
19241
|
};
|
|
19143
19242
|
};
|
|
19144
19243
|
const saveState$9 = state => {
|
|
19145
|
-
return invoke$
|
|
19244
|
+
return invoke$4('KeyBindings.saveState', state.uid);
|
|
19146
19245
|
};
|
|
19147
19246
|
const loadContent$r = async (state, savedState) => {
|
|
19148
|
-
await invoke$
|
|
19149
|
-
await invoke$
|
|
19150
|
-
const diffResult = await invoke$
|
|
19151
|
-
const commands = await invoke$
|
|
19247
|
+
await invoke$4('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
19248
|
+
await invoke$4('KeyBindings.loadContent', state.uid, savedState);
|
|
19249
|
+
const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
|
|
19250
|
+
const commands = await invoke$4('KeyBindings.render3', state.uid, diffResult);
|
|
19152
19251
|
return {
|
|
19153
19252
|
...state,
|
|
19154
19253
|
commands
|
|
@@ -19162,16 +19261,16 @@ const hotReload$4 = async state => {
|
|
|
19162
19261
|
state.isHotReloading = true;
|
|
19163
19262
|
// possible TODO race condition during hot reload
|
|
19164
19263
|
// there could still be pending promises when the worker is disposed
|
|
19165
|
-
const savedState = await invoke$
|
|
19166
|
-
await restart$
|
|
19264
|
+
const savedState = await invoke$4('KeyBindings.saveState', state.uid);
|
|
19265
|
+
await restart$3('KeyBindings.terminate');
|
|
19167
19266
|
const oldState = {
|
|
19168
19267
|
...state,
|
|
19169
19268
|
items: []
|
|
19170
19269
|
};
|
|
19171
|
-
await invoke$
|
|
19172
|
-
await invoke$
|
|
19173
|
-
const diffResult = await invoke$
|
|
19174
|
-
const commands = await invoke$
|
|
19270
|
+
await invoke$4('KeyBindings.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
19271
|
+
await invoke$4('KeyBindings.loadContent', state.uid, savedState);
|
|
19272
|
+
const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
|
|
19273
|
+
const commands = await invoke$4('KeyBindings.render3', oldState.uid, diffResult);
|
|
19175
19274
|
return {
|
|
19176
19275
|
...oldState,
|
|
19177
19276
|
commands,
|
|
@@ -19181,9 +19280,9 @@ const hotReload$4 = async state => {
|
|
|
19181
19280
|
|
|
19182
19281
|
const wrapKeyBindingCommand = key => {
|
|
19183
19282
|
const fn = async (state, ...args) => {
|
|
19184
|
-
await invoke$
|
|
19185
|
-
const diffResult = await invoke$
|
|
19186
|
-
const commands = await invoke$
|
|
19283
|
+
await invoke$4(`KeyBindings.${key}`, state.uid, ...args);
|
|
19284
|
+
const diffResult = await invoke$4('KeyBindings.diff2', state.uid);
|
|
19285
|
+
const commands = await invoke$4('KeyBindings.render3', state.uid, diffResult);
|
|
19187
19286
|
if (commands.length === 0) {
|
|
19188
19287
|
return state;
|
|
19189
19288
|
}
|
|
@@ -19197,7 +19296,7 @@ const wrapKeyBindingCommand = key => {
|
|
|
19197
19296
|
|
|
19198
19297
|
const Commands$l = {};
|
|
19199
19298
|
const getCommands$5 = async () => {
|
|
19200
|
-
const commands = await invoke$
|
|
19299
|
+
const commands = await invoke$4('KeyBindings.getCommandIds');
|
|
19201
19300
|
for (const command of commands) {
|
|
19202
19301
|
Commands$l[command] = wrapKeyBindingCommand(command);
|
|
19203
19302
|
}
|
|
@@ -19208,7 +19307,7 @@ const getCommands$5 = async () => {
|
|
|
19208
19307
|
const Css$o = ["/css/parts/InputBadge.css", "/css/parts/Key.css", "/css/parts/KeyBindingsHeader.css", "/css/parts/KeyBindingsTable.css", "/css/parts/Table.css", "/css/parts/ViewletKeyBindings.css"];
|
|
19209
19308
|
|
|
19210
19309
|
const getKeyBindings$8 = () => {
|
|
19211
|
-
return invoke$
|
|
19310
|
+
return invoke$4('KeyBindings.getKeyBindings');
|
|
19212
19311
|
};
|
|
19213
19312
|
|
|
19214
19313
|
const id$7 = KeyBindingsTable;
|
|
@@ -19283,7 +19382,7 @@ const renderKeyBindings = {
|
|
|
19283
19382
|
};
|
|
19284
19383
|
const render$n = [renderKeyBindings];
|
|
19285
19384
|
const renderEventListeners$6 = async () => {
|
|
19286
|
-
const listeners = await invoke$
|
|
19385
|
+
const listeners = await invoke$4('KeyBindings.renderEventListeners');
|
|
19287
19386
|
return listeners;
|
|
19288
19387
|
};
|
|
19289
19388
|
|
|
@@ -24751,7 +24850,7 @@ const getLineText = (content, startRowIndex, startColumnIndex, endRowIndex, endC
|
|
|
24751
24850
|
};
|
|
24752
24851
|
|
|
24753
24852
|
const getReferenceWithPreview = async reference => {
|
|
24754
|
-
const content = await readFile$
|
|
24853
|
+
const content = await readFile$f(reference.uri);
|
|
24755
24854
|
const lineText = getLineText(content, reference.startRowIndex);
|
|
24756
24855
|
return {
|
|
24757
24856
|
...reference,
|
|
@@ -24910,36 +25009,6 @@ const None$3 = 'none';
|
|
|
24910
25009
|
const None$2 = 0;
|
|
24911
25010
|
const Default = 2;
|
|
24912
25011
|
|
|
24913
|
-
const debugWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/debug-worker/dist/debugWorkerMain.js`;
|
|
24914
|
-
|
|
24915
|
-
const getConfiguredWorkerUrl$4 = () => {
|
|
24916
|
-
let configuredWorkerUrl = get$e('develop.debugWorkerPath') || '';
|
|
24917
|
-
if (configuredWorkerUrl) {
|
|
24918
|
-
configuredWorkerUrl = '/remote' + configuredWorkerUrl;
|
|
24919
|
-
}
|
|
24920
|
-
configuredWorkerUrl = configuredWorkerUrl || debugWorkerUrl;
|
|
24921
|
-
{
|
|
24922
|
-
configuredWorkerUrl = debugWorkerUrl;
|
|
24923
|
-
}
|
|
24924
|
-
return configuredWorkerUrl;
|
|
24925
|
-
};
|
|
24926
|
-
const launchDebugWorker = async () => {
|
|
24927
|
-
const name = 'Debug Worker';
|
|
24928
|
-
const ipc = await create$13({
|
|
24929
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
24930
|
-
name,
|
|
24931
|
-
url: getConfiguredWorkerUrl$4()
|
|
24932
|
-
});
|
|
24933
|
-
handleIpc(ipc);
|
|
24934
|
-
await invoke$m(ipc, 'Initialize.initialize');
|
|
24935
|
-
return ipc;
|
|
24936
|
-
};
|
|
24937
|
-
|
|
24938
|
-
const {
|
|
24939
|
-
invoke: invoke$4,
|
|
24940
|
-
restart: restart$3
|
|
24941
|
-
} = getOrCreateWorker(launchDebugWorker);
|
|
24942
|
-
|
|
24943
25012
|
const None$1 = 0;
|
|
24944
25013
|
|
|
24945
25014
|
const None = 'none';
|
|
@@ -24975,11 +25044,11 @@ const create$g = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
24975
25044
|
const loadContent$h = async state => {
|
|
24976
25045
|
const isTest$1 = isTest();
|
|
24977
25046
|
const savedState = {};
|
|
24978
|
-
await invoke$
|
|
24979
|
-
await invoke$
|
|
24980
|
-
const diffResult = await invoke$
|
|
24981
|
-
const commands = await invoke$
|
|
24982
|
-
const actionsDom = await invoke$
|
|
25047
|
+
await invoke$f('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
25048
|
+
await invoke$f('RunAndDebug.loadContent', state.uid, isTest$1, savedState);
|
|
25049
|
+
const diffResult = await invoke$f('RunAndDebug.diff2', state.uid);
|
|
25050
|
+
const commands = await invoke$f('RunAndDebug.render2', state.uid, diffResult);
|
|
25051
|
+
const actionsDom = await invoke$f('RunAndDebug.renderActions', state.uid);
|
|
24983
25052
|
const debugId = isTest$1 ? 'test-debug' : 'node-debug'; // TODO
|
|
24984
25053
|
return {
|
|
24985
25054
|
...state,
|
|
@@ -25000,16 +25069,16 @@ const hotReload$3 = async state => {
|
|
|
25000
25069
|
state.isHotReloading = true;
|
|
25001
25070
|
// possible TODO race condition during hot reload
|
|
25002
25071
|
// there could still be pending promises when the worker is disposed
|
|
25003
|
-
const savedState = await invoke$
|
|
25004
|
-
await restart$
|
|
25072
|
+
const savedState = await invoke$f('RunAndDebug.saveState', state.uid);
|
|
25073
|
+
await restart$8('RunAndDebug.terminate');
|
|
25005
25074
|
const oldState = {
|
|
25006
25075
|
...state,
|
|
25007
25076
|
items: []
|
|
25008
25077
|
};
|
|
25009
|
-
await invoke$
|
|
25010
|
-
await invoke$
|
|
25011
|
-
const diffResult = await invoke$
|
|
25012
|
-
const commands = await invoke$
|
|
25078
|
+
await invoke$f('RunAndDebug.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid, state.platform);
|
|
25079
|
+
await invoke$f('RunAndDebug.loadContent', state.uid, state.isTest, savedState);
|
|
25080
|
+
const diffResult = await invoke$f('RunAndDebug.diff2', state.uid);
|
|
25081
|
+
const commands = await invoke$f('RunAndDebug.render2', state.uid, diffResult);
|
|
25013
25082
|
return {
|
|
25014
25083
|
...oldState,
|
|
25015
25084
|
commands,
|
|
@@ -25066,13 +25135,13 @@ const resize$d = (state, dimensions) => {
|
|
|
25066
25135
|
|
|
25067
25136
|
const wrapRunAndDebugCommand = key => {
|
|
25068
25137
|
const fn = async (state, ...args) => {
|
|
25069
|
-
await invoke$
|
|
25070
|
-
const diffResult = await invoke$
|
|
25138
|
+
await invoke$f(`RunAndDebug.${key}`, state.uid, ...args);
|
|
25139
|
+
const diffResult = await invoke$f('RunAndDebug.diff2', state.uid);
|
|
25071
25140
|
if (diffResult.length === 0) {
|
|
25072
25141
|
return state;
|
|
25073
25142
|
}
|
|
25074
|
-
const commands = await invoke$
|
|
25075
|
-
const actionsDom = await invoke$
|
|
25143
|
+
const commands = await invoke$f('RunAndDebug.render2', state.uid, diffResult);
|
|
25144
|
+
const actionsDom = await invoke$f('RunAndDebug.renderActions', state.uid);
|
|
25076
25145
|
if (commands.length === 0) {
|
|
25077
25146
|
return state;
|
|
25078
25147
|
}
|
|
@@ -25087,7 +25156,7 @@ const wrapRunAndDebugCommand = key => {
|
|
|
25087
25156
|
|
|
25088
25157
|
const Commands$b = {};
|
|
25089
25158
|
const getCommands$3 = async () => {
|
|
25090
|
-
const commands = await invoke$
|
|
25159
|
+
const commands = await invoke$f('RunAndDebug.getCommandIds');
|
|
25091
25160
|
for (const command of commands) {
|
|
25092
25161
|
Commands$b[command] = wrapRunAndDebugCommand(command);
|
|
25093
25162
|
}
|
|
@@ -25193,7 +25262,7 @@ const renderItems$3 = {
|
|
|
25193
25262
|
};
|
|
25194
25263
|
const render$g = [renderItems$3];
|
|
25195
25264
|
const renderEventListeners$4 = async () => {
|
|
25196
|
-
const listeners = await invoke$
|
|
25265
|
+
const listeners = await invoke$f('RunAndDebug.renderEventListeners');
|
|
25197
25266
|
return listeners;
|
|
25198
25267
|
};
|
|
25199
25268
|
|
|
@@ -27502,16 +27571,16 @@ const loadContent$8 = async state => {
|
|
|
27502
27571
|
} = await getTerminalSpawnOptions();
|
|
27503
27572
|
const canvasTextId = create$12();
|
|
27504
27573
|
const canvasCursorId = create$12();
|
|
27505
|
-
await invoke$
|
|
27574
|
+
await invoke$d('Terminal.create', canvasTextId, canvasCursorId, uid, state$B.workspacePath, command, args);
|
|
27506
27575
|
const terminal = {
|
|
27507
27576
|
handleBlur() {
|
|
27508
|
-
return invoke$
|
|
27577
|
+
return invoke$d('Terminal.handleBlur', uid);
|
|
27509
27578
|
},
|
|
27510
27579
|
handleKeyDown(key) {
|
|
27511
|
-
return invoke$
|
|
27580
|
+
return invoke$d('Terminal.handleKeyDown', uid, key);
|
|
27512
27581
|
},
|
|
27513
27582
|
handleMouseDown() {
|
|
27514
|
-
return invoke$
|
|
27583
|
+
return invoke$d('Terminal.handleMouseDown', uid);
|
|
27515
27584
|
},
|
|
27516
27585
|
resize() {
|
|
27517
27586
|
// TODO
|
|
@@ -28773,15 +28842,15 @@ const readFileWeb = async (path, defaultContent) => {
|
|
|
28773
28842
|
const readFileNode = async (path, defaultContent) => {
|
|
28774
28843
|
// TODO handle enoent and other errors gracefully
|
|
28775
28844
|
try {
|
|
28776
|
-
const userSettingsContent = await readFile$
|
|
28845
|
+
const userSettingsContent = await readFile$f(path);
|
|
28777
28846
|
return userSettingsContent;
|
|
28778
28847
|
} catch (error) {
|
|
28779
28848
|
// @ts-ignore
|
|
28780
28849
|
if (error && error.code === ENOENT) {
|
|
28781
28850
|
try {
|
|
28782
28851
|
const dirname = pathDirName(path);
|
|
28783
|
-
await mkdir$
|
|
28784
|
-
await writeFile$
|
|
28852
|
+
await mkdir$8(dirname);
|
|
28853
|
+
await writeFile$f(path, defaultContent);
|
|
28785
28854
|
return defaultContent;
|
|
28786
28855
|
} catch (error) {
|
|
28787
28856
|
throw new VError(error, `Failed to write ${path} `);
|
|
@@ -28807,7 +28876,7 @@ const writeFileWeb = async (path, content) => {
|
|
|
28807
28876
|
const writeFileNode = async (path, content) => {
|
|
28808
28877
|
// TODO handle enoent and other errors gracefully
|
|
28809
28878
|
try {
|
|
28810
|
-
await writeFile$
|
|
28879
|
+
await writeFile$f(path, content);
|
|
28811
28880
|
} catch (error) {
|
|
28812
28881
|
// TODO error should just have enoent code that could be checked
|
|
28813
28882
|
|
|
@@ -28815,8 +28884,8 @@ const writeFileNode = async (path, content) => {
|
|
|
28815
28884
|
if (error && error.code === ENOENT) {
|
|
28816
28885
|
try {
|
|
28817
28886
|
const dirname = pathDirName(path);
|
|
28818
|
-
await mkdir$
|
|
28819
|
-
await writeFile$
|
|
28887
|
+
await mkdir$8(dirname);
|
|
28888
|
+
await writeFile$f(path, content);
|
|
28820
28889
|
return;
|
|
28821
28890
|
} catch (error) {
|
|
28822
28891
|
throw new VError(error, `Failed to write ${path}`);
|