@lvce-editor/static-server 0.58.2 → 0.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1871 -1871
- package/package.json +1 -1
- package/static/{38a6439 → 539df5c}/css/App.css +90 -83
- package/static/{38a6439 → 539df5c}/css/parts/AdditionalDetails.css +1 -0
- package/static/{38a6439 → 539df5c}/css/parts/ViewletExtensionDetail.css +5 -0
- package/static/{38a6439 → 539df5c}/css/parts/ViewletExtensionDetailHeader.css +2 -0
- package/static/{38a6439 → 539df5c}/css/parts/ViewletExtensionDetailTabs.css +3 -0
- package/static/{38a6439 → 539df5c}/manifest.json +2 -2
- package/static/{38a6439 → 539df5c}/packages/about-view-worker/dist/aboutWorkerMain.js +157 -194
- package/static/{38a6439 → 539df5c}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +7 -2
- package/static/{38a6439 → 539df5c}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +16 -9
- package/static/{38a6439 → 539df5c}/packages/editor-worker/dist/editorWorkerMain.js +468 -142
- package/static/{38a6439 → 539df5c}/packages/explorer-worker/dist/explorerViewWorkerMain.js +594 -151
- package/static/{38a6439 → 539df5c}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +725 -251
- package/static/{38a6439 → 539df5c}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +19 -4
- package/static/{38a6439 → 539df5c}/packages/file-system-worker/dist/fileSystemWorkerMain.js +19 -2
- package/static/{38a6439 → 539df5c}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +622 -121
- package/static/{38a6439 → 539df5c}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +451 -65
- package/static/{38a6439 → 539df5c}/packages/iframe-worker/dist/iframeWorkerMain.js +423 -35
- package/static/{38a6439 → 539df5c}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +176 -262
- package/static/{38a6439 → 539df5c}/packages/references-view/dist/referencesViewWorkerMain.js +687 -168
- package/static/{38a6439 → 539df5c}/packages/rename-worker/dist/renameWorkerMain.js +108 -38
- package/static/{38a6439 → 539df5c}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{38a6439 → 539df5c}/packages/renderer-worker/dist/rendererWorkerMain.js +132 -46
- package/static/{38a6439 → 539df5c}/packages/test-worker/dist/testWorkerMain.js +301 -210
- package/static/{38a6439 → 539df5c}/packages/text-search-worker/dist/textSearchWorkerMain.js +530 -257
- package/static/{38a6439 → 539df5c}/packages/title-bar-worker/dist/titleBarWorkerMain.js +573 -161
- package/static/index.html +4 -4
- /package/static/{38a6439 → 539df5c}/config/colorTheme.json +0 -0
- /package/static/{38a6439 → 539df5c}/config/defaultSettings.json +0 -0
- /package/static/{38a6439 → 539df5c}/config/fileMap.json +0 -0
- /package/static/{38a6439 → 539df5c}/config/webExtensions.json +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Animation.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Category.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/DebugButtons.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/DebugValue.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/E2eTest.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/E2eTests.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/EditorHover.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/EditorMessage.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/FeatureContent.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Features.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ImagePreview.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/InputBadge.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Key.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/LegacyDialog.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Markdown.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Message.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Progress.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ScrollToTop.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Select.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/SettingsHeader.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/SettingsItems.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/Table.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletAbout.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletDialog.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletMedia.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletOutput.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletPanel.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletPdf.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletProblems.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletReferences.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletSearch.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletSettings.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletStorage.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{38a6439 → 539df5c}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{38a6439 → 539df5c}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/default_file.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/default_folder.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/default_root_folder.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_access.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_access2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ada.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_agda.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ai.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_al.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_angular.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_apache.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_apex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_apib.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_apl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_asp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_astro.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_atom.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ats.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_attw.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_audio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_avif.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_avro.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_awk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_aws.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_azure.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_babel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bak.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bat.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bats.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_biml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_binary.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_biome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_blade.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_blender.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bower.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_buf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bun.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_c.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_c2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_c3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_casc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cert.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_changie.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_chef.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_class.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_claude.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_compass.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_composer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_conan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_conda.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_config.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_craco.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_css.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_css2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_cython.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_db.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_debian.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_deno.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_diff.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_django.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_docker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_docz.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_drone.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_drools.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dune.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_edge.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_elm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ember.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eps.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_epub.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_erb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_excel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_expo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fla.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flash.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flow.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_font.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_funding.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_galen.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_git.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_git2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_glide.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_godot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_grain.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_helix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_helm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_host.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_html.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_http.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_husky.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_icl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_idris.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_image.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_imba.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_inc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_informix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ini.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ink.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_io.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_janet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jar.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_java.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_json.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_json2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_json5.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_juice.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_julia.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_just.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_k.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_karma.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_key.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kite.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_knip.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kos.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lark.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_latino.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_layout.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_less.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_liara.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_license.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lime.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_locale.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_log.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lua.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_luau.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_lync.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_map.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_marko.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_maven.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_maya.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_meson.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_metal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_motif.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mson.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_next.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nim.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_noc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_node.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_node2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_npm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_opam.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_org.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_package.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_paket.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_patch.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_perl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_php.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_php2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_php3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pine.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pip.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pony.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_postman.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_preact.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_progress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pug.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_python.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_q.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_qml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_r.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_racket.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rails.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_raku.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_raml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_razor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_reason.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_red.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_registry.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rego.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_remark.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_replit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_retext.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_riot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_robots.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rome.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ron.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rust.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sails.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_san.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sas.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sass.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_scala.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_script.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_scss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_shell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sino.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_slang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_slice.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_slim.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_slint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sln.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_snort.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_source.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_spin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sst.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stata.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_style.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_styled.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_svg.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_swc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_swift.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_swig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_teal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_templ.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tera.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_test.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_testts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_text.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_textile.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_todo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_toit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_toml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tox.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_travis.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tree.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tres.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_twig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_unison.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vala.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vash.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vba.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vento.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_video.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_view.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vim.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vite.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_volt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vue.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wally.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_windi.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_word.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_word2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xib.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yang.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_zig.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_zip.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_android.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_api.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_app.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_client.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_common.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_component.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_config.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_css.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_db.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_git.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_github.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_images.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_include.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_js.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_json.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_less.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_library.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_log.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_model.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_module.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_next.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_node.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_package.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_php.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_private.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_public.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_python.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_route.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_script.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_server.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_services.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_src.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_story.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_style.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_template.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_test.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_video.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_view.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_www.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{38a6439 → 539df5c}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{38a6439 → 539df5c}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{38a6439 → 539df5c}/icons/add.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/arrow-down.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/arrow-left.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/arrow-right.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/arrow-up.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/blank.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/book.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/case-sensitive.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/check.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chevron-down.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chevron-left.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chevron-right.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chevron-up.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chrome-close.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chrome-maximize.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chrome-minimize.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/chrome-restore.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/circle-filled.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/clear-all.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/close.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/cloud.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/collapse-all.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-all.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-alt-2.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-alt-small.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-alt.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-console.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-continue-small.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-continue.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-coverage.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-disconnect.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-line-by-line.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-pause.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-rerun.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-restart-frame.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-restart.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-stackframe.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-start.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-step-back.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-step-into.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-step-out.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-step-over.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug-stop.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/debug.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/discard.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/edit.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/ellipsis.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/error.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/exclude.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{38a6439 → 539df5c}/icons/extensions.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/files.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/filter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/go-to-file.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/icon-close.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/icon-source-control.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/icon-sync.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/icon.png +0 -0
- /package/static/{38a6439 → 539df5c}/icons/icon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/info.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/language-icon.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/link-external.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/list-flat.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/list-tree.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/new-file.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/new-folder.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/newline.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/open-preview.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/play.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/preserve-case.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/progress.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/pwa-icon-192.png +0 -0
- /package/static/{38a6439 → 539df5c}/icons/pwa-icon-512.png +0 -0
- /package/static/{38a6439 → 539df5c}/icons/record-keys.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/refresh.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/regex.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/remove.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/replace-all.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/replace.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/run-all.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/search.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/settings-gear.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/sort-precedence.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/source-control.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/split-horizontal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/squiggly-error.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/squiggly-warning.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-array.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-boolean.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-class.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-color.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-constant.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-enum-member.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-enum.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-event.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-field.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-file.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-interface.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-key.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-keyword.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-method.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-misc.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-namespace.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-numeric.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-operator.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-parameter.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-property.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-ruler.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-snippet.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-string.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-structure.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/symbol-variable.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/tag.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/terminal-bash.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/terminal.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/theme-icon.png +0 -0
- /package/static/{38a6439 → 539df5c}/icons/trash.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/triangle-down.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/triangle-left.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/triangle-right.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/triangle-up.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/warning.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/whole-word.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/zoom-in.svg +0 -0
- /package/static/{38a6439 → 539df5c}/icons/zoom-out.svg +0 -0
- /package/static/{38a6439 → 539df5c}/js/babel-parser.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/blob-util.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/ky.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/lvce-editor-import-script.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/lvce-editor-ipc.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/lvce-editor-verror.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/p-min-delay.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/pretty-bytes.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/preview-injected.js +0 -0
- /package/static/{38a6439 → 539df5c}/js/yoctodelay.js +0 -0
- /package/static/{38a6439 → 539df5c}/lib-css/termterm.css +0 -0
- /package/static/{38a6439 → 539df5c}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/renderer-process/LICENSE +0 -0
- /package/static/{38a6439 → 539df5c}/packages/renderer-process/README.md +0 -0
- /package/static/{38a6439 → 539df5c}/packages/renderer-process/package.json +0 -0
- /package/static/{38a6439 → 539df5c}/packages/settings-view/dist/settingsViewWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/source-action-worker/dist/sourceActionWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.cpp +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.css +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.csv +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.dart +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.env +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.ex +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.html +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.java +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.jl +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.js +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.json +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.kt +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.pl +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.py +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/index.ts +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/scrolling.txt +0 -0
- /package/static/{38a6439 → 539df5c}/playground/languages/tsconfig.json +0 -0
- /package/static/{38a6439 → 539df5c}/playground/sample-folder/a.txt +0 -0
- /package/static/{38a6439 → 539df5c}/playground/sample-folder/b.txt +0 -0
- /package/static/{38a6439 → 539df5c}/playground/sample-folder/c.txt +0 -0
|
@@ -378,7 +378,7 @@ const create$4 = (method, params) => {
|
|
|
378
378
|
};
|
|
379
379
|
};
|
|
380
380
|
const callbacks = Object.create(null);
|
|
381
|
-
const set$
|
|
381
|
+
const set$4 = (id, fn) => {
|
|
382
382
|
callbacks[id] = fn;
|
|
383
383
|
};
|
|
384
384
|
const get$2 = id => {
|
|
@@ -397,7 +397,7 @@ const registerPromise = () => {
|
|
|
397
397
|
resolve,
|
|
398
398
|
promise
|
|
399
399
|
} = Promise.withResolvers();
|
|
400
|
-
set$
|
|
400
|
+
set$4(id, resolve);
|
|
401
401
|
return {
|
|
402
402
|
id,
|
|
403
403
|
promise
|
|
@@ -477,7 +477,8 @@ const splitLines = lines => {
|
|
|
477
477
|
return lines.split(NewLine);
|
|
478
478
|
};
|
|
479
479
|
const getCurrentStack = () => {
|
|
480
|
-
const
|
|
480
|
+
const stackLinesToSkip = 3;
|
|
481
|
+
const currentStack = joinLines(splitLines(new Error().stack || '').slice(stackLinesToSkip));
|
|
481
482
|
return currentStack;
|
|
482
483
|
};
|
|
483
484
|
const getNewLineIndex = (string, startIndex = undefined) => {
|
|
@@ -741,13 +742,19 @@ const send = (transport, method, ...params) => {
|
|
|
741
742
|
const message = create$4(method, params);
|
|
742
743
|
transport.send(message);
|
|
743
744
|
};
|
|
744
|
-
const invoke$
|
|
745
|
+
const invoke$2 = (ipc, method, ...params) => {
|
|
745
746
|
return invokeHelper(ipc, method, params, false);
|
|
746
747
|
};
|
|
747
|
-
const invokeAndTransfer = (ipc, method, ...params) => {
|
|
748
|
+
const invokeAndTransfer$1 = (ipc, method, ...params) => {
|
|
748
749
|
return invokeHelper(ipc, method, params, true);
|
|
749
750
|
};
|
|
750
751
|
|
|
752
|
+
class CommandNotFoundError extends Error {
|
|
753
|
+
constructor(command) {
|
|
754
|
+
super(`Command not found ${command}`);
|
|
755
|
+
this.name = 'CommandNotFoundError';
|
|
756
|
+
}
|
|
757
|
+
}
|
|
751
758
|
const commands = Object.create(null);
|
|
752
759
|
const register = commandMap => {
|
|
753
760
|
Object.assign(commands, commandMap);
|
|
@@ -758,7 +765,7 @@ const getCommand = key => {
|
|
|
758
765
|
const execute = (command, ...args) => {
|
|
759
766
|
const fn = getCommand(command);
|
|
760
767
|
if (!fn) {
|
|
761
|
-
throw new
|
|
768
|
+
throw new CommandNotFoundError(command);
|
|
762
769
|
}
|
|
763
770
|
return fn(...args);
|
|
764
771
|
};
|
|
@@ -774,10 +781,10 @@ const createRpc = ipc => {
|
|
|
774
781
|
send(ipc, method, ...params);
|
|
775
782
|
},
|
|
776
783
|
invoke(method, ...params) {
|
|
777
|
-
return invoke$
|
|
784
|
+
return invoke$2(ipc, method, ...params);
|
|
778
785
|
},
|
|
779
786
|
invokeAndTransfer(method, ...params) {
|
|
780
|
-
return invokeAndTransfer(ipc, method, ...params);
|
|
787
|
+
return invokeAndTransfer$1(ipc, method, ...params);
|
|
781
788
|
},
|
|
782
789
|
async dispose() {
|
|
783
790
|
await ipc?.dispose();
|
|
@@ -829,9 +836,30 @@ const WebWorkerRpcClient = {
|
|
|
829
836
|
__proto__: null,
|
|
830
837
|
create: create$3
|
|
831
838
|
};
|
|
839
|
+
const createMockRpc = ({
|
|
840
|
+
commandMap
|
|
841
|
+
}) => {
|
|
842
|
+
const invocations = [];
|
|
843
|
+
const invoke = (method, ...params) => {
|
|
844
|
+
invocations.push([method, ...params]);
|
|
845
|
+
const command = commandMap[method];
|
|
846
|
+
return command(...params);
|
|
847
|
+
};
|
|
848
|
+
const mockRpc = {
|
|
849
|
+
invoke,
|
|
850
|
+
invokeAndTransfer: invoke,
|
|
851
|
+
invocations
|
|
852
|
+
};
|
|
853
|
+
return mockRpc;
|
|
854
|
+
};
|
|
832
855
|
|
|
856
|
+
const toCommandId = key => {
|
|
857
|
+
const dotIndex = key.indexOf('.');
|
|
858
|
+
return key.slice(dotIndex + 1);
|
|
859
|
+
};
|
|
833
860
|
const create$2 = () => {
|
|
834
861
|
const states = Object.create(null);
|
|
862
|
+
const commandMapRef = {};
|
|
835
863
|
return {
|
|
836
864
|
get(uid) {
|
|
837
865
|
return states[uid];
|
|
@@ -872,6 +900,15 @@ const create$2 = () => {
|
|
|
872
900
|
};
|
|
873
901
|
return wrapped;
|
|
874
902
|
},
|
|
903
|
+
wrapGetter(fn) {
|
|
904
|
+
const wrapped = (uid, ...args) => {
|
|
905
|
+
const {
|
|
906
|
+
newState
|
|
907
|
+
} = states[uid];
|
|
908
|
+
return fn(newState, ...args);
|
|
909
|
+
};
|
|
910
|
+
return wrapped;
|
|
911
|
+
},
|
|
875
912
|
diff(uid, modules, numbers) {
|
|
876
913
|
const {
|
|
877
914
|
oldState,
|
|
@@ -885,17 +922,32 @@ const create$2 = () => {
|
|
|
885
922
|
}
|
|
886
923
|
}
|
|
887
924
|
return diffResult;
|
|
925
|
+
},
|
|
926
|
+
getCommandIds() {
|
|
927
|
+
const keys = Object.keys(commandMapRef);
|
|
928
|
+
const ids = keys.map(toCommandId);
|
|
929
|
+
return ids;
|
|
930
|
+
},
|
|
931
|
+
registerCommands(commandMap) {
|
|
932
|
+
Object.assign(commandMapRef, commandMap);
|
|
888
933
|
}
|
|
889
934
|
};
|
|
890
935
|
};
|
|
936
|
+
const terminate = () => {
|
|
937
|
+
globalThis.close();
|
|
938
|
+
};
|
|
891
939
|
|
|
892
940
|
const {
|
|
893
941
|
get: get$1,
|
|
894
|
-
set: set$
|
|
942
|
+
set: set$3,
|
|
895
943
|
wrapCommand,
|
|
896
|
-
dispose: dispose$
|
|
944
|
+
dispose: dispose$2,
|
|
945
|
+
getCommandIds,
|
|
946
|
+
registerCommands,
|
|
947
|
+
wrapGetter
|
|
897
948
|
} = create$2();
|
|
898
949
|
|
|
950
|
+
const User$1 = 1;
|
|
899
951
|
const Script$1 = 2;
|
|
900
952
|
const Unknown = 0;
|
|
901
953
|
|
|
@@ -927,16 +979,23 @@ const create$1 = (uid, x, y, width, height, parentUid) => {
|
|
|
927
979
|
editorY: y,
|
|
928
980
|
editorWidth: width,
|
|
929
981
|
editorHeight: height,
|
|
930
|
-
inputSource: 0
|
|
982
|
+
inputSource: 0,
|
|
983
|
+
preserveCase: false,
|
|
984
|
+
resizerPointerDown: false,
|
|
985
|
+
minWidth: 300
|
|
931
986
|
};
|
|
932
|
-
set$
|
|
987
|
+
set$3(uid, state, state);
|
|
933
988
|
return state;
|
|
934
989
|
};
|
|
935
990
|
|
|
936
|
-
const isEqual$
|
|
991
|
+
const isEqual$6 = (oldState, newState) => {
|
|
937
992
|
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
938
993
|
};
|
|
939
994
|
|
|
995
|
+
const isEqual$5 = (oldState, newState) => {
|
|
996
|
+
return newState.width === newState.width && oldState.height === newState.height && oldState.x === newState.x;
|
|
997
|
+
};
|
|
998
|
+
|
|
940
999
|
const isEqual$4 = (oldState, newState) => {
|
|
941
1000
|
return oldState.version === newState.version;
|
|
942
1001
|
};
|
|
@@ -954,22 +1013,43 @@ const isEqual$1 = (oldState, newState) => {
|
|
|
954
1013
|
};
|
|
955
1014
|
|
|
956
1015
|
const RenderBounds = 8;
|
|
1016
|
+
const RenderCss = 10;
|
|
957
1017
|
const RenderEventListeners = 11;
|
|
958
1018
|
const RenderUid = 12;
|
|
959
1019
|
const RenderContent = 13;
|
|
960
1020
|
const RenderFocusContext = 14;
|
|
961
1021
|
const RenderFocus = 15;
|
|
962
1022
|
const RenderValue = 16;
|
|
1023
|
+
const RenderReplaceValue = 17;
|
|
1024
|
+
|
|
1025
|
+
const CheckBox = 'checkbox';
|
|
1026
|
+
const Group = 'group';
|
|
1027
|
+
const None = 'none';
|
|
1028
|
+
|
|
1029
|
+
const Button = 1;
|
|
1030
|
+
const Div = 4;
|
|
1031
|
+
const Text = 12;
|
|
1032
|
+
const TextArea = 62;
|
|
1033
|
+
|
|
1034
|
+
const ClientX = 'event.clientX';
|
|
1035
|
+
const ClientY = 'event.clientY';
|
|
963
1036
|
|
|
1037
|
+
const User = 1;
|
|
964
1038
|
const Script = 1;
|
|
965
|
-
|
|
1039
|
+
|
|
1040
|
+
const EditorWorker$1 = 99;
|
|
1041
|
+
|
|
1042
|
+
const FocusSelector = 'Viewlet.focusSelector';
|
|
1043
|
+
const SetCss = 'Viewlet.setCss';
|
|
1044
|
+
const SetFocusContext = 'Viewlet.setFocusContext';
|
|
1045
|
+
const SetValueByName = 'Viewlet.setValueByName';
|
|
966
1046
|
|
|
967
1047
|
const isEqual = (oldState, newState) => {
|
|
968
1048
|
return newState.inputSource === User || oldState.value === newState.value;
|
|
969
1049
|
};
|
|
970
1050
|
|
|
971
|
-
const modules = [isEqual$4, isEqual$2, isEqual$
|
|
972
|
-
const numbers = [RenderEventListeners, RenderContent, RenderBounds, RenderUid, RenderFocusContext, RenderFocus, RenderValue];
|
|
1051
|
+
const modules = [isEqual$4, isEqual$2, isEqual$6, isEqual$1, isEqual$3, isEqual$3, isEqual, isEqual$5];
|
|
1052
|
+
const numbers = [RenderEventListeners, RenderContent, RenderBounds, RenderUid, RenderFocusContext, RenderFocus, RenderValue, RenderCss];
|
|
973
1053
|
|
|
974
1054
|
const diff = (oldState, newState) => {
|
|
975
1055
|
const diffResult = [];
|
|
@@ -991,8 +1071,8 @@ const diff2 = uid => {
|
|
|
991
1071
|
return diffResult;
|
|
992
1072
|
};
|
|
993
1073
|
|
|
994
|
-
const dispose = uid => {
|
|
995
|
-
return dispose$
|
|
1074
|
+
const dispose$1 = uid => {
|
|
1075
|
+
return dispose$2(uid);
|
|
996
1076
|
};
|
|
997
1077
|
|
|
998
1078
|
const FocusFindWidgetCloseButton = 48;
|
|
@@ -1015,15 +1095,13 @@ const focusCloseButton = state => {
|
|
|
1015
1095
|
};
|
|
1016
1096
|
|
|
1017
1097
|
const rpcs = Object.create(null);
|
|
1018
|
-
const set$
|
|
1098
|
+
const set$2 = (id, rpc) => {
|
|
1019
1099
|
rpcs[id] = rpc;
|
|
1020
1100
|
};
|
|
1021
1101
|
const get = id => {
|
|
1022
1102
|
return rpcs[id];
|
|
1023
1103
|
};
|
|
1024
1104
|
|
|
1025
|
-
/* eslint-disable @typescript-eslint/explicit-function-return-type */
|
|
1026
|
-
|
|
1027
1105
|
const create = rpcId => {
|
|
1028
1106
|
return {
|
|
1029
1107
|
// @ts-ignore
|
|
@@ -1039,7 +1117,7 @@ const create = rpcId => {
|
|
|
1039
1117
|
return rpc.invokeAndTransfer(method, ...params);
|
|
1040
1118
|
},
|
|
1041
1119
|
set(rpc) {
|
|
1042
|
-
set$
|
|
1120
|
+
set$2(rpcId, rpc);
|
|
1043
1121
|
},
|
|
1044
1122
|
async dispose() {
|
|
1045
1123
|
const rpc = get(rpcId);
|
|
@@ -1047,14 +1125,109 @@ const create = rpcId => {
|
|
|
1047
1125
|
}
|
|
1048
1126
|
};
|
|
1049
1127
|
};
|
|
1050
|
-
|
|
1128
|
+
|
|
1051
1129
|
const {
|
|
1052
|
-
invoke: invoke$
|
|
1053
|
-
|
|
1130
|
+
invoke: invoke$1,
|
|
1131
|
+
invokeAndTransfer,
|
|
1132
|
+
set: set$1,
|
|
1133
|
+
dispose
|
|
1134
|
+
} = create(EditorWorker$1);
|
|
1135
|
+
const sendMessagePortToExtensionHostWorker = async port => {
|
|
1136
|
+
const command = 'HandleMessagePort.handleMessagePort2';
|
|
1137
|
+
await invokeAndTransfer(
|
|
1138
|
+
// @ts-ignore
|
|
1139
|
+
'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker', port, command, 0);
|
|
1140
|
+
};
|
|
1141
|
+
// TODO add tests for this
|
|
1142
|
+
const activateByEvent = async event => {
|
|
1143
|
+
// @ts-ignore
|
|
1144
|
+
await invoke$1('ActivateByEvent.activateByEvent', event);
|
|
1145
|
+
};
|
|
1146
|
+
const applyEdit = async (editorUid, changes) => {
|
|
1147
|
+
// @ts-ignore
|
|
1148
|
+
await invoke$1('Editor.applyEdit2', editorUid, changes);
|
|
1149
|
+
};
|
|
1150
|
+
const applyWorkspaceEdit = async (editorUid, changes) => {
|
|
1151
|
+
// @ts-ignore
|
|
1152
|
+
await invoke$1('Editor.applyWorkspaceEdit', editorUid, changes);
|
|
1153
|
+
};
|
|
1154
|
+
const closeWidget = async (editorUid, widgetId, widgetName, focusId) => {
|
|
1155
|
+
// @ts-ignore
|
|
1156
|
+
await invoke$1('Editor.closeWidget2', editorUid, widgetId, widgetName, focusId);
|
|
1157
|
+
};
|
|
1158
|
+
const getWordAt = async (uid, rowIndex, columnIndex) => {
|
|
1159
|
+
// @ts-ignore
|
|
1160
|
+
const word = await invoke$1('Editor.getWordAt2', uid, rowIndex, columnIndex);
|
|
1161
|
+
return word;
|
|
1162
|
+
};
|
|
1163
|
+
const getLines$1 = async editorUid => {
|
|
1164
|
+
const lines = await invoke$1('Editor.getLines2', editorUid);
|
|
1165
|
+
return lines;
|
|
1166
|
+
};
|
|
1167
|
+
const getPositionAtCursor = async parentUid => {
|
|
1168
|
+
const position = await invoke$1('Editor.getPositionAtCursor', parentUid);
|
|
1169
|
+
return position;
|
|
1170
|
+
};
|
|
1171
|
+
const getOffsetAtCursor = async editorId => {
|
|
1172
|
+
// @ts-ignore
|
|
1173
|
+
return await invoke$1('Editor.getOffsetAtCursor', editorId);
|
|
1174
|
+
};
|
|
1175
|
+
const getSelections$1 = async editorUid => {
|
|
1176
|
+
const selections = await invoke$1('Editor.getSelections2', editorUid);
|
|
1177
|
+
return selections;
|
|
1178
|
+
};
|
|
1179
|
+
const getWordAtOffset2 = async editorUid => {
|
|
1180
|
+
return invoke$1('Editor.getWordAtOffset2', editorUid);
|
|
1181
|
+
};
|
|
1182
|
+
const getWordBefore = async (editorUid, rowIndex, columnIndex) => {
|
|
1183
|
+
return invoke$1('Editor.getWordBefore2', editorUid, rowIndex, columnIndex);
|
|
1184
|
+
};
|
|
1185
|
+
const updateDebugInfo = async info => {
|
|
1186
|
+
await invoke$1('Editor.updateDebugInfo', info);
|
|
1187
|
+
};
|
|
1188
|
+
const getUri = async editorUid => {
|
|
1189
|
+
// @ts-ignore
|
|
1190
|
+
return invoke$1('Editor.getUri', editorUid);
|
|
1191
|
+
};
|
|
1192
|
+
const getLanguageId = async editorUid => {
|
|
1193
|
+
// @ts-ignore
|
|
1194
|
+
return invoke$1('Editor.getLanguageId', editorUid);
|
|
1195
|
+
};
|
|
1196
|
+
const getProblems = async () => {
|
|
1197
|
+
// @ts-ignore
|
|
1198
|
+
return invoke$1('Editor.getProblems');
|
|
1199
|
+
};
|
|
1200
|
+
const registerMockRpc = commandMap => {
|
|
1201
|
+
const mockRpc = createMockRpc({
|
|
1202
|
+
commandMap
|
|
1203
|
+
});
|
|
1204
|
+
set$1(mockRpc);
|
|
1205
|
+
return mockRpc;
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1054
1208
|
const EditorWorker = {
|
|
1055
1209
|
__proto__: null,
|
|
1056
|
-
|
|
1057
|
-
|
|
1210
|
+
activateByEvent,
|
|
1211
|
+
applyEdit,
|
|
1212
|
+
applyWorkspaceEdit,
|
|
1213
|
+
closeWidget,
|
|
1214
|
+
dispose,
|
|
1215
|
+
getLanguageId,
|
|
1216
|
+
getLines: getLines$1,
|
|
1217
|
+
getOffsetAtCursor,
|
|
1218
|
+
getPositionAtCursor,
|
|
1219
|
+
getProblems,
|
|
1220
|
+
getSelections: getSelections$1,
|
|
1221
|
+
getUri,
|
|
1222
|
+
getWordAt,
|
|
1223
|
+
getWordAtOffset2,
|
|
1224
|
+
getWordBefore,
|
|
1225
|
+
invoke: invoke$1,
|
|
1226
|
+
invokeAndTransfer,
|
|
1227
|
+
registerMockRpc,
|
|
1228
|
+
sendMessagePortToExtensionHostWorker,
|
|
1229
|
+
set: set$1,
|
|
1230
|
+
updateDebugInfo
|
|
1058
1231
|
};
|
|
1059
1232
|
|
|
1060
1233
|
const {
|
|
@@ -1132,17 +1305,21 @@ const handleBlur = async state => {
|
|
|
1132
1305
|
};
|
|
1133
1306
|
};
|
|
1134
1307
|
|
|
1135
|
-
const
|
|
1136
|
-
const {
|
|
1137
|
-
editorUid
|
|
1138
|
-
} = state;
|
|
1308
|
+
const escapeRegExpCharacters = value => {
|
|
1139
1309
|
// @ts-ignore
|
|
1140
|
-
|
|
1141
|
-
return state;
|
|
1310
|
+
return RegExp.escape(value);
|
|
1142
1311
|
};
|
|
1143
1312
|
|
|
1144
|
-
const
|
|
1145
|
-
|
|
1313
|
+
const buildRegex = (searchString, options) => {
|
|
1314
|
+
const {
|
|
1315
|
+
matchCase,
|
|
1316
|
+
useRegularExpression,
|
|
1317
|
+
matchWholeWord
|
|
1318
|
+
} = options;
|
|
1319
|
+
const flags = matchCase ? 'g' : 'gi';
|
|
1320
|
+
const pattern = useRegularExpression ? searchString : escapeRegExpCharacters(searchString);
|
|
1321
|
+
const wrapped = matchWholeWord ? `\\b(?:${pattern})\\b` : pattern;
|
|
1322
|
+
return new RegExp(wrapped, flags);
|
|
1146
1323
|
};
|
|
1147
1324
|
|
|
1148
1325
|
const findRegexMatches = (lines, regex) => {
|
|
@@ -1167,22 +1344,11 @@ const findRegexMatches = (lines, regex) => {
|
|
|
1167
1344
|
return new Uint32Array(matches);
|
|
1168
1345
|
};
|
|
1169
1346
|
|
|
1170
|
-
const
|
|
1171
|
-
// @ts-ignore
|
|
1172
|
-
return RegExp.escape(value);
|
|
1173
|
-
};
|
|
1174
|
-
|
|
1175
|
-
const regexFlags = 'gi';
|
|
1176
|
-
const getSearchRegex = searchString => {
|
|
1177
|
-
const escaped = escapeRegExpCharacters(searchString);
|
|
1178
|
-
return new RegExp(escaped, regexFlags);
|
|
1179
|
-
};
|
|
1180
|
-
|
|
1181
|
-
const findMatchesCaseInsensitive = (lines, searchString) => {
|
|
1347
|
+
const findMatches = (lines, searchString, options) => {
|
|
1182
1348
|
if (searchString.length === 0) {
|
|
1183
1349
|
return new Uint32Array([]);
|
|
1184
1350
|
}
|
|
1185
|
-
const regex =
|
|
1351
|
+
const regex = buildRegex(searchString, options);
|
|
1186
1352
|
return findRegexMatches(lines, regex);
|
|
1187
1353
|
};
|
|
1188
1354
|
|
|
@@ -1190,11 +1356,19 @@ const getMatchCount = matches => {
|
|
|
1190
1356
|
return matches.length / 2;
|
|
1191
1357
|
};
|
|
1192
1358
|
|
|
1193
|
-
const refresh$1 = (state, value) => {
|
|
1359
|
+
const refresh$1 = (state, value, inputSource) => {
|
|
1194
1360
|
const {
|
|
1195
|
-
lines
|
|
1361
|
+
lines,
|
|
1362
|
+
matchCase,
|
|
1363
|
+
useRegularExpression,
|
|
1364
|
+
matchWholeWord
|
|
1196
1365
|
} = state;
|
|
1197
|
-
const
|
|
1366
|
+
const options = {
|
|
1367
|
+
matchCase,
|
|
1368
|
+
useRegularExpression,
|
|
1369
|
+
matchWholeWord
|
|
1370
|
+
};
|
|
1371
|
+
const matches = findMatches(lines, value, options);
|
|
1198
1372
|
const matchCount = getMatchCount(matches);
|
|
1199
1373
|
return {
|
|
1200
1374
|
...state,
|
|
@@ -1202,16 +1376,227 @@ const refresh$1 = (state, value) => {
|
|
|
1202
1376
|
matchIndex: 0,
|
|
1203
1377
|
matchCount,
|
|
1204
1378
|
value,
|
|
1205
|
-
inputSource
|
|
1379
|
+
inputSource
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
const refresh = (state, value = state.value, inputSource = User) => {
|
|
1384
|
+
return refresh$1(state, value, inputSource);
|
|
1385
|
+
};
|
|
1386
|
+
|
|
1387
|
+
const toggleMatchCase = state => {
|
|
1388
|
+
const {
|
|
1389
|
+
matchCase
|
|
1390
|
+
} = state;
|
|
1391
|
+
const newState = {
|
|
1392
|
+
...state,
|
|
1393
|
+
matchCase: !matchCase
|
|
1394
|
+
};
|
|
1395
|
+
return refresh(newState, newState.value, User);
|
|
1396
|
+
};
|
|
1397
|
+
|
|
1398
|
+
const toggleMatchWholeWord = state => {
|
|
1399
|
+
const {
|
|
1400
|
+
matchWholeWord
|
|
1401
|
+
} = state;
|
|
1402
|
+
const newState = {
|
|
1403
|
+
...state,
|
|
1404
|
+
matchWholeWord: !matchWholeWord
|
|
1405
|
+
};
|
|
1406
|
+
return refresh(newState, newState.value, User);
|
|
1407
|
+
};
|
|
1408
|
+
|
|
1409
|
+
const togglePreserveCase = state => {
|
|
1410
|
+
const {
|
|
1411
|
+
preserveCase
|
|
1412
|
+
} = state;
|
|
1413
|
+
// TODO update search results
|
|
1414
|
+
return {
|
|
1415
|
+
...state,
|
|
1416
|
+
preserveCase: !preserveCase
|
|
1417
|
+
};
|
|
1418
|
+
};
|
|
1419
|
+
|
|
1420
|
+
const toggleUseRegularExpression = state => {
|
|
1421
|
+
const {
|
|
1422
|
+
useRegularExpression
|
|
1423
|
+
} = state;
|
|
1424
|
+
const newState = {
|
|
1425
|
+
...state,
|
|
1426
|
+
useRegularExpression: !useRegularExpression
|
|
1427
|
+
};
|
|
1428
|
+
return refresh(newState, newState.value, User);
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1431
|
+
const Close$2 = 'Close';
|
|
1432
|
+
const FocusNext = 'FocusNext';
|
|
1433
|
+
const FocusPrevious = 'FocusPrevious';
|
|
1434
|
+
const MatchCase$1 = 'MatchCase';
|
|
1435
|
+
const MatchWholeWord$1 = 'MatchWholeWord';
|
|
1436
|
+
const PreserveCase = 'PreserveCase';
|
|
1437
|
+
const Replace$2 = 'Replace';
|
|
1438
|
+
const ReplaceAll$2 = 'ReplaceAll';
|
|
1439
|
+
const ReplaceValue = 'replace-value';
|
|
1440
|
+
const SearchValue = 'search-value';
|
|
1441
|
+
const ToggleReplace$1 = 'ToggleReplace';
|
|
1442
|
+
const UseRegularExpression$1 = 'UseRegularExpression';
|
|
1443
|
+
|
|
1444
|
+
const applyEdits = async (editorId, edits) => {
|
|
1445
|
+
// @ts-ignore
|
|
1446
|
+
await invoke('Editor.applyDocumentEdits', editorId, edits);
|
|
1447
|
+
};
|
|
1448
|
+
|
|
1449
|
+
const getEdits = (matches, value, replacement, startIndex, replaceAll) => {
|
|
1450
|
+
if (value.length === 0 || matches.length === 0) {
|
|
1451
|
+
return [];
|
|
1452
|
+
}
|
|
1453
|
+
const edits = [];
|
|
1454
|
+
const totalMatches = Math.floor(matches.length / 2);
|
|
1455
|
+
const fromIndex = replaceAll ? 0 : Math.max(0, startIndex);
|
|
1456
|
+
const toIndex = replaceAll ? totalMatches : Math.min(totalMatches, fromIndex + 1);
|
|
1457
|
+
for (let i = fromIndex; i < toIndex; i++) {
|
|
1458
|
+
const rowIndex = matches[i * 2];
|
|
1459
|
+
const startColumnIndex = matches[i * 2 + 1];
|
|
1460
|
+
const endColumnIndex = startColumnIndex + value.length;
|
|
1461
|
+
edits.push({
|
|
1462
|
+
start: {
|
|
1463
|
+
rowIndex,
|
|
1464
|
+
columnIndex: startColumnIndex
|
|
1465
|
+
},
|
|
1466
|
+
end: {
|
|
1467
|
+
rowIndex,
|
|
1468
|
+
columnIndex: endColumnIndex
|
|
1469
|
+
},
|
|
1470
|
+
inserted: [replacement],
|
|
1471
|
+
deleted: [value],
|
|
1472
|
+
origin: 'find-widget.replace'
|
|
1473
|
+
});
|
|
1474
|
+
}
|
|
1475
|
+
return edits;
|
|
1476
|
+
};
|
|
1477
|
+
|
|
1478
|
+
const replace$1 = async state => {
|
|
1479
|
+
const {
|
|
1480
|
+
matches,
|
|
1481
|
+
value,
|
|
1482
|
+
replacement,
|
|
1483
|
+
matchIndex,
|
|
1484
|
+
editorUid
|
|
1485
|
+
} = state;
|
|
1486
|
+
const edits = getEdits(matches, value, replacement, matchIndex, false);
|
|
1487
|
+
await applyEdits(editorUid, edits);
|
|
1488
|
+
// TODO ask editor worker to apply edit
|
|
1489
|
+
// TODO ask editor worker for new lines?
|
|
1490
|
+
return {
|
|
1491
|
+
...state
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
|
|
1495
|
+
const replaceAll$1 = state => {
|
|
1496
|
+
const {
|
|
1497
|
+
matches,
|
|
1498
|
+
value,
|
|
1499
|
+
replacement,
|
|
1500
|
+
editorUid
|
|
1501
|
+
} = state;
|
|
1502
|
+
const edits = getEdits(matches, value, replacement, 0, true);
|
|
1503
|
+
void applyEdits(editorUid, edits);
|
|
1504
|
+
return {
|
|
1505
|
+
...state
|
|
1506
|
+
};
|
|
1507
|
+
};
|
|
1508
|
+
|
|
1509
|
+
const getClickHandler = name => {
|
|
1510
|
+
switch (name) {
|
|
1511
|
+
case Replace$2:
|
|
1512
|
+
return replace$1;
|
|
1513
|
+
case ReplaceAll$2:
|
|
1514
|
+
return replaceAll$1;
|
|
1515
|
+
case MatchCase$1:
|
|
1516
|
+
return toggleMatchCase;
|
|
1517
|
+
case MatchWholeWord$1:
|
|
1518
|
+
return toggleMatchWholeWord;
|
|
1519
|
+
case UseRegularExpression$1:
|
|
1520
|
+
return toggleUseRegularExpression;
|
|
1521
|
+
case PreserveCase:
|
|
1522
|
+
return togglePreserveCase;
|
|
1523
|
+
default:
|
|
1524
|
+
throw new Error(`unexpected click`);
|
|
1525
|
+
}
|
|
1526
|
+
};
|
|
1527
|
+
|
|
1528
|
+
const handleClickButton = async (state, name) => {
|
|
1529
|
+
const fn = getClickHandler(name);
|
|
1530
|
+
return fn(state);
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
const close$1 = async state => {
|
|
1534
|
+
const {
|
|
1535
|
+
editorUid
|
|
1536
|
+
} = state;
|
|
1537
|
+
// @ts-ignore
|
|
1538
|
+
await invoke('Editor.closeFind2', editorUid);
|
|
1539
|
+
return state;
|
|
1540
|
+
};
|
|
1541
|
+
|
|
1542
|
+
const handleClickClose = state => {
|
|
1543
|
+
return close$1(state);
|
|
1544
|
+
};
|
|
1545
|
+
|
|
1546
|
+
const handleInput = (state, value, inputSource = User) => {
|
|
1547
|
+
return refresh(state, value, inputSource);
|
|
1548
|
+
};
|
|
1549
|
+
|
|
1550
|
+
const handleFindWidgetFocus = (state, focusKey) => {
|
|
1551
|
+
if (state.focus === focusKey) {
|
|
1552
|
+
return state;
|
|
1553
|
+
}
|
|
1554
|
+
return {
|
|
1555
|
+
...state,
|
|
1556
|
+
focus: focusKey,
|
|
1557
|
+
focusSource: User$1
|
|
1206
1558
|
};
|
|
1207
1559
|
};
|
|
1208
1560
|
|
|
1209
|
-
const
|
|
1210
|
-
return
|
|
1561
|
+
const handleReplaceFocus = state => {
|
|
1562
|
+
return handleFindWidgetFocus(state, FocusFindWidgetReplace);
|
|
1211
1563
|
};
|
|
1212
1564
|
|
|
1213
|
-
const
|
|
1214
|
-
return
|
|
1565
|
+
const handleResizerPointerDown = async (state, eventX, eventY) => {
|
|
1566
|
+
return {
|
|
1567
|
+
...state,
|
|
1568
|
+
resizerPointerDown: true
|
|
1569
|
+
};
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1572
|
+
const getNewWidth = (oldWidth, oldX, eventX, minWidth) => {
|
|
1573
|
+
const oldXEnd = oldX + oldWidth;
|
|
1574
|
+
const newWidth = Math.max(oldXEnd - eventX, minWidth);
|
|
1575
|
+
return newWidth;
|
|
1576
|
+
};
|
|
1577
|
+
const handleResizerPointerMove = async (state, eventX, eventY) => {
|
|
1578
|
+
const {
|
|
1579
|
+
width,
|
|
1580
|
+
x,
|
|
1581
|
+
resizerPointerDown,
|
|
1582
|
+
minWidth
|
|
1583
|
+
} = state;
|
|
1584
|
+
if (!resizerPointerDown) {
|
|
1585
|
+
return state;
|
|
1586
|
+
}
|
|
1587
|
+
const newWidth = getNewWidth(width, x, eventX, minWidth);
|
|
1588
|
+
return {
|
|
1589
|
+
...state,
|
|
1590
|
+
x: eventX,
|
|
1591
|
+
width: newWidth
|
|
1592
|
+
};
|
|
1593
|
+
};
|
|
1594
|
+
|
|
1595
|
+
const handleResizerPointerUp = async (state, eventX, eventY) => {
|
|
1596
|
+
return {
|
|
1597
|
+
...state,
|
|
1598
|
+
resizerPointerDown: false
|
|
1599
|
+
};
|
|
1215
1600
|
};
|
|
1216
1601
|
|
|
1217
1602
|
const getFindWidgetHeight = replaceExpanded => {
|
|
@@ -1221,7 +1606,7 @@ const getFindWidgetHeight = replaceExpanded => {
|
|
|
1221
1606
|
return newHeight;
|
|
1222
1607
|
};
|
|
1223
1608
|
|
|
1224
|
-
const toggleReplace = state => {
|
|
1609
|
+
const toggleReplace$1 = state => {
|
|
1225
1610
|
const {
|
|
1226
1611
|
replaceExpanded
|
|
1227
1612
|
} = state;
|
|
@@ -1234,10 +1619,26 @@ const toggleReplace = state => {
|
|
|
1234
1619
|
};
|
|
1235
1620
|
};
|
|
1236
1621
|
|
|
1237
|
-
const
|
|
1622
|
+
const handleReplaceInput = (state, value, inputSource = User) => {
|
|
1623
|
+
return {
|
|
1624
|
+
...state,
|
|
1625
|
+
replacement: value,
|
|
1626
|
+
inputSource
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1630
|
+
const regexFlags = 'gi';
|
|
1631
|
+
const getSearchRegex = searchString => {
|
|
1632
|
+
const escaped = escapeRegExpCharacters(searchString);
|
|
1633
|
+
return new RegExp(escaped, regexFlags);
|
|
1634
|
+
};
|
|
1238
1635
|
|
|
1239
|
-
const
|
|
1240
|
-
|
|
1636
|
+
const findMatchesCaseInsensitive = (lines, searchString) => {
|
|
1637
|
+
if (searchString.length === 0) {
|
|
1638
|
+
return new Uint32Array([]);
|
|
1639
|
+
}
|
|
1640
|
+
const regex = getSearchRegex(searchString);
|
|
1641
|
+
return findRegexMatches(lines, regex);
|
|
1241
1642
|
};
|
|
1242
1643
|
|
|
1243
1644
|
const getFindWidgetPosition = (editorX, editorY, editorWidth) => {
|
|
@@ -1338,18 +1739,23 @@ const renderBounds = (oldState, newState) => {
|
|
|
1338
1739
|
};
|
|
1339
1740
|
|
|
1340
1741
|
const HandleBlur = 'handleBlur';
|
|
1742
|
+
const HandleClickButton = 'handleClickButton';
|
|
1341
1743
|
const HandleClickClose = 'handleClickClose';
|
|
1342
1744
|
const HandleClickNextMatch = 'handleClickNextMatch';
|
|
1343
1745
|
const HandleClickPreviousMatch = 'handleClickPreviousMatch';
|
|
1344
1746
|
const HandleClickReplace = 'handleClickReplace';
|
|
1345
|
-
const HandleClickToggleReplace = 'handleClickToggleReplace';
|
|
1346
1747
|
const HandleClickReplaceAll = 'handleClickReplaceAll';
|
|
1748
|
+
const HandleClickToggleReplace = 'handleClickToggleReplace';
|
|
1347
1749
|
const HandleFocus = 'handleFocus';
|
|
1750
|
+
const HandleFocusNext = 'handleFocusNext';
|
|
1751
|
+
const HandleFocusPrevious = 'handleFocusPrevious';
|
|
1348
1752
|
const HandleInput = 'handleInput';
|
|
1349
1753
|
const HandleReplaceFocus = 'handleReplaceFocus';
|
|
1350
|
-
const HandleFocusPrevious = 'handleFocusPrevious';
|
|
1351
|
-
const HandleFocusNext = 'handleFocusNext';
|
|
1352
1754
|
const HandleReplaceInput = 'handleReplaceInput';
|
|
1755
|
+
const HandleResizerPointerDown = 'handleResizerPointerDown';
|
|
1756
|
+
const HandleResizerPointerMove = 'handleResizerPointerMove';
|
|
1757
|
+
const HandleResizerPointerUp = 'handleResizerPointerUp';
|
|
1758
|
+
const HandleToggleReplaceFocus = 'handleToggleReplaceFocus';
|
|
1353
1759
|
|
|
1354
1760
|
const emptyObject = {};
|
|
1355
1761
|
const RE_PLACEHOLDER = /\{(PH\d+)\}/g;
|
|
@@ -1365,12 +1771,13 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
1365
1771
|
|
|
1366
1772
|
const MatchOf = '{PH1} of {PH2}';
|
|
1367
1773
|
const NoResults = 'No Results';
|
|
1368
|
-
const Close$
|
|
1774
|
+
const Close$1 = 'Close';
|
|
1369
1775
|
const PreviousMatch = 'Previous Match';
|
|
1370
1776
|
const NextMatch = 'Next Match';
|
|
1371
1777
|
const Find$1 = 'Find';
|
|
1372
|
-
const Replace$
|
|
1373
|
-
const ReplaceAll$
|
|
1778
|
+
const Replace$1 = 'Replace';
|
|
1779
|
+
const ReplaceAll$1 = 'Replace All';
|
|
1780
|
+
const ToggleReplace = 'Toggle Replace';
|
|
1374
1781
|
|
|
1375
1782
|
const noResults = () => {
|
|
1376
1783
|
return i18nString(NoResults);
|
|
@@ -1388,32 +1795,29 @@ const nextMatch = () => {
|
|
|
1388
1795
|
return i18nString(NextMatch);
|
|
1389
1796
|
};
|
|
1390
1797
|
const close = () => {
|
|
1391
|
-
return i18nString(Close$
|
|
1798
|
+
return i18nString(Close$1);
|
|
1392
1799
|
};
|
|
1393
1800
|
const find = () => {
|
|
1394
1801
|
return i18nString(Find$1);
|
|
1395
1802
|
};
|
|
1396
1803
|
const replace = () => {
|
|
1397
|
-
return i18nString(Replace$
|
|
1804
|
+
return i18nString(Replace$1);
|
|
1398
1805
|
};
|
|
1399
1806
|
const replaceAll = () => {
|
|
1400
|
-
return i18nString(ReplaceAll$
|
|
1807
|
+
return i18nString(ReplaceAll$1);
|
|
1808
|
+
};
|
|
1809
|
+
const toggleReplace = () => {
|
|
1810
|
+
return i18nString(ToggleReplace);
|
|
1401
1811
|
};
|
|
1402
1812
|
|
|
1813
|
+
const MatchCase = 'CaseSensitive';
|
|
1814
|
+
const UseRegularExpression = 'Regex';
|
|
1815
|
+
const MatchWholeWord = 'WholeWord';
|
|
1403
1816
|
const ArrowDown = 'ArrowDown';
|
|
1404
1817
|
const ArrowUp = 'ArrowUp';
|
|
1405
|
-
const Close$1 = 'Close';
|
|
1406
|
-
const Replace$1 = 'Replace';
|
|
1407
|
-
const ReplaceAll$1 = 'ReplaceAll';
|
|
1408
|
-
|
|
1409
|
-
const ToggleReplace = 'ToggleReplace';
|
|
1410
|
-
const SearchValue = 'search-value';
|
|
1411
|
-
const ReplaceValue = 'replace-value';
|
|
1412
|
-
const ReplaceAll = 'ReplaceAll';
|
|
1413
1818
|
const Close = 'Close';
|
|
1414
|
-
const FocusNext = 'FocusNext';
|
|
1415
|
-
const FocusPrevious = 'FocusPrevious';
|
|
1416
1819
|
const Replace = 'Replace';
|
|
1820
|
+
const ReplaceAll = 'ReplaceAll';
|
|
1417
1821
|
|
|
1418
1822
|
const getFindWidgetButtons = (findButtonsEnabled, replaceButtonsEnabled) => {
|
|
1419
1823
|
const findButtons = [{
|
|
@@ -1430,23 +1834,23 @@ const getFindWidgetButtons = (findButtonsEnabled, replaceButtonsEnabled) => {
|
|
|
1430
1834
|
name: FocusNext
|
|
1431
1835
|
}, {
|
|
1432
1836
|
label: close(),
|
|
1433
|
-
icon: Close
|
|
1837
|
+
icon: Close,
|
|
1434
1838
|
disabled: false,
|
|
1435
1839
|
onClick: HandleClickClose,
|
|
1436
|
-
name: Close
|
|
1840
|
+
name: Close$2
|
|
1437
1841
|
}];
|
|
1438
1842
|
const replaceButtons = [{
|
|
1439
1843
|
label: replace(),
|
|
1440
|
-
icon: Replace
|
|
1844
|
+
icon: Replace,
|
|
1441
1845
|
disabled: !replaceButtonsEnabled,
|
|
1442
1846
|
onClick: HandleClickReplace,
|
|
1443
|
-
name: Replace
|
|
1847
|
+
name: Replace$2
|
|
1444
1848
|
}, {
|
|
1445
1849
|
label: replaceAll(),
|
|
1446
|
-
icon: ReplaceAll
|
|
1850
|
+
icon: ReplaceAll,
|
|
1447
1851
|
disabled: !replaceButtonsEnabled,
|
|
1448
1852
|
onClick: HandleClickReplaceAll,
|
|
1449
|
-
name: ReplaceAll
|
|
1853
|
+
name: ReplaceAll$2
|
|
1450
1854
|
}];
|
|
1451
1855
|
return {
|
|
1452
1856
|
findButtons,
|
|
@@ -1463,9 +1867,17 @@ const getFindWidgetButtonsEnabled = (matchCount, value) => {
|
|
|
1463
1867
|
};
|
|
1464
1868
|
};
|
|
1465
1869
|
|
|
1466
|
-
const
|
|
1467
|
-
|
|
1468
|
-
|
|
1870
|
+
const mergeClassNames = (...classNames) => {
|
|
1871
|
+
return classNames.filter(Boolean).join(' ');
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
const text = data => {
|
|
1875
|
+
return {
|
|
1876
|
+
type: Text,
|
|
1877
|
+
text: data,
|
|
1878
|
+
childCount: 0
|
|
1879
|
+
};
|
|
1880
|
+
};
|
|
1469
1881
|
|
|
1470
1882
|
const FindWidgetFind = 'FindWidgetFind';
|
|
1471
1883
|
const FindWidgetMatchCount = 'FindWidgetMatchCount';
|
|
@@ -1485,16 +1897,26 @@ const ViewletFind = 'ViewletFind';
|
|
|
1485
1897
|
const FindWidget = 'FindWidget';
|
|
1486
1898
|
const ViewletFindWidget = 'ViewletFindWidget';
|
|
1487
1899
|
|
|
1488
|
-
const
|
|
1489
|
-
return
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1900
|
+
const getFindButtons = () => {
|
|
1901
|
+
return [{
|
|
1902
|
+
checked: false,
|
|
1903
|
+
icon: MatchCase,
|
|
1904
|
+
title: 'Match Case',
|
|
1905
|
+
name: MatchCase$1,
|
|
1906
|
+
onClick: HandleClickButton
|
|
1907
|
+
}, {
|
|
1908
|
+
checked: false,
|
|
1909
|
+
icon: MatchWholeWord,
|
|
1910
|
+
title: 'Match Whole Word',
|
|
1911
|
+
name: MatchWholeWord$1,
|
|
1912
|
+
onClick: HandleClickButton
|
|
1913
|
+
}, {
|
|
1914
|
+
checked: false,
|
|
1915
|
+
icon: UseRegularExpression,
|
|
1916
|
+
title: 'Use Regular Expression',
|
|
1917
|
+
name: UseRegularExpression$1,
|
|
1918
|
+
onClick: HandleClickButton
|
|
1919
|
+
}];
|
|
1498
1920
|
};
|
|
1499
1921
|
|
|
1500
1922
|
const getFindMatchCountClassName = (matchCount, value) => {
|
|
@@ -1504,10 +1926,6 @@ const getFindMatchCountClassName = (matchCount, value) => {
|
|
|
1504
1926
|
return FindWidgetMatchCount;
|
|
1505
1927
|
};
|
|
1506
1928
|
|
|
1507
|
-
const Button = 1;
|
|
1508
|
-
const Div = 4;
|
|
1509
|
-
const TextArea = 62;
|
|
1510
|
-
|
|
1511
1929
|
const getIconVirtualDom = (icon, type = Div) => {
|
|
1512
1930
|
return {
|
|
1513
1931
|
type,
|
|
@@ -1545,19 +1963,23 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
1545
1963
|
const {
|
|
1546
1964
|
icon,
|
|
1547
1965
|
checked,
|
|
1548
|
-
title
|
|
1966
|
+
title,
|
|
1967
|
+
name,
|
|
1968
|
+
onClick
|
|
1549
1969
|
} = button;
|
|
1550
1970
|
return [{
|
|
1551
1971
|
type: Div,
|
|
1972
|
+
ariaChecked: checked,
|
|
1552
1973
|
className: mergeClassNames(SearchFieldButton, checked ? SearchFieldButtonChecked : ''),
|
|
1553
|
-
|
|
1974
|
+
name,
|
|
1554
1975
|
role: CheckBox,
|
|
1555
|
-
ariaChecked: checked,
|
|
1556
1976
|
tabIndex: 0,
|
|
1557
|
-
|
|
1977
|
+
title,
|
|
1978
|
+
childCount: 1,
|
|
1979
|
+
onClick
|
|
1558
1980
|
}, {
|
|
1559
1981
|
type: Div,
|
|
1560
|
-
className: mergeClassNames(MaskIcon, icon),
|
|
1982
|
+
className: mergeClassNames(MaskIcon, `MaskIcon${icon}`),
|
|
1561
1983
|
childCount: 0
|
|
1562
1984
|
}];
|
|
1563
1985
|
};
|
|
@@ -1597,7 +2019,7 @@ const getFindWidgetFindVirtualDom = (matchCountText, buttons, matchCount, value)
|
|
|
1597
2019
|
className: FindWidgetFind,
|
|
1598
2020
|
childCount: 5
|
|
1599
2021
|
});
|
|
1600
|
-
dom.push(...getSearchFieldVirtualDom(
|
|
2022
|
+
dom.push(...getSearchFieldVirtualDom(SearchValue, find(), HandleInput, getFindButtons(), [], HandleFocus));
|
|
1601
2023
|
const findClassName = getFindMatchCountClassName(matchCount, value);
|
|
1602
2024
|
dom.push({
|
|
1603
2025
|
type: Div,
|
|
@@ -1619,18 +2041,32 @@ const getFindWidgetReplaceVirtualDom = (replaceExpanded, replaceButtons) => {
|
|
|
1619
2041
|
return dom;
|
|
1620
2042
|
};
|
|
1621
2043
|
|
|
2044
|
+
const getResizerVirtualDom = () => {
|
|
2045
|
+
return [{
|
|
2046
|
+
type: Div,
|
|
2047
|
+
className: 'Resizer',
|
|
2048
|
+
childCount: 1,
|
|
2049
|
+
onPointerDown: HandleResizerPointerDown
|
|
2050
|
+
}, {
|
|
2051
|
+
type: Div,
|
|
2052
|
+
className: 'ResizerHighlight',
|
|
2053
|
+
childCount: 0
|
|
2054
|
+
}];
|
|
2055
|
+
};
|
|
2056
|
+
|
|
1622
2057
|
const getSearchToggleButtonVirtualDom = (replaceExpanded, onClick = '') => {
|
|
2058
|
+
const title = toggleReplace();
|
|
1623
2059
|
return [{
|
|
1624
2060
|
type: Button,
|
|
1625
2061
|
className: `IconButton SearchToggleButton ${replaceExpanded ? 'SearchToggleButtonExpanded' : ''}`,
|
|
1626
|
-
title
|
|
1627
|
-
ariaLabel:
|
|
2062
|
+
title,
|
|
2063
|
+
ariaLabel: title,
|
|
1628
2064
|
ariaExpanded: replaceExpanded,
|
|
1629
|
-
name: ToggleReplace,
|
|
2065
|
+
name: ToggleReplace$1,
|
|
1630
2066
|
childCount: 1,
|
|
1631
2067
|
'data-command': 'toggleReplace',
|
|
1632
2068
|
onClick,
|
|
1633
|
-
onFocus:
|
|
2069
|
+
onFocus: HandleToggleReplaceFocus
|
|
1634
2070
|
}, {
|
|
1635
2071
|
type: Div,
|
|
1636
2072
|
className: `MaskIcon ${replaceExpanded ? 'MaskIconChevronDown' : 'MaskIconChevronRight'}`,
|
|
@@ -1643,9 +2079,10 @@ const getFindWidgetVirtualDom = (matchCountText, replaceExpanded, findButtons, r
|
|
|
1643
2079
|
dom.push({
|
|
1644
2080
|
type: Div,
|
|
1645
2081
|
className: mergeClassNames(Viewlet, ViewletFind, ViewletFindWidget, FindWidget),
|
|
1646
|
-
childCount:
|
|
2082
|
+
childCount: 3,
|
|
1647
2083
|
role: Group
|
|
1648
2084
|
});
|
|
2085
|
+
dom.push(...getResizerVirtualDom());
|
|
1649
2086
|
dom.push(...getSearchToggleButtonVirtualDom(replaceExpanded, 'handleClickToggleReplace'));
|
|
1650
2087
|
dom.push({
|
|
1651
2088
|
type: Div,
|
|
@@ -1683,6 +2120,23 @@ const renderContent = (oldState, newState) => {
|
|
|
1683
2120
|
return [SetDom2, uid, dom];
|
|
1684
2121
|
};
|
|
1685
2122
|
|
|
2123
|
+
const renderCss = (oldState, newState) => {
|
|
2124
|
+
const {
|
|
2125
|
+
uid,
|
|
2126
|
+
width,
|
|
2127
|
+
height,
|
|
2128
|
+
x,
|
|
2129
|
+
y
|
|
2130
|
+
} = newState;
|
|
2131
|
+
const css = `:root {
|
|
2132
|
+
--FindWidgetWidth: ${width}px;
|
|
2133
|
+
--FindWidgetHeight: ${height}px;
|
|
2134
|
+
--FindWidgetX: ${x}px;
|
|
2135
|
+
--FindWidgetY: ${y}px;
|
|
2136
|
+
}`;
|
|
2137
|
+
return [SetCss, uid, css];
|
|
2138
|
+
};
|
|
2139
|
+
|
|
1686
2140
|
const getEventListeners = (uid, widgetId) => {
|
|
1687
2141
|
return [{
|
|
1688
2142
|
name: HandleInput,
|
|
@@ -1723,6 +2177,19 @@ const getEventListeners = (uid, widgetId) => {
|
|
|
1723
2177
|
}, {
|
|
1724
2178
|
name: HandleClickReplaceAll,
|
|
1725
2179
|
params: ['executeWidgetCommand', 'FindWidget', 'FindWidget.handleClickReplaceAll', 0, widgetId]
|
|
2180
|
+
}, {
|
|
2181
|
+
name: HandleClickButton,
|
|
2182
|
+
params: ['executeWidgetCommand', 'FindWidget', 'FindWidget.handleClickButton', 0, widgetId, `event.target.name`]
|
|
2183
|
+
}, {
|
|
2184
|
+
name: HandleResizerPointerDown,
|
|
2185
|
+
params: ['executeWidgetCommand', 'FindWidget', 'FindWidget.handleResizerPointerDown', 0, widgetId, ClientX, ClientY],
|
|
2186
|
+
trackPointerEvents: [HandleResizerPointerMove, HandleResizerPointerUp]
|
|
2187
|
+
}, {
|
|
2188
|
+
name: HandleResizerPointerMove,
|
|
2189
|
+
params: ['executeWidgetCommand', 'FindWidget', 'FindWidget.handleResizerPointerMove', 0, widgetId, ClientX, ClientY]
|
|
2190
|
+
}, {
|
|
2191
|
+
name: HandleResizerPointerUp,
|
|
2192
|
+
params: ['executeWidgetCommand', 'FindWidget', 'FindWidget.handleResizerPointerUp', 0, widgetId, ClientX, ClientY]
|
|
1726
2193
|
}];
|
|
1727
2194
|
};
|
|
1728
2195
|
|
|
@@ -1740,13 +2207,21 @@ const renderFocus = (oldState, newState) => {
|
|
|
1740
2207
|
const {
|
|
1741
2208
|
uid
|
|
1742
2209
|
} = newState;
|
|
1743
|
-
return [/* method */
|
|
2210
|
+
return [/* method */FocusSelector, uid, `[name="search-value"]`];
|
|
1744
2211
|
};
|
|
1745
2212
|
|
|
1746
2213
|
const FocusFindWidget = 16;
|
|
1747
2214
|
|
|
1748
2215
|
const renderFocusContext = (oldState, newState) => {
|
|
1749
|
-
return [/* method */
|
|
2216
|
+
return [/* method */SetFocusContext, FocusFindWidget];
|
|
2217
|
+
};
|
|
2218
|
+
|
|
2219
|
+
const renderReplaceValue = (oldState, newState) => {
|
|
2220
|
+
const {
|
|
2221
|
+
uid,
|
|
2222
|
+
replacement
|
|
2223
|
+
} = newState;
|
|
2224
|
+
return [SetValueByName, uid, Replace$2, replacement];
|
|
1750
2225
|
};
|
|
1751
2226
|
|
|
1752
2227
|
const renderUid = (oldState, newState) => {
|
|
@@ -1762,7 +2237,7 @@ const renderValue = (oldState, newState) => {
|
|
|
1762
2237
|
uid,
|
|
1763
2238
|
value
|
|
1764
2239
|
} = newState;
|
|
1765
|
-
return [
|
|
2240
|
+
return [SetValueByName, uid, SearchValue, value];
|
|
1766
2241
|
};
|
|
1767
2242
|
|
|
1768
2243
|
const getRenderer = diffType => {
|
|
@@ -1781,6 +2256,10 @@ const getRenderer = diffType => {
|
|
|
1781
2256
|
return renderFocus;
|
|
1782
2257
|
case RenderValue:
|
|
1783
2258
|
return renderValue;
|
|
2259
|
+
case RenderReplaceValue:
|
|
2260
|
+
return renderReplaceValue;
|
|
2261
|
+
case RenderCss:
|
|
2262
|
+
return renderCss;
|
|
1784
2263
|
default:
|
|
1785
2264
|
throw new Error('unknown renderer');
|
|
1786
2265
|
}
|
|
@@ -1800,19 +2279,28 @@ const render2 = (uid, diffResult) => {
|
|
|
1800
2279
|
oldState,
|
|
1801
2280
|
newState
|
|
1802
2281
|
} = get$1(uid);
|
|
1803
|
-
set$
|
|
2282
|
+
set$3(uid, newState, newState);
|
|
1804
2283
|
const commands = applyRender(oldState, newState, diffResult);
|
|
1805
2284
|
return commands;
|
|
1806
2285
|
};
|
|
1807
2286
|
|
|
1808
|
-
const
|
|
1809
|
-
|
|
2287
|
+
const resize = async (state, dimensions) => {
|
|
2288
|
+
return state;
|
|
2289
|
+
};
|
|
2290
|
+
|
|
2291
|
+
const saveState = state => {
|
|
2292
|
+
const {
|
|
2293
|
+
width
|
|
2294
|
+
} = state;
|
|
2295
|
+
return {
|
|
2296
|
+
width
|
|
2297
|
+
};
|
|
1810
2298
|
};
|
|
1811
2299
|
|
|
1812
2300
|
const commandMap = {
|
|
1813
2301
|
'FindWidget.create': create$1,
|
|
1814
2302
|
'FindWidget.diff2': diff2,
|
|
1815
|
-
'FindWidget.dispose': dispose,
|
|
2303
|
+
'FindWidget.dispose': dispose$1,
|
|
1816
2304
|
'FindWidget.focusCloseButton': wrapCommand(focusCloseButton),
|
|
1817
2305
|
'FindWidget.focusFirst': wrapCommand(focusFirst),
|
|
1818
2306
|
'FindWidget.focusIndex': wrapCommand(focusIndex),
|
|
@@ -1823,16 +2311,29 @@ const commandMap = {
|
|
|
1823
2311
|
'FindWidget.focusReplaceAllButton': wrapCommand(focusReplaceAllButton),
|
|
1824
2312
|
'FindWidget.getCommandIds': getCommandIds,
|
|
1825
2313
|
'FindWidget.handleBlur': wrapCommand(handleBlur),
|
|
2314
|
+
'FindWidget.handleClickButton': wrapCommand(handleClickButton),
|
|
1826
2315
|
'FindWidget.handleClickClose': wrapCommand(handleClickClose),
|
|
1827
2316
|
'FindWidget.handleInput': wrapCommand(handleInput),
|
|
2317
|
+
'FindWidget.handleReplaceFocus': wrapCommand(handleReplaceFocus),
|
|
2318
|
+
'FindWidget.handleReplaceInput': wrapCommand(handleReplaceInput),
|
|
2319
|
+
'FindWidget.handleResizerPointerDown': wrapCommand(handleResizerPointerDown),
|
|
2320
|
+
'FindWidget.handleResizerPointerMove': wrapCommand(handleResizerPointerMove),
|
|
2321
|
+
'FindWidget.handleResizerPointerUp': wrapCommand(handleResizerPointerUp),
|
|
1828
2322
|
'FindWidget.loadContent': wrapCommand(loadContent),
|
|
1829
2323
|
'FindWidget.preventDefaultBrowserFind': wrapCommand(preventDefaultBrowserFind),
|
|
1830
2324
|
'FindWidget.render2': render2,
|
|
2325
|
+
'FindWidget.replace': wrapCommand(replace$1),
|
|
2326
|
+
'FindWidget.replaceAll': wrapCommand(replaceAll$1),
|
|
2327
|
+
'FindWidget.resize': wrapCommand(resize),
|
|
1831
2328
|
'FindWidget.terminate': terminate,
|
|
1832
|
-
'FindWidget.
|
|
2329
|
+
'FindWidget.saveState': wrapGetter(saveState),
|
|
2330
|
+
'FindWidget.toggleMatchCase': wrapCommand(toggleMatchCase),
|
|
2331
|
+
'FindWidget.toggleReplace': wrapCommand(toggleReplace$1),
|
|
2332
|
+
'FindWidget.toggleUseRegularExpression': wrapCommand(toggleUseRegularExpression)
|
|
1833
2333
|
};
|
|
1834
2334
|
|
|
1835
2335
|
const listen = async () => {
|
|
2336
|
+
registerCommands(commandMap);
|
|
1836
2337
|
const rpc = await WebWorkerRpcClient.create({
|
|
1837
2338
|
commandMap: commandMap
|
|
1838
2339
|
});
|