@lvce-editor/static-server 0.45.2 → 0.45.4
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 +1796 -1794
- package/src/parts/GetResponseInfo/GetResponseInfo.js +1 -1
- package/src/parts/Headers/Headers.js +15 -15
- package/static/{4ff4cba → 7884c64}/css/App.css +82 -82
- package/static/7884c64/css/parts/FeatureContent.css +20 -0
- package/static/{4ff4cba → 7884c64}/css/parts/Features.css +9 -10
- package/static/{4ff4cba → 7884c64}/css/parts/ViewletExtensionDetail.css +4 -41
- package/static/7884c64/css/parts/ViewletExtensionDetailHeader.css +50 -0
- package/static/{4ff4cba → 7884c64}/manifest.json +2 -2
- package/static/{4ff4cba → 7884c64}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{4ff4cba → 7884c64}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +650 -177
- package/static/{4ff4cba → 7884c64}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +69 -33
- package/static/{4ff4cba → 7884c64}/packages/file-search-worker/dist/fileSearchWorkerMain.js +1 -1
- package/static/{4ff4cba → 7884c64}/packages/iframe-worker/dist/iframeWorkerMain.js +1 -1
- package/static/{4ff4cba → 7884c64}/packages/renderer-process/dist/rendererProcessMain.js +15 -1
- package/static/{4ff4cba → 7884c64}/packages/renderer-process/package.json +1 -1
- package/static/{4ff4cba → 7884c64}/packages/renderer-worker/dist/rendererWorkerMain.js +68 -107
- package/static/{4ff4cba → 7884c64}/packages/test-worker/dist/testWorkerMain.js +9 -0
- package/static/index.html +4 -4
- /package/static/{4ff4cba → 7884c64}/config/colorTheme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/config/defaultSettings.json +0 -0
- /package/static/{4ff4cba → 7884c64}/config/fileMap.json +0 -0
- /package/static/{4ff4cba → 7884c64}/config/webExtensions.json +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/Animation.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/DebugButtons.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/DebugValue.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/E2eTest.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/E2eTests.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/EditorHover.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/EditorMessage.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ImagePreview.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/Key.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/Markdown.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/Progress.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/Select.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletAbout.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletDialog.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletMedia.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletOutput.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletPanel.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletPdf.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletProblems.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletReferences.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletSearch.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletStorage.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{4ff4cba → 7884c64}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{4ff4cba → 7884c64}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/default_file.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/default_folder.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/default_root_folder.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_access.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_access2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ada.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ai.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_al.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_angular.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_apache.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_apex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_apib.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_apl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_asp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_astro.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_atom.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ats.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_attw.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_audio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_avif.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_avro.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_awk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_aws.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_azure.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_babel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bat.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bats.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_biml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_binary.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_biome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_blade.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bower.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_buf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bun.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_c.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_c2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_c3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_casc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cert.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_chef.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_class.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_compass.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_composer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_conan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_conda.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_config.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_craco.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_css.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_cython.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_db.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_debian.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_deno.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_diff.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_django.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_docker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_docz.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_drone.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_drools.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_edge.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_elm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ember.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eps.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_epub.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_erb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_excel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_expo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fla.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flash.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flow.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_font.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_funding.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_galen.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_git.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_git2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_glide.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_godot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_grain.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_helix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_helm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_host.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_html.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_http.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_husky.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_icl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_idris.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_image.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_imba.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_inc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_informix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ini.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ink.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_io.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_janet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jar.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_java.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_json.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_json2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_json5.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_juice.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_julia.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_k.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_karma.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_key.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kite.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_knip.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kos.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_latino.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_layout.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_less.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_liara.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_license.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lime.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_locale.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_log.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lua.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_luau.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_lync.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_map.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_marko.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_maven.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_maya.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_meson.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_motif.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mson.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_next.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nim.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_noc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_node.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_node2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_npm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_org.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_package.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_paket.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_patch.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_perl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_php.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_php2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_php3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pine.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pip.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pony.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_postman.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_preact.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_progress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pug.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_python.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_q.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_qml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_r.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_racket.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rails.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_raku.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_raml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_razor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_reason.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_red.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_registry.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rego.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_remark.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_replit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_retext.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_riot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_robots.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rome.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ron.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rust.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sails.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_san.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sas.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sass.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_scala.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_script.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_scss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_shell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sino.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_slang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_slice.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_slim.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_slint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sln.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_snort.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_source.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_spin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sst.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stata.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_style.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_styled.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_svg.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_swc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_swift.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_swig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_teal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_templ.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tera.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_test.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_testts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_text.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_textile.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_todo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_toit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_toml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tox.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_travis.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tree.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tres.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_twig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_unison.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vala.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vash.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vba.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vento.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_video.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_view.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vim.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vite.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_volt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vue.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wally.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_windi.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_word.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_word2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xib.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yang.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_zig.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_zip.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_android.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_api.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_app.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_client.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_common.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_component.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_config.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_css.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_db.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_git.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_github.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_images.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_include.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_js.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_json.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_less.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_library.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_log.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_model.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_module.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_next.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_node.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_package.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_php.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_private.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_public.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_python.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_route.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_script.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_server.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_services.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_src.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_story.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_style.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_template.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_test.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_video.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_view.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_www.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/add.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/arrow-down.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/arrow-left.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/arrow-right.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/arrow-up.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/blank.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/book.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/case-sensitive.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/check.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chevron-down.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chevron-left.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chevron-right.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chevron-up.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chrome-close.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chrome-maximize.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chrome-minimize.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/chrome-restore.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/circle-filled.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/clear-all.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/close.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/cloud.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/collapse-all.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-all.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-alt-2.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-alt-small.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-alt.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-console.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-continue-small.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-continue.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-coverage.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-disconnect.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-line-by-line.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-pause.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-rerun.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-restart-frame.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-restart.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-stackframe.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-start.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-step-back.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-step-into.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-step-out.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-step-over.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug-stop.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/debug.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/discard.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/edit.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/ellipsis.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/error.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/exclude.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/extensions.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/files.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/filter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/go-to-file.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/icon-close.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/icon-source-control.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/icon-sync.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/icon.png +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/icon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/info.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/language-icon.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/link-external.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/list-flat.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/list-tree.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/new-file.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/new-folder.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/newline.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/open-preview.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/play.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/preserve-case.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/progress.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/pwa-icon-192.png +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/pwa-icon-512.png +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/record-keys.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/refresh.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/regex.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/remove.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/replace-all.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/replace.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/run-all.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/search.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/settings-gear.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/source-control.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/split-horizontal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/squiggly-error.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/squiggly-warning.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-array.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-boolean.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-class.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-color.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-constant.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-enum-member.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-enum.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-event.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-field.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-file.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-interface.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-key.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-keyword.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-method.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-misc.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-namespace.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-numeric.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-operator.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-parameter.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-property.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-ruler.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-snippet.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-string.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-structure.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/symbol-variable.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/tag.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/terminal-bash.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/terminal.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/theme-icon.png +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/trash.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/triangle-down.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/triangle-left.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/triangle-right.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/triangle-up.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/warning.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/whole-word.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/zoom-in.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/icons/zoom-out.svg +0 -0
- /package/static/{4ff4cba → 7884c64}/js/babel-parser.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/blob-util.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/ky.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/lvce-editor-import-script.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/lvce-editor-ipc.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/lvce-editor-verror.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/p-min-delay.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/pretty-bytes.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/preview-injected.js +0 -0
- /package/static/{4ff4cba → 7884c64}/js/yoctodelay.js +0 -0
- /package/static/{4ff4cba → 7884c64}/lib-css/termterm.css +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/renderer-process/LICENSE +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/renderer-process/README.md +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.cpp +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.css +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.csv +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.dart +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.env +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.ex +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.html +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.java +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.jl +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.js +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.json +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.kt +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.pl +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.py +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/index.ts +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/scrolling.txt +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/languages/tsconfig.json +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/sample-folder/a.txt +0 -0
- /package/static/{4ff4cba → 7884c64}/playground/sample-folder/b.txt +0 -0
- /package/static/{4ff4cba → 7884c64}/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 '/7884c64';
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
const assetDir = getAssetDir();
|
|
@@ -4414,7 +4414,7 @@ const hideFunctional = id => {
|
|
|
4414
4414
|
throw new Error(`Failed to dispose viewlet ${id}: ${error}`);
|
|
4415
4415
|
}
|
|
4416
4416
|
};
|
|
4417
|
-
const resize$o = (id, dimensions) => {
|
|
4417
|
+
const resize$o = async (id, dimensions) => {
|
|
4418
4418
|
number$1(id);
|
|
4419
4419
|
object(dimensions);
|
|
4420
4420
|
const instance = getInstance(id);
|
|
@@ -4426,7 +4426,7 @@ const resize$o = (id, dimensions) => {
|
|
|
4426
4426
|
let newState;
|
|
4427
4427
|
let commands;
|
|
4428
4428
|
if (instance.factory.hasFunctionalResize) {
|
|
4429
|
-
newState = instance.factory.resize(oldState, dimensions);
|
|
4429
|
+
newState = await instance.factory.resize(oldState, dimensions);
|
|
4430
4430
|
if ('newState' in newState) {
|
|
4431
4431
|
throw new Error(`functional resize not supported in ${instance.factory.name}`);
|
|
4432
4432
|
}
|
|
@@ -4436,7 +4436,7 @@ const resize$o = (id, dimensions) => {
|
|
|
4436
4436
|
}
|
|
4437
4437
|
commands = render$H(instance.factory, instance.state, newState);
|
|
4438
4438
|
} else {
|
|
4439
|
-
const result = instance.factory.resize(oldState, dimensions);
|
|
4439
|
+
const result = await instance.factory.resize(oldState, dimensions);
|
|
4440
4440
|
newState = result.newState;
|
|
4441
4441
|
commands = result.commands;
|
|
4442
4442
|
}
|
|
@@ -10586,7 +10586,6 @@ const MenuEntriesRun = {
|
|
|
10586
10586
|
id: id$j
|
|
10587
10587
|
};
|
|
10588
10588
|
|
|
10589
|
-
const ExtensionDefaultIcon = `${assetDir}/icons/extensionDefaultIcon.png`;
|
|
10590
10589
|
const Add = 'Add';
|
|
10591
10590
|
const Tag$1 = 'Tag';
|
|
10592
10591
|
const Blank = 'Blank';
|
|
@@ -14032,6 +14031,9 @@ const getAllExtensions = async () => {
|
|
|
14032
14031
|
}
|
|
14033
14032
|
return invoke$e(/* ExtensionManagement.getAllExtensions */'ExtensionManagement.getAllExtensions');
|
|
14034
14033
|
};
|
|
14034
|
+
const getExtension2 = async id => {
|
|
14035
|
+
return invoke$d('Extensions.getExtension', id);
|
|
14036
|
+
};
|
|
14035
14037
|
const getExtensionsEtag = async () => {
|
|
14036
14038
|
const etag = await invoke$e('ExtensionManagement.getExtensionsEtag');
|
|
14037
14039
|
return etag;
|
|
@@ -14040,6 +14042,7 @@ const getExtensionsEtag = async () => {
|
|
|
14040
14042
|
const name$O = 'ExtensionManagement';
|
|
14041
14043
|
const Commands$D = {
|
|
14042
14044
|
getAllExtensions: getAllExtensions,
|
|
14045
|
+
getExtension: getExtension2,
|
|
14043
14046
|
getExtensions: getAllExtensions,
|
|
14044
14047
|
getExtensionsEtag: getExtensionsEtag
|
|
14045
14048
|
};
|
|
@@ -14462,7 +14465,7 @@ const Commands$B = {
|
|
|
14462
14465
|
};
|
|
14463
14466
|
|
|
14464
14467
|
// prettier-ignore
|
|
14465
|
-
const LazyCommands$
|
|
14468
|
+
const LazyCommands$b = {
|
|
14466
14469
|
focus: () => Promise.resolve().then(function () { return ViewletActivityBarFocus; }),
|
|
14467
14470
|
focusFirst: () => Promise.resolve().then(function () { return ViewletActivityBarFocusFirst; }),
|
|
14468
14471
|
focusIndex: () => Promise.resolve().then(function () { return ViewletActivityBarFocusIndex; }),
|
|
@@ -14890,7 +14893,7 @@ const ViewletActivityBar_ipc = {
|
|
|
14890
14893
|
Commands: Commands$B,
|
|
14891
14894
|
Css: Css$E,
|
|
14892
14895
|
Events: Events$6,
|
|
14893
|
-
LazyCommands: LazyCommands$
|
|
14896
|
+
LazyCommands: LazyCommands$b,
|
|
14894
14897
|
Variables: Variables$8,
|
|
14895
14898
|
create: create$O,
|
|
14896
14899
|
focus: focus$7,
|
|
@@ -16185,7 +16188,7 @@ const loadContent$B = async (state, savedState) => {
|
|
|
16185
16188
|
const Commands$u = {};
|
|
16186
16189
|
|
|
16187
16190
|
// prettier-ignore
|
|
16188
|
-
const LazyCommands$
|
|
16191
|
+
const LazyCommands$a = {
|
|
16189
16192
|
setDeltaY: () => Promise.resolve().then(function () { return VirtualListSetDeltaY; }),
|
|
16190
16193
|
handleWheel: () => Promise.resolve().then(function () { return VirtualListHandleWheel; })
|
|
16191
16194
|
};
|
|
@@ -16626,7 +16629,7 @@ const ViewletDiffEditor_ipc = {
|
|
|
16626
16629
|
__proto__: null,
|
|
16627
16630
|
Commands: Commands$u,
|
|
16628
16631
|
Css: Css$w,
|
|
16629
|
-
LazyCommands: LazyCommands$
|
|
16632
|
+
LazyCommands: LazyCommands$a,
|
|
16630
16633
|
create: create$F,
|
|
16631
16634
|
getDynamicCss,
|
|
16632
16635
|
hasFunctionalRender: hasFunctionalRender$v,
|
|
@@ -18191,7 +18194,8 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18191
18194
|
width,
|
|
18192
18195
|
height,
|
|
18193
18196
|
size: None$9,
|
|
18194
|
-
selectedTab: ''
|
|
18197
|
+
selectedTab: '',
|
|
18198
|
+
uid: id
|
|
18195
18199
|
};
|
|
18196
18200
|
};
|
|
18197
18201
|
|
|
@@ -18205,10 +18209,11 @@ const create$v = (id, uri, x, y, width, height) => {
|
|
|
18205
18209
|
// TODO when there are multiple extension with the same id,
|
|
18206
18210
|
// probably need to pass extension location from extensions viewlet
|
|
18207
18211
|
const loadContent$v = async (state, savedState) => {
|
|
18208
|
-
|
|
18209
|
-
|
|
18212
|
+
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height, null, -1);
|
|
18213
|
+
await invoke$5('ExtensionDetail.loadContent', state.uid, platform, savedState);
|
|
18214
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
|
|
18210
18215
|
return {
|
|
18211
|
-
...
|
|
18216
|
+
...state,
|
|
18212
18217
|
dom
|
|
18213
18218
|
};
|
|
18214
18219
|
};
|
|
@@ -18221,59 +18226,23 @@ const hotReload$1 = async state => {
|
|
|
18221
18226
|
// possible TODO race condition during hot reload
|
|
18222
18227
|
// there could still be pending promises when the worker is disposed
|
|
18223
18228
|
await restart$2('ExtensionDetail.terminate');
|
|
18224
|
-
|
|
18225
|
-
|
|
18226
|
-
|
|
18227
|
-
|
|
18228
|
-
return newState;
|
|
18229
|
-
};
|
|
18230
|
-
const handleIconError = state => {
|
|
18231
|
-
const {
|
|
18232
|
-
iconSrc
|
|
18233
|
-
} = state;
|
|
18234
|
-
if (iconSrc === ExtensionDefaultIcon) {
|
|
18235
|
-
return state;
|
|
18236
|
-
}
|
|
18229
|
+
await invoke$5('ExtensionDetail.create', state.uid, state.uri, state.x, state.y, state.width, state.height);
|
|
18230
|
+
await invoke$5('ExtensionDetail.loadContent', state.uid, {});
|
|
18231
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
|
|
18232
|
+
state.isHotReloading = false;
|
|
18237
18233
|
return {
|
|
18238
18234
|
...state,
|
|
18239
|
-
iconSrc: ExtensionDefaultIcon
|
|
18240
|
-
};
|
|
18241
|
-
};
|
|
18242
|
-
const selectTab = async (state, name) => {
|
|
18243
|
-
const newState = await invoke$5('ExtensionDetail.handleTabsClick', state, name);
|
|
18244
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18245
|
-
return {
|
|
18246
|
-
...newState,
|
|
18247
|
-
dom
|
|
18248
|
-
};
|
|
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 handleClickSize = async state => {
|
|
18259
|
-
const newState = await invoke$5('ExtensionDetail.handleClickSize', state);
|
|
18260
|
-
const dom = await invoke$5('ExtensionDetail.getVirtualDom', newState, newState.sanitizedReadmeHtml, newState.selectedTab, newState);
|
|
18261
|
-
return {
|
|
18262
|
-
...newState,
|
|
18263
18235
|
dom
|
|
18264
18236
|
};
|
|
18265
18237
|
};
|
|
18266
18238
|
const saveState$a = async state => {
|
|
18267
18239
|
try {
|
|
18268
|
-
const savedState = await invoke$5('ExtensionDetail.saveState', state);
|
|
18240
|
+
const savedState = await invoke$5('ExtensionDetail.saveState', state.uid);
|
|
18269
18241
|
return savedState;
|
|
18270
18242
|
} catch {
|
|
18271
18243
|
return {};
|
|
18272
18244
|
}
|
|
18273
18245
|
};
|
|
18274
|
-
const handleTabsClick = (state, name) => {
|
|
18275
|
-
return selectTab(state, name);
|
|
18276
|
-
};
|
|
18277
18246
|
const hasFunctionalResize$e = true;
|
|
18278
18247
|
const resize$j = (state, dimensions) => {
|
|
18279
18248
|
const size = getViewletSize(dimensions.width);
|
|
@@ -18284,22 +18253,30 @@ const resize$j = (state, dimensions) => {
|
|
|
18284
18253
|
};
|
|
18285
18254
|
};
|
|
18286
18255
|
|
|
18287
|
-
|
|
18288
|
-
const
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18256
|
+
const wrapExtensionDetailCommand = key => {
|
|
18257
|
+
const fn = async (state, ...args) => {
|
|
18258
|
+
await invoke$5(`ExtensionDetail.${key}`, state.uid, ...args);
|
|
18259
|
+
const dom = await invoke$5('ExtensionDetail.getVirtualDom2', state.uid);
|
|
18260
|
+
return {
|
|
18261
|
+
...state,
|
|
18262
|
+
dom
|
|
18263
|
+
};
|
|
18264
|
+
};
|
|
18265
|
+
return fn;
|
|
18295
18266
|
};
|
|
18296
18267
|
|
|
18297
18268
|
// prettier-ignore
|
|
18298
|
-
const
|
|
18299
|
-
|
|
18269
|
+
const Commands$o = {
|
|
18270
|
+
handleClickSize: wrapExtensionDetailCommand('handleClickSize'),
|
|
18271
|
+
handleFeaturesClick: wrapExtensionDetailCommand('handleFeaturesClick'),
|
|
18272
|
+
handleIconError: wrapExtensionDetailCommand('handleIconError'),
|
|
18273
|
+
handleReadmeContextMenu: wrapExtensionDetailCommand('handleReadmeContextMenu'),
|
|
18274
|
+
handleTabsClick: wrapExtensionDetailCommand('handleTabsClick'),
|
|
18275
|
+
hotReload: hotReload$1,
|
|
18276
|
+
selectTab: wrapExtensionDetailCommand('selectTab')
|
|
18300
18277
|
};
|
|
18301
18278
|
|
|
18302
|
-
const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/Features.css", "/css/parts/Markdown.css", "/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailTabs.css"];
|
|
18279
|
+
const Css$r = ["/css/parts/AdditionalDetails.css", "/css/parts/FeatureContent.css", "/css/parts/Features.css", "/css/parts/Markdown.css", "/css/parts/ViewletExtensionDetail.css", "/css/parts/ViewletExtensionDetailHeader.css", "/css/parts/ViewletExtensionDetailTabs.css"];
|
|
18303
18280
|
|
|
18304
18281
|
const id$8 = ExtensionDetailReadme;
|
|
18305
18282
|
const getMenuEntries$c = async props => {
|
|
@@ -18342,12 +18319,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18342
18319
|
__proto__: null,
|
|
18343
18320
|
Commands: Commands$o,
|
|
18344
18321
|
Css: Css$r,
|
|
18345
|
-
LazyCommands: LazyCommands$a,
|
|
18346
18322
|
create: create$v,
|
|
18347
|
-
handleClickSize,
|
|
18348
|
-
handleFeaturesClick,
|
|
18349
|
-
handleIconError,
|
|
18350
|
-
handleTabsClick,
|
|
18351
18323
|
hasFunctionalRender: hasFunctionalRender$q,
|
|
18352
18324
|
hasFunctionalResize: hasFunctionalResize$e,
|
|
18353
18325
|
hasFunctionalRootRender: hasFunctionalRootRender$d,
|
|
@@ -18357,8 +18329,7 @@ const ViewletExtensionDetail_ipc = {
|
|
|
18357
18329
|
name: name$A,
|
|
18358
18330
|
render: render$r,
|
|
18359
18331
|
resize: resize$j,
|
|
18360
|
-
saveState: saveState$a
|
|
18361
|
-
selectTab
|
|
18332
|
+
saveState: saveState$a
|
|
18362
18333
|
};
|
|
18363
18334
|
|
|
18364
18335
|
const ExtensionListItemHeight = 72;
|
|
@@ -20337,7 +20308,7 @@ const show$4 = async (state, module, currentViewletId) => {
|
|
|
20337
20308
|
if (commands) {
|
|
20338
20309
|
commands.push(['Viewlet.append', uid, childUid]);
|
|
20339
20310
|
}
|
|
20340
|
-
const resizeCommands = getResizeCommands(points, newPoints);
|
|
20311
|
+
const resizeCommands = await getResizeCommands(points, newPoints);
|
|
20341
20312
|
commands.push(...resizeCommands);
|
|
20342
20313
|
return {
|
|
20343
20314
|
newState: {
|
|
@@ -20363,7 +20334,7 @@ const hide$2 = async (state, module) => {
|
|
|
20363
20334
|
// TODO also resize other viewlets if necessary
|
|
20364
20335
|
const instanceState = getState$1(moduleId);
|
|
20365
20336
|
const commands = disposeFunctional(instanceState.uid);
|
|
20366
|
-
const resizeCommands = getResizeCommands(points, newPoints);
|
|
20337
|
+
const resizeCommands = await getResizeCommands(points, newPoints);
|
|
20367
20338
|
commands.push(...resizeCommands);
|
|
20368
20339
|
return {
|
|
20369
20340
|
newState: {
|
|
@@ -20617,7 +20588,7 @@ const getNewStatePointerMove = (sashId, points, x, y) => {
|
|
|
20617
20588
|
const isEqual = (oldPoints, newPoints, kTop, kLeft, kWidth, kHeight) => {
|
|
20618
20589
|
return oldPoints[kTop] === newPoints[kTop] && oldPoints[kLeft] === newPoints[kLeft] && oldPoints[kWidth] === newPoints[kWidth] && oldPoints[kHeight] === newPoints[kHeight];
|
|
20619
20590
|
};
|
|
20620
|
-
const getResizeCommands = (oldPoints, newPoints) => {
|
|
20591
|
+
const getResizeCommands = async (oldPoints, newPoints) => {
|
|
20621
20592
|
const modules = [Main$1, ActivityBar, SideBar, TitleBar, StatusBar, Panel, Preview$1];
|
|
20622
20593
|
const commands = [];
|
|
20623
20594
|
for (const module of modules) {
|
|
@@ -20642,7 +20613,7 @@ const getResizeCommands = (oldPoints, newPoints) => {
|
|
|
20642
20613
|
number$1(newLeft);
|
|
20643
20614
|
number$1(newWidth);
|
|
20644
20615
|
number$1(newHeight);
|
|
20645
|
-
const resizeCommands = resize$o(instanceUid, {
|
|
20616
|
+
const resizeCommands = await resize$o(instanceUid, {
|
|
20646
20617
|
x: newLeft,
|
|
20647
20618
|
y: newTop,
|
|
20648
20619
|
width: newWidth,
|
|
@@ -20723,7 +20694,7 @@ const handleSashPointerMove = async (state, x, y) => {
|
|
|
20723
20694
|
const newPoints = getNewStatePointerMove(sashId, points, x, y);
|
|
20724
20695
|
getPoints(newPoints, newPoints);
|
|
20725
20696
|
// TODO resize commands, resize viewlets recursively
|
|
20726
|
-
const allCommands = getResizeCommands(points, newPoints);
|
|
20697
|
+
const allCommands = await getResizeCommands(points, newPoints);
|
|
20727
20698
|
const newState = {
|
|
20728
20699
|
...state,
|
|
20729
20700
|
points: newPoints
|
|
@@ -20752,7 +20723,7 @@ const handleSashPointerMove = async (state, x, y) => {
|
|
|
20752
20723
|
commands: allCommands
|
|
20753
20724
|
};
|
|
20754
20725
|
};
|
|
20755
|
-
const handleResize = (state, windowWidth, windowHeight) => {
|
|
20726
|
+
const handleResize = async (state, windowWidth, windowHeight) => {
|
|
20756
20727
|
const {
|
|
20757
20728
|
points
|
|
20758
20729
|
} = state;
|
|
@@ -20761,7 +20732,7 @@ const handleResize = (state, windowWidth, windowHeight) => {
|
|
|
20761
20732
|
newPoints[WindowHeight] = windowHeight;
|
|
20762
20733
|
getPoints(newPoints, newPoints);
|
|
20763
20734
|
// TODO duplicate code with handleSashPointerMove
|
|
20764
|
-
const commands = getResizeCommands(points, newPoints);
|
|
20735
|
+
const commands = await getResizeCommands(points, newPoints);
|
|
20765
20736
|
return {
|
|
20766
20737
|
newState: {
|
|
20767
20738
|
...state,
|
|
@@ -20790,7 +20761,7 @@ const showE2eTests = async state => {
|
|
|
20790
20761
|
const handleBlur$3 = state => {
|
|
20791
20762
|
return handleFocusChange$2(state, false);
|
|
20792
20763
|
};
|
|
20793
|
-
const handleSashDoubleClickPanel = state => {
|
|
20764
|
+
const handleSashDoubleClickPanel = async state => {
|
|
20794
20765
|
const {
|
|
20795
20766
|
points
|
|
20796
20767
|
} = state;
|
|
@@ -20798,7 +20769,7 @@ const handleSashDoubleClickPanel = state => {
|
|
|
20798
20769
|
const newPoints = new Uint16Array(points);
|
|
20799
20770
|
newPoints[PanelHeight] = 200;
|
|
20800
20771
|
getPoints(newPoints, newPoints);
|
|
20801
|
-
const commands = getResizeCommands(points, newPoints);
|
|
20772
|
+
const commands = await getResizeCommands(points, newPoints);
|
|
20802
20773
|
return {
|
|
20803
20774
|
newState: {
|
|
20804
20775
|
...state,
|
|
@@ -20814,7 +20785,7 @@ const handleSashDoubleClickPanel = state => {
|
|
|
20814
20785
|
};
|
|
20815
20786
|
|
|
20816
20787
|
// TODO return commands and newState
|
|
20817
|
-
const handleSashDoubleClickSideBar = state => {
|
|
20788
|
+
const handleSashDoubleClickSideBar = async state => {
|
|
20818
20789
|
const {
|
|
20819
20790
|
points
|
|
20820
20791
|
} = state;
|
|
@@ -20822,7 +20793,7 @@ const handleSashDoubleClickSideBar = state => {
|
|
|
20822
20793
|
const newPoints = new Uint16Array(points);
|
|
20823
20794
|
newPoints[SideBarWidth] = 240;
|
|
20824
20795
|
getPoints(newPoints, newPoints);
|
|
20825
|
-
const commands = getResizeCommands(points, newPoints);
|
|
20796
|
+
const commands = await getResizeCommands(points, newPoints);
|
|
20826
20797
|
return {
|
|
20827
20798
|
newState: {
|
|
20828
20799
|
...state,
|
|
@@ -20836,14 +20807,14 @@ const handleSashDoubleClickSideBar = state => {
|
|
|
20836
20807
|
commands: []
|
|
20837
20808
|
};
|
|
20838
20809
|
};
|
|
20839
|
-
const moveSideBar = (state, position) => {
|
|
20810
|
+
const moveSideBar = async (state, position) => {
|
|
20840
20811
|
const {
|
|
20841
20812
|
points
|
|
20842
20813
|
} = state;
|
|
20843
20814
|
const newPoints = new Uint16Array(points);
|
|
20844
20815
|
getPoints(newPoints, newPoints, position);
|
|
20845
20816
|
// TODO update preferences
|
|
20846
|
-
const resizeCommands = getResizeCommands(points, newPoints);
|
|
20817
|
+
const resizeCommands = await getResizeCommands(points, newPoints);
|
|
20847
20818
|
return {
|
|
20848
20819
|
newState: {
|
|
20849
20820
|
...state,
|
|
@@ -23325,7 +23296,7 @@ const renderTabsActiveIndex = {
|
|
|
23325
23296
|
|
|
23326
23297
|
const render$l = [renderDragOverlay, renderGroupTabs, renderTabsActiveIndex];
|
|
23327
23298
|
|
|
23328
|
-
const resize$g = (state, dimensions) => {
|
|
23299
|
+
const resize$g = async (state, dimensions) => {
|
|
23329
23300
|
const {
|
|
23330
23301
|
groups,
|
|
23331
23302
|
tabHeight
|
|
@@ -23351,7 +23322,7 @@ const resize$g = (state, dimensions) => {
|
|
|
23351
23322
|
if (editor) {
|
|
23352
23323
|
const editorUid = editor.uid;
|
|
23353
23324
|
number$1(editorUid);
|
|
23354
|
-
const resizeCommands = resize$o(editorUid, childDimensions);
|
|
23325
|
+
const resizeCommands = await resize$o(editorUid, childDimensions);
|
|
23355
23326
|
commands.push(...resizeCommands);
|
|
23356
23327
|
commands.push(['Viewlet.setBounds', editorUid, dimensions.x, tabHeight, dimensions.width, contentHeight]);
|
|
23357
23328
|
}
|
|
@@ -23907,7 +23878,7 @@ const renderTabs$1 = {
|
|
|
23907
23878
|
};
|
|
23908
23879
|
const render$j = [renderTabs$1];
|
|
23909
23880
|
|
|
23910
|
-
const resize$f = (state, dimensions) => {
|
|
23881
|
+
const resize$f = async (state, dimensions) => {
|
|
23911
23882
|
const currentViewletInstance = getInstance(state.currentViewletId);
|
|
23912
23883
|
const newState = {
|
|
23913
23884
|
...state,
|
|
@@ -23920,7 +23891,7 @@ const resize$f = (state, dimensions) => {
|
|
|
23920
23891
|
};
|
|
23921
23892
|
}
|
|
23922
23893
|
const currentViewletUid = currentViewletInstance.state.uid;
|
|
23923
|
-
const commands = resize$o(currentViewletUid, dimensions);
|
|
23894
|
+
const commands = await resize$o(currentViewletUid, dimensions);
|
|
23924
23895
|
return {
|
|
23925
23896
|
newState,
|
|
23926
23897
|
commands
|
|
@@ -28065,7 +28036,7 @@ const close$2 = state => {
|
|
|
28065
28036
|
state.currentViewletId = undefined;
|
|
28066
28037
|
// RendererProcess.send([/* sideBarHide */ 5552, /* id */ id])
|
|
28067
28038
|
};
|
|
28068
|
-
const resize$b = (state, dimensions) => {
|
|
28039
|
+
const resize$b = async (state, dimensions) => {
|
|
28069
28040
|
const {
|
|
28070
28041
|
titleAreaHeight
|
|
28071
28042
|
} = state;
|
|
@@ -28082,7 +28053,7 @@ const resize$b = (state, dimensions) => {
|
|
|
28082
28053
|
};
|
|
28083
28054
|
}
|
|
28084
28055
|
const currentViewletUid = currentViewletInstance.state.uid;
|
|
28085
|
-
const commands = resize$o(currentViewletUid, childDimensions);
|
|
28056
|
+
const commands = await resize$o(currentViewletUid, childDimensions);
|
|
28086
28057
|
return {
|
|
28087
28058
|
newState,
|
|
28088
28059
|
commands
|
|
@@ -30239,12 +30210,12 @@ const focusIndex$3 = async (state, index) => {
|
|
|
30239
30210
|
const handleClickTab = (state, index) => {
|
|
30240
30211
|
return focusIndex$3(state, index);
|
|
30241
30212
|
};
|
|
30242
|
-
const resize$6 = (state, dimensions) => {
|
|
30213
|
+
const resize$6 = async (state, dimensions) => {
|
|
30243
30214
|
const {
|
|
30244
30215
|
tabs
|
|
30245
30216
|
} = state;
|
|
30246
30217
|
const uid = tabs[0].uid;
|
|
30247
|
-
const commands = resize$o(uid, dimensions);
|
|
30218
|
+
const commands = await resize$o(uid, dimensions);
|
|
30248
30219
|
return {
|
|
30249
30220
|
newState: state,
|
|
30250
30221
|
commands
|
|
@@ -30462,7 +30433,7 @@ const getTitleBarMenuBarWidth = (width, menuBarX, titleBarButtonsWidth) => {
|
|
|
30462
30433
|
const remainingWidth = width - menuBarX - titleBarButtonsWidth;
|
|
30463
30434
|
return remainingWidth;
|
|
30464
30435
|
};
|
|
30465
|
-
const resize$5 = (state, dimensions) => {
|
|
30436
|
+
const resize$5 = async (state, dimensions) => {
|
|
30466
30437
|
const titleBarMenuBarState = getState$1(TitleBarMenuBar$1);
|
|
30467
30438
|
const commands = [];
|
|
30468
30439
|
const {
|
|
@@ -30473,12 +30444,12 @@ const resize$5 = (state, dimensions) => {
|
|
|
30473
30444
|
const menuBarY = dimensions.y;
|
|
30474
30445
|
const menuBarWidth = getTitleBarMenuBarWidth(dimensions.width, menuBarX, titleBarButtonsWidth);
|
|
30475
30446
|
const menuBarHeight = dimensions.height;
|
|
30476
|
-
commands.push(...resize$o(titleBarMenuBarState.uid, {
|
|
30447
|
+
commands.push(...(await resize$o(titleBarMenuBarState.uid, {
|
|
30477
30448
|
x: menuBarX,
|
|
30478
30449
|
y: menuBarY,
|
|
30479
30450
|
width: menuBarWidth,
|
|
30480
30451
|
height: menuBarHeight
|
|
30481
|
-
}));
|
|
30452
|
+
})));
|
|
30482
30453
|
return {
|
|
30483
30454
|
newState: state,
|
|
30484
30455
|
commands
|
|
@@ -32218,16 +32189,6 @@ const VirtualListHandleWheel = {
|
|
|
32218
32189
|
handleWheel
|
|
32219
32190
|
};
|
|
32220
32191
|
|
|
32221
|
-
const handleReadmeContextMenu = async (state, x, y, props) => {
|
|
32222
|
-
await show$a(x, y, ExtensionDetailReadme, props);
|
|
32223
|
-
return state;
|
|
32224
|
-
};
|
|
32225
|
-
|
|
32226
|
-
const ViewletExtensionDetailHandleReadmeContextMenu = {
|
|
32227
|
-
__proto__: null,
|
|
32228
|
-
handleReadmeContextMenu
|
|
32229
|
-
};
|
|
32230
|
-
|
|
32231
32192
|
const focusIndexScrollUp = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
32232
32193
|
const newMinLineY = index;
|
|
32233
32194
|
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
@@ -33284,7 +33245,7 @@ const splitRight = async state => {
|
|
|
33284
33245
|
if (editor) {
|
|
33285
33246
|
const editorUid = editor.uid;
|
|
33286
33247
|
number$1(editorUid);
|
|
33287
|
-
const resizeCommands = resize$o(editorUid, dimensions);
|
|
33248
|
+
const resizeCommands = await resize$o(editorUid, dimensions);
|
|
33288
33249
|
commands.push(...resizeCommands);
|
|
33289
33250
|
commands.push(['Viewlet.setBounds', editorUid, dimensions.x, tabHeight, dimensions.width, contentHeight]);
|
|
33290
33251
|
}
|
|
@@ -1629,12 +1629,21 @@ const TestFrameWorkComponentExtension = {
|
|
|
1629
1629
|
addWebExtension
|
|
1630
1630
|
};
|
|
1631
1631
|
|
|
1632
|
+
const selectFeature = name => {
|
|
1633
|
+
return invoke('ExtensionDetail.selectFeature', name);
|
|
1634
|
+
};
|
|
1632
1635
|
const selectTab = name => {
|
|
1633
1636
|
return invoke('ExtensionDetail.selectTab', name);
|
|
1634
1637
|
};
|
|
1638
|
+
const open$4 = extensionId => {
|
|
1639
|
+
const uri = `extension-detail://${extensionId}`;
|
|
1640
|
+
return invoke('Main.openUri', uri);
|
|
1641
|
+
};
|
|
1635
1642
|
|
|
1636
1643
|
const TestFrameWorkComponentExtensionDetail = {
|
|
1637
1644
|
__proto__: null,
|
|
1645
|
+
open: open$4,
|
|
1646
|
+
selectFeature,
|
|
1638
1647
|
selectTab
|
|
1639
1648
|
};
|
|
1640
1649
|
|
package/static/index.html
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<meta name="description" content="VS Code inspired text editor that mostly runs in a webworker." />
|
|
7
7
|
<meta name="theme-color" content="#282e2f" />
|
|
8
8
|
<title>Lvce Editor</title>
|
|
9
|
-
<link rel="stylesheet" href="/
|
|
10
|
-
<link rel="manifest" href="/
|
|
11
|
-
<link rel="apple-touch-icon" href="/
|
|
12
|
-
<script type="module" src="/
|
|
9
|
+
<link rel="stylesheet" href="/7884c64/css/App.css" />
|
|
10
|
+
<link rel="manifest" href="/7884c64/manifest.json" crossorigin="use-credentials" />
|
|
11
|
+
<link rel="apple-touch-icon" href="/7884c64/icons/pwa-icon-192.png" />
|
|
12
|
+
<script type="module" src="/7884c64/packages/renderer-process/dist/rendererProcessMain.js"></script>
|
|
13
13
|
</head>
|
|
14
14
|
</html>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-bat/src/tokenizeBat.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-coffeescript/README.md
RENAMED
|
File without changes
|
/package/static/{4ff4cba → 7884c64}/extensions/builtin.language-basics-coffeescript/extension.json
RENAMED
|
File without changes
|
|
File without changes
|