@lvce-editor/static-server 0.44.8 → 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/parts/Files/Files.js +1794 -1792
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{0645499 → 6f7ccc8}/css/App.css +82 -82
- package/static/6f7ccc8/css/parts/AdditionalDetails.css +32 -0
- package/static/6f7ccc8/css/parts/Features.css +48 -0
- package/static/{0645499 → 6f7ccc8}/css/parts/ViewletExtensionDetail.css +7 -0
- package/static/{0645499 → 6f7ccc8}/css/parts/ViewletExtensionDetailTabs.css +3 -0
- package/static/{0645499 → 6f7ccc8}/manifest.json +2 -2
- package/static/{0645499 → 6f7ccc8}/packages/about-view-worker/dist/aboutWorkerMain.js +4 -4
- package/static/{0645499 → 6f7ccc8}/packages/explorer-worker/dist/explorerViewWorkerMain.js +179 -70
- package/static/{0645499 → 6f7ccc8}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +624 -157
- package/static/{0645499 → 6f7ccc8}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{0645499 → 6f7ccc8}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{0645499 → 6f7ccc8}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{0645499 → 6f7ccc8}/packages/renderer-process/dist/rendererProcessMain.js +18 -5
- package/static/{0645499 → 6f7ccc8}/packages/renderer-process/package.json +1 -1
- package/static/{0645499 → 6f7ccc8}/packages/renderer-worker/dist/rendererWorkerMain.js +238 -423
- package/static/{0645499 → 6f7ccc8}/packages/test-worker/dist/testWorkerMain.js +30 -3
- package/static/{0645499 → 6f7ccc8}/packages/text-search-worker/dist/textSearchWorkerMain.js +7 -7
- package/static/index.html +4 -4
- /package/static/{0645499 → 6f7ccc8}/config/colorTheme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/config/defaultSettings.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/config/fileMap.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/config/webExtensions.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/Animation.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/DebugButtons.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/DebugValue.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/E2eTest.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/E2eTests.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/EditorHover.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/EditorMessage.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ImagePreview.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/Key.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/Markdown.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/Progress.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/Select.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletAbout.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletDialog.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletMedia.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletOutput.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletPanel.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletPdf.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletProblems.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletReferences.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletSearch.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletStorage.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/default_file.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/default_folder.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/default_root_folder.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_access.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_access2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ada.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ai.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_al.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_angular.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_apache.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_apex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_apib.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_apl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_asp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_astro.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_atom.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ats.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_attw.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_audio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_avif.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_avro.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_awk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_aws.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_azure.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_babel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bat.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bats.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_biml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_binary.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_biome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_blade.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bower.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_buf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bun.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_c.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_c2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_c3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_casc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cert.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_chef.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_class.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_compass.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_composer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_conan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_conda.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_config.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_craco.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_css.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_cython.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_db.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_debian.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_deno.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_diff.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_django.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_docker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_docz.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_drone.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_drools.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_edge.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_elm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ember.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eps.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_epub.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_erb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_excel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_expo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fla.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flash.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flow.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_font.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_funding.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_galen.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_git.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_git2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_glide.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_godot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_grain.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_helix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_helm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_host.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_html.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_http.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_husky.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_icl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_idris.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_image.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_imba.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_inc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_informix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ini.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ink.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_io.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_janet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jar.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_java.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_json.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_json2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_json5.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_juice.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_julia.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_k.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_karma.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_key.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kite.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_knip.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kos.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_latino.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_layout.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_less.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_liara.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_license.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lime.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_locale.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_log.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lua.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_luau.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_lync.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_map.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_marko.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_maven.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_maya.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_meson.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_motif.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mson.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_next.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nim.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_noc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_node.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_node2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_npm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_org.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_package.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_paket.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_patch.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_perl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_php.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_php2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_php3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pine.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pip.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pony.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_postman.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_preact.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_progress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pug.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_python.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_q.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_qml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_r.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_racket.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rails.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_raku.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_raml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_razor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_reason.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_red.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_registry.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rego.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_remark.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_replit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_retext.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_riot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_robots.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rome.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ron.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rust.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sails.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_san.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sas.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sass.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_scala.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_script.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_scss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_shell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sino.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_slang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_slice.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_slim.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_slint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sln.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_snort.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_source.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_spin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sst.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stata.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_style.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_styled.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_svg.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_swc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_swift.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_swig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_teal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_templ.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tera.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_test.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_testts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_text.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_textile.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_todo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_toit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_toml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tox.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_travis.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tree.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tres.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_twig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_unison.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vala.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vash.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vba.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vento.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_video.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_view.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vim.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vite.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_volt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vue.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wally.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_windi.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_word.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_word2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xib.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yang.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_zig.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_zip.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_android.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_api.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_app.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_client.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_common.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_component.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_config.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_css.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_db.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_git.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_github.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_images.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_include.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_js.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_json.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_less.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_library.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_log.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_model.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_module.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_next.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_node.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_package.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_php.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_private.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_public.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_python.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_route.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_script.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_server.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_services.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_src.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_story.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_style.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_template.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_test.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_video.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_view.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_www.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/add.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/arrow-down.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/arrow-left.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/arrow-right.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/arrow-up.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/blank.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/book.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/case-sensitive.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/check.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chevron-down.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chevron-left.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chevron-right.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chevron-up.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chrome-close.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chrome-maximize.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chrome-minimize.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/chrome-restore.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/circle-filled.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/clear-all.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/close.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/cloud.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/collapse-all.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-all.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-alt-2.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-alt-small.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-alt.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-console.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-continue-small.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-continue.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-coverage.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-disconnect.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-line-by-line.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-pause.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-rerun.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-restart-frame.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-restart.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-stackframe.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-start.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-step-back.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-step-into.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-step-out.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-step-over.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug-stop.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/debug.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/discard.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/edit.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/ellipsis.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/error.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/exclude.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/extensions.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/files.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/filter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/go-to-file.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/icon-close.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/icon-source-control.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/icon-sync.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/icon.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/icon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/info.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/language-icon.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/link-external.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/list-flat.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/list-tree.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/new-file.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/new-folder.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/newline.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/open-preview.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/play.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/preserve-case.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/progress.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/pwa-icon-192.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/pwa-icon-512.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/record-keys.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/refresh.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/regex.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/remove.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/replace-all.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/replace.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/run-all.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/search.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/settings-gear.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/source-control.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/split-horizontal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/squiggly-error.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/squiggly-warning.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-array.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-boolean.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-class.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-color.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-constant.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-enum-member.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-enum.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-event.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-field.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-file.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-interface.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-key.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-keyword.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-method.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-misc.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-namespace.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-numeric.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-operator.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-parameter.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-property.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-ruler.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-snippet.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-string.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-structure.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/symbol-variable.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/tag.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/terminal-bash.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/terminal.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/theme-icon.png +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/trash.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/triangle-down.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/triangle-left.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/triangle-right.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/triangle-up.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/warning.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/whole-word.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/zoom-in.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/icons/zoom-out.svg +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/babel-parser.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/blob-util.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/ky.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/lvce-editor-import-script.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/lvce-editor-ipc.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/lvce-editor-verror.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/p-min-delay.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/pretty-bytes.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/preview-injected.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/js/yoctodelay.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/lib-css/termterm.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/renderer-process/LICENSE +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/renderer-process/README.md +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.cpp +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.css +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.csv +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.dart +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.env +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.ex +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.html +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.java +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.jl +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.js +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.kt +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.pl +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.py +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/index.ts +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/scrolling.txt +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/languages/tsconfig.json +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/sample-folder/a.txt +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/sample-folder/b.txt +0 -0
- /package/static/{0645499 → 6f7ccc8}/playground/sample-folder/c.txt +0 -0
|
@@ -110,7 +110,7 @@ const getAssetDir = () => {
|
|
|
110
110
|
// @ts-ignore
|
|
111
111
|
{
|
|
112
112
|
// @ts-ignore
|
|
113
|
-
return '/
|
|
113
|
+
return '/6f7ccc8';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -2020,6 +2020,12 @@ const getPathSeparator$8 = async uri => {
|
|
|
2020
2020
|
const fileSystem = await getFileSystem(protocol);
|
|
2021
2021
|
return fileSystem.getPathSeparator(path);
|
|
2022
2022
|
};
|
|
2023
|
+
const getFolderSize$1 = async uri => {
|
|
2024
|
+
const protocol = getProtocol(uri);
|
|
2025
|
+
const path = getPath$1(protocol, uri);
|
|
2026
|
+
const fileSystem = await getFileSystem(protocol);
|
|
2027
|
+
return fileSystem.stat(path);
|
|
2028
|
+
};
|
|
2023
2029
|
const chmod$3 = async (uri, permissions) => {
|
|
2024
2030
|
const protocol = getProtocol(uri);
|
|
2025
2031
|
const path = getPath$1(protocol, uri);
|
|
@@ -2833,6 +2839,113 @@ const hydrate$7 = async () => {
|
|
|
2833
2839
|
}
|
|
2834
2840
|
};
|
|
2835
2841
|
|
|
2842
|
+
const RE_HTML = /\.html$/;
|
|
2843
|
+
const getUrlBaseName = href => {
|
|
2844
|
+
const fileName = href.slice(href.lastIndexOf('/') + 1);
|
|
2845
|
+
const baseName = fileName.replace(RE_HTML, '');
|
|
2846
|
+
return baseName;
|
|
2847
|
+
};
|
|
2848
|
+
|
|
2849
|
+
/* istanbul ignore file */
|
|
2850
|
+
|
|
2851
|
+
// TODO this should always be completely tree shaken out during build, maybe need to be marked as @__Pure for terser to work
|
|
2852
|
+
|
|
2853
|
+
// TODO treeshake this function out when targeting electron
|
|
2854
|
+
|
|
2855
|
+
const getExtensionsPath = () => {
|
|
2856
|
+
return invoke$e(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
2857
|
+
};
|
|
2858
|
+
const getCachedExtensionsPath = () => {
|
|
2859
|
+
return invoke$e(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
2860
|
+
};
|
|
2861
|
+
const getLogsDir = () => {
|
|
2862
|
+
return invoke$e(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
2863
|
+
};
|
|
2864
|
+
const getDownloadDir = () => {
|
|
2865
|
+
return invoke$e(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
2866
|
+
};
|
|
2867
|
+
const getUserSettingsPath = () => {
|
|
2868
|
+
if (platform === Web$1) {
|
|
2869
|
+
return 'settings';
|
|
2870
|
+
}
|
|
2871
|
+
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
2872
|
+
};
|
|
2873
|
+
const getUserKeyBindingsPath = () => {
|
|
2874
|
+
if (platform === Web$1) {
|
|
2875
|
+
return 'settings';
|
|
2876
|
+
}
|
|
2877
|
+
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
2878
|
+
};
|
|
2879
|
+
const getRecentlyOpenedPath = () => {
|
|
2880
|
+
if (platform === Web$1) {
|
|
2881
|
+
return 'recently-opened';
|
|
2882
|
+
}
|
|
2883
|
+
return invoke$e(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
2884
|
+
};
|
|
2885
|
+
const getConfigPath = () => {
|
|
2886
|
+
return invoke$e(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
2887
|
+
};
|
|
2888
|
+
const getCachePath = () => {
|
|
2889
|
+
return invoke$e(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
2890
|
+
};
|
|
2891
|
+
const getCacheName = () => {
|
|
2892
|
+
return 'lvce-runtime';
|
|
2893
|
+
};
|
|
2894
|
+
const getTestPathRemote = () => {
|
|
2895
|
+
return invoke$e(/* Platform.getTestPath */'Platform.getTestPath');
|
|
2896
|
+
};
|
|
2897
|
+
const getTestPathWeb = () => {
|
|
2898
|
+
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
2899
|
+
};
|
|
2900
|
+
|
|
2901
|
+
// @ts-ignore
|
|
2902
|
+
const getTestPath = () => {
|
|
2903
|
+
switch (platform) {
|
|
2904
|
+
case Electron$1:
|
|
2905
|
+
case Remote:
|
|
2906
|
+
return getTestPathRemote();
|
|
2907
|
+
case Web$1:
|
|
2908
|
+
return getTestPathWeb();
|
|
2909
|
+
}
|
|
2910
|
+
};
|
|
2911
|
+
const getRepository = () => {
|
|
2912
|
+
return invoke$e('Platform.getRepository');
|
|
2913
|
+
};
|
|
2914
|
+
|
|
2915
|
+
// TODO determine with websocket request or some
|
|
2916
|
+
// data in html that shows whether this test is
|
|
2917
|
+
// a typescript or javascript file
|
|
2918
|
+
const existsTest = async url => {
|
|
2919
|
+
const tsResponse = await fetch(url, {
|
|
2920
|
+
method: 'HEAD'
|
|
2921
|
+
});
|
|
2922
|
+
if (tsResponse.ok) {
|
|
2923
|
+
return true;
|
|
2924
|
+
}
|
|
2925
|
+
return false;
|
|
2926
|
+
};
|
|
2927
|
+
const getTestFilePath = async href => {
|
|
2928
|
+
const testPath = await getTestPath();
|
|
2929
|
+
const baseName = getUrlBaseName(href);
|
|
2930
|
+
const jsFileName = baseName + '.js';
|
|
2931
|
+
const tsFileName = baseName + '.ts';
|
|
2932
|
+
const jsPath = `${testPath}/src/${jsFileName}`;
|
|
2933
|
+
const tsPath = `${testPath}/src/${tsFileName}`;
|
|
2934
|
+
if (platform === Web$1) {
|
|
2935
|
+
return jsPath;
|
|
2936
|
+
}
|
|
2937
|
+
const existsTsPath = await existsTest(tsPath);
|
|
2938
|
+
if (existsTsPath) {
|
|
2939
|
+
return tsPath;
|
|
2940
|
+
}
|
|
2941
|
+
return jsPath;
|
|
2942
|
+
};
|
|
2943
|
+
|
|
2944
|
+
const executeCurrentTest = async initData => {
|
|
2945
|
+
const jsPath = await getTestFilePath(initData.Location.href);
|
|
2946
|
+
await execute$4('Test.execute', jsPath);
|
|
2947
|
+
};
|
|
2948
|
+
|
|
2836
2949
|
const map$2 = {
|
|
2837
2950
|
[ExtensionHost]: () => Promise.resolve().then(function () { return ExtensionHostFileSystem; }),
|
|
2838
2951
|
[App]: () => Promise.resolve().then(function () { return FileSystemApp; }),
|
|
@@ -2974,7 +3087,6 @@ const FocusActivityBar = 5;
|
|
|
2974
3087
|
const FocusDebugInput = 6;
|
|
2975
3088
|
const FocusDialog = 7;
|
|
2976
3089
|
const FocusEditorRename = 11;
|
|
2977
|
-
const FocusExplorer = 13;
|
|
2978
3090
|
const FocusExtensions = 15;
|
|
2979
3091
|
const FocusFindWidget = 16;
|
|
2980
3092
|
const FocusMenu = 18;
|
|
@@ -3268,7 +3380,7 @@ const ExtensionStateStorage = {
|
|
|
3268
3380
|
setJson: setJson$1
|
|
3269
3381
|
};
|
|
3270
3382
|
|
|
3271
|
-
const saveState$
|
|
3383
|
+
const saveState$f = async () => {
|
|
3272
3384
|
const state = await invoke$d('SaveState.saveState');
|
|
3273
3385
|
return state;
|
|
3274
3386
|
};
|
|
@@ -3278,7 +3390,7 @@ const getSavedState = async () => {
|
|
|
3278
3390
|
};
|
|
3279
3391
|
|
|
3280
3392
|
const saveExtensionState = async () => {
|
|
3281
|
-
const state = await saveState$
|
|
3393
|
+
const state = await saveState$f();
|
|
3282
3394
|
await setJson$1(state);
|
|
3283
3395
|
};
|
|
3284
3396
|
|
|
@@ -3404,7 +3516,7 @@ const EditorText = 'Editor';
|
|
|
3404
3516
|
const EditorWidgetError = 'EditorWidgetError';
|
|
3405
3517
|
const Error$3 = 'Error';
|
|
3406
3518
|
const EmptyEditor = 'EmptyEditor';
|
|
3407
|
-
const Explorer$
|
|
3519
|
+
const Explorer$1 = 'Explorer';
|
|
3408
3520
|
const ExtensionDetail = 'ExtensionDetail';
|
|
3409
3521
|
const Extensions$2 = 'Extensions';
|
|
3410
3522
|
const Iframe = 'Iframe';
|
|
@@ -3471,7 +3583,7 @@ const ViewletModuleId = {
|
|
|
3471
3583
|
EditorWidgetError,
|
|
3472
3584
|
EmptyEditor,
|
|
3473
3585
|
Error: Error$3,
|
|
3474
|
-
Explorer: Explorer$
|
|
3586
|
+
Explorer: Explorer$1,
|
|
3475
3587
|
ExtensionDetail,
|
|
3476
3588
|
Extensions: Extensions$2,
|
|
3477
3589
|
Iframe,
|
|
@@ -4529,7 +4641,7 @@ const disposeWidgetWithValue = async (id, value) => {
|
|
|
4529
4641
|
}
|
|
4530
4642
|
};
|
|
4531
4643
|
|
|
4532
|
-
const handleIconThemeChange$
|
|
4644
|
+
const handleIconThemeChange$2 = async () => {
|
|
4533
4645
|
const instances = getAllInstances();
|
|
4534
4646
|
// TODO have one recalculate style and one paint
|
|
4535
4647
|
// @ts-ignore
|
|
@@ -5023,7 +5135,7 @@ const setIconTheme = async iconThemeId => {
|
|
|
5023
5135
|
return;
|
|
5024
5136
|
}
|
|
5025
5137
|
setTheme(iconTheme);
|
|
5026
|
-
await handleIconThemeChange$
|
|
5138
|
+
await handleIconThemeChange$2();
|
|
5027
5139
|
} catch (error) {
|
|
5028
5140
|
if (isTest()) ; else {
|
|
5029
5141
|
console.error(new VError(error, 'Failed to load icon theme'));
|
|
@@ -5367,72 +5479,6 @@ const LoadPreferences = 'code/loadPreferences';
|
|
|
5367
5479
|
const LoadColorTheme = 'code/loadColorTheme';
|
|
5368
5480
|
const LoadIconTheme = 'code/loadIconTheme';
|
|
5369
5481
|
|
|
5370
|
-
/* istanbul ignore file */
|
|
5371
|
-
|
|
5372
|
-
// TODO this should always be completely tree shaken out during build, maybe need to be marked as @__Pure for terser to work
|
|
5373
|
-
|
|
5374
|
-
// TODO treeshake this function out when targeting electron
|
|
5375
|
-
|
|
5376
|
-
const getExtensionsPath = () => {
|
|
5377
|
-
return invoke$e(/* Platform.getExtensionsPath */'Platform.getExtensionsPath');
|
|
5378
|
-
};
|
|
5379
|
-
const getCachedExtensionsPath = () => {
|
|
5380
|
-
return invoke$e(/* Platform.getCachedExtensionsPath */'Platform.getCachedExtensionsPath');
|
|
5381
|
-
};
|
|
5382
|
-
const getLogsDir = () => {
|
|
5383
|
-
return invoke$e(/* Platform.getLogsDir */'Platform.getLogsDir');
|
|
5384
|
-
};
|
|
5385
|
-
const getDownloadDir = () => {
|
|
5386
|
-
return invoke$e(/* Platform.getDownloadDir */'Platform.getDownloadDir');
|
|
5387
|
-
};
|
|
5388
|
-
const getUserSettingsPath = () => {
|
|
5389
|
-
if (platform === Web$1) {
|
|
5390
|
-
return 'settings';
|
|
5391
|
-
}
|
|
5392
|
-
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserSettingsPath');
|
|
5393
|
-
};
|
|
5394
|
-
const getUserKeyBindingsPath = () => {
|
|
5395
|
-
if (platform === Web$1) {
|
|
5396
|
-
return 'settings';
|
|
5397
|
-
}
|
|
5398
|
-
return invoke$e(/* Platform.getUserSettingsPath */'Platform.getUserKeyBindingsPath');
|
|
5399
|
-
};
|
|
5400
|
-
const getRecentlyOpenedPath = () => {
|
|
5401
|
-
if (platform === Web$1) {
|
|
5402
|
-
return 'recently-opened';
|
|
5403
|
-
}
|
|
5404
|
-
return invoke$e(/* Platform.getRecentlyOpenedPath */'Platform.getRecentlyOpenedPath');
|
|
5405
|
-
};
|
|
5406
|
-
const getConfigPath = () => {
|
|
5407
|
-
return invoke$e(/* Platform.getConfigDir */'Platform.getConfigDir');
|
|
5408
|
-
};
|
|
5409
|
-
const getCachePath = () => {
|
|
5410
|
-
return invoke$e(/* Platform.getCacheDir */'Platform.getCacheDir');
|
|
5411
|
-
};
|
|
5412
|
-
const getCacheName = () => {
|
|
5413
|
-
return 'lvce-runtime';
|
|
5414
|
-
};
|
|
5415
|
-
const getTestPathRemote = () => {
|
|
5416
|
-
return invoke$e(/* Platform.getTestPath */'Platform.getTestPath');
|
|
5417
|
-
};
|
|
5418
|
-
const getTestPathWeb = () => {
|
|
5419
|
-
return `${assetDir}/packages/extension-host-worker-tests`;
|
|
5420
|
-
};
|
|
5421
|
-
|
|
5422
|
-
// @ts-ignore
|
|
5423
|
-
const getTestPath = () => {
|
|
5424
|
-
switch (platform) {
|
|
5425
|
-
case Electron$1:
|
|
5426
|
-
case Remote:
|
|
5427
|
-
return getTestPathRemote();
|
|
5428
|
-
case Web$1:
|
|
5429
|
-
return getTestPathWeb();
|
|
5430
|
-
}
|
|
5431
|
-
};
|
|
5432
|
-
const getRepository = () => {
|
|
5433
|
-
return invoke$e('Platform.getRepository');
|
|
5434
|
-
};
|
|
5435
|
-
|
|
5436
5482
|
const addPath = (paths, path) => {
|
|
5437
5483
|
array(paths);
|
|
5438
5484
|
string(path);
|
|
@@ -5789,7 +5835,7 @@ const map = {
|
|
|
5789
5835
|
[EditorText]: () => Promise.resolve().then(function () { return ViewletEditorText_ipc; }),
|
|
5790
5836
|
[EditorWidgetError]: () => Promise.resolve().then(function () { return ViewletEditorWidgetError_ipc; }),
|
|
5791
5837
|
[EmptyEditor]: () => Promise.resolve().then(function () { return ViewletEmptyEditor_ipc; }),
|
|
5792
|
-
[Explorer$
|
|
5838
|
+
[Explorer$1]: () => Promise.resolve().then(function () { return ViewletExplorer_ipc; }),
|
|
5793
5839
|
[ExtensionDetail]: () => Promise.resolve().then(function () { return ViewletExtensionDetail_ipc; }),
|
|
5794
5840
|
[Extensions$2]: () => Promise.resolve().then(function () { return ViewletExtensions_ipc; }),
|
|
5795
5841
|
[Implementations]: () => Promise.resolve().then(function () { return ViewletImplementations_ipc; }),
|
|
@@ -5985,12 +6031,7 @@ const startup = async () => {
|
|
|
5985
6031
|
await Promise.all(actions.map(action => action()));
|
|
5986
6032
|
mark$1(Fifteen);
|
|
5987
6033
|
if (isTest()) {
|
|
5988
|
-
|
|
5989
|
-
const href = initData.Location.href;
|
|
5990
|
-
const fileName = href.slice(href.lastIndexOf('/') + 1);
|
|
5991
|
-
const jsfileName = fileName.replace(/\.html$/, '.js');
|
|
5992
|
-
const jsPath = `${testPath}/src/${jsfileName}`;
|
|
5993
|
-
await execute$4('Test.execute', jsPath);
|
|
6034
|
+
await executeCurrentTest(initData);
|
|
5994
6035
|
return;
|
|
5995
6036
|
}
|
|
5996
6037
|
mark(WillLoadSaveState);
|
|
@@ -7636,6 +7677,10 @@ const stat = path => {
|
|
|
7636
7677
|
path = toUri(path);
|
|
7637
7678
|
return invoke$e(FileSystemStat, /* path */path);
|
|
7638
7679
|
};
|
|
7680
|
+
const getFolderSize = path => {
|
|
7681
|
+
path = toUri(path);
|
|
7682
|
+
return invoke$e('FileSystem.getFolderSize', /* path */path);
|
|
7683
|
+
};
|
|
7639
7684
|
const chmod = (path, permissions) => {
|
|
7640
7685
|
path = toUri(path);
|
|
7641
7686
|
return invoke$e(FileSystemChmod, /* path */path, /* permissions */permissions);
|
|
@@ -7650,6 +7695,7 @@ const FileSystemDisk = {
|
|
|
7650
7695
|
ensureFile,
|
|
7651
7696
|
getBlob: getBlob$1,
|
|
7652
7697
|
getBlobUrl,
|
|
7698
|
+
getFolderSize,
|
|
7653
7699
|
getPathSeparator: getPathSeparator$1,
|
|
7654
7700
|
getRealPath,
|
|
7655
7701
|
mkdir,
|
|
@@ -9963,7 +10009,7 @@ const openFile$3 = () => {
|
|
|
9963
10009
|
return openFileElectron();
|
|
9964
10010
|
}
|
|
9965
10011
|
};
|
|
9966
|
-
const handleClick$
|
|
10012
|
+
const handleClick$a = async index => {
|
|
9967
10013
|
// @ts-ignore
|
|
9968
10014
|
const {
|
|
9969
10015
|
options
|
|
@@ -10000,7 +10046,7 @@ const showMessage = async (message, options) => {
|
|
|
10000
10046
|
// TODO can this even happen?
|
|
10001
10047
|
return;
|
|
10002
10048
|
}
|
|
10003
|
-
await handleClick$
|
|
10049
|
+
await handleClick$a(index);
|
|
10004
10050
|
} else {
|
|
10005
10051
|
await openWidget(Dialog, message, options);
|
|
10006
10052
|
}
|
|
@@ -10010,7 +10056,7 @@ const name$1_ = 'Dialog';
|
|
|
10010
10056
|
const Commands$1R = {
|
|
10011
10057
|
// @ts-ignore
|
|
10012
10058
|
close: undefined,
|
|
10013
|
-
handleClick: handleClick$
|
|
10059
|
+
handleClick: handleClick$a,
|
|
10014
10060
|
openFile: openFile$3,
|
|
10015
10061
|
openFolder: openFolder$4,
|
|
10016
10062
|
showMessage: showMessage
|
|
@@ -10266,7 +10312,7 @@ const menuEntrySeparator = {
|
|
|
10266
10312
|
const ActivityBar$4 = 1;
|
|
10267
10313
|
const Edit = 2;
|
|
10268
10314
|
const Editor$1 = 3;
|
|
10269
|
-
const Explorer
|
|
10315
|
+
const Explorer = 4;
|
|
10270
10316
|
const File$1 = 5;
|
|
10271
10317
|
const Go = 6;
|
|
10272
10318
|
const Help$1 = 7;
|
|
@@ -10350,7 +10396,7 @@ const UiStrings$l = {
|
|
|
10350
10396
|
Save: 'Save',
|
|
10351
10397
|
SaveAll: 'Save All'
|
|
10352
10398
|
};
|
|
10353
|
-
const newFile$
|
|
10399
|
+
const newFile$1 = () => {
|
|
10354
10400
|
return i18nString(UiStrings$l.NewFile);
|
|
10355
10401
|
};
|
|
10356
10402
|
const newWindow$1 = () => {
|
|
@@ -10379,7 +10425,7 @@ const id$m = File$1;
|
|
|
10379
10425
|
const getMenuEntries$r = () => {
|
|
10380
10426
|
const entries = [{
|
|
10381
10427
|
id: 'newFile',
|
|
10382
|
-
label: newFile$
|
|
10428
|
+
label: newFile$1(),
|
|
10383
10429
|
flags: None$h,
|
|
10384
10430
|
command: -1
|
|
10385
10431
|
}, {
|
|
@@ -10928,7 +10974,7 @@ const hydrate = async () => {
|
|
|
10928
10974
|
// TODO send menu items to electron
|
|
10929
10975
|
// TODO add listener for when menu items change
|
|
10930
10976
|
};
|
|
10931
|
-
const handleClick$
|
|
10977
|
+
const handleClick$9 = async label => {
|
|
10932
10978
|
const commandPair = state$h.commandMap[label];
|
|
10933
10979
|
if (!commandPair) {
|
|
10934
10980
|
throw new Error(`no command found for ${label}`);
|
|
@@ -10944,7 +10990,7 @@ const name$1X = 'ElectronApplicationMenu';
|
|
|
10944
10990
|
|
|
10945
10991
|
// prettier-ignore
|
|
10946
10992
|
const Commands$1N = {
|
|
10947
|
-
handleClick: handleClick$
|
|
10993
|
+
handleClick: handleClick$9,
|
|
10948
10994
|
hydrate: hydrate
|
|
10949
10995
|
};
|
|
10950
10996
|
|
|
@@ -11187,7 +11233,8 @@ const Commands$1C = {
|
|
|
11187
11233
|
readFile: readFile$e,
|
|
11188
11234
|
remove: remove$9,
|
|
11189
11235
|
writeFile: writeFile$e,
|
|
11190
|
-
readJson: readJson$3
|
|
11236
|
+
readJson: readJson$3,
|
|
11237
|
+
getFolderSize: getFolderSize$1
|
|
11191
11238
|
};
|
|
11192
11239
|
|
|
11193
11240
|
const FileSystem_ipc = {
|
|
@@ -12380,7 +12427,7 @@ const MENU_DELAY_TRIANGLE = 300;
|
|
|
12380
12427
|
const resolveAfterTimeout = fn => {
|
|
12381
12428
|
setTimeout(fn, MENU_DELAY_TRIANGLE);
|
|
12382
12429
|
};
|
|
12383
|
-
const handleMouseEnter
|
|
12430
|
+
const handleMouseEnter = async (level, index, enterX, enterY, enterTimeStamp) => {
|
|
12384
12431
|
state$c.latestTimeStamp = enterTimeStamp;
|
|
12385
12432
|
if (level >= state$c.menus.length) {
|
|
12386
12433
|
return;
|
|
@@ -12411,7 +12458,7 @@ const handleMouseEnter$1 = async (level, index, enterX, enterY, enterTimeStamp)
|
|
|
12411
12458
|
break;
|
|
12412
12459
|
}
|
|
12413
12460
|
};
|
|
12414
|
-
const handleMouseLeave
|
|
12461
|
+
const handleMouseLeave = async () => {
|
|
12415
12462
|
const menu = state$c.menus[0];
|
|
12416
12463
|
if (menu.items.length === 0) {
|
|
12417
12464
|
return;
|
|
@@ -12516,8 +12563,8 @@ const Commands$1r = {
|
|
|
12516
12563
|
focusLast: focusLast$7,
|
|
12517
12564
|
focusNext: focusNext$a,
|
|
12518
12565
|
focusPrevious: focusPrevious$a,
|
|
12519
|
-
handleMouseEnter: handleMouseEnter
|
|
12520
|
-
handleMouseLeave: handleMouseLeave
|
|
12566
|
+
handleMouseEnter: handleMouseEnter,
|
|
12567
|
+
handleMouseLeave: handleMouseLeave,
|
|
12521
12568
|
hide: hide$3,
|
|
12522
12569
|
selectIndex: selectIndex$3,
|
|
12523
12570
|
selectItem: selectItem$1,
|
|
@@ -12811,7 +12858,7 @@ const showWithOptions = async (type, text, options) => {
|
|
|
12811
12858
|
});
|
|
12812
12859
|
await invoke$f(/* Notification.createWithOptions */993, /* type */type, /* text */text, /* options */options);
|
|
12813
12860
|
};
|
|
12814
|
-
const handleClick$
|
|
12861
|
+
const handleClick$8 = index => {
|
|
12815
12862
|
console.log('handle click');
|
|
12816
12863
|
const notification = state$9.notifications[0];
|
|
12817
12864
|
if (!notification.options) {
|
|
@@ -12832,7 +12879,7 @@ const name$1y = 'Notification';
|
|
|
12832
12879
|
const Commands$1n = {
|
|
12833
12880
|
create: create$R,
|
|
12834
12881
|
dispose: dispose$t,
|
|
12835
|
-
handleClick: handleClick$
|
|
12882
|
+
handleClick: handleClick$8,
|
|
12836
12883
|
showWithOptions: showWithOptions
|
|
12837
12884
|
};
|
|
12838
12885
|
|
|
@@ -14009,7 +14056,6 @@ const None$e = 0;
|
|
|
14009
14056
|
const About = FocusAbout;
|
|
14010
14057
|
const ActivityBar$2 = FocusActivityBar;
|
|
14011
14058
|
const Confirm = FocusConfirm;
|
|
14012
|
-
const Explorer = FocusExplorer;
|
|
14013
14059
|
const Extensions = FocusExtensions;
|
|
14014
14060
|
const Problems = FocusProblems;
|
|
14015
14061
|
const SourceControlInput = FocusSourceControlInput;
|
|
@@ -14196,7 +14242,7 @@ const getActivityBarItems = () => {
|
|
|
14196
14242
|
return [
|
|
14197
14243
|
// Top
|
|
14198
14244
|
{
|
|
14199
|
-
id: Explorer$
|
|
14245
|
+
id: Explorer$1,
|
|
14200
14246
|
title: explorer$1(),
|
|
14201
14247
|
icon: Files,
|
|
14202
14248
|
flags: Tab | Enabled,
|
|
@@ -14389,13 +14435,13 @@ const toggleActivityBarItem = async (state, item) => {
|
|
|
14389
14435
|
items: state.activityBarItems.filter(isEnabled)
|
|
14390
14436
|
};
|
|
14391
14437
|
};
|
|
14392
|
-
const handleBlur$
|
|
14438
|
+
const handleBlur$6 = state => {
|
|
14393
14439
|
return {
|
|
14394
14440
|
...state,
|
|
14395
14441
|
focused: false
|
|
14396
14442
|
};
|
|
14397
14443
|
};
|
|
14398
|
-
const saveState$
|
|
14444
|
+
const saveState$e = state => {
|
|
14399
14445
|
return {};
|
|
14400
14446
|
};
|
|
14401
14447
|
const focus$7 = state => {
|
|
@@ -14408,7 +14454,7 @@ const focus$7 = state => {
|
|
|
14408
14454
|
|
|
14409
14455
|
// prettier-ignore
|
|
14410
14456
|
const Commands$B = {
|
|
14411
|
-
handleBlur: handleBlur$
|
|
14457
|
+
handleBlur: handleBlur$6,
|
|
14412
14458
|
handleSideBarHidden: handleSideBarHidden,
|
|
14413
14459
|
handleSideBarViewletChange: handleSideBarViewletChange,
|
|
14414
14460
|
toggleItem: toggleItem,
|
|
@@ -14851,7 +14897,7 @@ const ViewletActivityBar_ipc = {
|
|
|
14851
14897
|
getDisplayName: getDisplayName$2,
|
|
14852
14898
|
getKeyBindings: getKeyBindings$g,
|
|
14853
14899
|
getQuickPickMenuEntries: getQuickPickMenuEntries$4,
|
|
14854
|
-
handleBlur: handleBlur$
|
|
14900
|
+
handleBlur: handleBlur$6,
|
|
14855
14901
|
handleSideBarHidden,
|
|
14856
14902
|
handleSideBarViewletChange,
|
|
14857
14903
|
hasFunctionalRender: hasFunctionalRender$C,
|
|
@@ -14862,7 +14908,7 @@ const ViewletActivityBar_ipc = {
|
|
|
14862
14908
|
name: name$M,
|
|
14863
14909
|
render: render$F,
|
|
14864
14910
|
resize: resize$n,
|
|
14865
|
-
saveState: saveState$
|
|
14911
|
+
saveState: saveState$e,
|
|
14866
14912
|
toggleActivityBarItem,
|
|
14867
14913
|
toggleItem,
|
|
14868
14914
|
updateSourceControlCount
|
|
@@ -15205,7 +15251,7 @@ const handleInput$5 = (state, value) => {
|
|
|
15205
15251
|
inputValue: value
|
|
15206
15252
|
};
|
|
15207
15253
|
};
|
|
15208
|
-
const handleFocus$
|
|
15254
|
+
const handleFocus$5 = state => {
|
|
15209
15255
|
setFocus(FocusDebugConsoleInput);
|
|
15210
15256
|
return state;
|
|
15211
15257
|
};
|
|
@@ -15228,7 +15274,7 @@ const clear$2 = state => {
|
|
|
15228
15274
|
|
|
15229
15275
|
const Commands$x = {
|
|
15230
15276
|
handleInput: handleInput$5,
|
|
15231
|
-
handleFocus: handleFocus$
|
|
15277
|
+
handleFocus: handleFocus$5,
|
|
15232
15278
|
evaluate: evaluate,
|
|
15233
15279
|
clear: clear$2
|
|
15234
15280
|
};
|
|
@@ -15458,7 +15504,7 @@ const ViewletDebugConsole_ipc = {
|
|
|
15458
15504
|
evaluate,
|
|
15459
15505
|
getKeyBindings: getKeyBindings$e,
|
|
15460
15506
|
getQuickPickMenuEntries: getQuickPickMenuEntries$3,
|
|
15461
|
-
handleFocus: handleFocus$
|
|
15507
|
+
handleFocus: handleFocus$5,
|
|
15462
15508
|
handleInput: handleInput$5,
|
|
15463
15509
|
hasFunctionalRender: hasFunctionalRender$y,
|
|
15464
15510
|
loadContent: loadContent$E,
|
|
@@ -15549,7 +15595,7 @@ const dispose$q = (state, value) => {
|
|
|
15549
15595
|
disposeWidgetWithValue(uid, value);
|
|
15550
15596
|
return state;
|
|
15551
15597
|
};
|
|
15552
|
-
const handleBlur$
|
|
15598
|
+
const handleBlur$5 = state => {
|
|
15553
15599
|
return dispose$q(state, '');
|
|
15554
15600
|
};
|
|
15555
15601
|
const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
@@ -15572,7 +15618,7 @@ const handleKeyDown$1 = (state, key, altKey, ctrlKey, shiftKey, metaKey) => {
|
|
|
15572
15618
|
|
|
15573
15619
|
const Commands$w = {
|
|
15574
15620
|
handleKeyDown: handleKeyDown$1,
|
|
15575
|
-
handleBlur: handleBlur$
|
|
15621
|
+
handleBlur: handleBlur$5
|
|
15576
15622
|
};
|
|
15577
15623
|
|
|
15578
15624
|
const Css$z = ["/css/parts/ViewletDefineKeyBinding.css"];
|
|
@@ -15633,7 +15679,7 @@ const ViewletDefineKeyBinding_ipc = {
|
|
|
15633
15679
|
Commands: Commands$w,
|
|
15634
15680
|
Css: Css$z,
|
|
15635
15681
|
create: create$I,
|
|
15636
|
-
handleBlur: handleBlur$
|
|
15682
|
+
handleBlur: handleBlur$5,
|
|
15637
15683
|
handleKeyDown: handleKeyDown$1,
|
|
15638
15684
|
hasFunctionalRender: hasFunctionalRender$x,
|
|
15639
15685
|
hasFunctionalRootRender: hasFunctionalRootRender$i,
|
|
@@ -15680,7 +15726,7 @@ const loadContent$C = (state, savedState, ...args) => {
|
|
|
15680
15726
|
};
|
|
15681
15727
|
};
|
|
15682
15728
|
const dispose$p = async state => {};
|
|
15683
|
-
const handleClick$
|
|
15729
|
+
const handleClick$7 = async (state, index) => {
|
|
15684
15730
|
const {
|
|
15685
15731
|
options
|
|
15686
15732
|
} = state;
|
|
@@ -15699,7 +15745,7 @@ const handleClick$8 = async (state, index) => {
|
|
|
15699
15745
|
|
|
15700
15746
|
const Commands$v = {
|
|
15701
15747
|
close: dispose$p,
|
|
15702
|
-
handleClick: handleClick$
|
|
15748
|
+
handleClick: handleClick$7
|
|
15703
15749
|
};
|
|
15704
15750
|
|
|
15705
15751
|
const Css$y = ["/css/parts/ViewletDialog.css"];
|
|
@@ -15755,7 +15801,7 @@ const ViewletDialog_ipc = {
|
|
|
15755
15801
|
Css: Css$y,
|
|
15756
15802
|
create: create$H,
|
|
15757
15803
|
dispose: dispose$p,
|
|
15758
|
-
handleClick: handleClick$
|
|
15804
|
+
handleClick: handleClick$7,
|
|
15759
15805
|
hasFunctionalRender: hasFunctionalRender$w,
|
|
15760
15806
|
loadContent: loadContent$C,
|
|
15761
15807
|
name: name$H,
|
|
@@ -16026,7 +16072,7 @@ const getListHeight$2 = (height, headerHeight) => {
|
|
|
16026
16072
|
}
|
|
16027
16073
|
return headerHeight;
|
|
16028
16074
|
};
|
|
16029
|
-
const setDeltaY$
|
|
16075
|
+
const setDeltaY$3 = (state, deltaY) => {
|
|
16030
16076
|
object(state);
|
|
16031
16077
|
number$1(deltaY);
|
|
16032
16078
|
const {
|
|
@@ -16057,11 +16103,11 @@ const setDeltaY$4 = (state, deltaY) => {
|
|
|
16057
16103
|
maxLineY
|
|
16058
16104
|
};
|
|
16059
16105
|
};
|
|
16060
|
-
const handleWheel$
|
|
16106
|
+
const handleWheel$2 = (state, deltaMode, deltaY) => {
|
|
16061
16107
|
object(state);
|
|
16062
16108
|
number$1(deltaMode);
|
|
16063
16109
|
number$1(deltaY);
|
|
16064
|
-
return setDeltaY$
|
|
16110
|
+
return setDeltaY$3(state, state.deltaY + deltaY);
|
|
16065
16111
|
};
|
|
16066
16112
|
|
|
16067
16113
|
const create$F = (id, uri, x, y, width, height) => {
|
|
@@ -16569,7 +16615,7 @@ const renderScrollBar = {
|
|
|
16569
16615
|
};
|
|
16570
16616
|
const render$y = [renderChanges$1, renderScrollBar];
|
|
16571
16617
|
|
|
16572
|
-
const saveState$
|
|
16618
|
+
const saveState$d = state => {
|
|
16573
16619
|
return {
|
|
16574
16620
|
minLineY: state.minLineY,
|
|
16575
16621
|
maxLineY: state.maxLineY
|
|
@@ -16588,7 +16634,7 @@ const ViewletDiffEditor_ipc = {
|
|
|
16588
16634
|
loadContent: loadContent$B,
|
|
16589
16635
|
name: name$G,
|
|
16590
16636
|
render: render$y,
|
|
16591
|
-
saveState: saveState$
|
|
16637
|
+
saveState: saveState$d
|
|
16592
16638
|
};
|
|
16593
16639
|
|
|
16594
16640
|
const getE2eTestsSandbox = () => {
|
|
@@ -16675,7 +16721,7 @@ const handleLoad$1 = async state => {
|
|
|
16675
16721
|
iframeOrigin
|
|
16676
16722
|
};
|
|
16677
16723
|
};
|
|
16678
|
-
const handleClickAt$
|
|
16724
|
+
const handleClickAt$4 = async (state, eventX, eventY) => {
|
|
16679
16725
|
console.log('click', eventX, eventY);
|
|
16680
16726
|
return state;
|
|
16681
16727
|
};
|
|
@@ -16701,7 +16747,7 @@ const resize$m = (state, dimensions) => {
|
|
|
16701
16747
|
};
|
|
16702
16748
|
|
|
16703
16749
|
const Commands$t = {
|
|
16704
|
-
handleClickAt: handleClickAt$
|
|
16750
|
+
handleClickAt: handleClickAt$4,
|
|
16705
16751
|
handleSashCornerPointerDown: handleSashCornerPointerDown,
|
|
16706
16752
|
handleSashCornerPointerMove: handleSashCornerPointerMove,
|
|
16707
16753
|
handleSashCornerPointerUp: handleSashCornerPointerUp
|
|
@@ -16805,7 +16851,7 @@ const ViewletE2eTest_ipc = {
|
|
|
16805
16851
|
create: create$C,
|
|
16806
16852
|
executeTest: executeTest$1,
|
|
16807
16853
|
getKeyBindings: getKeyBindings$d,
|
|
16808
|
-
handleClickAt: handleClickAt$
|
|
16854
|
+
handleClickAt: handleClickAt$4,
|
|
16809
16855
|
handleLoad: handleLoad$1,
|
|
16810
16856
|
handleSashCornerPointerDown,
|
|
16811
16857
|
handleSashCornerPointerMove,
|
|
@@ -16893,7 +16939,7 @@ const getIndex$2 = (stateY, eventY) => {
|
|
|
16893
16939
|
const index = Math.floor((eventY - stateY) / rowHeight);
|
|
16894
16940
|
return index;
|
|
16895
16941
|
};
|
|
16896
|
-
const handleClickAt$
|
|
16942
|
+
const handleClickAt$3 = async (state, eventX, eventY) => {
|
|
16897
16943
|
console.log('click', eventX, eventY);
|
|
16898
16944
|
const index = getIndex$2(state.y, eventY);
|
|
16899
16945
|
const item = state.tests[index];
|
|
@@ -16928,7 +16974,7 @@ const openInNewTab = async state => {
|
|
|
16928
16974
|
};
|
|
16929
16975
|
|
|
16930
16976
|
const Commands$s = {
|
|
16931
|
-
handleClickAt: handleClickAt$
|
|
16977
|
+
handleClickAt: handleClickAt$3,
|
|
16932
16978
|
handleLoad: handleLoad,
|
|
16933
16979
|
runAll: runAll,
|
|
16934
16980
|
handleContextMenu: handleContextMenu$8,
|
|
@@ -17063,7 +17109,7 @@ const ViewletE2eTests_ipc = {
|
|
|
17063
17109
|
create: create$B,
|
|
17064
17110
|
executeTest,
|
|
17065
17111
|
getKeyBindings: getKeyBindings$c,
|
|
17066
|
-
handleClickAt: handleClickAt$
|
|
17112
|
+
handleClickAt: handleClickAt$3,
|
|
17067
17113
|
handleContextMenu: handleContextMenu$8,
|
|
17068
17114
|
handleLoad,
|
|
17069
17115
|
hasFunctionalRender: hasFunctionalRender$t,
|
|
@@ -17089,7 +17135,7 @@ const clamp = (num, min, max) => {
|
|
|
17089
17135
|
};
|
|
17090
17136
|
|
|
17091
17137
|
// TODO this should be in a separate scrolling module
|
|
17092
|
-
const setDeltaY$
|
|
17138
|
+
const setDeltaY$2 = (state, value) => {
|
|
17093
17139
|
object(state);
|
|
17094
17140
|
number$1(value);
|
|
17095
17141
|
const {
|
|
@@ -17206,7 +17252,7 @@ const create$A = (id, uri, languageId) => {
|
|
|
17206
17252
|
|
|
17207
17253
|
// TODO
|
|
17208
17254
|
const setDeltaYFixedValue = (editor, value) => {
|
|
17209
|
-
return setDeltaY$
|
|
17255
|
+
return setDeltaY$2(editor, value);
|
|
17210
17256
|
};
|
|
17211
17257
|
const setBounds = (editor, x, y, width, height, columnWidth) => {
|
|
17212
17258
|
const {
|
|
@@ -17566,7 +17612,7 @@ const contentLoadedEffects$2 = async state => {
|
|
|
17566
17612
|
// await updateSemanticTokens(state)
|
|
17567
17613
|
// await updateDiagnostics(state)
|
|
17568
17614
|
};
|
|
17569
|
-
const handleLanguagesChanged
|
|
17615
|
+
const handleLanguagesChanged = async state => {
|
|
17570
17616
|
const newLanguageId = getLanguageId(state);
|
|
17571
17617
|
const tokenizePath = getTokenizePath(newLanguageId);
|
|
17572
17618
|
await executeViewletCommand(state.uid, 'setLanguageId', newLanguageId, tokenizePath);
|
|
@@ -17648,7 +17694,7 @@ const getQuickPickMenuEntries$2 = async () => {
|
|
|
17648
17694
|
|
|
17649
17695
|
const name$D = 'EditorText';
|
|
17650
17696
|
|
|
17651
|
-
const saveState$
|
|
17697
|
+
const saveState$c = state => {
|
|
17652
17698
|
// @ts-ignore
|
|
17653
17699
|
const {
|
|
17654
17700
|
selections,
|
|
@@ -17666,7 +17712,7 @@ const saveState$b = state => {
|
|
|
17666
17712
|
|
|
17667
17713
|
// prettier-ignore
|
|
17668
17714
|
const Events$5 = {
|
|
17669
|
-
'languages.changed': handleLanguagesChanged
|
|
17715
|
+
'languages.changed': handleLanguagesChanged
|
|
17670
17716
|
// 'editor.change': ViewletEditorText.handleEditorChange,
|
|
17671
17717
|
// 'tokenizer.changed': ViewletEditorText.handleTokenizeChange,
|
|
17672
17718
|
};
|
|
@@ -17687,7 +17733,7 @@ const ViewletEditorText_ipc = {
|
|
|
17687
17733
|
getKeyBindings: getKeyBindings$b,
|
|
17688
17734
|
getQuickPickMenuEntries: getQuickPickMenuEntries$2,
|
|
17689
17735
|
handleEditorChange: handleEditorChange$2,
|
|
17690
|
-
handleLanguagesChanged
|
|
17736
|
+
handleLanguagesChanged,
|
|
17691
17737
|
handleTokenizeChange,
|
|
17692
17738
|
hasFunctionalRender: hasFunctionalRender$s,
|
|
17693
17739
|
hasFunctionalResize: hasFunctionalResize$g,
|
|
@@ -17696,7 +17742,7 @@ const ViewletEditorText_ipc = {
|
|
|
17696
17742
|
render: render$u,
|
|
17697
17743
|
rerender,
|
|
17698
17744
|
resize: resize$l,
|
|
17699
|
-
saveState: saveState$
|
|
17745
|
+
saveState: saveState$c
|
|
17700
17746
|
};
|
|
17701
17747
|
|
|
17702
17748
|
const create$y = (id, uri, x, y, width, height) => {
|
|
@@ -17846,160 +17892,13 @@ const create$w = (id, uri, x, y, width, height, args, parentUid) => {
|
|
|
17846
17892
|
};
|
|
17847
17893
|
};
|
|
17848
17894
|
const loadContent$w = async (state, savedState) => {
|
|
17849
|
-
|
|
17850
|
-
|
|
17851
|
-
|
|
17852
|
-
return
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
|
|
17856
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17857
|
-
newState.commands = commands;
|
|
17858
|
-
return newState;
|
|
17859
|
-
};
|
|
17860
|
-
const handleLanguagesChanged = async state => {
|
|
17861
|
-
const newState = await invoke$6('Explorer.handleIconThemeChange', state);
|
|
17862
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17863
|
-
newState.commands = commands;
|
|
17864
|
-
return newState;
|
|
17865
|
-
};
|
|
17866
|
-
const handleWorkspaceChange$1 = async state => {
|
|
17867
|
-
const newState = await invoke$6('Explorer.handleWorkspaceChange', state);
|
|
17868
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17869
|
-
newState.commands = commands;
|
|
17870
|
-
return newState;
|
|
17871
|
-
};
|
|
17872
|
-
const handleIconThemeChange$2 = async state => {
|
|
17873
|
-
const newState = await invoke$6('Explorer.handleIconThemeChange', state);
|
|
17874
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17875
|
-
newState.commands = commands;
|
|
17876
|
-
return newState;
|
|
17877
|
-
};
|
|
17878
|
-
|
|
17879
|
-
// TODO rename dirents to items, then can use virtual list component directly
|
|
17880
|
-
const setDeltaY$2 = async (state, deltaY) => {
|
|
17881
|
-
const newState = await invoke$6('Explorer.setDeltaY', state, deltaY);
|
|
17882
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17883
|
-
newState.commands = commands;
|
|
17884
|
-
return newState;
|
|
17885
|
-
};
|
|
17886
|
-
const handleWheel$2 = (state, deltaMode, deltaY) => {
|
|
17887
|
-
return setDeltaY$2(state, state.deltaY + deltaY);
|
|
17888
|
-
};
|
|
17889
|
-
const getFocusedDirent = state => {
|
|
17890
|
-
const {
|
|
17891
|
-
focusedIndex,
|
|
17892
|
-
minLineY,
|
|
17893
|
-
items
|
|
17894
|
-
} = state;
|
|
17895
|
-
const dirent = items[focusedIndex + minLineY];
|
|
17896
|
-
return dirent;
|
|
17897
|
-
};
|
|
17898
|
-
|
|
17899
|
-
// TODO support multiselection and removing multiple dirents
|
|
17900
|
-
const removeDirent = async state => {
|
|
17901
|
-
const newState = await invoke$6('Explorer.removeDirent', state);
|
|
17902
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17903
|
-
newState.commands = commands;
|
|
17904
|
-
return newState;
|
|
17905
|
-
};
|
|
17906
|
-
const renameDirent = async state => {
|
|
17907
|
-
const newState = await invoke$6('Explorer.renameDirent', state);
|
|
17908
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17909
|
-
newState.commands = commands;
|
|
17910
|
-
return newState;
|
|
17911
|
-
};
|
|
17912
|
-
const cancelEdit = async state => {
|
|
17913
|
-
const newState = await invoke$6('Explorer.cancelEdit');
|
|
17914
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17915
|
-
newState.commands = commands;
|
|
17916
|
-
return newState;
|
|
17917
|
-
};
|
|
17918
|
-
const copyRelativePath = async state => {
|
|
17919
|
-
const newState = await invoke$6('Explorer.copyRelativePath', state);
|
|
17920
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17921
|
-
newState.commands = commands;
|
|
17922
|
-
return newState;
|
|
17923
|
-
};
|
|
17924
|
-
const copyPath = async state => {
|
|
17925
|
-
const newState = await invoke$6('Explorer.copyPath', state);
|
|
17926
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17927
|
-
newState.commands = commands;
|
|
17928
|
-
return newState;
|
|
17929
|
-
};
|
|
17930
|
-
const openContainingFolder$1 = async state => {
|
|
17931
|
-
const newState = await invoke$6('Explorer.openContainingFolder', state);
|
|
17932
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17933
|
-
newState.commands = commands;
|
|
17934
|
-
return newState;
|
|
17935
|
-
};
|
|
17936
|
-
|
|
17937
|
-
// TODO much shared logic with newFolder
|
|
17938
|
-
const newFile$1 = async state => {
|
|
17939
|
-
const newState = await invoke$6('Explorer.newFile', state);
|
|
17940
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17941
|
-
newState.commands = commands;
|
|
17942
|
-
return newState;
|
|
17943
|
-
};
|
|
17944
|
-
const updateEditingValue = async (state, value) => {
|
|
17945
|
-
const newState = await invoke$6('Explorer.updateEditingValue', state, value);
|
|
17946
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17947
|
-
newState.commands = commands;
|
|
17948
|
-
return newState;
|
|
17949
|
-
};
|
|
17950
|
-
const handleFocus$5 = state => {
|
|
17951
|
-
setFocus(Explorer);
|
|
17952
|
-
return state;
|
|
17953
|
-
};
|
|
17954
|
-
const refresh$4 = state => {
|
|
17955
|
-
console.log('TODO refresh explorer');
|
|
17956
|
-
return state;
|
|
17957
|
-
};
|
|
17958
|
-
const newFolder$1 = async state => {
|
|
17959
|
-
const newState = await invoke$6('Explorer.newFolder', state);
|
|
17960
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17961
|
-
newState.commands = commands;
|
|
17962
|
-
return newState;
|
|
17963
|
-
};
|
|
17964
|
-
const handleClick$7 = async (state, index, keepFocus = false) => {
|
|
17965
|
-
const newState = await invoke$6('Explorer.handleClick', state, index, keepFocus);
|
|
17966
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17967
|
-
newState.commands = commands;
|
|
17968
|
-
return newState;
|
|
17969
|
-
};
|
|
17970
|
-
const handleClickAt$3 = async (state, button, x, y) => {
|
|
17971
|
-
const newState = await invoke$6('Explorer.handleClickAt', state, button, x, y);
|
|
17972
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17973
|
-
newState.commands = commands;
|
|
17974
|
-
return newState;
|
|
17975
|
-
};
|
|
17976
|
-
const handleClickCurrent$1 = state => {
|
|
17977
|
-
return handleClick$7(state, state.focusedIndex - state.minLineY);
|
|
17978
|
-
};
|
|
17979
|
-
const handleClickCurrentButKeepFocus$1 = state => {
|
|
17980
|
-
return handleClick$7(state, state.focusedIndex - state.minLineY, /* keepFocus */true);
|
|
17981
|
-
};
|
|
17982
|
-
const scrollUp = () => {};
|
|
17983
|
-
const scrollDown$1 = () => {};
|
|
17984
|
-
// export const handleBlur=()=>{}
|
|
17985
|
-
|
|
17986
|
-
const handleArrowRight$2 = async state => {
|
|
17987
|
-
const newState = await invoke$6('Explorer.handleArrowRight', state);
|
|
17988
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17989
|
-
newState.commands = commands;
|
|
17990
|
-
return newState;
|
|
17991
|
-
};
|
|
17992
|
-
const handleArrowLeft$2 = async state => {
|
|
17993
|
-
const newState = await invoke$6('Explorer.handleArrowLeft', state);
|
|
17994
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
17995
|
-
newState.commands = commands;
|
|
17996
|
-
return newState;
|
|
17997
|
-
};
|
|
17998
|
-
const handleUpload = async (state, dirents) => {
|
|
17999
|
-
const newState = await invoke$6('Explorer.handleUpload', state, dirents);
|
|
18000
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18001
|
-
newState.commands = commands;
|
|
18002
|
-
return newState;
|
|
17895
|
+
await invoke$6('Explorer.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, state.parentUid);
|
|
17896
|
+
await invoke$6('Explorer.loadContent', state.uid, savedState);
|
|
17897
|
+
const commands = await invoke$6('Explorer.render', state.uid);
|
|
17898
|
+
return {
|
|
17899
|
+
...state,
|
|
17900
|
+
commands
|
|
17901
|
+
};
|
|
18003
17902
|
};
|
|
18004
17903
|
const dispose$m = state => {
|
|
18005
17904
|
if (!state.pendingRequests) {
|
|
@@ -18012,47 +17911,6 @@ const dispose$m = state => {
|
|
|
18012
17911
|
// state.lastFocusedWidget = undefined
|
|
18013
17912
|
// }
|
|
18014
17913
|
};
|
|
18015
|
-
const IMAGE_EXTENSIONS = new Set(['.png', '.jpeg', '.jpg', '.gif', '.svg', '.ico']);
|
|
18016
|
-
const isImage = dirent => {
|
|
18017
|
-
// TODO explorer state must be updated when changing folder
|
|
18018
|
-
// This is just a workaround
|
|
18019
|
-
if (!dirent) {
|
|
18020
|
-
return false;
|
|
18021
|
-
}
|
|
18022
|
-
const fileExtension = getFileExtension(dirent.path);
|
|
18023
|
-
return IMAGE_EXTENSIONS.has(fileExtension);
|
|
18024
|
-
};
|
|
18025
|
-
const handleMouseEnter = async (state, index) => {
|
|
18026
|
-
const {
|
|
18027
|
-
items
|
|
18028
|
-
} = state;
|
|
18029
|
-
const dirent = items[index];
|
|
18030
|
-
if (!isImage(dirent)) {
|
|
18031
|
-
// TODO preload content maybe when it is a long hover
|
|
18032
|
-
return state;
|
|
18033
|
-
}
|
|
18034
|
-
const {
|
|
18035
|
-
top,
|
|
18036
|
-
itemHeight,
|
|
18037
|
-
x,
|
|
18038
|
-
root
|
|
18039
|
-
} = state;
|
|
18040
|
-
const uri = `${root}${dirent.path}`;
|
|
18041
|
-
const newTop = top + index * itemHeight;
|
|
18042
|
-
const right = x;
|
|
18043
|
-
await execute$4(/* ImagePreview.show */9081, /* uri */uri, /* top */newTop, /* right */right);
|
|
18044
|
-
};
|
|
18045
|
-
|
|
18046
|
-
// TODO what happens when mouse leave and anther mouse enter event occur?
|
|
18047
|
-
// should update preview instead of closing and reopening
|
|
18048
|
-
|
|
18049
|
-
const handleMouseLeave = async state => {
|
|
18050
|
-
// await Command.execute(/* ImagePreview.hide */ 9082)
|
|
18051
|
-
return state;
|
|
18052
|
-
};
|
|
18053
|
-
const handleCopy = async state => {
|
|
18054
|
-
return invoke$6('Explorer.handleCopy', state);
|
|
18055
|
-
};
|
|
18056
17914
|
const hasFunctionalResize$f = true;
|
|
18057
17915
|
const resize$k = (state, dimensions) => {
|
|
18058
17916
|
const {
|
|
@@ -18066,36 +17924,6 @@ const resize$k = (state, dimensions) => {
|
|
|
18066
17924
|
maxLineY
|
|
18067
17925
|
};
|
|
18068
17926
|
};
|
|
18069
|
-
const expandAll = async state => {
|
|
18070
|
-
const newState = await invoke$6('Explorer.expandAll', state);
|
|
18071
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18072
|
-
newState.commands = commands;
|
|
18073
|
-
return newState;
|
|
18074
|
-
};
|
|
18075
|
-
const collapseAll$4 = async state => {
|
|
18076
|
-
const newState = await invoke$6('Explorer.collapseAll', state);
|
|
18077
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18078
|
-
newState.commands = commands;
|
|
18079
|
-
return newState;
|
|
18080
|
-
};
|
|
18081
|
-
const handleBlur$5 = async state => {
|
|
18082
|
-
const newState = await invoke$6('Explorer.handleBlur', state);
|
|
18083
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18084
|
-
newState.commands = commands;
|
|
18085
|
-
return newState;
|
|
18086
|
-
};
|
|
18087
|
-
const revealItem = async (state, uri) => {
|
|
18088
|
-
const newState = await invoke$6('Explorer.revealItem', state, uri);
|
|
18089
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18090
|
-
newState.commands = commands;
|
|
18091
|
-
return newState;
|
|
18092
|
-
};
|
|
18093
|
-
const handleClickOpenFolder = async state => {
|
|
18094
|
-
const newState = await invoke$6('Explorer.handleClickOpenFolder', state);
|
|
18095
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18096
|
-
newState.commands = commands;
|
|
18097
|
-
return newState;
|
|
18098
|
-
};
|
|
18099
17927
|
const hotReload$2 = async state => {
|
|
18100
17928
|
if (state.isHotReloading) {
|
|
18101
17929
|
return state;
|
|
@@ -18110,35 +17938,36 @@ const hotReload$2 = async state => {
|
|
|
18110
17938
|
...state,
|
|
18111
17939
|
items: []
|
|
18112
17940
|
};
|
|
18113
|
-
|
|
18114
|
-
const commands = await invoke$6('Explorer.render', oldState
|
|
18115
|
-
|
|
18116
|
-
|
|
18117
|
-
|
|
17941
|
+
await invoke$6('Explorer.loadContent', state.uid, savedState);
|
|
17942
|
+
const commands = await invoke$6('Explorer.render', oldState.uid);
|
|
17943
|
+
return {
|
|
17944
|
+
...oldState,
|
|
17945
|
+
commands,
|
|
17946
|
+
isHotReloading: false
|
|
17947
|
+
};
|
|
18118
17948
|
};
|
|
18119
17949
|
|
|
18120
17950
|
const wrapExplorerCommand = key => {
|
|
18121
17951
|
const fn = async (state, ...args) => {
|
|
18122
|
-
|
|
18123
|
-
|
|
17952
|
+
await invoke$6(`Explorer.${key}`, state.uid, ...args);
|
|
17953
|
+
const commands = await invoke$6('Explorer.render', state.uid);
|
|
17954
|
+
if (commands.length === 0) {
|
|
18124
17955
|
return state;
|
|
18125
17956
|
}
|
|
18126
|
-
const commands = await invoke$6('Explorer.render', state, newState);
|
|
18127
17957
|
return {
|
|
18128
|
-
...
|
|
17958
|
+
...state,
|
|
18129
17959
|
commands
|
|
18130
17960
|
};
|
|
18131
17961
|
};
|
|
18132
17962
|
return fn;
|
|
18133
17963
|
};
|
|
18134
17964
|
|
|
18135
|
-
const commands$1 = ['cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'expandAll', '
|
|
17965
|
+
const commands$1 = ['acceptEdit', 'cancelEdit', 'collapseAll', 'copyPath', 'copyRelativePath', 'expandAll', 'expandRecursively', 'focus', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusNone', 'focusPrevious', 'getFocusedDirent', 'handleArrowLeft', 'handleArrowLeft', 'handleArrowRight', 'handleArrowRight', 'handleBlur', 'handleClick', 'handleClickAt', 'handleClickCurrent', 'handleClickCurrentButKeepFocus', 'handleClickOpenFolder', 'handleContextMenu', 'handleCopy', 'handleDragOver', 'handleDrop', 'handleFocus', 'handleIconThemeChange', 'handleLanguagesChanged', 'handleMouseEnter', 'handleMouseLeave', 'handlePaste', 'handlePointerDown', 'handleUpload', 'handleWheel', 'handleWorkspaceChange', 'hotReload', 'newFile', 'newFolder', 'openContainingFolder', 'refresh', 'refresh', 'relealItem', 'removeDirent', 'rename', 'renameDirent', 'revealItem', 'scrollDown', 'scrollUp', 'setDeltaY', 'updateEditingValue', 'updateIcons'];
|
|
18136
17966
|
const Commands$p = {};
|
|
18137
17967
|
for (const command of commands$1) {
|
|
18138
17968
|
Commands$p[command] = wrapExplorerCommand(command);
|
|
18139
17969
|
}
|
|
18140
17970
|
Commands$p['hotReload'] = hotReload$2;
|
|
18141
|
-
Commands$p['handleFocus'] = handleFocus$5;
|
|
18142
17971
|
|
|
18143
17972
|
const Css$s = [];
|
|
18144
17973
|
|
|
@@ -18146,7 +17975,7 @@ const getKeyBindings$a = () => {
|
|
|
18146
17975
|
return invoke$6('Explorer.getKeyBindings');
|
|
18147
17976
|
};
|
|
18148
17977
|
|
|
18149
|
-
const id$9 = Explorer
|
|
17978
|
+
const id$9 = Explorer;
|
|
18150
17979
|
const getMenuEntries$d = () => {
|
|
18151
17980
|
const explorerState = getState('Explorer');
|
|
18152
17981
|
return invoke$6('Explorer.getMenuEntries', explorerState);
|
|
@@ -18278,47 +18107,21 @@ const restoreState = savedState => {
|
|
|
18278
18107
|
return invoke$6('Explorer.restoreState', savedState);
|
|
18279
18108
|
};
|
|
18280
18109
|
|
|
18281
|
-
const saveState$
|
|
18282
|
-
return invoke$6('Explorer.saveState', state);
|
|
18110
|
+
const saveState$b = state => {
|
|
18111
|
+
return invoke$6('Explorer.saveState', state.uid);
|
|
18283
18112
|
};
|
|
18284
18113
|
|
|
18285
|
-
const Events$4 = {
|
|
18286
|
-
'languages.changed': handleLanguagesChanged,
|
|
18287
|
-
'workspace.change': handleWorkspaceChange$1
|
|
18288
|
-
};
|
|
18114
|
+
const Events$4 = {};
|
|
18289
18115
|
|
|
18290
18116
|
const ViewletExplorer_ipc = {
|
|
18291
18117
|
__proto__: null,
|
|
18292
18118
|
Commands: Commands$p,
|
|
18293
18119
|
Css: Css$s,
|
|
18294
18120
|
Events: Events$4,
|
|
18295
|
-
cancelEdit,
|
|
18296
|
-
collapseAll: collapseAll$4,
|
|
18297
|
-
copyPath,
|
|
18298
|
-
copyRelativePath,
|
|
18299
18121
|
create: create$w,
|
|
18300
18122
|
dispose: dispose$m,
|
|
18301
|
-
expandAll,
|
|
18302
18123
|
getDisplayName: getDisplayName$1,
|
|
18303
|
-
getFocusedDirent,
|
|
18304
18124
|
getKeyBindings: getKeyBindings$a,
|
|
18305
|
-
handleArrowLeft: handleArrowLeft$2,
|
|
18306
|
-
handleArrowRight: handleArrowRight$2,
|
|
18307
|
-
handleBlur: handleBlur$5,
|
|
18308
|
-
handleClick: handleClick$7,
|
|
18309
|
-
handleClickAt: handleClickAt$3,
|
|
18310
|
-
handleClickCurrent: handleClickCurrent$1,
|
|
18311
|
-
handleClickCurrentButKeepFocus: handleClickCurrentButKeepFocus$1,
|
|
18312
|
-
handleClickOpenFolder,
|
|
18313
|
-
handleCopy,
|
|
18314
|
-
handleFocus: handleFocus$5,
|
|
18315
|
-
handleIconThemeChange: handleIconThemeChange$2,
|
|
18316
|
-
handleLanguagesChanged,
|
|
18317
|
-
handleMouseEnter,
|
|
18318
|
-
handleMouseLeave,
|
|
18319
|
-
handleUpload,
|
|
18320
|
-
handleWheel: handleWheel$2,
|
|
18321
|
-
handleWorkspaceChange: handleWorkspaceChange$1,
|
|
18322
18125
|
hasFunctionalRender: hasFunctionalRender$r,
|
|
18323
18126
|
hasFunctionalResize: hasFunctionalResize$f,
|
|
18324
18127
|
hasFunctionalRootRender: hasFunctionalRootRender$e,
|
|
@@ -18326,24 +18129,12 @@ const ViewletExplorer_ipc = {
|
|
|
18326
18129
|
loadContent: loadContent$w,
|
|
18327
18130
|
menus: menus$8,
|
|
18328
18131
|
name: name$B,
|
|
18329
|
-
newFile: newFile$1,
|
|
18330
|
-
newFolder: newFolder$1,
|
|
18331
|
-
openContainingFolder: openContainingFolder$1,
|
|
18332
|
-
refresh: refresh$4,
|
|
18333
|
-
removeDirent,
|
|
18334
|
-
renameDirent,
|
|
18335
18132
|
render: render$s,
|
|
18336
18133
|
renderActions: renderActions$7,
|
|
18337
18134
|
renderTitle: renderTitle$4,
|
|
18338
18135
|
resize: resize$k,
|
|
18339
18136
|
restoreState,
|
|
18340
|
-
|
|
18341
|
-
saveState: saveState$a,
|
|
18342
|
-
scrollDown: scrollDown$1,
|
|
18343
|
-
scrollUp,
|
|
18344
|
-
setDeltaY: setDeltaY$2,
|
|
18345
|
-
updateEditingValue,
|
|
18346
|
-
updateIcons: updateIcons$1
|
|
18137
|
+
saveState: saveState$b
|
|
18347
18138
|
};
|
|
18348
18139
|
|
|
18349
18140
|
const extensionDetailViewWorkerUrl = `${assetDir}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js`;
|
|
@@ -18413,9 +18204,9 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18413
18204
|
|
|
18414
18205
|
// TODO when there are multiple extension with the same id,
|
|
18415
18206
|
// probably need to pass extension location from extensions viewlet
|
|
18416
|
-
const loadContent$v = async state => {
|
|
18417
|
-
const newState = await invoke$5('ExtensionDetail.loadContent', state, platform);
|
|
18418
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab);
|
|
18207
|
+
const loadContent$v = async (state, savedState) => {
|
|
18208
|
+
const newState = await invoke$5('ExtensionDetail.loadContent', state, platform, savedState);
|
|
18209
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18419
18210
|
return {
|
|
18420
18211
|
...newState,
|
|
18421
18212
|
dom
|
|
@@ -18429,9 +18220,9 @@ const hotReload$1 = async state => {
|
|
|
18429
18220
|
state.isHotReloading = true;
|
|
18430
18221
|
// possible TODO race condition during hot reload
|
|
18431
18222
|
// there could still be pending promises when the worker is disposed
|
|
18432
|
-
await restart$2('
|
|
18223
|
+
await restart$2('ExtensionDetail.terminate');
|
|
18433
18224
|
const newState = await invoke$5('ExtensionDetail.loadContent', state, {});
|
|
18434
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab);
|
|
18225
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18435
18226
|
newState.isHotReloading = false;
|
|
18436
18227
|
newState.dom = dom;
|
|
18437
18228
|
return newState;
|
|
@@ -18448,14 +18239,33 @@ const handleIconError = state => {
|
|
|
18448
18239
|
iconSrc: ExtensionDefaultIcon
|
|
18449
18240
|
};
|
|
18450
18241
|
};
|
|
18451
|
-
const
|
|
18242
|
+
const selectTab = async (state, name) => {
|
|
18452
18243
|
const newState = await invoke$5('ExtensionDetail.handleTabsClick', state, name);
|
|
18453
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml);
|
|
18244
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18454
18245
|
return {
|
|
18455
18246
|
...newState,
|
|
18456
18247
|
dom
|
|
18457
18248
|
};
|
|
18458
18249
|
};
|
|
18250
|
+
const handleFeaturesClick = async (state, name) => {
|
|
18251
|
+
const newState = await invoke$5('ExtensionDetail.handleFeaturesClick', state, name);
|
|
18252
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18253
|
+
return {
|
|
18254
|
+
...newState,
|
|
18255
|
+
dom
|
|
18256
|
+
};
|
|
18257
|
+
};
|
|
18258
|
+
const saveState$a = async state => {
|
|
18259
|
+
try {
|
|
18260
|
+
const savedState = await invoke$5('ExtensionDetail.saveState', state);
|
|
18261
|
+
return savedState;
|
|
18262
|
+
} catch {
|
|
18263
|
+
return {};
|
|
18264
|
+
}
|
|
18265
|
+
};
|
|
18266
|
+
const handleTabsClick = (state, name) => {
|
|
18267
|
+
return selectTab(state, name);
|
|
18268
|
+
};
|
|
18459
18269
|
const hasFunctionalResize$e = true;
|
|
18460
18270
|
const resize$j = (state, dimensions) => {
|
|
18461
18271
|
const size = getViewletSize(dimensions.width);
|
|
@@ -18470,7 +18280,9 @@ const resize$j = (state, dimensions) => {
|
|
|
18470
18280
|
const Commands$o = {
|
|
18471
18281
|
handleIconError: handleIconError,
|
|
18472
18282
|
hotReload: hotReload$1,
|
|
18473
|
-
handleTabsClick: handleTabsClick
|
|
18283
|
+
handleTabsClick: handleTabsClick,
|
|
18284
|
+
selectTab: selectTab,
|
|
18285
|
+
handleFeaturesClick: handleFeaturesClick
|
|
18474
18286
|
};
|
|
18475
18287
|
|
|
18476
18288
|
// prettier-ignore
|
|
@@ -18478,7 +18290,7 @@ const LazyCommands$a = {
|
|
|
18478
18290
|
handleReadmeContextMenu: () => Promise.resolve().then(function () { return ViewletExtensionDetailHandleReadmeContextMenu; })
|
|
18479
18291
|
};
|
|
18480
18292
|
|
|
18481
|
-
const Css$r = ["/css/parts/
|
|
18293
|
+
const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/Features.css", "/css/parts/Markdown.css", "/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailTabs.css"];
|
|
18482
18294
|
|
|
18483
18295
|
const id$8 = ExtensionDetailReadme;
|
|
18484
18296
|
const getMenuEntries$c = async props => {
|
|
@@ -18523,6 +18335,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18523
18335
|
Css: Css$r,
|
|
18524
18336
|
LazyCommands: LazyCommands$a,
|
|
18525
18337
|
create: create$v,
|
|
18338
|
+
handleFeaturesClick,
|
|
18526
18339
|
handleIconError,
|
|
18527
18340
|
handleTabsClick,
|
|
18528
18341
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
@@ -18533,7 +18346,9 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18533
18346
|
menus: menus$7,
|
|
18534
18347
|
name: name$A,
|
|
18535
18348
|
render: render$r,
|
|
18536
|
-
resize: resize$j
|
|
18349
|
+
resize: resize$j,
|
|
18350
|
+
saveState: saveState$a,
|
|
18351
|
+
selectTab
|
|
18537
18352
|
};
|
|
18538
18353
|
|
|
18539
18354
|
const ExtensionListItemHeight = 72;
|
|
@@ -25823,7 +25638,7 @@ const handleClickAt$1 = (state, x, y) => {
|
|
|
25823
25638
|
const Commands$c = {
|
|
25824
25639
|
handleBlur: handleBlur$1,
|
|
25825
25640
|
handleClickAt: handleClickAt$1,
|
|
25826
|
-
handleWheel: handleWheel$
|
|
25641
|
+
handleWheel: handleWheel$2,
|
|
25827
25642
|
selectCurrentIndex: selectCurrentIndex,
|
|
25828
25643
|
selectIndex: selectIndex,
|
|
25829
25644
|
selectItem: selectItem
|
|
@@ -26086,7 +25901,7 @@ const ViewletQuickPick_ipc = {
|
|
|
26086
25901
|
getKeyBindings: getKeyBindings$4,
|
|
26087
25902
|
handleBlur: handleBlur$1,
|
|
26088
25903
|
handleClickAt: handleClickAt$1,
|
|
26089
|
-
handleWheel: handleWheel$
|
|
25904
|
+
handleWheel: handleWheel$2,
|
|
26090
25905
|
hasFunctionalRender: hasFunctionalRender$g,
|
|
26091
25906
|
loadContent: loadContent$i,
|
|
26092
25907
|
name: name$n,
|
|
@@ -26094,7 +25909,7 @@ const ViewletQuickPick_ipc = {
|
|
|
26094
25909
|
selectCurrentIndex,
|
|
26095
25910
|
selectIndex,
|
|
26096
25911
|
selectItem,
|
|
26097
|
-
setDeltaY: setDeltaY$
|
|
25912
|
+
setDeltaY: setDeltaY$3
|
|
26098
25913
|
};
|
|
26099
25914
|
|
|
26100
25915
|
const getLineText = (content, startRowIndex, startColumnIndex, endRowIndex, endColumnIndex) => {
|
|
@@ -28112,7 +27927,7 @@ const getSavedViewletId = savedState => {
|
|
|
28112
27927
|
if (savedState && savedState.currentViewletId) {
|
|
28113
27928
|
return savedState.currentViewletId;
|
|
28114
27929
|
}
|
|
28115
|
-
return Explorer$
|
|
27930
|
+
return Explorer$1;
|
|
28116
27931
|
};
|
|
28117
27932
|
const loadContent$d = (state, savedState) => {
|
|
28118
27933
|
const savedViewletId = getSavedViewletId(savedState);
|