@lvce-editor/static-server 0.59.0 → 0.59.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1871 -1871
- package/package.json +1 -1
- package/static/{91d96a2 → d75c78c}/css/App.css +90 -83
- package/static/{91d96a2 → d75c78c}/manifest.json +2 -2
- package/static/{91d96a2 → d75c78c}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{91d96a2 → d75c78c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +60 -20
- package/static/{91d96a2 → d75c78c}/packages/editor-worker/dist/editorWorkerMain.js +617 -172
- package/static/{91d96a2 → d75c78c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{91d96a2 → d75c78c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +913 -188
- package/static/{91d96a2 → d75c78c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{91d96a2 → d75c78c}/packages/renderer-worker/dist/rendererWorkerMain.js +15 -3
- package/static/{91d96a2 → d75c78c}/packages/test-worker/dist/testWorkerMain.js +62 -6
- package/static/{91d96a2 → d75c78c}/packages/text-search-worker/dist/textSearchWorkerMain.js +530 -257
- package/static/index.html +4 -4
- /package/static/{91d96a2 → d75c78c}/config/colorTheme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/defaultSettings.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/fileMap.json +0 -0
- /package/static/{91d96a2 → d75c78c}/config/webExtensions.json +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Animation.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Category.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/DebugButtons.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/DebugValue.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/E2eTest.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/E2eTests.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/EditorHover.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/EditorMessage.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/FeatureContent.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Features.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ImagePreview.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/InputBadge.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Key.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Markdown.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Message.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Progress.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Select.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsItems.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/Table.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{91d96a2 → d75c78c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{91d96a2 → d75c78c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_access.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_al.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_class.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_django.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_font.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_git.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_host.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_http.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_image.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_io.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_java.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_just.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_k.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_key.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_license.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_map.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_org.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_python.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_q.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_r.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_red.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_san.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_script.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_source.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_style.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_text.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_video.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_view.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_word.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/add.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/arrow-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/blank.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/book.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/case-sensitive.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/check.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chevron-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-maximize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-minimize.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/chrome-restore.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/circle-filled.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/clear-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/cloud.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/collapse-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt-2.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt-small.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-alt.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-console.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-continue-small.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-continue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-coverage.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-disconnect.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-pause.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-rerun.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-restart.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stackframe.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-start.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-back.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-into.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-out.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-step-over.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug-stop.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/debug.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/discard.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/edit.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/ellipsis.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/error.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/exclude.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/extensions.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/files.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/filter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/go-to-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-close.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-source-control.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon-sync.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/icon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/info.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/language-icon.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/link-external.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/list-flat.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/list-tree.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/new-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/new-folder.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/newline.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/open-preview.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/play.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/preserve-case.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/progress.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/pwa-icon-192.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/pwa-icon-512.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/record-keys.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/refresh.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/regex.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/remove.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/replace-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/replace.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/run-all.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/search.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/settings-gear.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/sort-precedence.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/source-control.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/split-horizontal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/squiggly-error.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/squiggly-warning.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-array.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-boolean.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-class.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-color.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-constant.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-enum.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-event.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-field.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-file.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-interface.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-key.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-keyword.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-method.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-misc.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-namespace.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-numeric.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-operator.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-parameter.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-property.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-ruler.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-snippet.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-string.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-structure.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/symbol-variable.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/tag.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/terminal-bash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/terminal.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/theme-icon.png +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/trash.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-down.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-left.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-right.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/triangle-up.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/warning.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/whole-word.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/zoom-in.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/icons/zoom-out.svg +0 -0
- /package/static/{91d96a2 → d75c78c}/js/babel-parser.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/blob-util.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/ky.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/lvce-editor-verror.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/p-min-delay.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/pretty-bytes.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/preview-injected.js +0 -0
- /package/static/{91d96a2 → d75c78c}/js/yoctodelay.js +0 -0
- /package/static/{91d96a2 → d75c78c}/lib-css/termterm.css +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/README.md +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/renderer-process/package.json +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.cpp +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.css +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.csv +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.dart +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.env +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.ex +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.html +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.java +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.jl +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.js +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.json +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.kt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.pl +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.py +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/index.ts +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/scrolling.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/languages/tsconfig.json +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/a.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/b.txt +0 -0
- /package/static/{91d96a2 → d75c78c}/playground/sample-folder/c.txt +0 -0
|
@@ -539,13 +539,13 @@ const create$4$2 = (method, params) => {
|
|
|
539
539
|
};
|
|
540
540
|
};
|
|
541
541
|
const callbacks = Object.create(null);
|
|
542
|
-
const set$
|
|
542
|
+
const set$d = (id, fn) => {
|
|
543
543
|
callbacks[id] = fn;
|
|
544
544
|
};
|
|
545
545
|
const get$7 = id => {
|
|
546
546
|
return callbacks[id];
|
|
547
547
|
};
|
|
548
|
-
const remove$
|
|
548
|
+
const remove$9 = id => {
|
|
549
549
|
delete callbacks[id];
|
|
550
550
|
};
|
|
551
551
|
let id = 0;
|
|
@@ -558,7 +558,7 @@ const registerPromise = () => {
|
|
|
558
558
|
resolve,
|
|
559
559
|
promise
|
|
560
560
|
} = Promise.withResolvers();
|
|
561
|
-
set$
|
|
561
|
+
set$d(id, resolve);
|
|
562
562
|
return {
|
|
563
563
|
id,
|
|
564
564
|
promise
|
|
@@ -730,7 +730,7 @@ const resolve = (id, response) => {
|
|
|
730
730
|
return;
|
|
731
731
|
}
|
|
732
732
|
fn(response);
|
|
733
|
-
remove$
|
|
733
|
+
remove$9(id);
|
|
734
734
|
};
|
|
735
735
|
const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
|
|
736
736
|
const getErrorType = prettyError => {
|
|
@@ -903,10 +903,10 @@ const send = (transport, method, ...params) => {
|
|
|
903
903
|
const message = create$4$2(method, params);
|
|
904
904
|
transport.send(message);
|
|
905
905
|
};
|
|
906
|
-
const invoke$
|
|
906
|
+
const invoke$c = (ipc, method, ...params) => {
|
|
907
907
|
return invokeHelper(ipc, method, params, false);
|
|
908
908
|
};
|
|
909
|
-
const invokeAndTransfer$
|
|
909
|
+
const invokeAndTransfer$4 = (ipc, method, ...params) => {
|
|
910
910
|
return invokeHelper(ipc, method, params, true);
|
|
911
911
|
};
|
|
912
912
|
|
|
@@ -942,10 +942,10 @@ const createRpc = ipc => {
|
|
|
942
942
|
send(ipc, method, ...params);
|
|
943
943
|
},
|
|
944
944
|
invoke(method, ...params) {
|
|
945
|
-
return invoke$
|
|
945
|
+
return invoke$c(ipc, method, ...params);
|
|
946
946
|
},
|
|
947
947
|
invokeAndTransfer(method, ...params) {
|
|
948
|
-
return invokeAndTransfer$
|
|
948
|
+
return invokeAndTransfer$4(ipc, method, ...params);
|
|
949
949
|
},
|
|
950
950
|
async dispose() {
|
|
951
951
|
await ipc?.dispose();
|
|
@@ -1046,16 +1046,48 @@ const WebWorkerRpcClient = {
|
|
|
1046
1046
|
__proto__: null,
|
|
1047
1047
|
create: create$a
|
|
1048
1048
|
};
|
|
1049
|
+
const createMockRpc = ({
|
|
1050
|
+
commandMap
|
|
1051
|
+
}) => {
|
|
1052
|
+
const invocations = [];
|
|
1053
|
+
const invoke = (method, ...params) => {
|
|
1054
|
+
invocations.push([method, ...params]);
|
|
1055
|
+
const command = commandMap[method];
|
|
1056
|
+
return command(...params);
|
|
1057
|
+
};
|
|
1058
|
+
const mockRpc = {
|
|
1059
|
+
invoke,
|
|
1060
|
+
invokeAndTransfer: invoke,
|
|
1061
|
+
invocations
|
|
1062
|
+
};
|
|
1063
|
+
return mockRpc;
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1066
|
+
const CodeGenerator = 1;
|
|
1067
|
+
const ColorPicker$1 = 2;
|
|
1068
|
+
const Completion = 3;
|
|
1069
|
+
const CompletionDetail = 4;
|
|
1070
|
+
const Find = 5;
|
|
1071
|
+
const Hover = 6;
|
|
1072
|
+
const Rename$1 = 7;
|
|
1073
|
+
const SourceAction$1 = 8;
|
|
1074
|
+
|
|
1075
|
+
const DebugWorker = 55;
|
|
1076
|
+
const EditorWorker = 99;
|
|
1077
|
+
const ExtensionHostWorker = 44;
|
|
1078
|
+
const MarkdownWorker = 300;
|
|
1079
|
+
const RendererWorker$1 = 1;
|
|
1049
1080
|
|
|
1050
1081
|
const rpcs = Object.create(null);
|
|
1051
|
-
const set$
|
|
1082
|
+
const set$c = (id, rpc) => {
|
|
1052
1083
|
rpcs[id] = rpc;
|
|
1053
1084
|
};
|
|
1054
1085
|
const get$6 = id => {
|
|
1055
1086
|
return rpcs[id];
|
|
1056
1087
|
};
|
|
1057
|
-
|
|
1058
|
-
|
|
1088
|
+
const remove$8 = id => {
|
|
1089
|
+
delete rpcs[id];
|
|
1090
|
+
};
|
|
1059
1091
|
|
|
1060
1092
|
const create$9 = rpcId => {
|
|
1061
1093
|
return {
|
|
@@ -1072,7 +1104,7 @@ const create$9 = rpcId => {
|
|
|
1072
1104
|
return rpc.invokeAndTransfer(method, ...params);
|
|
1073
1105
|
},
|
|
1074
1106
|
set(rpc) {
|
|
1075
|
-
set$
|
|
1107
|
+
set$c(rpcId, rpc);
|
|
1076
1108
|
},
|
|
1077
1109
|
async dispose() {
|
|
1078
1110
|
const rpc = get$6(rpcId);
|
|
@@ -1080,85 +1112,407 @@ const create$9 = rpcId => {
|
|
|
1080
1112
|
}
|
|
1081
1113
|
};
|
|
1082
1114
|
};
|
|
1083
|
-
|
|
1084
|
-
const ClipBoardWorker$1 = 3400;
|
|
1085
|
-
const ColorPickerWorker = 302;
|
|
1086
|
-
const CompletionWorker = 301;
|
|
1087
|
-
const DebugWorker$1 = 55;
|
|
1088
|
-
const EditorWorker$1 = 99;
|
|
1089
|
-
const EmbedsProcess$1 = 207;
|
|
1090
|
-
const EmbedsWorker = 208;
|
|
1091
|
-
const ErrorWorker$1 = 3308;
|
|
1092
|
-
const ExtensionDetailWorker = 3402;
|
|
1093
|
-
const ExtensionHostWorker = 44;
|
|
1094
|
-
const FileSystemProcess$1 = 210;
|
|
1095
|
-
const FileSystemWorker$1 = 209;
|
|
1096
|
-
const MainProcess$1 = -5;
|
|
1097
|
-
const MarkdownWorker$1 = 300;
|
|
1098
|
-
const OutputWorker = 7001;
|
|
1099
|
-
const ProblemsWorker = 3403;
|
|
1100
|
-
const RendererProcess$1 = 1670;
|
|
1101
|
-
const RendererWorker$1 = 1;
|
|
1102
|
-
const SearchProcess$1 = 77;
|
|
1103
|
-
const SearchProcessElectron = 2;
|
|
1104
|
-
const SharedProcess$1 = 1;
|
|
1105
|
-
const SourceActionWorker = 303;
|
|
1106
|
-
const SourceControlWorker = 66;
|
|
1107
|
-
const SyntaxHighlightingWorker$1 = 3309;
|
|
1108
|
-
const TestWorker = 9001;
|
|
1109
|
-
const RpcId = {
|
|
1110
|
-
__proto__: null,
|
|
1111
|
-
ClipBoardProcess: ClipBoardProcess$1,
|
|
1112
|
-
ClipBoardWorker: ClipBoardWorker$1,
|
|
1113
|
-
ColorPickerWorker,
|
|
1114
|
-
CompletionWorker,
|
|
1115
|
-
DebugWorker: DebugWorker$1,
|
|
1116
|
-
EditorWorker: EditorWorker$1,
|
|
1117
|
-
EmbedsProcess: EmbedsProcess$1,
|
|
1118
|
-
EmbedsWorker,
|
|
1119
|
-
ErrorWorker: ErrorWorker$1,
|
|
1120
|
-
ExtensionDetailWorker,
|
|
1121
|
-
ExtensionHostWorker,
|
|
1122
|
-
FileSystemProcess: FileSystemProcess$1,
|
|
1123
|
-
FileSystemWorker: FileSystemWorker$1,
|
|
1124
|
-
MainProcess: MainProcess$1,
|
|
1125
|
-
MarkdownWorker: MarkdownWorker$1,
|
|
1126
|
-
OutputWorker,
|
|
1127
|
-
ProblemsWorker,
|
|
1128
|
-
RendererProcess: RendererProcess$1,
|
|
1129
|
-
RendererWorker: RendererWorker$1,
|
|
1130
|
-
SearchProcess: SearchProcess$1,
|
|
1131
|
-
SearchProcessElectron,
|
|
1132
|
-
SharedProcess: SharedProcess$1,
|
|
1133
|
-
SourceActionWorker,
|
|
1134
|
-
SourceControlWorker,
|
|
1135
|
-
SyntaxHighlightingWorker: SyntaxHighlightingWorker$1,
|
|
1136
|
-
TestWorker
|
|
1137
|
-
};
|
|
1115
|
+
|
|
1138
1116
|
const {
|
|
1139
|
-
invoke: invoke$
|
|
1140
|
-
|
|
1117
|
+
invoke: invoke$b,
|
|
1118
|
+
invokeAndTransfer: invokeAndTransfer$3,
|
|
1119
|
+
set: set$b,
|
|
1120
|
+
dispose: dispose$3
|
|
1121
|
+
} = create$9(ExtensionHostWorker);
|
|
1122
|
+
const executeReferenceProvider = async (id, offset) => {
|
|
1123
|
+
// @ts-ignore
|
|
1124
|
+
return invoke$b('ExtensionHostReference.executeReferenceProvider', id, offset);
|
|
1125
|
+
};
|
|
1126
|
+
const executeFileReferenceProvider = async id => {
|
|
1127
|
+
// @ts-ignore
|
|
1128
|
+
return invoke$b('ExtensionHostReference.executeFileReferenceProvider', id);
|
|
1129
|
+
};
|
|
1130
|
+
const getRuntimeStatus = async extensionId => {
|
|
1131
|
+
// @ts-ignore
|
|
1132
|
+
return invoke$b('ExtensionHost.getRuntimeStatus', extensionId);
|
|
1133
|
+
};
|
|
1134
|
+
const registerMockRpc$1 = commandMap => {
|
|
1135
|
+
const mockRpc = createMockRpc({
|
|
1136
|
+
commandMap
|
|
1137
|
+
});
|
|
1138
|
+
set$b(mockRpc);
|
|
1139
|
+
return mockRpc;
|
|
1140
|
+
};
|
|
1141
|
+
|
|
1141
1142
|
const ExtensionHost = {
|
|
1142
1143
|
__proto__: null,
|
|
1143
|
-
|
|
1144
|
-
|
|
1144
|
+
dispose: dispose$3,
|
|
1145
|
+
executeFileReferenceProvider,
|
|
1146
|
+
executeReferenceProvider,
|
|
1147
|
+
getRuntimeStatus,
|
|
1148
|
+
invoke: invoke$b,
|
|
1149
|
+
invokeAndTransfer: invokeAndTransfer$3,
|
|
1150
|
+
registerMockRpc: registerMockRpc$1,
|
|
1151
|
+
set: set$b
|
|
1145
1152
|
};
|
|
1153
|
+
|
|
1146
1154
|
const {
|
|
1147
|
-
invoke: invoke$
|
|
1148
|
-
invokeAndTransfer: invokeAndTransfer$
|
|
1149
|
-
set: set$
|
|
1155
|
+
invoke: invoke$a,
|
|
1156
|
+
invokeAndTransfer: invokeAndTransfer$2,
|
|
1157
|
+
set: set$a,
|
|
1158
|
+
dispose: dispose$2
|
|
1159
|
+
} = create$9(RendererWorker$1);
|
|
1160
|
+
const searchFileHtml = async uri => {
|
|
1161
|
+
return invoke$a('ExtensionHost.searchFileWithHtml', uri);
|
|
1162
|
+
};
|
|
1163
|
+
const getFilePathElectron = async file => {
|
|
1164
|
+
return invoke$a('FileSystemHandle.getFilePathElectron', file);
|
|
1165
|
+
};
|
|
1166
|
+
const showContextMenu = async (x, y, id, ...args) => {
|
|
1167
|
+
return invoke$a('ContextMenu.show', x, y, id, ...args);
|
|
1168
|
+
};
|
|
1169
|
+
const getElectronVersion = async () => {
|
|
1170
|
+
return invoke$a('Process.getElectronVersion');
|
|
1171
|
+
};
|
|
1172
|
+
const applyBulkReplacement = async bulkEdits => {
|
|
1173
|
+
await invoke$a('BulkReplacement.applyBulkReplacement', bulkEdits);
|
|
1174
|
+
};
|
|
1175
|
+
const setColorTheme = async id => {
|
|
1176
|
+
// @ts-ignore
|
|
1177
|
+
return invoke$a(/* ColorTheme.setColorTheme */'ColorTheme.setColorTheme', /* colorThemeId */id);
|
|
1178
|
+
};
|
|
1179
|
+
const getNodeVersion = async () => {
|
|
1180
|
+
return invoke$a('Process.getNodeVersion');
|
|
1181
|
+
};
|
|
1182
|
+
const getChromeVersion = async () => {
|
|
1183
|
+
return invoke$a('Process.getChromeVersion');
|
|
1184
|
+
};
|
|
1185
|
+
const getV8Version = async () => {
|
|
1186
|
+
return invoke$a('Process.getV8Version');
|
|
1187
|
+
};
|
|
1188
|
+
const getFileHandles = async fileIds => {
|
|
1189
|
+
const files = await invoke$a('FileSystemHandle.getFileHandles', fileIds);
|
|
1190
|
+
return files;
|
|
1191
|
+
};
|
|
1192
|
+
const setWorkspacePath = async path => {
|
|
1193
|
+
await invoke$a('Workspace.setPath', path);
|
|
1194
|
+
};
|
|
1195
|
+
const registerWebViewInterceptor = async (id, port) => {
|
|
1196
|
+
await invokeAndTransfer$2('WebView.registerInterceptor', id, port);
|
|
1197
|
+
};
|
|
1198
|
+
const unregisterWebViewInterceptor = async id => {
|
|
1199
|
+
await invoke$a('WebView.unregisterInterceptor', id);
|
|
1200
|
+
};
|
|
1201
|
+
const sendMessagePortToEditorWorker = async (port, rpcId) => {
|
|
1202
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1203
|
+
// @ts-ignore
|
|
1204
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToEditorWorker', port, command, rpcId);
|
|
1205
|
+
};
|
|
1206
|
+
const sendMessagePortToErrorWorker = async (port, rpcId) => {
|
|
1207
|
+
const command = 'Errors.handleMessagePort';
|
|
1208
|
+
// @ts-ignore
|
|
1209
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToErrorWorker', port, command, rpcId);
|
|
1210
|
+
};
|
|
1211
|
+
const sendMessagePortToMarkdownWorker = async (port, rpcId) => {
|
|
1212
|
+
const command = 'Markdown.handleMessagePort';
|
|
1213
|
+
// @ts-ignore
|
|
1214
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToMarkdownWorker', port, command, rpcId);
|
|
1215
|
+
};
|
|
1216
|
+
const sendMessagePortToFileSystemWorker = async (port, rpcId) => {
|
|
1217
|
+
const command = 'FileSystem.handleMessagePort';
|
|
1218
|
+
// @ts-ignore
|
|
1219
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToFileSystemWorker', port, command, rpcId);
|
|
1220
|
+
};
|
|
1221
|
+
const readFile = async uri => {
|
|
1222
|
+
return invoke$a('FileSystem.readFile', uri);
|
|
1223
|
+
};
|
|
1224
|
+
const getWebViewSecret = async key => {
|
|
1225
|
+
// @ts-ignore
|
|
1226
|
+
return invoke$a('WebView.getSecret', key);
|
|
1227
|
+
};
|
|
1228
|
+
const setWebViewPort = async (uid, port, origin, portType) => {
|
|
1229
|
+
return invokeAndTransfer$2('WebView.setPort', uid, port, origin, portType);
|
|
1230
|
+
};
|
|
1231
|
+
const setFocus$1 = key => {
|
|
1232
|
+
return invoke$a('Focus.setFocus', key);
|
|
1233
|
+
};
|
|
1234
|
+
const getFileIcon = async options => {
|
|
1235
|
+
return invoke$a('IconTheme.getFileIcon', options);
|
|
1236
|
+
};
|
|
1237
|
+
const getColorThemeNames = async () => {
|
|
1238
|
+
return invoke$a('ColorTheme.getColorThemeNames');
|
|
1239
|
+
};
|
|
1240
|
+
const disableExtension = async id => {
|
|
1241
|
+
// @ts-ignore
|
|
1242
|
+
return invoke$a('ExtensionManagement.disable', id);
|
|
1243
|
+
};
|
|
1244
|
+
const enableExtension = async id => {
|
|
1245
|
+
// @ts-ignore
|
|
1246
|
+
return invoke$a('ExtensionManagement.enable', id);
|
|
1247
|
+
};
|
|
1248
|
+
const handleDebugChange = async params => {
|
|
1249
|
+
// @ts-ignore
|
|
1250
|
+
return invoke$a('Run And Debug.handleChange', params);
|
|
1251
|
+
};
|
|
1252
|
+
const getFolderIcon = async options => {
|
|
1253
|
+
return invoke$a('IconTheme.getFolderIcon', options);
|
|
1254
|
+
};
|
|
1255
|
+
const closeWidget = async widgetId => {
|
|
1256
|
+
return invoke$a('Viewlet.closeWidget', widgetId);
|
|
1257
|
+
};
|
|
1258
|
+
const sendMessagePortToExtensionHostWorker = async (port, rpcId = 0) => {
|
|
1259
|
+
const command = 'HandleMessagePort.handleMessagePort2';
|
|
1260
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker', port, command, rpcId);
|
|
1261
|
+
};
|
|
1262
|
+
const sendMessagePortToSearchProcess = async port => {
|
|
1263
|
+
await invokeAndTransfer$2('SendMessagePortToElectron.sendMessagePortToElectron', port, 'HandleMessagePortForSearchProcess.handleMessagePortForSearchProcess');
|
|
1264
|
+
};
|
|
1265
|
+
const confirm = async (message, options) => {
|
|
1266
|
+
// @ts-ignore
|
|
1267
|
+
const result = await invoke$a('ConfirmPrompt.prompt', message, options);
|
|
1268
|
+
return result;
|
|
1269
|
+
};
|
|
1270
|
+
const getRecentlyOpened = async () => {
|
|
1271
|
+
return invoke$a(/* RecentlyOpened.getRecentlyOpened */'RecentlyOpened.getRecentlyOpened');
|
|
1272
|
+
};
|
|
1273
|
+
const getKeyBindings$1 = async () => {
|
|
1274
|
+
return invoke$a('KeyBindingsInitial.getKeyBindings');
|
|
1275
|
+
};
|
|
1276
|
+
const writeClipBoardText = async text => {
|
|
1277
|
+
await invoke$a('ClipBoard.writeText', /* text */text);
|
|
1278
|
+
};
|
|
1279
|
+
const writeClipBoardImage = async blob => {
|
|
1280
|
+
// @ts-ignore
|
|
1281
|
+
await invoke$a('ClipBoard.writeImage', /* text */blob);
|
|
1282
|
+
};
|
|
1283
|
+
const searchFileMemory = async uri => {
|
|
1284
|
+
// @ts-ignore
|
|
1285
|
+
return invoke$a('ExtensionHost.searchFileWithMemory', uri);
|
|
1286
|
+
};
|
|
1287
|
+
const searchFileFetch = async uri => {
|
|
1288
|
+
return invoke$a('ExtensionHost.searchFileWithFetch', uri);
|
|
1289
|
+
};
|
|
1290
|
+
const showMessageBox = async options => {
|
|
1291
|
+
return invoke$a('ElectronDialog.showMessageBox', options);
|
|
1292
|
+
};
|
|
1293
|
+
const handleDebugResumed = async params => {
|
|
1294
|
+
await invoke$a('Run And Debug.handleResumed', params);
|
|
1295
|
+
};
|
|
1296
|
+
const openWidget = async name => {
|
|
1297
|
+
await invoke$a('Viewlet.openWidget', name);
|
|
1298
|
+
};
|
|
1299
|
+
const getIcons = async requests => {
|
|
1300
|
+
const icons = await invoke$a('IconTheme.getIcons', requests);
|
|
1301
|
+
return icons;
|
|
1302
|
+
};
|
|
1303
|
+
const activateByEvent$1 = event => {
|
|
1304
|
+
return invoke$a('ExtensionHostManagement.activateByEvent', event);
|
|
1305
|
+
};
|
|
1306
|
+
const setAdditionalFocus$1 = focusKey => {
|
|
1307
|
+
// @ts-ignore
|
|
1308
|
+
return invoke$a('Focus.setAdditionalFocus', focusKey);
|
|
1309
|
+
};
|
|
1310
|
+
const getActiveEditorId = () => {
|
|
1311
|
+
// @ts-ignore
|
|
1312
|
+
return invoke$a('GetActiveEditor.getActiveEditorId');
|
|
1313
|
+
};
|
|
1314
|
+
const getWorkspacePath = () => {
|
|
1315
|
+
return invoke$a('Workspace.getPath');
|
|
1316
|
+
};
|
|
1317
|
+
const sendMessagePortToRendererProcess = async port => {
|
|
1318
|
+
const command = 'HandleMessagePort.handleMessagePort';
|
|
1319
|
+
// @ts-ignore
|
|
1320
|
+
await invokeAndTransfer$2('SendMessagePortToExtensionHostWorker.sendMessagePortToRendererProcess', port, command, DebugWorker);
|
|
1321
|
+
};
|
|
1322
|
+
const getPreference = async key => {
|
|
1323
|
+
return await invoke$a('Preferences.get', key);
|
|
1324
|
+
};
|
|
1325
|
+
const getAllExtensions = async () => {
|
|
1326
|
+
return invoke$a('ExtensionManagement.getAllExtensions');
|
|
1327
|
+
};
|
|
1328
|
+
const rerenderEditor = async key => {
|
|
1329
|
+
// @ts-ignore
|
|
1330
|
+
return invoke$a('Editor.rerender', key);
|
|
1331
|
+
};
|
|
1332
|
+
const handleDebugPaused = async params => {
|
|
1333
|
+
await invoke$a('Run And Debug.handlePaused', params);
|
|
1334
|
+
};
|
|
1335
|
+
const openUri = async (uri, focus, options) => {
|
|
1336
|
+
await invoke$a('Main.openUri', uri, focus, options);
|
|
1337
|
+
};
|
|
1338
|
+
const sendMessagePortToSyntaxHighlightingWorker$1 = async port => {
|
|
1339
|
+
await invokeAndTransfer$2(
|
|
1340
|
+
// @ts-ignore
|
|
1341
|
+
'SendMessagePortToSyntaxHighlightingWorker.sendMessagePortToSyntaxHighlightingWorker', port, 'HandleMessagePort.handleMessagePort2');
|
|
1342
|
+
};
|
|
1343
|
+
const handleDebugScriptParsed = async script => {
|
|
1344
|
+
await invoke$a('Run And Debug.handleScriptParsed', script);
|
|
1345
|
+
};
|
|
1346
|
+
const getWindowId = async () => {
|
|
1347
|
+
return invoke$a('GetWindowId.getWindowId');
|
|
1348
|
+
};
|
|
1349
|
+
const getBlob = async uri => {
|
|
1350
|
+
// @ts-ignore
|
|
1351
|
+
return invoke$a('FileSystem.getBlob', uri);
|
|
1352
|
+
};
|
|
1353
|
+
const getExtensionCommands = async () => {
|
|
1354
|
+
return invoke$a('ExtensionHost.getCommands');
|
|
1355
|
+
};
|
|
1356
|
+
const showErrorDialog = async errorInfo => {
|
|
1357
|
+
// @ts-ignore
|
|
1358
|
+
await invoke$a('ErrorHandling.showErrorDialog', errorInfo);
|
|
1359
|
+
};
|
|
1360
|
+
const getFolderSize = async uri => {
|
|
1361
|
+
// @ts-ignore
|
|
1362
|
+
return await invoke$a('FileSystem.getFolderSize', uri);
|
|
1363
|
+
};
|
|
1364
|
+
const getExtension = async id => {
|
|
1365
|
+
// @ts-ignore
|
|
1366
|
+
return invoke$a('ExtensionManagement.getExtension', id);
|
|
1367
|
+
};
|
|
1368
|
+
const getMarkdownDom = async html => {
|
|
1369
|
+
// @ts-ignore
|
|
1370
|
+
return invoke$a('Markdown.getVirtualDom', html);
|
|
1371
|
+
};
|
|
1372
|
+
const renderMarkdown = async (markdown, options) => {
|
|
1373
|
+
// @ts-ignore
|
|
1374
|
+
return invoke$a('Markdown.renderMarkdown', markdown, options);
|
|
1375
|
+
};
|
|
1376
|
+
const openNativeFolder = async uri => {
|
|
1377
|
+
// @ts-ignore
|
|
1378
|
+
await invoke$a('OpenNativeFolder.openNativeFolder', uri);
|
|
1379
|
+
};
|
|
1380
|
+
const uninstallExtension = async id => {
|
|
1381
|
+
return invoke$a('ExtensionManagement.uninstall', id);
|
|
1382
|
+
};
|
|
1383
|
+
const installExtension = async id => {
|
|
1384
|
+
// @ts-ignore
|
|
1385
|
+
return invoke$a('ExtensionManagement.install', id);
|
|
1386
|
+
};
|
|
1387
|
+
const openExtensionSearch = async () => {
|
|
1388
|
+
// @ts-ignore
|
|
1389
|
+
return invoke$a('SideBar.openViewlet', 'Extensions');
|
|
1390
|
+
};
|
|
1391
|
+
const setExtensionsSearchValue = async searchValue => {
|
|
1392
|
+
// @ts-ignore
|
|
1393
|
+
return invoke$a('Extensions.handleInput', searchValue);
|
|
1394
|
+
};
|
|
1395
|
+
const openExternal = async uri => {
|
|
1396
|
+
// @ts-ignore
|
|
1397
|
+
await invoke$a('Open.openExternal', uri);
|
|
1398
|
+
};
|
|
1399
|
+
const openUrl = async uri => {
|
|
1400
|
+
// @ts-ignore
|
|
1401
|
+
await invoke$a('Open.openUrl', uri);
|
|
1402
|
+
};
|
|
1403
|
+
const getAllPreferences = async () => {
|
|
1404
|
+
// @ts-ignore
|
|
1405
|
+
return invoke$a('Preferences.getAll');
|
|
1406
|
+
};
|
|
1407
|
+
const showSaveFilePicker = async () => {
|
|
1408
|
+
// @ts-ignore
|
|
1409
|
+
return invoke$a('FilePicker.showSaveFilePicker');
|
|
1410
|
+
};
|
|
1411
|
+
const getLogsDir = async () => {
|
|
1412
|
+
// @ts-ignore
|
|
1413
|
+
return invoke$a('PlatformPaths.getLogsDir');
|
|
1414
|
+
};
|
|
1415
|
+
const registerMockRpc = commandMap => {
|
|
1416
|
+
const mockRpc = createMockRpc({
|
|
1417
|
+
commandMap
|
|
1418
|
+
});
|
|
1419
|
+
set$a(mockRpc);
|
|
1420
|
+
return mockRpc;
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1150
1423
|
const RendererWorker = {
|
|
1151
1424
|
__proto__: null,
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1425
|
+
activateByEvent: activateByEvent$1,
|
|
1426
|
+
applyBulkReplacement,
|
|
1427
|
+
closeWidget,
|
|
1428
|
+
confirm,
|
|
1429
|
+
disableExtension,
|
|
1430
|
+
dispose: dispose$2,
|
|
1431
|
+
enableExtension,
|
|
1432
|
+
getActiveEditorId,
|
|
1433
|
+
getAllExtensions,
|
|
1434
|
+
getAllPreferences,
|
|
1435
|
+
getBlob,
|
|
1436
|
+
getChromeVersion,
|
|
1437
|
+
getColorThemeNames,
|
|
1438
|
+
getElectronVersion,
|
|
1439
|
+
getExtension,
|
|
1440
|
+
getExtensionCommands,
|
|
1441
|
+
getFileHandles,
|
|
1442
|
+
getFileIcon,
|
|
1443
|
+
getFilePathElectron,
|
|
1444
|
+
getFolderIcon,
|
|
1445
|
+
getFolderSize,
|
|
1446
|
+
getIcons,
|
|
1447
|
+
getKeyBindings: getKeyBindings$1,
|
|
1448
|
+
getLogsDir,
|
|
1449
|
+
getMarkdownDom,
|
|
1450
|
+
getNodeVersion,
|
|
1451
|
+
getPreference,
|
|
1452
|
+
getRecentlyOpened,
|
|
1453
|
+
getV8Version,
|
|
1454
|
+
getWebViewSecret,
|
|
1455
|
+
getWindowId,
|
|
1456
|
+
getWorkspacePath,
|
|
1457
|
+
handleDebugChange,
|
|
1458
|
+
handleDebugPaused,
|
|
1459
|
+
handleDebugResumed,
|
|
1460
|
+
handleDebugScriptParsed,
|
|
1461
|
+
installExtension,
|
|
1156
1462
|
invoke: invoke$a,
|
|
1157
|
-
|
|
1463
|
+
invokeAndTransfer: invokeAndTransfer$2,
|
|
1464
|
+
openExtensionSearch,
|
|
1465
|
+
openExternal,
|
|
1466
|
+
openNativeFolder,
|
|
1467
|
+
openUri,
|
|
1468
|
+
openUrl,
|
|
1469
|
+
openWidget,
|
|
1470
|
+
readFile,
|
|
1471
|
+
registerMockRpc,
|
|
1472
|
+
registerWebViewInterceptor,
|
|
1473
|
+
renderMarkdown,
|
|
1474
|
+
rerenderEditor,
|
|
1475
|
+
searchFileFetch,
|
|
1476
|
+
searchFileHtml,
|
|
1477
|
+
searchFileMemory,
|
|
1478
|
+
sendMessagePortToEditorWorker,
|
|
1479
|
+
sendMessagePortToErrorWorker,
|
|
1480
|
+
sendMessagePortToExtensionHostWorker,
|
|
1481
|
+
sendMessagePortToFileSystemWorker,
|
|
1482
|
+
sendMessagePortToMarkdownWorker,
|
|
1483
|
+
sendMessagePortToRendererProcess,
|
|
1484
|
+
sendMessagePortToSearchProcess,
|
|
1485
|
+
sendMessagePortToSyntaxHighlightingWorker: sendMessagePortToSyntaxHighlightingWorker$1,
|
|
1486
|
+
set: set$a,
|
|
1487
|
+
setAdditionalFocus: setAdditionalFocus$1,
|
|
1488
|
+
setColorTheme,
|
|
1489
|
+
setExtensionsSearchValue,
|
|
1490
|
+
setFocus: setFocus$1,
|
|
1491
|
+
setWebViewPort,
|
|
1492
|
+
setWorkspacePath,
|
|
1493
|
+
showContextMenu,
|
|
1494
|
+
showErrorDialog,
|
|
1495
|
+
showMessageBox,
|
|
1496
|
+
showSaveFilePicker,
|
|
1497
|
+
uninstallExtension,
|
|
1498
|
+
unregisterWebViewInterceptor,
|
|
1499
|
+
writeClipBoardImage,
|
|
1500
|
+
writeClipBoardText
|
|
1501
|
+
};
|
|
1502
|
+
|
|
1503
|
+
const {
|
|
1504
|
+
invoke: invoke$9,
|
|
1505
|
+
invokeAndTransfer: invokeAndTransfer$1,
|
|
1506
|
+
set: set$9,
|
|
1507
|
+
dispose: dispose$1
|
|
1508
|
+
} = create$9(MarkdownWorker);
|
|
1509
|
+
|
|
1158
1510
|
const SyntaxHighlightingWorker = {
|
|
1159
1511
|
__proto__: null,
|
|
1160
|
-
|
|
1161
|
-
|
|
1512
|
+
dispose: dispose$1,
|
|
1513
|
+
invoke: invoke$9,
|
|
1514
|
+
invokeAndTransfer: invokeAndTransfer$1,
|
|
1515
|
+
set: set$9
|
|
1162
1516
|
};
|
|
1163
1517
|
|
|
1164
1518
|
const {
|
|
@@ -1222,15 +1576,15 @@ const launchColorPickerWorker = async () => {
|
|
|
1222
1576
|
return launchWorker(name, url);
|
|
1223
1577
|
};
|
|
1224
1578
|
|
|
1225
|
-
let workerPromise$
|
|
1226
|
-
const getOrCreate$
|
|
1227
|
-
if (!workerPromise$
|
|
1228
|
-
workerPromise$
|
|
1579
|
+
let workerPromise$3;
|
|
1580
|
+
const getOrCreate$4 = () => {
|
|
1581
|
+
if (!workerPromise$3) {
|
|
1582
|
+
workerPromise$3 = launchColorPickerWorker();
|
|
1229
1583
|
}
|
|
1230
|
-
return workerPromise$
|
|
1584
|
+
return workerPromise$3;
|
|
1231
1585
|
};
|
|
1232
1586
|
const invoke$7 = async (method, ...params) => {
|
|
1233
|
-
const worker = await getOrCreate$
|
|
1587
|
+
const worker = await getOrCreate$4();
|
|
1234
1588
|
return await worker.invoke(method, ...params);
|
|
1235
1589
|
};
|
|
1236
1590
|
|
|
@@ -1267,7 +1621,7 @@ const IndentLess = 'indentLess';
|
|
|
1267
1621
|
const IndentMore = 'indentMore';
|
|
1268
1622
|
const InsertLineBreak = 'insertLineBreak';
|
|
1269
1623
|
const LineComment = 'lineComment';
|
|
1270
|
-
const Rename
|
|
1624
|
+
const Rename = 'rename';
|
|
1271
1625
|
const ToggleBlockComment$1 = 'toggleBlockComment';
|
|
1272
1626
|
|
|
1273
1627
|
const map$1 = Object.create(null);
|
|
@@ -1654,7 +2008,7 @@ const createMeasureContext = () => {
|
|
|
1654
2008
|
const state$8 = {
|
|
1655
2009
|
ctx: undefined
|
|
1656
2010
|
};
|
|
1657
|
-
const getOrCreate$
|
|
2011
|
+
const getOrCreate$3 = createCtx => {
|
|
1658
2012
|
if (state$8.ctx) {
|
|
1659
2013
|
return state$8.ctx;
|
|
1660
2014
|
}
|
|
@@ -1663,7 +2017,7 @@ const getOrCreate$4 = createCtx => {
|
|
|
1663
2017
|
};
|
|
1664
2018
|
|
|
1665
2019
|
const getContext = () => {
|
|
1666
|
-
const ctx = getOrCreate$
|
|
2020
|
+
const ctx = getOrCreate$3(createMeasureContext);
|
|
1667
2021
|
return ctx;
|
|
1668
2022
|
};
|
|
1669
2023
|
|
|
@@ -2188,7 +2542,7 @@ const {
|
|
|
2188
2542
|
set: set$5,
|
|
2189
2543
|
invoke: invoke$6} = ExtensionHost;
|
|
2190
2544
|
|
|
2191
|
-
const ColorPicker
|
|
2545
|
+
const ColorPicker = 41;
|
|
2192
2546
|
const EditorCompletion = 9;
|
|
2193
2547
|
const Empty = 0;
|
|
2194
2548
|
const FindWidget = 16;
|
|
@@ -2573,7 +2927,7 @@ const getTextChanges = (editor, changes) => {
|
|
|
2573
2927
|
end: endPosition,
|
|
2574
2928
|
inserted: [edit.inserted],
|
|
2575
2929
|
deleted,
|
|
2576
|
-
origin: Rename
|
|
2930
|
+
origin: Rename
|
|
2577
2931
|
};
|
|
2578
2932
|
textChanges.push(textChange);
|
|
2579
2933
|
}
|
|
@@ -2941,15 +3295,6 @@ const removeEditorWidget = (widgets, id) => {
|
|
|
2941
3295
|
return newWidgets;
|
|
2942
3296
|
};
|
|
2943
3297
|
|
|
2944
|
-
const CodeGenerator = 1;
|
|
2945
|
-
const ColorPicker = 2;
|
|
2946
|
-
const Completion = 3;
|
|
2947
|
-
const CompletionDetail = 4;
|
|
2948
|
-
const Find = 5;
|
|
2949
|
-
const Hover = 6;
|
|
2950
|
-
const Rename = 7;
|
|
2951
|
-
const SourceAction$1 = 8;
|
|
2952
|
-
|
|
2953
3298
|
const isMatchingWidget$2 = widget => {
|
|
2954
3299
|
return widget.id === CodeGenerator;
|
|
2955
3300
|
};
|
|
@@ -2996,21 +3341,21 @@ const launchRenameWorker = async () => {
|
|
|
2996
3341
|
return rpc;
|
|
2997
3342
|
};
|
|
2998
3343
|
|
|
2999
|
-
let workerPromise$
|
|
3000
|
-
const getOrCreate$
|
|
3001
|
-
if (!workerPromise$
|
|
3002
|
-
workerPromise$
|
|
3344
|
+
let workerPromise$2;
|
|
3345
|
+
const getOrCreate$2 = () => {
|
|
3346
|
+
if (!workerPromise$2) {
|
|
3347
|
+
workerPromise$2 = launchRenameWorker();
|
|
3003
3348
|
}
|
|
3004
|
-
return workerPromise$
|
|
3349
|
+
return workerPromise$2;
|
|
3005
3350
|
};
|
|
3006
3351
|
const invoke$5 = async (method, ...params) => {
|
|
3007
|
-
const worker = await getOrCreate$
|
|
3352
|
+
const worker = await getOrCreate$2();
|
|
3008
3353
|
return await worker.invoke(method, ...params);
|
|
3009
3354
|
};
|
|
3010
3355
|
|
|
3011
3356
|
// TODO duplicate code
|
|
3012
3357
|
const isRenameWidget = widget => {
|
|
3013
|
-
return widget.id === Rename;
|
|
3358
|
+
return widget.id === Rename$1;
|
|
3014
3359
|
};
|
|
3015
3360
|
const closeRename = async editor => {
|
|
3016
3361
|
const {
|
|
@@ -3113,7 +3458,7 @@ const create$7 = () => {
|
|
|
3113
3458
|
const create$6 = () => {
|
|
3114
3459
|
const completionUid = create$7();
|
|
3115
3460
|
const widget = {
|
|
3116
|
-
id: ColorPicker,
|
|
3461
|
+
id: ColorPicker$1,
|
|
3117
3462
|
oldState: {
|
|
3118
3463
|
uid: completionUid,
|
|
3119
3464
|
x: 0,
|
|
@@ -3138,7 +3483,7 @@ const newStateGenerator$6 = (state, parentUid) => {
|
|
|
3138
3483
|
return loadContent$2(state, parentUid);
|
|
3139
3484
|
};
|
|
3140
3485
|
const openColorPicker = async editor => {
|
|
3141
|
-
return addWidgetToEditor(ColorPicker, ColorPicker
|
|
3486
|
+
return addWidgetToEditor(ColorPicker$1, ColorPicker, editor, create$6, newStateGenerator$6);
|
|
3142
3487
|
};
|
|
3143
3488
|
|
|
3144
3489
|
const state$6 = {
|
|
@@ -5263,15 +5608,15 @@ const launchCompletionWorker = async () => {
|
|
|
5263
5608
|
return rpc;
|
|
5264
5609
|
};
|
|
5265
5610
|
|
|
5266
|
-
let workerPromise$
|
|
5267
|
-
const getOrCreate$
|
|
5268
|
-
if (!workerPromise$
|
|
5269
|
-
workerPromise$
|
|
5611
|
+
let workerPromise$1;
|
|
5612
|
+
const getOrCreate$1 = () => {
|
|
5613
|
+
if (!workerPromise$1) {
|
|
5614
|
+
workerPromise$1 = launchCompletionWorker();
|
|
5270
5615
|
}
|
|
5271
|
-
return workerPromise$
|
|
5616
|
+
return workerPromise$1;
|
|
5272
5617
|
};
|
|
5273
5618
|
const invoke$4 = async (method, ...params) => {
|
|
5274
|
-
const worker = await getOrCreate$
|
|
5619
|
+
const worker = await getOrCreate$1();
|
|
5275
5620
|
return await worker.invoke(method, ...params);
|
|
5276
5621
|
};
|
|
5277
5622
|
|
|
@@ -5335,16 +5680,29 @@ const launchFindWidgetWorker = async () => {
|
|
|
5335
5680
|
return launchWorker(name, url);
|
|
5336
5681
|
};
|
|
5337
5682
|
|
|
5338
|
-
|
|
5339
|
-
const
|
|
5340
|
-
|
|
5341
|
-
|
|
5683
|
+
const rpcId = 9002;
|
|
5684
|
+
const launch = async () => {
|
|
5685
|
+
// TODO race condition
|
|
5686
|
+
if (get$6(rpcId)) {
|
|
5687
|
+
return;
|
|
5342
5688
|
}
|
|
5343
|
-
|
|
5689
|
+
const rpc = await launchFindWidgetWorker();
|
|
5690
|
+
set$c(rpcId, rpc);
|
|
5344
5691
|
};
|
|
5345
5692
|
const invoke$3 = async (method, ...params) => {
|
|
5346
|
-
const
|
|
5347
|
-
return await
|
|
5693
|
+
const rpc = get$6(rpcId);
|
|
5694
|
+
return await rpc.invoke(method, ...params);
|
|
5695
|
+
};
|
|
5696
|
+
const dispose = async () => {
|
|
5697
|
+
const rpc = get$6(rpcId);
|
|
5698
|
+
remove$8(rpcId);
|
|
5699
|
+
if (rpc) {
|
|
5700
|
+
await rpc.dispose();
|
|
5701
|
+
}
|
|
5702
|
+
// const oldPromise = workerPromise
|
|
5703
|
+
// workerPromise = undefined
|
|
5704
|
+
// const rpc = await oldPromise
|
|
5705
|
+
// await rpc.dispose()
|
|
5348
5706
|
};
|
|
5349
5707
|
|
|
5350
5708
|
const getEditor = editorUid => {
|
|
@@ -5369,6 +5727,7 @@ const loadContent$1 = async (state, parentUid) => {
|
|
|
5369
5727
|
width,
|
|
5370
5728
|
height
|
|
5371
5729
|
} = editor;
|
|
5730
|
+
await launch();
|
|
5372
5731
|
await invoke$3('FindWidget.create', uid, x, y, width, height, parentUid);
|
|
5373
5732
|
await invoke$3('FindWidget.loadContent', uid);
|
|
5374
5733
|
const diff = await invoke$3('FindWidget.diff2', uid);
|
|
@@ -5384,7 +5743,7 @@ const newStateGenerator$3 = (state, parentUid) => {
|
|
|
5384
5743
|
};
|
|
5385
5744
|
const openFind2 = async editor => {
|
|
5386
5745
|
const fullFocus = true;
|
|
5387
|
-
return addWidgetToEditor(
|
|
5746
|
+
return addWidgetToEditor(Find, FindWidget, editor, create$3, newStateGenerator$3, fullFocus);
|
|
5388
5747
|
};
|
|
5389
5748
|
|
|
5390
5749
|
const openFind = async state => {
|
|
@@ -5410,7 +5769,7 @@ const getPositionAtCursor$1 = editor => {
|
|
|
5410
5769
|
const create$2 = () => {
|
|
5411
5770
|
const completionUid = create$7();
|
|
5412
5771
|
const renameWidget = {
|
|
5413
|
-
id: Rename,
|
|
5772
|
+
id: Rename$1,
|
|
5414
5773
|
oldState: {
|
|
5415
5774
|
uid: completionUid,
|
|
5416
5775
|
x: 0,
|
|
@@ -5466,7 +5825,7 @@ const openRename = async editor => {
|
|
|
5466
5825
|
return editor;
|
|
5467
5826
|
}
|
|
5468
5827
|
const fullFocus = true;
|
|
5469
|
-
return addWidgetToEditor(Rename, FocusEditorRename$1, editor, create$2, newStateGenerator$2, fullFocus);
|
|
5828
|
+
return addWidgetToEditor(Rename$1, FocusEditorRename$1, editor, create$2, newStateGenerator$2, fullFocus);
|
|
5470
5829
|
};
|
|
5471
5830
|
|
|
5472
5831
|
const getOrganizeImportEdits = async editor => {
|
|
@@ -7502,8 +7861,8 @@ const editorUnindent = editor => {
|
|
|
7502
7861
|
|
|
7503
7862
|
const isFunctional = widgetId => {
|
|
7504
7863
|
switch (widgetId) {
|
|
7505
|
-
case ColorPicker:
|
|
7506
|
-
case Rename:
|
|
7864
|
+
case ColorPicker$1:
|
|
7865
|
+
case Rename$1:
|
|
7507
7866
|
case Completion:
|
|
7508
7867
|
case Find:
|
|
7509
7868
|
case SourceAction$1:
|
|
@@ -7546,13 +7905,13 @@ const addWidget$1 = (widget, id, render) => {
|
|
|
7546
7905
|
|
|
7547
7906
|
const getWidgetInvoke = widgetId => {
|
|
7548
7907
|
switch (widgetId) {
|
|
7549
|
-
case ColorPicker:
|
|
7908
|
+
case ColorPicker$1:
|
|
7550
7909
|
return invoke$7;
|
|
7551
7910
|
case Completion:
|
|
7552
7911
|
return invoke$4;
|
|
7553
7912
|
case Find:
|
|
7554
7913
|
return invoke$3;
|
|
7555
|
-
case Rename:
|
|
7914
|
+
case Rename$1:
|
|
7556
7915
|
return invoke$5;
|
|
7557
7916
|
case SourceAction$1:
|
|
7558
7917
|
return invoke$1;
|
|
@@ -7741,13 +8100,21 @@ const {
|
|
|
7741
8100
|
focusReplaceButton,
|
|
7742
8101
|
focusToggleReplace,
|
|
7743
8102
|
handleBlur,
|
|
8103
|
+
handleClickButton,
|
|
7744
8104
|
handleFocus,
|
|
7745
8105
|
handleInput: handleInput$1,
|
|
7746
8106
|
handleReplaceFocus,
|
|
7747
8107
|
handleReplaceInput,
|
|
7748
8108
|
handleToggleReplaceFocus,
|
|
7749
|
-
|
|
7750
|
-
|
|
8109
|
+
replace,
|
|
8110
|
+
replaceAll,
|
|
8111
|
+
toggleMatchCase,
|
|
8112
|
+
toggleMatchWholeWord,
|
|
8113
|
+
toggleReplace,
|
|
8114
|
+
toggleUseRegularExpression,
|
|
8115
|
+
focusNextElement,
|
|
8116
|
+
focusPreviousElement
|
|
8117
|
+
} = createFns(['close', 'focusCloseButton', 'focusFind', 'focusNext', 'focusNextMatchButton', 'focusPrevious', 'focusPreviousMatchButton', 'focusReplace', 'focusReplaceAllButton', 'focusReplaceButton', 'focusToggleReplace', 'handleBlur', 'handleClickButton', 'handleFocus', 'handleInput', 'handleReplaceFocus', 'handleReplaceInput', 'handleToggleReplaceFocus', 'replace', 'replaceAll', 'toggleMatchCase', 'toggleMatchWholeWord', 'toggleReplace', 'toggleUseRegularExpression', 'focusNextElement', 'focusPreviousElement'], 'FindWidget', Find);
|
|
7751
8118
|
|
|
7752
8119
|
const EditorFindWidget = {
|
|
7753
8120
|
__proto__: null,
|
|
@@ -7756,14 +8123,17 @@ const EditorFindWidget = {
|
|
|
7756
8123
|
focusCloseButton,
|
|
7757
8124
|
focusFind,
|
|
7758
8125
|
focusNext: focusNext$2,
|
|
8126
|
+
focusNextElement,
|
|
7759
8127
|
focusNextMatchButton,
|
|
7760
8128
|
focusPrevious: focusPrevious$1,
|
|
8129
|
+
focusPreviousElement,
|
|
7761
8130
|
focusPreviousMatchButton,
|
|
7762
8131
|
focusReplace,
|
|
7763
8132
|
focusReplaceAllButton,
|
|
7764
8133
|
focusReplaceButton,
|
|
7765
8134
|
focusToggleReplace,
|
|
7766
8135
|
handleBlur,
|
|
8136
|
+
handleClickButton,
|
|
7767
8137
|
handleFocus,
|
|
7768
8138
|
handleInput: handleInput$1,
|
|
7769
8139
|
handleReplaceFocus,
|
|
@@ -7771,7 +8141,12 @@ const EditorFindWidget = {
|
|
|
7771
8141
|
handleToggleReplaceFocus,
|
|
7772
8142
|
remove: remove$6,
|
|
7773
8143
|
render: render$a,
|
|
7774
|
-
|
|
8144
|
+
replace,
|
|
8145
|
+
replaceAll,
|
|
8146
|
+
toggleMatchCase,
|
|
8147
|
+
toggleMatchWholeWord,
|
|
8148
|
+
toggleReplace,
|
|
8149
|
+
toggleUseRegularExpression
|
|
7775
8150
|
};
|
|
7776
8151
|
|
|
7777
8152
|
const loadContent = async (editorUid, state, position) => {
|
|
@@ -7997,7 +8372,7 @@ const {
|
|
|
7997
8372
|
handleInput,
|
|
7998
8373
|
close: close$1,
|
|
7999
8374
|
accept
|
|
8000
|
-
} = createFns(['handleInput', 'close', 'accept'], 'Rename', Rename);
|
|
8375
|
+
} = createFns(['handleInput', 'close', 'accept'], 'Rename', Rename$1);
|
|
8001
8376
|
|
|
8002
8377
|
const EditorRenameWidget = {
|
|
8003
8378
|
__proto__: null,
|
|
@@ -8840,7 +9215,7 @@ const handleMessagePort = async (port, rpcId) => {
|
|
|
8840
9215
|
commandMap: {}
|
|
8841
9216
|
});
|
|
8842
9217
|
if (rpcId) {
|
|
8843
|
-
set$
|
|
9218
|
+
set$c(rpcId, rpc);
|
|
8844
9219
|
}
|
|
8845
9220
|
};
|
|
8846
9221
|
|
|
@@ -8857,6 +9232,97 @@ const handleTab = async editor => {
|
|
|
8857
9232
|
return applyTabCompletion(editor, result);
|
|
8858
9233
|
};
|
|
8859
9234
|
|
|
9235
|
+
const relaunchWorkers = async () => {
|
|
9236
|
+
await dispose();
|
|
9237
|
+
await launch();
|
|
9238
|
+
};
|
|
9239
|
+
|
|
9240
|
+
const getWidgetName = widgetId => {
|
|
9241
|
+
switch (widgetId) {
|
|
9242
|
+
case Find:
|
|
9243
|
+
return `FindWidget`;
|
|
9244
|
+
default:
|
|
9245
|
+
return '';
|
|
9246
|
+
}
|
|
9247
|
+
};
|
|
9248
|
+
const saveWidgetState = async keys => {
|
|
9249
|
+
const savedStates = Object.create(null);
|
|
9250
|
+
for (const key of keys) {
|
|
9251
|
+
const editor = get$4(parseInt(key));
|
|
9252
|
+
const {
|
|
9253
|
+
widgets
|
|
9254
|
+
} = editor.newState;
|
|
9255
|
+
for (const widget of widgets) {
|
|
9256
|
+
const invoke = getWidgetInvoke(widget.id);
|
|
9257
|
+
const fullKey = `${key}:${widget.newState.uid}`;
|
|
9258
|
+
const name = getWidgetName(widget.id);
|
|
9259
|
+
const savedState = await invoke(`${name}.saveState`, widget.newState.uid);
|
|
9260
|
+
savedStates[fullKey] = savedState;
|
|
9261
|
+
}
|
|
9262
|
+
}
|
|
9263
|
+
return savedStates;
|
|
9264
|
+
};
|
|
9265
|
+
|
|
9266
|
+
const restoreWidgetState = async (keys, savedStates) => {
|
|
9267
|
+
const newEditors = [];
|
|
9268
|
+
for (const key of keys) {
|
|
9269
|
+
const editorUid = parseInt(key);
|
|
9270
|
+
const editor = get$4(editorUid);
|
|
9271
|
+
const {
|
|
9272
|
+
widgets
|
|
9273
|
+
} = editor.newState;
|
|
9274
|
+
const newWidgets = [];
|
|
9275
|
+
for (const widget of widgets) {
|
|
9276
|
+
const invoke = getWidgetInvoke(widget.id);
|
|
9277
|
+
const fullKey = `${key}:${widget.newState.uid}`;
|
|
9278
|
+
const savedState = savedStates[fullKey] || {};
|
|
9279
|
+
const name = getWidgetName(widget.id);
|
|
9280
|
+
await invoke(`${name}.create`, widget.newState.uid, widget.newState.x, widget.newState.y, widget.newState.width, widget.newState.height, editorUid);
|
|
9281
|
+
await invoke(`${name}.loadContent`, widget.newState.uid, savedState);
|
|
9282
|
+
const diffResult = await invoke(`${name}.diff2`, widget.newState.uid);
|
|
9283
|
+
const commands = await invoke(`${name}.render2`, widget.newState.uid, diffResult);
|
|
9284
|
+
const newWidget = {
|
|
9285
|
+
...widget,
|
|
9286
|
+
newState: {
|
|
9287
|
+
...widget.newState,
|
|
9288
|
+
commands
|
|
9289
|
+
}
|
|
9290
|
+
};
|
|
9291
|
+
newWidgets.push(newWidget);
|
|
9292
|
+
}
|
|
9293
|
+
newEditors.push({
|
|
9294
|
+
...editor,
|
|
9295
|
+
newState: {
|
|
9296
|
+
...editor.newState,
|
|
9297
|
+
widgets: newWidgets
|
|
9298
|
+
}
|
|
9299
|
+
});
|
|
9300
|
+
}
|
|
9301
|
+
return newEditors;
|
|
9302
|
+
};
|
|
9303
|
+
|
|
9304
|
+
let isReloading = false;
|
|
9305
|
+
const hotReload = async () => {
|
|
9306
|
+
if (isReloading) {
|
|
9307
|
+
return;
|
|
9308
|
+
}
|
|
9309
|
+
isReloading = true;
|
|
9310
|
+
|
|
9311
|
+
// TODO use getEditors
|
|
9312
|
+
const keys = getKeys$1();
|
|
9313
|
+
const savedStates = await saveWidgetState(keys);
|
|
9314
|
+
await relaunchWorkers();
|
|
9315
|
+
const newEditors = await restoreWidgetState(keys, savedStates);
|
|
9316
|
+
for (const editor of newEditors) {
|
|
9317
|
+
set$6(editor.newState.uid, editor.oldState, editor.newState);
|
|
9318
|
+
}
|
|
9319
|
+
|
|
9320
|
+
// TODO ask renderer worker to rerender all editors
|
|
9321
|
+
// @ts-ignore
|
|
9322
|
+
await invoke$8(`Editor.rerender`);
|
|
9323
|
+
isReloading = false;
|
|
9324
|
+
};
|
|
9325
|
+
|
|
8860
9326
|
const sendMessagePortToExtensionHostWorker2 = async (port, initialCommand, rpcId) => {
|
|
8861
9327
|
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker', port, initialCommand, rpcId);
|
|
8862
9328
|
};
|
|
@@ -8869,7 +9335,7 @@ const createExtensionHostRpc = async () => {
|
|
|
8869
9335
|
} = getPortTuple();
|
|
8870
9336
|
const initialCommand = 'HandleMessagePort.handleMessagePort2';
|
|
8871
9337
|
// TODO use transfer rpc
|
|
8872
|
-
await sendMessagePortToExtensionHostWorker2(port2, initialCommand,
|
|
9338
|
+
await sendMessagePortToExtensionHostWorker2(port2, initialCommand, EditorWorker);
|
|
8873
9339
|
const rpc = await PlainMessagePortRpcParent.create({
|
|
8874
9340
|
commandMap: {},
|
|
8875
9341
|
messagePort: port1
|
|
@@ -9876,7 +10342,7 @@ const setDebugEnabled = (state, enabled) => {
|
|
|
9876
10342
|
};
|
|
9877
10343
|
|
|
9878
10344
|
const invoke = async (method, ...params) => {
|
|
9879
|
-
const worker = get$6(
|
|
10345
|
+
const worker = get$6(DebugWorker);
|
|
9880
10346
|
return worker.invoke(method, ...params);
|
|
9881
10347
|
};
|
|
9882
10348
|
|
|
@@ -9920,7 +10386,7 @@ const editorDiagnosticEffect = {
|
|
|
9920
10386
|
}
|
|
9921
10387
|
};
|
|
9922
10388
|
|
|
9923
|
-
const keep = ['ActivateByEvent.activateByEvent', 'ExtensionHostManagement.activateByEvent', 'Editor.applyEdit2', 'Editor.applyEdits2', 'Editor.closeFind2', 'Editor.closeWidget2', 'Editor.create', 'Editor.getKeyBindings', 'Editor.getSourceActions', 'Editor.getLines2', 'Editor.getPositionAtCursor', 'Editor.getOffsetAtCursor', 'Editor.getQuickPickMenuEntries', 'Editor.getSelections', 'Editor.getSelections2', 'Editor.getText', 'Editor.getWordAt', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getUri', 'Editor.getWordBefore', 'Editor.getWordBefore2', 'Editor.offsetAt', 'Editor.render', 'Editor.setSelections2', 'Editor.updateDebugInfo', 'Editor.getLanguageId', 'Editor.getProblems', 'Editor.getKeys', 'Font.ensure', 'HandleMessagePort.handleMessagePort', 'Hover.getHoverInfo', 'Hover.handleSashPointerDown', 'Hover.handleSashPointerMove', 'Hover.handleSashPointerUp', 'Hover.loadContent', 'Hover.render', 'Initialize.initialize', 'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker'
|
|
10389
|
+
const keep = ['ActivateByEvent.activateByEvent', 'ExtensionHostManagement.activateByEvent', 'Editor.applyEdit2', 'Editor.applyEdits2', 'Editor.closeFind2', 'Editor.closeWidget2', 'Editor.create', 'Editor.getKeyBindings', 'Editor.getSourceActions', 'Editor.getLines2', 'Editor.getPositionAtCursor', 'Editor.getOffsetAtCursor', 'Editor.getQuickPickMenuEntries', 'Editor.getSelections', 'Editor.hotReload', 'Editor.getSelections2', 'Editor.getText', 'Editor.getWordAt', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getUri', 'Editor.getWordBefore', 'Editor.getWordBefore2', 'Editor.offsetAt', 'Editor.render', 'Editor.setSelections2', 'Editor.updateDebugInfo', 'Editor.getLanguageId', 'Editor.getProblems', 'Editor.getKeys', 'Font.ensure', 'HandleMessagePort.handleMessagePort', 'Hover.getHoverInfo', 'Hover.handleSashPointerDown', 'Hover.handleSashPointerMove', 'Hover.handleSashPointerUp', 'Hover.loadContent', 'Hover.render', 'Initialize.initialize', 'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker'
|
|
9924
10390
|
// 'ColorPicker.handleSliderPointerDown',
|
|
9925
10391
|
// 'ColorPicker.handleSliderPointerMove',
|
|
9926
10392
|
// 'ColorPicker.loadContent',
|
|
@@ -9943,38 +10409,8 @@ const wrapWidgetCommand = (widgetId, fn) => {
|
|
|
9943
10409
|
};
|
|
9944
10410
|
|
|
9945
10411
|
const widgetCommands = {
|
|
9946
|
-
'ColorPicker.handleSliderPointerDown': ColorPicker,
|
|
9947
|
-
'ColorPicker.handleSliderPointerMove': ColorPicker
|
|
9948
|
-
// 'FindWidget.focusNext': WidgetId.Find,
|
|
9949
|
-
// 'FindWidget.focusPrevious': WidgetId.Find,
|
|
9950
|
-
'FindWidget.close': Find,
|
|
9951
|
-
// 'FindWidget.focusIndex': WidgetId.Find,
|
|
9952
|
-
// 'FindWidget.focusFirst': WidgetId.Find,
|
|
9953
|
-
// 'FindWidget.focusLast': WidgetId.Find,
|
|
9954
|
-
'FindWidget.toggleReplace': Find,
|
|
9955
|
-
'FindWidget.handleFocus': Find,
|
|
9956
|
-
'FindWidget.handleBlur': Find,
|
|
9957
|
-
'FindWidget.handleToggleReplaceFocus': Find,
|
|
9958
|
-
'FindWidget.handleInput': Find,
|
|
9959
|
-
'FindWidget.handleReplaceInput': Find,
|
|
9960
|
-
'FindWidget.handleReplaceFocus': Find,
|
|
9961
|
-
'FindWidget.focusFind': Find,
|
|
9962
|
-
'FindWidget.focusToggleReplace': Find,
|
|
9963
|
-
'FindWidget.focusReplace': Find,
|
|
9964
|
-
'FindWidget.focusReplaceButton': Find,
|
|
9965
|
-
'FindWidget.focusReplaceAllButton': Find,
|
|
9966
|
-
'FindWidget.focusNextMatchButton': Find,
|
|
9967
|
-
'FindWidget.focusPreviousMatchButton': Find,
|
|
9968
|
-
'FindWidget.focusCloseButton': Find
|
|
9969
|
-
|
|
9970
|
-
// 'EditorCompletion.handleWheel': WidgetId.Completion,
|
|
9971
|
-
// 'EditorCompletion.focusFirst': WidgetId.Completion,
|
|
9972
|
-
// 'EditorCompletion.focusNext': WidgetId.Completion,
|
|
9973
|
-
// 'EditorCompletion.focusPrevious': WidgetId.Completion,
|
|
9974
|
-
// 'EditorCompletion.focusIndex': WidgetId.Completion,
|
|
9975
|
-
// 'EditorCompletion.focusLast': WidgetId.Completion,
|
|
9976
|
-
// 'EditorCompletion.selectCurrent': WidgetId.Completion,
|
|
9977
|
-
// 'EditorCompletion.selectIndex': WidgetId.Completion,
|
|
10412
|
+
'ColorPicker.handleSliderPointerDown': ColorPicker$1,
|
|
10413
|
+
'ColorPicker.handleSliderPointerMove': ColorPicker$1
|
|
9978
10414
|
};
|
|
9979
10415
|
|
|
9980
10416
|
// TODO wrap commands globally, not per editor
|
|
@@ -10165,6 +10601,7 @@ const commandMap = {
|
|
|
10165
10601
|
'Editor.toggleComment': toggleComment,
|
|
10166
10602
|
'Editor.toggleLineComment': editorToggleLineComment,
|
|
10167
10603
|
'Editor.type': type,
|
|
10604
|
+
'Editor.hotReload': hotReload,
|
|
10168
10605
|
'Editor.typeWithAutoClosing': typeWithAutoClosing,
|
|
10169
10606
|
'Editor.undo': undo,
|
|
10170
10607
|
'Editor.unIndent': editorUnindent,
|
|
@@ -10211,14 +10648,22 @@ const commandMap = {
|
|
|
10211
10648
|
'FindWidget.focusReplaceAllButton': focusReplaceAllButton,
|
|
10212
10649
|
'FindWidget.focusReplaceButton': focusReplaceButton,
|
|
10213
10650
|
'FindWidget.focusToggleReplace': focusToggleReplace,
|
|
10651
|
+
'FindWidget.replace': replace,
|
|
10652
|
+
'FindWidget.replaceAll': replaceAll,
|
|
10214
10653
|
'FindWidget.handleBlur': handleBlur,
|
|
10215
10654
|
'FindWidget.handleFocus': handleFocus,
|
|
10655
|
+
'FindWidget.handleClickButton': handleClickButton,
|
|
10216
10656
|
'FindWidget.handleInput': handleInput$1,
|
|
10217
10657
|
'FindWidget.handleReplaceFocus': handleReplaceFocus,
|
|
10218
10658
|
'FindWidget.handleReplaceInput': handleReplaceInput,
|
|
10219
10659
|
'FindWidget.handleToggleReplaceFocus': handleToggleReplaceFocus,
|
|
10660
|
+
'FindWidget.toggleMatchCase': toggleMatchCase,
|
|
10661
|
+
'FindWidget.toggleMatchWholeWord': toggleMatchWholeWord,
|
|
10220
10662
|
'FindWidget.loadContent': loadContent$1,
|
|
10221
10663
|
'FindWidget.toggleReplace': toggleReplace,
|
|
10664
|
+
'FindWidget.toggleUseRegularExpression': toggleUseRegularExpression,
|
|
10665
|
+
'FindWidget.focusNextElement': focusNextElement,
|
|
10666
|
+
'FindWidget.focusPreviousElement': focusPreviousElement,
|
|
10222
10667
|
'Font.ensure': ensure,
|
|
10223
10668
|
'HandleMessagePort.handleMessagePort': handleMessagePort,
|
|
10224
10669
|
'Hover.getHoverInfo': getEditorHoverInfo,
|
|
@@ -10528,12 +10973,12 @@ const EditorHoverWidget = {
|
|
|
10528
10973
|
};
|
|
10529
10974
|
|
|
10530
10975
|
const registerWidgets = () => {
|
|
10531
|
-
set$7(ColorPicker, EditorColorPickerWidget);
|
|
10976
|
+
set$7(ColorPicker$1, EditorColorPickerWidget);
|
|
10532
10977
|
set$7(Completion, EditorCompletionWidget);
|
|
10533
10978
|
set$7(CompletionDetail, EditorCompletionDetailWidget);
|
|
10534
10979
|
set$7(Find, EditorFindWidget);
|
|
10535
10980
|
set$7(Hover, EditorHoverWidget);
|
|
10536
|
-
set$7(Rename, EditorRenameWidget);
|
|
10981
|
+
set$7(Rename$1, EditorRenameWidget);
|
|
10537
10982
|
set$7(SourceAction$1, EditorSourceActionWidget);
|
|
10538
10983
|
set$7(CodeGenerator, EditorCodeGeneratorWidget);
|
|
10539
10984
|
};
|