@lvce-editor/static-server 0.58.0 → 0.58.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static-server.js +1871 -1870
- package/package.json +1 -1
- package/static/{9cec02d → 38a6439}/css/App.css +85 -83
- package/static/{9cec02d → 38a6439}/css/parts/SettingsItems.css +15 -0
- package/static/{9cec02d → 38a6439}/css/parts/Table.css +7 -1
- package/static/{9cec02d → 38a6439}/css/parts/ViewletSettings.css +1 -0
- package/static/{9cec02d → 38a6439}/manifest.json +2 -2
- package/static/{9cec02d → 38a6439}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{9cec02d → 38a6439}/packages/clipboard-worker/dist/clipBoardWorkerMain.js +8 -1
- package/static/{9cec02d → 38a6439}/packages/editor-worker/dist/editorWorkerMain.js +386 -453
- package/static/{9cec02d → 38a6439}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{9cec02d → 38a6439}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +855 -423
- package/static/{9cec02d → 38a6439}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{9cec02d → 38a6439}/packages/renderer-worker/dist/rendererWorkerMain.js +25 -4
- package/static/{9cec02d → 38a6439}/packages/settings-view/dist/settingsViewWorkerMain.js +320 -88
- package/static/38a6439/packages/source-action-worker/dist/sourceActionWorkerMain.js +1859 -0
- package/static/{9cec02d → 38a6439}/packages/test-worker/dist/testWorkerMain.js +50 -6
- package/static/index.html +4 -4
- /package/static/{9cec02d → 38a6439}/config/colorTheme.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/defaultSettings.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/fileMap.json +0 -0
- /package/static/{9cec02d → 38a6439}/config/webExtensions.json +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Animation.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/BrowserScrollBar.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Category.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/DebugButtons.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/DebugValue.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/E2eTest.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/E2eTests.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/EditorHover.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/EditorMessage.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/FeatureContent.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Features.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ImagePreview.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/InputBadge.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Key.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/LegacyDialog.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Markdown.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Message.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Progress.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ScrollToTop.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/Select.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SettingsHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/SettingsSideBar.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletAbout.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDialog.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletMedia.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletOutput.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPanel.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletPdf.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletProblems.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletReferences.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSearch.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletStorage.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{9cec02d → 38a6439}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{9cec02d → 38a6439}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_root_folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_access.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_access2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ada.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_agda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ai.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_al.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_angular.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_apl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_asp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_astro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_atom.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ats.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_attw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_audio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_avif.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_avro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_awk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_aws.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_azure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_babel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bak.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bats.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_biml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_binary.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_biome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blade.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blender.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bower.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_buf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bun.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_casc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cert.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_changie.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_chef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_class.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_claude.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_compass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_composer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_conan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_conda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_craco.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_cython.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_debian.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_deno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_diff.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_django.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_docz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_drools.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dune.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_edge.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ember.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eps.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_epub.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fla.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_font.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_funding.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_galen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_git.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_git2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glide.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_godot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_grain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_helix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_helm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_host.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_http.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_husky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_icl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idris.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_image.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_imba.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_inc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_informix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ini.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ink.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_io.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_janet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_java.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json5.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_juice.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_julia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_just.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_k.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_karma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_key.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_knip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kos.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_latino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_layout.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_liara.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_license.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_locale.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_luau.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_lync.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_map.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_marko.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maven.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_maya.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_meson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_metal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_motif.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mson.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_noc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_node2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_npm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opam.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_org.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_paket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_patch.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_php3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_postman.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_preact.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_progress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pug.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_python.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_q.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_r.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_racket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rails.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_raku.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_raml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_razor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_reason.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_red.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_registry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rego.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_remark.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_replit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_retext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_riot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_robots.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rome.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rust.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sails.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_san.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sas.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scala.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_script.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sino.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slice.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_slint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sln.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snort.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_source.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stata.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_style.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_styled.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swift.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_swig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_teal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_templ.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tera.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_testts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_text.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_textile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_todo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_toit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_toml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tox.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_travis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tres.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_twig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unison.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vala.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vba.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vento.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_video.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_view.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vim.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_volt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wally.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_windi.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_word.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_word2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yang.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zig.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zip.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_android.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_api.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_app.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_client.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_common.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_component.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_config.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_db.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_git.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_github.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_images.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_include.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_js.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_less.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_library.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_model.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_module.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_next.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_node.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_package.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_php.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_private.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_public.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_python.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_route.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_script.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_server.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_services.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_src.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_story.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_style.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_template.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_video.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_view.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_www.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{9cec02d → 38a6439}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{9cec02d → 38a6439}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{9cec02d → 38a6439}/icons/add.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/arrow-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/blank.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/book.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/case-sensitive.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/check.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chevron-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-maximize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-minimize.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/chrome-restore.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/circle-filled.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/clear-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/cloud.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/collapse-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt-2.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt-small.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-alt.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-console.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-continue-small.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-continue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-coverage.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-disconnect.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-line-by-line.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-pause.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-rerun.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-restart-frame.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-restart.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stackframe.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-start.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-back.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-into.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-out.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-step-over.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug-stop.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/debug.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/discard.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/edit.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/ellipsis.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/error.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/exclude.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/extensions.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/files.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/filter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/go-to-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-close.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-source-control.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon-sync.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/icon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/info.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/language-icon.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/link-external.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/list-flat.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/list-tree.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/new-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/new-folder.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/newline.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/open-preview.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/play.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/preserve-case.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/progress.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/pwa-icon-192.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/pwa-icon-512.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/record-keys.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/refresh.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/regex.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/remove.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/replace-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/replace.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/run-all.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/search.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/settings-gear.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/sort-precedence.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/source-control.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/split-horizontal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/squiggly-error.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/squiggly-warning.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-array.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-boolean.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-class.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-color.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-constant.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-enum-member.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-enum.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-event.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-field.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-file.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-interface.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-key.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-keyword.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-method.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-misc.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-namespace.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-numeric.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-operator.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-parameter.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-property.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-ruler.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-snippet.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-string.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-structure.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/symbol-variable.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/tag.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/terminal-bash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/terminal.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/theme-icon.png +0 -0
- /package/static/{9cec02d → 38a6439}/icons/trash.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-down.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-left.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-right.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/triangle-up.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/warning.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/whole-word.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/zoom-in.svg +0 -0
- /package/static/{9cec02d → 38a6439}/icons/zoom-out.svg +0 -0
- /package/static/{9cec02d → 38a6439}/js/babel-parser.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/blob-util.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/ky.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-import-script.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-ipc.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/lvce-editor-verror.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/p-min-delay.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/pretty-bytes.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/preview-injected.js +0 -0
- /package/static/{9cec02d → 38a6439}/js/yoctodelay.js +0 -0
- /package/static/{9cec02d → 38a6439}/lib-css/termterm.css +0 -0
- /package/static/{9cec02d → 38a6439}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/completion-worker/dist/completionWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/output-view/dist/outputViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/problems-view/dist/problemsViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/references-view/dist/referencesViewWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/rename-worker/dist/renameWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/LICENSE +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/README.md +0 -0
- /package/static/{9cec02d → 38a6439}/packages/renderer-process/package.json +0 -0
- /package/static/{9cec02d → 38a6439}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.cpp +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.css +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.csv +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.dart +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.env +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.ex +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.html +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.java +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.jl +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.js +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.json +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.kt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.pl +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.py +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/index.ts +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/scrolling.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/languages/tsconfig.json +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/a.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/b.txt +0 -0
- /package/static/{9cec02d → 38a6439}/playground/sample-folder/c.txt +0 -0
|
@@ -903,7 +903,7 @@ const send = (transport, method, ...params) => {
|
|
|
903
903
|
const message = create$4$2(method, params);
|
|
904
904
|
transport.send(message);
|
|
905
905
|
};
|
|
906
|
-
const invoke$
|
|
906
|
+
const invoke$b = (ipc, method, ...params) => {
|
|
907
907
|
return invokeHelper(ipc, method, params, false);
|
|
908
908
|
};
|
|
909
909
|
const invokeAndTransfer$1 = (ipc, method, ...params) => {
|
|
@@ -942,7 +942,7 @@ const createRpc = ipc => {
|
|
|
942
942
|
send(ipc, method, ...params);
|
|
943
943
|
},
|
|
944
944
|
invoke(method, ...params) {
|
|
945
|
-
return invoke$
|
|
945
|
+
return invoke$b(ipc, method, ...params);
|
|
946
946
|
},
|
|
947
947
|
invokeAndTransfer(method, ...params) {
|
|
948
948
|
return invokeAndTransfer$1(ipc, method, ...params);
|
|
@@ -1153,23 +1153,23 @@ const RendererWorker = {
|
|
|
1153
1153
|
invokeAndTransfer: invokeAndTransfer$3,
|
|
1154
1154
|
set: set$3$1};
|
|
1155
1155
|
const {
|
|
1156
|
-
invoke: invoke$
|
|
1156
|
+
invoke: invoke$a,
|
|
1157
1157
|
set: set$a} = create$9(MarkdownWorker$1);
|
|
1158
1158
|
const SyntaxHighlightingWorker = {
|
|
1159
1159
|
__proto__: null,
|
|
1160
|
-
invoke: invoke$
|
|
1160
|
+
invoke: invoke$a,
|
|
1161
1161
|
set: set$a
|
|
1162
1162
|
};
|
|
1163
1163
|
|
|
1164
1164
|
const {
|
|
1165
1165
|
set: set$8,
|
|
1166
|
-
invoke: invoke$
|
|
1166
|
+
invoke: invoke$8,
|
|
1167
1167
|
invokeAndTransfer
|
|
1168
1168
|
} = RendererWorker;
|
|
1169
1169
|
|
|
1170
1170
|
// TODO add tests for this
|
|
1171
1171
|
const activateByEvent = async event => {
|
|
1172
|
-
await invoke$
|
|
1172
|
+
await invoke$8('ExtensionHostManagement.activateByEvent', event);
|
|
1173
1173
|
};
|
|
1174
1174
|
|
|
1175
1175
|
const codeGeneratorAccept = state => {
|
|
@@ -1222,15 +1222,15 @@ const launchColorPickerWorker = async () => {
|
|
|
1222
1222
|
return launchWorker(name, url);
|
|
1223
1223
|
};
|
|
1224
1224
|
|
|
1225
|
-
let workerPromise$
|
|
1226
|
-
const getOrCreate$
|
|
1227
|
-
if (!workerPromise$
|
|
1228
|
-
workerPromise$
|
|
1225
|
+
let workerPromise$4;
|
|
1226
|
+
const getOrCreate$5 = () => {
|
|
1227
|
+
if (!workerPromise$4) {
|
|
1228
|
+
workerPromise$4 = launchColorPickerWorker();
|
|
1229
1229
|
}
|
|
1230
|
-
return workerPromise$
|
|
1230
|
+
return workerPromise$4;
|
|
1231
1231
|
};
|
|
1232
|
-
const invoke$
|
|
1233
|
-
const worker = await getOrCreate$
|
|
1232
|
+
const invoke$7 = async (method, ...params) => {
|
|
1233
|
+
const worker = await getOrCreate$5();
|
|
1234
1234
|
return await worker.invoke(method, ...params);
|
|
1235
1235
|
};
|
|
1236
1236
|
|
|
@@ -1242,10 +1242,10 @@ const loadContent$2 = async (state, parentUid) => {
|
|
|
1242
1242
|
width,
|
|
1243
1243
|
height
|
|
1244
1244
|
} = state;
|
|
1245
|
-
await invoke$
|
|
1246
|
-
await invoke$
|
|
1247
|
-
const diff = await invoke$
|
|
1248
|
-
const commands = await invoke$
|
|
1245
|
+
await invoke$7('ColorPicker.create', uid, x, y, width, height, parentUid);
|
|
1246
|
+
await invoke$7('ColorPicker.loadContent', uid);
|
|
1247
|
+
const diff = await invoke$7('ColorPicker.diff2', uid);
|
|
1248
|
+
const commands = await invoke$7('ColorPicker.render2', uid, diff);
|
|
1249
1249
|
return {
|
|
1250
1250
|
...state,
|
|
1251
1251
|
commands
|
|
@@ -1654,7 +1654,7 @@ const createMeasureContext = () => {
|
|
|
1654
1654
|
const state$8 = {
|
|
1655
1655
|
ctx: undefined
|
|
1656
1656
|
};
|
|
1657
|
-
const getOrCreate$
|
|
1657
|
+
const getOrCreate$4 = createCtx => {
|
|
1658
1658
|
if (state$8.ctx) {
|
|
1659
1659
|
return state$8.ctx;
|
|
1660
1660
|
}
|
|
@@ -1663,7 +1663,7 @@ const getOrCreate$3 = createCtx => {
|
|
|
1663
1663
|
};
|
|
1664
1664
|
|
|
1665
1665
|
const getContext = () => {
|
|
1666
|
-
const ctx = getOrCreate$
|
|
1666
|
+
const ctx = getOrCreate$4(createMeasureContext);
|
|
1667
1667
|
return ctx;
|
|
1668
1668
|
};
|
|
1669
1669
|
|
|
@@ -2186,7 +2186,7 @@ const TextDocumentSyncFull = 'ExtensionHostTextDocument.syncFull';
|
|
|
2186
2186
|
|
|
2187
2187
|
const {
|
|
2188
2188
|
set: set$5,
|
|
2189
|
-
invoke: invoke$
|
|
2189
|
+
invoke: invoke$6} = ExtensionHost;
|
|
2190
2190
|
|
|
2191
2191
|
const ColorPicker$1 = 41;
|
|
2192
2192
|
const EditorCompletion = 9;
|
|
@@ -2215,7 +2215,7 @@ const execute = async ({
|
|
|
2215
2215
|
}) => {
|
|
2216
2216
|
const fullEvent = `${event}:${editor.languageId}`;
|
|
2217
2217
|
await activateByEvent(fullEvent);
|
|
2218
|
-
const result = await invoke$
|
|
2218
|
+
const result = await invoke$6(method, editor.uid, ...args);
|
|
2219
2219
|
return result;
|
|
2220
2220
|
};
|
|
2221
2221
|
|
|
@@ -2283,7 +2283,7 @@ const updateDiagnostics = async newState => {
|
|
|
2283
2283
|
// TODO don't really need text document sync response
|
|
2284
2284
|
// could perhaps save a lot of messages by using send instead of invoke
|
|
2285
2285
|
// @ts-ignore
|
|
2286
|
-
await invoke$
|
|
2286
|
+
await invoke$6(TextDocumentSyncFull, newState.uri, newState.id, newState.languageId, content);
|
|
2287
2287
|
const diagnostics = await executeDiagnosticProvider(newState);
|
|
2288
2288
|
const latest = get$4(newState.id);
|
|
2289
2289
|
if (!latest) {
|
|
@@ -2297,7 +2297,7 @@ const updateDiagnostics = async newState => {
|
|
|
2297
2297
|
};
|
|
2298
2298
|
set$6(newState.id, latest.oldState, newEditor);
|
|
2299
2299
|
// @ts-ignore
|
|
2300
|
-
await invoke$
|
|
2300
|
+
await invoke$8('Editor.rerender', newState.id);
|
|
2301
2301
|
return newEditor;
|
|
2302
2302
|
} catch (error) {
|
|
2303
2303
|
// @ts-ignore
|
|
@@ -2443,7 +2443,7 @@ const createEditor = async ({
|
|
|
2443
2443
|
};
|
|
2444
2444
|
set$6(id, emptyEditor, newEditor4);
|
|
2445
2445
|
// @ts-ignore
|
|
2446
|
-
await invoke$
|
|
2446
|
+
await invoke$6(TextDocumentSyncFull, uri, id, languageId, content);
|
|
2447
2447
|
if (diagnosticsEnabled) {
|
|
2448
2448
|
updateDiagnostics(newEditor4);
|
|
2449
2449
|
}
|
|
@@ -2506,6 +2506,49 @@ const addCursorBelow = editor => {
|
|
|
2506
2506
|
};
|
|
2507
2507
|
};
|
|
2508
2508
|
|
|
2509
|
+
const getDocumentEdits = (editor, edits) => {
|
|
2510
|
+
const documentEdits = [];
|
|
2511
|
+
for (const edit of edits) {
|
|
2512
|
+
const start = positionAt(editor, edit.startOffset);
|
|
2513
|
+
const end = positionAt(editor, edit.endOffset);
|
|
2514
|
+
const deleted = getSelectionText(editor, {
|
|
2515
|
+
start,
|
|
2516
|
+
end
|
|
2517
|
+
});
|
|
2518
|
+
const documentEdit = {
|
|
2519
|
+
start,
|
|
2520
|
+
end,
|
|
2521
|
+
inserted: splitLines(edit.inserted),
|
|
2522
|
+
deleted,
|
|
2523
|
+
origin: Format
|
|
2524
|
+
};
|
|
2525
|
+
if (documentEdit.inserted.length === 0) {
|
|
2526
|
+
documentEdit.inserted = [''];
|
|
2527
|
+
}
|
|
2528
|
+
documentEdits.push(documentEdit);
|
|
2529
|
+
}
|
|
2530
|
+
return documentEdits;
|
|
2531
|
+
};
|
|
2532
|
+
|
|
2533
|
+
const warn = (...args) => {
|
|
2534
|
+
console.warn(...args);
|
|
2535
|
+
};
|
|
2536
|
+
const error = (...args) => {
|
|
2537
|
+
console.error(...args);
|
|
2538
|
+
};
|
|
2539
|
+
|
|
2540
|
+
const applyDocumentEdits = (editor, edits) => {
|
|
2541
|
+
if (!Array.isArray(edits)) {
|
|
2542
|
+
warn('something is wrong with format on save', edits);
|
|
2543
|
+
return editor;
|
|
2544
|
+
}
|
|
2545
|
+
if (edits.length === 0) {
|
|
2546
|
+
return editor;
|
|
2547
|
+
}
|
|
2548
|
+
const documentEdits = getDocumentEdits(editor, edits);
|
|
2549
|
+
return scheduleDocumentAndCursorsSelections(editor, documentEdits);
|
|
2550
|
+
};
|
|
2551
|
+
|
|
2509
2552
|
const applyEdit = async (editor, changes) => {
|
|
2510
2553
|
object(editor);
|
|
2511
2554
|
array(changes);
|
|
@@ -2797,7 +2840,7 @@ const editorShowMessage = async (editor, rowIndex, columnIndex, message, isError
|
|
|
2797
2840
|
const y$1 = y(editor, rowIndex);
|
|
2798
2841
|
const displayErrorMessage = message;
|
|
2799
2842
|
// @ts-ignore
|
|
2800
|
-
await invoke$
|
|
2843
|
+
await invoke$8('Editor.showOverlayMessage', editor, 'Viewlet.send', editor.uid, 'showOverlayMessage', x$1, y$1, displayErrorMessage);
|
|
2801
2844
|
if (!isError) {
|
|
2802
2845
|
const handleTimeout = () => {
|
|
2803
2846
|
editorHideMessage(editor);
|
|
@@ -2854,7 +2897,7 @@ const braceCompletion = async (editor, text) => {
|
|
|
2854
2897
|
// @ts-ignore
|
|
2855
2898
|
const offset = offsetAt(editor, editor.cursor);
|
|
2856
2899
|
// @ts-ignore
|
|
2857
|
-
const result = await invoke$
|
|
2900
|
+
const result = await invoke$8('ExtensionHostBraceCompletion.executeBraceCompletionProvider', editor, offset, text);
|
|
2858
2901
|
if (result) {
|
|
2859
2902
|
const closingBrace = getMatchingClosingBrace$1(text);
|
|
2860
2903
|
const insertText = text + closingBrace;
|
|
@@ -2953,15 +2996,15 @@ const launchRenameWorker = async () => {
|
|
|
2953
2996
|
return rpc;
|
|
2954
2997
|
};
|
|
2955
2998
|
|
|
2956
|
-
let workerPromise$
|
|
2957
|
-
const getOrCreate$
|
|
2958
|
-
if (!workerPromise$
|
|
2959
|
-
workerPromise$
|
|
2999
|
+
let workerPromise$3;
|
|
3000
|
+
const getOrCreate$3 = () => {
|
|
3001
|
+
if (!workerPromise$3) {
|
|
3002
|
+
workerPromise$3 = launchRenameWorker();
|
|
2960
3003
|
}
|
|
2961
|
-
return workerPromise$
|
|
3004
|
+
return workerPromise$3;
|
|
2962
3005
|
};
|
|
2963
|
-
const invoke$
|
|
2964
|
-
const worker = await getOrCreate$
|
|
3006
|
+
const invoke$5 = async (method, ...params) => {
|
|
3007
|
+
const worker = await getOrCreate$3();
|
|
2965
3008
|
return await worker.invoke(method, ...params);
|
|
2966
3009
|
};
|
|
2967
3010
|
|
|
@@ -2979,7 +3022,7 @@ const closeRename = async editor => {
|
|
|
2979
3022
|
return editor;
|
|
2980
3023
|
}
|
|
2981
3024
|
const renameWidget = widgets[renameWidgetIndex];
|
|
2982
|
-
await invoke$
|
|
3025
|
+
await invoke$5('Rename.close', renameWidget.newState.uid);
|
|
2983
3026
|
const latest = get$4(uid);
|
|
2984
3027
|
const {
|
|
2985
3028
|
newState
|
|
@@ -3016,21 +3059,21 @@ const hasWidget = (widgets, id) => {
|
|
|
3016
3059
|
|
|
3017
3060
|
const setAdditionalFocus = async focusKey => {
|
|
3018
3061
|
// @ts-ignore
|
|
3019
|
-
await invoke$
|
|
3062
|
+
await invoke$8('Focus.setAdditionalFocus', focusKey);
|
|
3020
3063
|
};
|
|
3021
3064
|
|
|
3022
3065
|
const setFocus = async focusKey => {
|
|
3023
3066
|
if (!focusKey) {
|
|
3024
3067
|
return;
|
|
3025
3068
|
}
|
|
3026
|
-
await invoke$
|
|
3069
|
+
await invoke$8('Focus.setFocus', focusKey);
|
|
3027
3070
|
};
|
|
3028
3071
|
const unsetAdditionalFocus = async focusKey => {
|
|
3029
3072
|
if (!focusKey) {
|
|
3030
3073
|
return;
|
|
3031
3074
|
}
|
|
3032
3075
|
// @ts-ignore
|
|
3033
|
-
await invoke$
|
|
3076
|
+
await invoke$8('Focus.removeAdditionalFocus', focusKey);
|
|
3034
3077
|
};
|
|
3035
3078
|
|
|
3036
3079
|
const addWidgetToEditor = async (widgetId, focusKey, editor, factory, newStateGenerator, fullFocus) => {
|
|
@@ -3091,11 +3134,11 @@ const create$6 = () => {
|
|
|
3091
3134
|
return widget;
|
|
3092
3135
|
};
|
|
3093
3136
|
|
|
3094
|
-
const newStateGenerator$
|
|
3137
|
+
const newStateGenerator$6 = (state, parentUid) => {
|
|
3095
3138
|
return loadContent$2(state, parentUid);
|
|
3096
3139
|
};
|
|
3097
3140
|
const openColorPicker = async editor => {
|
|
3098
|
-
return addWidgetToEditor(ColorPicker, ColorPicker$1, editor, create$6, newStateGenerator$
|
|
3141
|
+
return addWidgetToEditor(ColorPicker, ColorPicker$1, editor, create$6, newStateGenerator$6);
|
|
3099
3142
|
};
|
|
3100
3143
|
|
|
3101
3144
|
const state$6 = {
|
|
@@ -3151,7 +3194,7 @@ const compositionEnd = (editor, data) => {
|
|
|
3151
3194
|
const writeText = async text => {
|
|
3152
3195
|
try {
|
|
3153
3196
|
string(text);
|
|
3154
|
-
await invoke$
|
|
3197
|
+
await invoke$8('ClipBoard.writeText', /* text */text);
|
|
3155
3198
|
} catch (error) {
|
|
3156
3199
|
throw new VError(error, 'Failed to write text to clipboard');
|
|
3157
3200
|
}
|
|
@@ -3788,7 +3831,7 @@ const deleteWordRight = editor => {
|
|
|
3788
3831
|
|
|
3789
3832
|
const findAllReferences = async editor => {
|
|
3790
3833
|
// @ts-ignore
|
|
3791
|
-
await invoke$
|
|
3834
|
+
await invoke$8('SideBar.show', 'References', /* focus */true);
|
|
3792
3835
|
return editor;
|
|
3793
3836
|
};
|
|
3794
3837
|
|
|
@@ -3808,49 +3851,6 @@ const isFormattingError = error => {
|
|
|
3808
3851
|
return error && error instanceof Error && error.message.startsWith(expectedErrorMessage$1);
|
|
3809
3852
|
};
|
|
3810
3853
|
|
|
3811
|
-
const getDocumentEdits = (editor, edits) => {
|
|
3812
|
-
const documentEdits = [];
|
|
3813
|
-
for (const edit of edits) {
|
|
3814
|
-
const start = positionAt(editor, edit.startOffset);
|
|
3815
|
-
const end = positionAt(editor, edit.endOffset);
|
|
3816
|
-
const deleted = getSelectionText(editor, {
|
|
3817
|
-
start,
|
|
3818
|
-
end
|
|
3819
|
-
});
|
|
3820
|
-
const documentEdit = {
|
|
3821
|
-
start,
|
|
3822
|
-
end,
|
|
3823
|
-
inserted: splitLines(edit.inserted),
|
|
3824
|
-
deleted,
|
|
3825
|
-
origin: Format
|
|
3826
|
-
};
|
|
3827
|
-
if (documentEdit.inserted.length === 0) {
|
|
3828
|
-
documentEdit.inserted = [''];
|
|
3829
|
-
}
|
|
3830
|
-
documentEdits.push(documentEdit);
|
|
3831
|
-
}
|
|
3832
|
-
return documentEdits;
|
|
3833
|
-
};
|
|
3834
|
-
|
|
3835
|
-
const warn = (...args) => {
|
|
3836
|
-
console.warn(...args);
|
|
3837
|
-
};
|
|
3838
|
-
const error = (...args) => {
|
|
3839
|
-
console.error(...args);
|
|
3840
|
-
};
|
|
3841
|
-
|
|
3842
|
-
const applyDocumentEdits = (editor, edits) => {
|
|
3843
|
-
if (!Array.isArray(edits)) {
|
|
3844
|
-
warn('something is wrong with format on save', edits);
|
|
3845
|
-
return editor;
|
|
3846
|
-
}
|
|
3847
|
-
if (edits.length === 0) {
|
|
3848
|
-
return editor;
|
|
3849
|
-
}
|
|
3850
|
-
const documentEdits = getDocumentEdits(editor, edits);
|
|
3851
|
-
return scheduleDocumentAndCursorsSelections(editor, documentEdits);
|
|
3852
|
-
};
|
|
3853
|
-
|
|
3854
3854
|
const expectedErrorMessage = 'Failed to execute formatting provider: FormattingError:';
|
|
3855
3855
|
|
|
3856
3856
|
// TODO also format with cursor
|
|
@@ -3919,7 +3919,7 @@ const getWordBefore = (editor, rowIndex, columnIndex) => {
|
|
|
3919
3919
|
// @ts-ignore
|
|
3920
3920
|
const getDefinition = async (editor, offset) => {
|
|
3921
3921
|
// @ts-ignore
|
|
3922
|
-
const definition = await invoke$
|
|
3922
|
+
const definition = await invoke$8('ExtensionHostDefinition.executeDefinitionProvider', editor, offset);
|
|
3923
3923
|
return definition;
|
|
3924
3924
|
};
|
|
3925
3925
|
|
|
@@ -3957,7 +3957,6 @@ const EscapeToClose = 'Escape to close';
|
|
|
3957
3957
|
const FormatDocument = 'Format Document';
|
|
3958
3958
|
const MoveLineDown = 'Move Line Down';
|
|
3959
3959
|
const MoveLineUp = 'Move Line Up';
|
|
3960
|
-
const NoCodeActionsAvailable = 'No code actions available';
|
|
3961
3960
|
const NoDefinitionFound = 'No definition found';
|
|
3962
3961
|
const NoDefinitionFoundFor = "No definition found for '{PH1}'";
|
|
3963
3962
|
const NoTypeDefinitionFound = 'No type definition found';
|
|
@@ -3984,9 +3983,6 @@ const noTypeDefinitionFound = () => {
|
|
|
3984
3983
|
const sourceAction = () => {
|
|
3985
3984
|
return i18nString(SourceAction);
|
|
3986
3985
|
};
|
|
3987
|
-
const noCodeActionsAvailable = () => {
|
|
3988
|
-
return i18nString(NoCodeActionsAvailable);
|
|
3989
|
-
};
|
|
3990
3986
|
const escapeToClose = () => {
|
|
3991
3987
|
return i18nString(EscapeToClose);
|
|
3992
3988
|
};
|
|
@@ -4102,7 +4098,7 @@ const goTo = async ({
|
|
|
4102
4098
|
endRowIndex: definition.endRowIndex,
|
|
4103
4099
|
endColumnIndex: definition.endColumnIndex
|
|
4104
4100
|
};
|
|
4105
|
-
await invoke$
|
|
4101
|
+
await invoke$8(/* Main.openUri */'Main.openUri', /* uri */uri, /* focus */true, context);
|
|
4106
4102
|
return editor;
|
|
4107
4103
|
} catch (error) {
|
|
4108
4104
|
// TODO if editor is already disposed at this point, do nothing
|
|
@@ -4180,7 +4176,7 @@ const getNoLocationFoundMessage = info => {
|
|
|
4180
4176
|
|
|
4181
4177
|
const getTypeDefinition = async (editor, offset) => {
|
|
4182
4178
|
// @ts-ignore
|
|
4183
|
-
const definition = await invoke$
|
|
4179
|
+
const definition = await invoke$8('ExtensionHostTypeDefinition.executeTypeDefinitionProvider', editor, offset);
|
|
4184
4180
|
return definition;
|
|
4185
4181
|
};
|
|
4186
4182
|
|
|
@@ -4220,7 +4216,7 @@ const goToTypeDefinition = async (editor, explicit = true) => {
|
|
|
4220
4216
|
const Editor = 3;
|
|
4221
4217
|
|
|
4222
4218
|
const handleContextMenu = async (editor, button, x, y) => {
|
|
4223
|
-
await invoke$
|
|
4219
|
+
await invoke$8(/* ContextMenu.show */'ContextMenu.show', /* x */x, /* y */y, /* id */Editor);
|
|
4224
4220
|
return editor;
|
|
4225
4221
|
};
|
|
4226
4222
|
|
|
@@ -4258,7 +4254,7 @@ const WhenExpressionEditorText = 12;
|
|
|
4258
4254
|
const handleFocus$1 = editor => {
|
|
4259
4255
|
// TODO make change events functional,
|
|
4260
4256
|
// when rendering, send focus changes to renderer worker
|
|
4261
|
-
invoke$
|
|
4257
|
+
invoke$8('Focus.setFocus', WhenExpressionEditorText);
|
|
4262
4258
|
return editor;
|
|
4263
4259
|
};
|
|
4264
4260
|
|
|
@@ -4917,7 +4913,7 @@ const indentMore = editor => {
|
|
|
4917
4913
|
|
|
4918
4914
|
const getLanguageConfiguration = async editor => {
|
|
4919
4915
|
// @ts-ignore
|
|
4920
|
-
return invoke$
|
|
4916
|
+
return invoke$8('Languages.getLanguageConfiguration', {
|
|
4921
4917
|
uri: editor.uri,
|
|
4922
4918
|
languageId: editor.languageId
|
|
4923
4919
|
});
|
|
@@ -5220,7 +5216,7 @@ const create$5 = () => {
|
|
|
5220
5216
|
return widget;
|
|
5221
5217
|
};
|
|
5222
5218
|
|
|
5223
|
-
const newStateGenerator$
|
|
5219
|
+
const newStateGenerator$5 = async state => {
|
|
5224
5220
|
const latestState = {
|
|
5225
5221
|
...state,
|
|
5226
5222
|
x: 100,
|
|
@@ -5232,7 +5228,7 @@ const newStateGenerator$4 = async state => {
|
|
|
5232
5228
|
};
|
|
5233
5229
|
const openCodeGenerator = async editor => {
|
|
5234
5230
|
const fullFocus = true;
|
|
5235
|
-
return addWidgetToEditor(CodeGenerator, FocusCodeGenerator, editor, create$5, newStateGenerator$
|
|
5231
|
+
return addWidgetToEditor(CodeGenerator, FocusCodeGenerator, editor, create$5, newStateGenerator$5, fullFocus);
|
|
5236
5232
|
};
|
|
5237
5233
|
|
|
5238
5234
|
const create$4 = () => {
|
|
@@ -5267,19 +5263,19 @@ const launchCompletionWorker = async () => {
|
|
|
5267
5263
|
return rpc;
|
|
5268
5264
|
};
|
|
5269
5265
|
|
|
5270
|
-
let workerPromise$
|
|
5271
|
-
const getOrCreate$
|
|
5272
|
-
if (!workerPromise$
|
|
5273
|
-
workerPromise$
|
|
5266
|
+
let workerPromise$2;
|
|
5267
|
+
const getOrCreate$2 = () => {
|
|
5268
|
+
if (!workerPromise$2) {
|
|
5269
|
+
workerPromise$2 = launchCompletionWorker();
|
|
5274
5270
|
}
|
|
5275
|
-
return workerPromise$
|
|
5271
|
+
return workerPromise$2;
|
|
5276
5272
|
};
|
|
5277
|
-
const invoke$
|
|
5278
|
-
const worker = await getOrCreate$
|
|
5273
|
+
const invoke$4 = async (method, ...params) => {
|
|
5274
|
+
const worker = await getOrCreate$2();
|
|
5279
5275
|
return await worker.invoke(method, ...params);
|
|
5280
5276
|
};
|
|
5281
5277
|
|
|
5282
|
-
const newStateGenerator$
|
|
5278
|
+
const newStateGenerator$4 = async (state, parentUid) => {
|
|
5283
5279
|
const {
|
|
5284
5280
|
uid,
|
|
5285
5281
|
x,
|
|
@@ -5293,10 +5289,10 @@ const newStateGenerator$3 = async (state, parentUid) => {
|
|
|
5293
5289
|
const {
|
|
5294
5290
|
languageId
|
|
5295
5291
|
} = newState;
|
|
5296
|
-
await invoke$
|
|
5297
|
-
await invoke$
|
|
5298
|
-
const diff = await invoke$
|
|
5299
|
-
const commands = await invoke$
|
|
5292
|
+
await invoke$4('Completions.create', uid, x, y, width, height, parentUid, languageId);
|
|
5293
|
+
await invoke$4('Completions.loadContent', uid);
|
|
5294
|
+
const diff = await invoke$4('Completions.diff2', uid);
|
|
5295
|
+
const commands = await invoke$4('Completions.render2', uid, diff);
|
|
5300
5296
|
return {
|
|
5301
5297
|
...state,
|
|
5302
5298
|
commands
|
|
@@ -5304,7 +5300,7 @@ const newStateGenerator$3 = async (state, parentUid) => {
|
|
|
5304
5300
|
};
|
|
5305
5301
|
const openCompletion = async editor => {
|
|
5306
5302
|
const fullFocus = false;
|
|
5307
|
-
return addWidgetToEditor(Completion, EditorCompletion, editor, create$4, newStateGenerator$
|
|
5303
|
+
return addWidgetToEditor(Completion, EditorCompletion, editor, create$4, newStateGenerator$4, fullFocus);
|
|
5308
5304
|
};
|
|
5309
5305
|
|
|
5310
5306
|
const create$3 = () => {
|
|
@@ -5339,15 +5335,15 @@ const launchFindWidgetWorker = async () => {
|
|
|
5339
5335
|
return launchWorker(name, url);
|
|
5340
5336
|
};
|
|
5341
5337
|
|
|
5342
|
-
let workerPromise;
|
|
5343
|
-
const getOrCreate = () => {
|
|
5344
|
-
if (!workerPromise) {
|
|
5345
|
-
workerPromise = launchFindWidgetWorker();
|
|
5338
|
+
let workerPromise$1;
|
|
5339
|
+
const getOrCreate$1 = () => {
|
|
5340
|
+
if (!workerPromise$1) {
|
|
5341
|
+
workerPromise$1 = launchFindWidgetWorker();
|
|
5346
5342
|
}
|
|
5347
|
-
return workerPromise;
|
|
5343
|
+
return workerPromise$1;
|
|
5348
5344
|
};
|
|
5349
|
-
const invoke$
|
|
5350
|
-
const worker = await getOrCreate();
|
|
5345
|
+
const invoke$3 = async (method, ...params) => {
|
|
5346
|
+
const worker = await getOrCreate$1();
|
|
5351
5347
|
return await worker.invoke(method, ...params);
|
|
5352
5348
|
};
|
|
5353
5349
|
|
|
@@ -5373,22 +5369,22 @@ const loadContent$1 = async (state, parentUid) => {
|
|
|
5373
5369
|
width,
|
|
5374
5370
|
height
|
|
5375
5371
|
} = editor;
|
|
5376
|
-
await invoke$
|
|
5377
|
-
await invoke$
|
|
5378
|
-
const diff = await invoke$
|
|
5379
|
-
const commands = await invoke$
|
|
5372
|
+
await invoke$3('FindWidget.create', uid, x, y, width, height, parentUid);
|
|
5373
|
+
await invoke$3('FindWidget.loadContent', uid);
|
|
5374
|
+
const diff = await invoke$3('FindWidget.diff2', uid);
|
|
5375
|
+
const commands = await invoke$3('FindWidget.render2', uid, diff);
|
|
5380
5376
|
return {
|
|
5381
5377
|
...state,
|
|
5382
5378
|
commands
|
|
5383
5379
|
};
|
|
5384
5380
|
};
|
|
5385
5381
|
|
|
5386
|
-
const newStateGenerator$
|
|
5382
|
+
const newStateGenerator$3 = (state, parentUid) => {
|
|
5387
5383
|
return loadContent$1(state, parentUid);
|
|
5388
5384
|
};
|
|
5389
5385
|
const openFind2 = async editor => {
|
|
5390
5386
|
const fullFocus = true;
|
|
5391
|
-
return addWidgetToEditor(ColorPicker, FindWidget, editor, create$3, newStateGenerator$
|
|
5387
|
+
return addWidgetToEditor(ColorPicker, FindWidget, editor, create$3, newStateGenerator$3, fullFocus);
|
|
5392
5388
|
};
|
|
5393
5389
|
|
|
5394
5390
|
const openFind = async state => {
|
|
@@ -5435,7 +5431,7 @@ const create$2 = () => {
|
|
|
5435
5431
|
return renameWidget;
|
|
5436
5432
|
};
|
|
5437
5433
|
|
|
5438
|
-
const newStateGenerator$
|
|
5434
|
+
const newStateGenerator$2 = async (state, parentUid) => {
|
|
5439
5435
|
const {
|
|
5440
5436
|
uid,
|
|
5441
5437
|
x,
|
|
@@ -5449,10 +5445,10 @@ const newStateGenerator$1 = async (state, parentUid) => {
|
|
|
5449
5445
|
const {
|
|
5450
5446
|
languageId
|
|
5451
5447
|
} = newState;
|
|
5452
|
-
await invoke$
|
|
5453
|
-
await invoke$
|
|
5454
|
-
const diff = await invoke$
|
|
5455
|
-
const commands = await invoke$
|
|
5448
|
+
await invoke$5('Rename.create', uid, x, y, width, height, parentUid, languageId);
|
|
5449
|
+
await invoke$5('Rename.loadContent', uid);
|
|
5450
|
+
const diff = await invoke$5('Rename.diff2', uid);
|
|
5451
|
+
const commands = await invoke$5('Rename.render2', uid, diff);
|
|
5456
5452
|
return {
|
|
5457
5453
|
...state,
|
|
5458
5454
|
commands
|
|
@@ -5470,7 +5466,7 @@ const openRename = async editor => {
|
|
|
5470
5466
|
return editor;
|
|
5471
5467
|
}
|
|
5472
5468
|
const fullFocus = true;
|
|
5473
|
-
return addWidgetToEditor(Rename, FocusEditorRename$1, editor, create$2, newStateGenerator$
|
|
5469
|
+
return addWidgetToEditor(Rename, FocusEditorRename$1, editor, create$2, newStateGenerator$2, fullFocus);
|
|
5474
5470
|
};
|
|
5475
5471
|
|
|
5476
5472
|
const getOrganizeImportEdits = async editor => {
|
|
@@ -5499,7 +5495,7 @@ const pasteText = (editor, text) => {
|
|
|
5499
5495
|
|
|
5500
5496
|
const paste = async editor => {
|
|
5501
5497
|
// @ts-ignore
|
|
5502
|
-
const text = await invoke$
|
|
5498
|
+
const text = await invoke$8('ClipBoard.readText');
|
|
5503
5499
|
string(text);
|
|
5504
5500
|
return pasteText(editor, text);
|
|
5505
5501
|
};
|
|
@@ -5641,7 +5637,7 @@ const save = async editor => {
|
|
|
5641
5637
|
} = editor;
|
|
5642
5638
|
const newEditor = await getNewEditor(editor);
|
|
5643
5639
|
const content = getText$1(newEditor);
|
|
5644
|
-
await invoke$
|
|
5640
|
+
await invoke$8('FileSystem.writeFile', uri, content);
|
|
5645
5641
|
return newEditor;
|
|
5646
5642
|
} catch (error) {
|
|
5647
5643
|
// @ts-ignore
|
|
@@ -5948,7 +5944,7 @@ const selectInsideString = editor => {
|
|
|
5948
5944
|
|
|
5949
5945
|
const getNewSelections = async (editor, selections) => {
|
|
5950
5946
|
// @ts-ignore
|
|
5951
|
-
const newSelections = await invoke$
|
|
5947
|
+
const newSelections = await invoke$8('ExtensionHostSelection.executeGrowSelection', editor, selections);
|
|
5952
5948
|
if (newSelections.length === 0) {
|
|
5953
5949
|
return selections;
|
|
5954
5950
|
}
|
|
@@ -6202,7 +6198,7 @@ const getEnabled$1 = () => {
|
|
|
6202
6198
|
|
|
6203
6199
|
const {
|
|
6204
6200
|
set: set$3,
|
|
6205
|
-
invoke: invoke$
|
|
6201
|
+
invoke: invoke$2} = SyntaxHighlightingWorker;
|
|
6206
6202
|
|
|
6207
6203
|
/**
|
|
6208
6204
|
* @enum number
|
|
@@ -6272,7 +6268,7 @@ const loadTokenizer = async (languageId, tokenizePath) => {
|
|
|
6272
6268
|
}
|
|
6273
6269
|
if (getEnabled$1()) {
|
|
6274
6270
|
// @ts-ignore
|
|
6275
|
-
const tokenMap = await invoke$
|
|
6271
|
+
const tokenMap = await invoke$2('Tokenizer.load', languageId, tokenizePath);
|
|
6276
6272
|
set$1(languageId, tokenMap);
|
|
6277
6273
|
return;
|
|
6278
6274
|
}
|
|
@@ -6624,74 +6620,19 @@ const loadHoverContent = async state => {
|
|
|
6624
6620
|
};
|
|
6625
6621
|
};
|
|
6626
6622
|
|
|
6627
|
-
const newStateGenerator = async state => {
|
|
6623
|
+
const newStateGenerator$1 = async state => {
|
|
6628
6624
|
return loadHoverContent(state);
|
|
6629
6625
|
};
|
|
6630
6626
|
const showHover2 = async editor => {
|
|
6631
|
-
return addWidgetToEditor(Hover, FocusEditorHover, editor, create$1, newStateGenerator);
|
|
6627
|
+
return addWidgetToEditor(Hover, FocusEditorHover, editor, create$1, newStateGenerator$1);
|
|
6632
6628
|
};
|
|
6633
6629
|
|
|
6634
6630
|
const EditorHover = 'EditorHover';
|
|
6635
6631
|
const showHover = async state => {
|
|
6636
|
-
await invoke$
|
|
6632
|
+
await invoke$8('Viewlet.openWidget', EditorHover);
|
|
6637
6633
|
return state;
|
|
6638
6634
|
};
|
|
6639
6635
|
|
|
6640
|
-
// TODO ask extension host worker instead
|
|
6641
|
-
const getEditorSourceActions = async () => {
|
|
6642
|
-
// @ts-ignore
|
|
6643
|
-
const sourceActions = await invoke$7('GetEditorSourceActions.getEditorSourceActions');
|
|
6644
|
-
return sourceActions;
|
|
6645
|
-
};
|
|
6646
|
-
|
|
6647
|
-
const getHeight = sourceActionCount => {
|
|
6648
|
-
if (sourceActionCount === 0) {
|
|
6649
|
-
return 45;
|
|
6650
|
-
}
|
|
6651
|
-
return 150;
|
|
6652
|
-
};
|
|
6653
|
-
const getSourceActionWidgetPosition = (editor, sourceActionCount) => {
|
|
6654
|
-
const width = 300;
|
|
6655
|
-
const height = getHeight(sourceActionCount);
|
|
6656
|
-
const cursor = getPositionAtCursor$1(editor);
|
|
6657
|
-
const {
|
|
6658
|
-
x
|
|
6659
|
-
} = cursor;
|
|
6660
|
-
const {
|
|
6661
|
-
y
|
|
6662
|
-
} = cursor;
|
|
6663
|
-
// TODO support virtual list
|
|
6664
|
-
return {
|
|
6665
|
-
x,
|
|
6666
|
-
y,
|
|
6667
|
-
width,
|
|
6668
|
-
height
|
|
6669
|
-
};
|
|
6670
|
-
};
|
|
6671
|
-
|
|
6672
|
-
const loadSourceActions = async (editor, state) => {
|
|
6673
|
-
// const editor = GetEditor.getEditor(editorUid)
|
|
6674
|
-
// TODO request source actions information from extensions
|
|
6675
|
-
const sourceActions = await getEditorSourceActions();
|
|
6676
|
-
// TODO avoid side effect
|
|
6677
|
-
const {
|
|
6678
|
-
x,
|
|
6679
|
-
y,
|
|
6680
|
-
width,
|
|
6681
|
-
height
|
|
6682
|
-
} = getSourceActionWidgetPosition(editor, sourceActions.length);
|
|
6683
|
-
return {
|
|
6684
|
-
...state,
|
|
6685
|
-
sourceActions,
|
|
6686
|
-
x,
|
|
6687
|
-
y,
|
|
6688
|
-
width,
|
|
6689
|
-
height,
|
|
6690
|
-
maxHeight: 150,
|
|
6691
|
-
focusedIndex: 0
|
|
6692
|
-
};
|
|
6693
|
-
};
|
|
6694
|
-
|
|
6695
6636
|
const create = () => {
|
|
6696
6637
|
const completionUid = create$7();
|
|
6697
6638
|
const widget = {
|
|
@@ -6704,7 +6645,8 @@ const create = () => {
|
|
|
6704
6645
|
height: 0,
|
|
6705
6646
|
focusedIndex: 0,
|
|
6706
6647
|
sourceActions: [],
|
|
6707
|
-
maxHeight: 0
|
|
6648
|
+
maxHeight: 0,
|
|
6649
|
+
commands: []
|
|
6708
6650
|
},
|
|
6709
6651
|
newState: {
|
|
6710
6652
|
uid: completionUid,
|
|
@@ -6714,16 +6656,57 @@ const create = () => {
|
|
|
6714
6656
|
height: 0,
|
|
6715
6657
|
focusedIndex: 0,
|
|
6716
6658
|
sourceActions: [],
|
|
6717
|
-
maxHeight: 0
|
|
6659
|
+
maxHeight: 0,
|
|
6660
|
+
commands: []
|
|
6718
6661
|
}
|
|
6719
6662
|
};
|
|
6720
6663
|
return widget;
|
|
6721
6664
|
};
|
|
6722
6665
|
|
|
6723
|
-
const
|
|
6724
|
-
const
|
|
6725
|
-
|
|
6666
|
+
const launchSourceActionWorker = async () => {
|
|
6667
|
+
const name = 'Source Action Worker';
|
|
6668
|
+
const url = 'sourceActionWorkerMain.js';
|
|
6669
|
+
const intializeCommand = 'SourceActions.initialize';
|
|
6670
|
+
const rpc = await launchWorker(name, url, intializeCommand);
|
|
6671
|
+
return rpc;
|
|
6672
|
+
};
|
|
6673
|
+
|
|
6674
|
+
let workerPromise;
|
|
6675
|
+
const getOrCreate = () => {
|
|
6676
|
+
if (!workerPromise) {
|
|
6677
|
+
workerPromise = launchSourceActionWorker();
|
|
6678
|
+
}
|
|
6679
|
+
return workerPromise;
|
|
6680
|
+
};
|
|
6681
|
+
const invoke$1 = async (method, ...params) => {
|
|
6682
|
+
const worker = await getOrCreate();
|
|
6683
|
+
return await worker.invoke(method, ...params);
|
|
6684
|
+
};
|
|
6685
|
+
|
|
6686
|
+
const newStateGenerator = async (state, parentUid) => {
|
|
6687
|
+
const {
|
|
6688
|
+
uid,
|
|
6689
|
+
x,
|
|
6690
|
+
y,
|
|
6691
|
+
width,
|
|
6692
|
+
height
|
|
6693
|
+
} = state;
|
|
6694
|
+
const {
|
|
6695
|
+
newState
|
|
6696
|
+
} = get$4(parentUid);
|
|
6697
|
+
const {
|
|
6698
|
+
languageId
|
|
6699
|
+
} = newState;
|
|
6700
|
+
await invoke$1('SourceActions.create', uid, x, y, width, height, parentUid, languageId);
|
|
6701
|
+
await invoke$1('SourceActions.loadContent', uid);
|
|
6702
|
+
const diff = await invoke$1('SourceActions.diff2', uid);
|
|
6703
|
+
const commands = await invoke$1('SourceActions.render2', uid, diff);
|
|
6704
|
+
return {
|
|
6705
|
+
...state,
|
|
6706
|
+
commands
|
|
6726
6707
|
};
|
|
6708
|
+
};
|
|
6709
|
+
const showSourceActions = async editor => {
|
|
6727
6710
|
return addWidgetToEditor(SourceAction$1, SourceActions, editor, create, newStateGenerator);
|
|
6728
6711
|
};
|
|
6729
6712
|
|
|
@@ -7301,7 +7284,7 @@ const typeWithAutoClosingQuote = (editor, text) => {
|
|
|
7301
7284
|
const typeWithAutoClosingTag = async (editor, text) => {
|
|
7302
7285
|
const offset = offsetAt(editor, editor.selections[0], editor.selections[1]);
|
|
7303
7286
|
// @ts-ignore
|
|
7304
|
-
const result = await invoke$
|
|
7287
|
+
const result = await invoke$8('ExtensionHostClosingTagCompletion.executeClosingTagProvider', editor, offset, text);
|
|
7305
7288
|
if (!result) {
|
|
7306
7289
|
const changes = editorReplaceSelections(editor, [text], EditorType);
|
|
7307
7290
|
return scheduleDocumentAndCursorsSelections(editor, changes);
|
|
@@ -7523,6 +7506,7 @@ const isFunctional = widgetId => {
|
|
|
7523
7506
|
case Rename:
|
|
7524
7507
|
case Completion:
|
|
7525
7508
|
case Find:
|
|
7509
|
+
case SourceAction$1:
|
|
7526
7510
|
return true;
|
|
7527
7511
|
default:
|
|
7528
7512
|
return false;
|
|
@@ -7563,13 +7547,15 @@ const addWidget$1 = (widget, id, render) => {
|
|
|
7563
7547
|
const getWidgetInvoke = widgetId => {
|
|
7564
7548
|
switch (widgetId) {
|
|
7565
7549
|
case ColorPicker:
|
|
7566
|
-
return invoke$
|
|
7550
|
+
return invoke$7;
|
|
7567
7551
|
case Completion:
|
|
7568
|
-
return invoke$
|
|
7552
|
+
return invoke$4;
|
|
7569
7553
|
case Find:
|
|
7570
|
-
return invoke$
|
|
7554
|
+
return invoke$3;
|
|
7571
7555
|
case Rename:
|
|
7572
|
-
return invoke$
|
|
7556
|
+
return invoke$5;
|
|
7557
|
+
case SourceAction$1:
|
|
7558
|
+
return invoke$1;
|
|
7573
7559
|
default:
|
|
7574
7560
|
return undefined;
|
|
7575
7561
|
}
|
|
@@ -7651,7 +7637,7 @@ const renderFull$4 = (oldState, newState) => {
|
|
|
7651
7637
|
return commands;
|
|
7652
7638
|
};
|
|
7653
7639
|
|
|
7654
|
-
const render$
|
|
7640
|
+
const render$b = widget => {
|
|
7655
7641
|
const commands = renderFull$4(widget.oldState, widget.newState);
|
|
7656
7642
|
const wrappedCommands = [];
|
|
7657
7643
|
const {
|
|
@@ -7667,51 +7653,51 @@ const render$c = widget => {
|
|
|
7667
7653
|
return wrappedCommands;
|
|
7668
7654
|
};
|
|
7669
7655
|
const add$7 = widget => {
|
|
7670
|
-
return addWidget$1(widget, 'EditorCompletion', render$
|
|
7656
|
+
return addWidget$1(widget, 'EditorCompletion', render$b);
|
|
7671
7657
|
};
|
|
7672
7658
|
const remove$7 = widget => {
|
|
7673
7659
|
return [['Viewlet.dispose', widget.newState.uid]];
|
|
7674
7660
|
};
|
|
7675
7661
|
const {
|
|
7676
|
-
focusFirst,
|
|
7677
|
-
focusIndex: focusIndex$
|
|
7678
|
-
focusLast,
|
|
7679
|
-
focusNext: focusNext$
|
|
7680
|
-
focusPrevious: focusPrevious$
|
|
7662
|
+
focusFirst: focusFirst$1,
|
|
7663
|
+
focusIndex: focusIndex$2,
|
|
7664
|
+
focusLast: focusLast$1,
|
|
7665
|
+
focusNext: focusNext$3,
|
|
7666
|
+
focusPrevious: focusPrevious$2,
|
|
7681
7667
|
handleEditorBlur,
|
|
7682
7668
|
handleEditorClick,
|
|
7683
7669
|
handleEditorDeleteLeft: handleEditorDeleteLeft$1,
|
|
7684
7670
|
handleEditorType: handleEditorType$1,
|
|
7685
7671
|
openDetails,
|
|
7686
|
-
selectCurrent,
|
|
7687
|
-
selectIndex,
|
|
7688
|
-
toggleDetails,
|
|
7689
|
-
closeDetails,
|
|
7690
|
-
handleWheel,
|
|
7691
|
-
close: close$
|
|
7672
|
+
selectCurrent: selectCurrent$1,
|
|
7673
|
+
selectIndex: selectIndex$1,
|
|
7674
|
+
toggleDetails: toggleDetails$1,
|
|
7675
|
+
closeDetails: closeDetails$1,
|
|
7676
|
+
handleWheel: handleWheel$1,
|
|
7677
|
+
close: close$3
|
|
7692
7678
|
} = createFns(['handleEditorType', 'focusFirst', 'focusNext', 'focusPrevious', 'focusLast', 'handleEditorDeleteLeft', 'openDetails', 'focusIndex', 'handleEditorBlur', 'handleEditorClick', 'openDetails', 'selectCurrent', 'selectIndex', 'toggleDetails', 'closeDetails', 'handleWheel', 'close'], 'Completions', Completion);
|
|
7693
7679
|
|
|
7694
7680
|
const EditorCompletionWidget = {
|
|
7695
7681
|
__proto__: null,
|
|
7696
7682
|
add: add$7,
|
|
7697
|
-
close: close$
|
|
7698
|
-
closeDetails,
|
|
7699
|
-
focusFirst,
|
|
7700
|
-
focusIndex: focusIndex$
|
|
7701
|
-
focusLast,
|
|
7702
|
-
focusNext: focusNext$
|
|
7703
|
-
focusPrevious: focusPrevious$
|
|
7683
|
+
close: close$3,
|
|
7684
|
+
closeDetails: closeDetails$1,
|
|
7685
|
+
focusFirst: focusFirst$1,
|
|
7686
|
+
focusIndex: focusIndex$2,
|
|
7687
|
+
focusLast: focusLast$1,
|
|
7688
|
+
focusNext: focusNext$3,
|
|
7689
|
+
focusPrevious: focusPrevious$2,
|
|
7704
7690
|
handleEditorBlur,
|
|
7705
7691
|
handleEditorClick,
|
|
7706
7692
|
handleEditorDeleteLeft: handleEditorDeleteLeft$1,
|
|
7707
7693
|
handleEditorType: handleEditorType$1,
|
|
7708
|
-
handleWheel,
|
|
7694
|
+
handleWheel: handleWheel$1,
|
|
7709
7695
|
openDetails,
|
|
7710
7696
|
remove: remove$7,
|
|
7711
|
-
render: render$
|
|
7712
|
-
selectCurrent,
|
|
7713
|
-
selectIndex,
|
|
7714
|
-
toggleDetails
|
|
7697
|
+
render: render$b,
|
|
7698
|
+
selectCurrent: selectCurrent$1,
|
|
7699
|
+
selectIndex: selectIndex$1,
|
|
7700
|
+
toggleDetails: toggleDetails$1
|
|
7715
7701
|
};
|
|
7716
7702
|
|
|
7717
7703
|
const renderFull$3 = (oldState, newState) => {
|
|
@@ -7721,7 +7707,7 @@ const renderFull$3 = (oldState, newState) => {
|
|
|
7721
7707
|
return commands;
|
|
7722
7708
|
};
|
|
7723
7709
|
|
|
7724
|
-
const render$
|
|
7710
|
+
const render$a = widget => {
|
|
7725
7711
|
const commands = renderFull$3(widget.oldState, widget.newState);
|
|
7726
7712
|
const wrappedCommands = [];
|
|
7727
7713
|
const {
|
|
@@ -7737,18 +7723,18 @@ const render$b = widget => {
|
|
|
7737
7723
|
return wrappedCommands;
|
|
7738
7724
|
};
|
|
7739
7725
|
const add$6 = widget => {
|
|
7740
|
-
return addWidget$1(widget, 'FindWidget', render$
|
|
7726
|
+
return addWidget$1(widget, 'FindWidget', render$a);
|
|
7741
7727
|
};
|
|
7742
7728
|
const remove$6 = widget => {
|
|
7743
7729
|
return [['Viewlet.dispose', widget.newState.uid]];
|
|
7744
7730
|
};
|
|
7745
7731
|
const {
|
|
7746
|
-
close: close$
|
|
7732
|
+
close: close$2,
|
|
7747
7733
|
focusCloseButton,
|
|
7748
7734
|
focusFind,
|
|
7749
|
-
focusNext: focusNext$
|
|
7735
|
+
focusNext: focusNext$2,
|
|
7750
7736
|
focusNextMatchButton,
|
|
7751
|
-
focusPrevious,
|
|
7737
|
+
focusPrevious: focusPrevious$1,
|
|
7752
7738
|
focusPreviousMatchButton,
|
|
7753
7739
|
focusReplace,
|
|
7754
7740
|
focusReplaceAllButton,
|
|
@@ -7766,12 +7752,12 @@ const {
|
|
|
7766
7752
|
const EditorFindWidget = {
|
|
7767
7753
|
__proto__: null,
|
|
7768
7754
|
add: add$6,
|
|
7769
|
-
close: close$
|
|
7755
|
+
close: close$2,
|
|
7770
7756
|
focusCloseButton,
|
|
7771
7757
|
focusFind,
|
|
7772
|
-
focusNext: focusNext$
|
|
7758
|
+
focusNext: focusNext$2,
|
|
7773
7759
|
focusNextMatchButton,
|
|
7774
|
-
focusPrevious,
|
|
7760
|
+
focusPrevious: focusPrevious$1,
|
|
7775
7761
|
focusPreviousMatchButton,
|
|
7776
7762
|
focusReplace,
|
|
7777
7763
|
focusReplaceAllButton,
|
|
@@ -7784,7 +7770,7 @@ const EditorFindWidget = {
|
|
|
7784
7770
|
handleReplaceInput,
|
|
7785
7771
|
handleToggleReplaceFocus,
|
|
7786
7772
|
remove: remove$6,
|
|
7787
|
-
render: render$
|
|
7773
|
+
render: render$a,
|
|
7788
7774
|
toggleReplace
|
|
7789
7775
|
};
|
|
7790
7776
|
|
|
@@ -7839,8 +7825,6 @@ const EditorCursor = 'EditorCursor';
|
|
|
7839
7825
|
const EditorRow = 'EditorRow';
|
|
7840
7826
|
const EditorRowHighlighted = 'EditorRowHighlighted';
|
|
7841
7827
|
const EditorSelection = 'EditorSelection';
|
|
7842
|
-
const EditorSourceActions = 'EditorSourceActions';
|
|
7843
|
-
const EditorSourceActionsList = 'EditorSourceActionsList';
|
|
7844
7828
|
const HoverDisplayString = 'HoverDisplayString';
|
|
7845
7829
|
const HoverDocumentation = 'HoverDocumentation';
|
|
7846
7830
|
const HoverEditorRow = 'HoverEditorRow';
|
|
@@ -7850,16 +7834,10 @@ const HoverProblemMessage = 'HoverProblemMessage';
|
|
|
7850
7834
|
const IconClose = 'IconClose';
|
|
7851
7835
|
const InputBox = 'InputBox';
|
|
7852
7836
|
const MaskIcon = 'MaskIcon';
|
|
7853
|
-
const MaskIconSymbolFile = 'MaskIconSymbolFile';
|
|
7854
|
-
const SourceActionHeading = 'SourceActionHeading';
|
|
7855
|
-
const SourceActionIcon = 'SourceActionIcon';
|
|
7856
|
-
const SourceActionItem = 'SourceActionItem';
|
|
7857
|
-
const SourceActionItemFocused = 'SourceActionItemFocused';
|
|
7858
7837
|
const Viewlet = 'Viewlet';
|
|
7859
7838
|
|
|
7860
7839
|
const HandleBeforeInput = 'handleBeforeInput';
|
|
7861
7840
|
const HandleBlur = 'handleBlur';
|
|
7862
|
-
const HandleClick = 'handleClick';
|
|
7863
7841
|
const HandleClose = 'handleClose';
|
|
7864
7842
|
const HandleCompositionEnd = 'handleCompositionEnd';
|
|
7865
7843
|
const HandleCompositionStart = 'handleCompositionStart';
|
|
@@ -7867,7 +7845,6 @@ const HandleCompositionUpdate = 'handleCompositionUpdate';
|
|
|
7867
7845
|
const HandleContextMenu = 'handleContextMenu';
|
|
7868
7846
|
const HandleCut = 'handleCut';
|
|
7869
7847
|
const HandleFocus = 'handleFocus';
|
|
7870
|
-
const HandleFocusIn = 'handleFocusIn';
|
|
7871
7848
|
const HandleMouseMove = 'handleMouseMove';
|
|
7872
7849
|
const HandleSashPointerDown = 'handleSashPointerDown';
|
|
7873
7850
|
const HandleWheel = 'handleWheel';
|
|
@@ -7970,7 +7947,7 @@ const renderHoverDom = {
|
|
|
7970
7947
|
return [/* method */SetDom2, dom];
|
|
7971
7948
|
}
|
|
7972
7949
|
};
|
|
7973
|
-
const renderBounds$
|
|
7950
|
+
const renderBounds$2 = {
|
|
7974
7951
|
isEqual(oldState, newState) {
|
|
7975
7952
|
return oldState.x === newState.x && oldState.y === newState.y;
|
|
7976
7953
|
},
|
|
@@ -7984,10 +7961,10 @@ const renderBounds$3 = {
|
|
|
7984
7961
|
return [SetBounds, x, y, width, height];
|
|
7985
7962
|
}
|
|
7986
7963
|
};
|
|
7987
|
-
const render$
|
|
7964
|
+
const render$9 = [renderHoverDom, renderBounds$2];
|
|
7988
7965
|
const renderHover = (oldState, newState) => {
|
|
7989
7966
|
const commands = [];
|
|
7990
|
-
for (const item of render$
|
|
7967
|
+
for (const item of render$9) {
|
|
7991
7968
|
if (!item.isEqual(oldState, newState)) {
|
|
7992
7969
|
commands.push(item.apply(oldState, newState));
|
|
7993
7970
|
}
|
|
@@ -7995,7 +7972,7 @@ const renderHover = (oldState, newState) => {
|
|
|
7995
7972
|
return commands;
|
|
7996
7973
|
};
|
|
7997
7974
|
|
|
7998
|
-
const render$
|
|
7975
|
+
const render$8 = widget => {
|
|
7999
7976
|
const commands = renderFull$4(widget.oldState, widget.newState);
|
|
8000
7977
|
const wrappedCommands = [];
|
|
8001
7978
|
const {
|
|
@@ -8011,14 +7988,14 @@ const render$9 = widget => {
|
|
|
8011
7988
|
return wrappedCommands;
|
|
8012
7989
|
};
|
|
8013
7990
|
const add$5 = widget => {
|
|
8014
|
-
return addWidget$1(widget, 'EditorRename', render$
|
|
7991
|
+
return addWidget$1(widget, 'EditorRename', render$8);
|
|
8015
7992
|
};
|
|
8016
7993
|
const remove$5 = widget => {
|
|
8017
7994
|
return [['Viewlet.dispose', widget.newState.uid]];
|
|
8018
7995
|
};
|
|
8019
7996
|
const {
|
|
8020
7997
|
handleInput,
|
|
8021
|
-
close,
|
|
7998
|
+
close: close$1,
|
|
8022
7999
|
accept
|
|
8023
8000
|
} = createFns(['handleInput', 'close', 'accept'], 'Rename', Rename);
|
|
8024
8001
|
|
|
@@ -8026,10 +8003,10 @@ const EditorRenameWidget = {
|
|
|
8026
8003
|
__proto__: null,
|
|
8027
8004
|
accept,
|
|
8028
8005
|
add: add$5,
|
|
8029
|
-
close,
|
|
8006
|
+
close: close$1,
|
|
8030
8007
|
handleInput,
|
|
8031
8008
|
remove: remove$5,
|
|
8032
|
-
render: render$
|
|
8009
|
+
render: render$8
|
|
8033
8010
|
};
|
|
8034
8011
|
|
|
8035
8012
|
const rerender = editor => {
|
|
@@ -8037,7 +8014,7 @@ const rerender = editor => {
|
|
|
8037
8014
|
return structuredClone(editor);
|
|
8038
8015
|
};
|
|
8039
8016
|
|
|
8040
|
-
const focusIndex = (state, index) => {
|
|
8017
|
+
const focusIndex$1 = (state, index) => {
|
|
8041
8018
|
const newState = {
|
|
8042
8019
|
...state,
|
|
8043
8020
|
focusedIndex: index
|
|
@@ -8045,9 +8022,67 @@ const focusIndex = (state, index) => {
|
|
|
8045
8022
|
return newState;
|
|
8046
8023
|
};
|
|
8047
8024
|
|
|
8048
|
-
const focusNext = state => {
|
|
8025
|
+
const focusNext$1 = state => {
|
|
8049
8026
|
const nextIndex = state.focusedIndex + 1;
|
|
8050
|
-
return focusIndex(state, nextIndex);
|
|
8027
|
+
return focusIndex$1(state, nextIndex);
|
|
8028
|
+
};
|
|
8029
|
+
|
|
8030
|
+
const removeWidget$1 = widget => {
|
|
8031
|
+
// @ts-ignore
|
|
8032
|
+
return [['Viewlet.send', widget.newState.uid, 'dispose']];
|
|
8033
|
+
};
|
|
8034
|
+
|
|
8035
|
+
const render$7 = widget => {
|
|
8036
|
+
const commands = renderFull$4(widget.oldState, widget.newState);
|
|
8037
|
+
const wrappedCommands = [];
|
|
8038
|
+
const {
|
|
8039
|
+
uid
|
|
8040
|
+
} = widget.newState;
|
|
8041
|
+
for (const command of commands) {
|
|
8042
|
+
if (command[0] === SetDom2 || command[0] === SetCss || command[0] === AppendToBody || command[0] === SetBounds2 || command[0] === RegisterEventListeners || command[0] === SetSelectionByName || command[0] === SetValueByName || command[0] === SetFocusContext || command[0] === SetUid || command[0] === 'Viewlet.focusSelector') {
|
|
8043
|
+
wrappedCommands.push(command);
|
|
8044
|
+
} else {
|
|
8045
|
+
wrappedCommands.push(['Viewlet.send', uid, ...command]);
|
|
8046
|
+
}
|
|
8047
|
+
}
|
|
8048
|
+
return wrappedCommands;
|
|
8049
|
+
};
|
|
8050
|
+
const add$4 = widget => {
|
|
8051
|
+
return addWidget$1(widget, 'EditorSourceActions', render$7);
|
|
8052
|
+
};
|
|
8053
|
+
const remove$4 = removeWidget$1;
|
|
8054
|
+
const {
|
|
8055
|
+
focusFirst,
|
|
8056
|
+
focusIndex,
|
|
8057
|
+
focusLast,
|
|
8058
|
+
focusNext,
|
|
8059
|
+
focusPrevious,
|
|
8060
|
+
selectCurrent,
|
|
8061
|
+
selectIndex,
|
|
8062
|
+
selectItem,
|
|
8063
|
+
toggleDetails,
|
|
8064
|
+
closeDetails,
|
|
8065
|
+
handleWheel,
|
|
8066
|
+
close
|
|
8067
|
+
} = createFns(['focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'selectCurrent', 'selectIndex', 'selectItem', 'toggleDetails', 'closeDetails', 'handleWheel', 'close'], 'SourceActions', SourceAction$1);
|
|
8068
|
+
|
|
8069
|
+
const EditorSourceActionWidget = {
|
|
8070
|
+
__proto__: null,
|
|
8071
|
+
add: add$4,
|
|
8072
|
+
close,
|
|
8073
|
+
closeDetails,
|
|
8074
|
+
focusFirst,
|
|
8075
|
+
focusIndex,
|
|
8076
|
+
focusLast,
|
|
8077
|
+
focusNext,
|
|
8078
|
+
focusPrevious,
|
|
8079
|
+
handleWheel,
|
|
8080
|
+
remove: remove$4,
|
|
8081
|
+
render: render$7,
|
|
8082
|
+
selectCurrent,
|
|
8083
|
+
selectIndex,
|
|
8084
|
+
selectItem,
|
|
8085
|
+
toggleDetails
|
|
8051
8086
|
};
|
|
8052
8087
|
|
|
8053
8088
|
const executeWidgetCommand = async (editor, name, method, _uid, widgetId, ...params) => {
|
|
@@ -8085,6 +8120,27 @@ const executeWidgetCommand = async (editor, name, method, _uid, widgetId, ...par
|
|
|
8085
8120
|
return newEditor;
|
|
8086
8121
|
};
|
|
8087
8122
|
|
|
8123
|
+
const filterActions = (sourceActions, languageId) => {
|
|
8124
|
+
return sourceActions.filter(action => action.languageId === languageId);
|
|
8125
|
+
};
|
|
8126
|
+
|
|
8127
|
+
// TODO ask extension host worker instead
|
|
8128
|
+
const getEditorSourceActions = async editorId => {
|
|
8129
|
+
if (!editorId) {
|
|
8130
|
+
return [];
|
|
8131
|
+
}
|
|
8132
|
+
const {
|
|
8133
|
+
newState
|
|
8134
|
+
} = get$4(editorId);
|
|
8135
|
+
const {
|
|
8136
|
+
languageId
|
|
8137
|
+
} = newState;
|
|
8138
|
+
// @ts-ignore
|
|
8139
|
+
const allActions = await invoke$8('GetEditorSourceActions.getEditorSourceActions');
|
|
8140
|
+
const filtered = filterActions(allActions, languageId);
|
|
8141
|
+
return filtered;
|
|
8142
|
+
};
|
|
8143
|
+
|
|
8088
8144
|
const RE_WORD = /[\w\-]+$/;
|
|
8089
8145
|
const getWordAtOffset = editor => {
|
|
8090
8146
|
const {
|
|
@@ -8202,6 +8258,10 @@ const applyEdits2 = async (editorUid, edits) => {
|
|
|
8202
8258
|
const newEditor = await applyEdit(editor, edits);
|
|
8203
8259
|
set$6(editorUid, editor, newEditor);
|
|
8204
8260
|
};
|
|
8261
|
+
const getSourceActions = async editorUid => {
|
|
8262
|
+
const actions = await getEditorSourceActions(editorUid);
|
|
8263
|
+
return actions;
|
|
8264
|
+
};
|
|
8205
8265
|
|
|
8206
8266
|
const pending = Object.create(null);
|
|
8207
8267
|
const loaded = Object.create(null);
|
|
@@ -8456,7 +8516,7 @@ const getKeyBindings = () => {
|
|
|
8456
8516
|
when: FocusEditorText
|
|
8457
8517
|
}, {
|
|
8458
8518
|
key: CtrlCmd | Period,
|
|
8459
|
-
command: 'Editor.
|
|
8519
|
+
command: 'Editor.showSourceActions3',
|
|
8460
8520
|
when: FocusEditorText
|
|
8461
8521
|
}, {
|
|
8462
8522
|
key: Tab,
|
|
@@ -9169,13 +9229,13 @@ const getTokensViewport2 = async (editor, startLineIndex, endLineIndex, syncIncr
|
|
|
9169
9229
|
languageId,
|
|
9170
9230
|
invalidStartIndex
|
|
9171
9231
|
};
|
|
9172
|
-
return invoke$
|
|
9232
|
+
return invoke$2('GetTokensViewport.getTokensViewport', slimEditor,
|
|
9173
9233
|
// @ts-ignore
|
|
9174
9234
|
startLineIndex, endLineIndex, hasLinesToSend, id, linesToSend);
|
|
9175
9235
|
}
|
|
9176
9236
|
// TODO only send needed lines of text
|
|
9177
9237
|
// @ts-ignore
|
|
9178
|
-
return invoke$
|
|
9238
|
+
return invoke$2('GetTokensViewport.getTokensViewport', editor, startLineIndex, endLineIndex, true, editor.id, editor.lines);
|
|
9179
9239
|
}
|
|
9180
9240
|
return getTokensViewport(editor, startLineIndex, endLineIndex);
|
|
9181
9241
|
};
|
|
@@ -9537,7 +9597,7 @@ const getIncrementalEdits = async (oldState, newState) => {
|
|
|
9537
9597
|
const oldLine = oldState.lines[rowIndex];
|
|
9538
9598
|
const newLine = lines[rowIndex];
|
|
9539
9599
|
// @ts-ignore
|
|
9540
|
-
const incrementalEdits = await invoke$
|
|
9600
|
+
const incrementalEdits = await invoke$2(
|
|
9541
9601
|
// @ts-ignore
|
|
9542
9602
|
'TokenizeIncremental.tokenizeIncremental', newState.uid,
|
|
9543
9603
|
// @ts-ignore
|
|
@@ -9583,7 +9643,7 @@ const renderWidget = widget => {
|
|
|
9583
9643
|
}
|
|
9584
9644
|
return module.render(widget);
|
|
9585
9645
|
};
|
|
9586
|
-
const removeWidget
|
|
9646
|
+
const removeWidget = widget => {
|
|
9587
9647
|
const module = get$5(widget.id);
|
|
9588
9648
|
if (!module) {
|
|
9589
9649
|
throw new Error('unsupported widget');
|
|
@@ -9658,7 +9718,7 @@ const renderFocus$1 = {
|
|
|
9658
9718
|
// TODO avoid side effect
|
|
9659
9719
|
if (newState.focused) {
|
|
9660
9720
|
const FocusEditorText = 12;
|
|
9661
|
-
invoke$
|
|
9721
|
+
invoke$8('Focus.setFocus', FocusEditorText);
|
|
9662
9722
|
}
|
|
9663
9723
|
return [/* method */'setFocused', newState.focused];
|
|
9664
9724
|
}
|
|
@@ -9738,7 +9798,7 @@ const renderWidgets = {
|
|
|
9738
9798
|
}
|
|
9739
9799
|
const removeCommands = [];
|
|
9740
9800
|
for (const removedWidget of removedWidgets) {
|
|
9741
|
-
const childCommands = removeWidget
|
|
9801
|
+
const childCommands = removeWidget(removedWidget);
|
|
9742
9802
|
if (childCommands.length > 0) {
|
|
9743
9803
|
removeCommands.push(...childCommands);
|
|
9744
9804
|
}
|
|
@@ -9748,7 +9808,7 @@ const renderWidgets = {
|
|
|
9748
9808
|
},
|
|
9749
9809
|
multiple: true
|
|
9750
9810
|
};
|
|
9751
|
-
const render$
|
|
9811
|
+
const render$6 = [renderLines, renderSelections, renderScrollBarX, renderScrollBarY, renderFocus$1, renderDecorations, renderGutterInfo, renderWidgets];
|
|
9752
9812
|
const renderEditor = async id => {
|
|
9753
9813
|
const instance = get$4(id);
|
|
9754
9814
|
if (!instance) {
|
|
@@ -9760,7 +9820,7 @@ const renderEditor = async id => {
|
|
|
9760
9820
|
} = instance;
|
|
9761
9821
|
const commands = [];
|
|
9762
9822
|
set$6(id, newState, newState);
|
|
9763
|
-
for (const item of render$
|
|
9823
|
+
for (const item of render$6) {
|
|
9764
9824
|
if (!item.isEqual(oldState, newState)) {
|
|
9765
9825
|
const result = await item.apply(oldState, newState);
|
|
9766
9826
|
// @ts-ignore
|
|
@@ -9846,7 +9906,7 @@ const updateDebugInfo = async debugId => {
|
|
|
9846
9906
|
};
|
|
9847
9907
|
set$6(key, oldState, newEditor);
|
|
9848
9908
|
// @ts-ignore
|
|
9849
|
-
await invoke$
|
|
9909
|
+
await invoke$8('Editor.rerender', key);
|
|
9850
9910
|
};
|
|
9851
9911
|
|
|
9852
9912
|
const editorDiagnosticEffect = {
|
|
@@ -9860,7 +9920,7 @@ const editorDiagnosticEffect = {
|
|
|
9860
9920
|
}
|
|
9861
9921
|
};
|
|
9862
9922
|
|
|
9863
|
-
const keep = ['ActivateByEvent.activateByEvent', 'ExtensionHostManagement.activateByEvent', 'Editor.applyEdit2', 'Editor.applyEdits2', 'Editor.closeFind2', 'Editor.closeWidget2', 'Editor.create', 'Editor.getKeyBindings', 'Editor.getLines2', 'Editor.getPositionAtCursor', 'Editor.getOffsetAtCursor', 'Editor.getQuickPickMenuEntries', 'Editor.getSelections', 'Editor.getSelections2', 'Editor.getText', 'Editor.getWordAt', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getUri', 'Editor.getWordBefore', 'Editor.getWordBefore2', 'Editor.offsetAt', 'Editor.render', 'Editor.setSelections2', 'Editor.updateDebugInfo', 'Editor.getLanguageId', 'Editor.getProblems', 'Editor.getKeys', 'Font.ensure', 'HandleMessagePort.handleMessagePort', 'Hover.getHoverInfo', 'Hover.handleSashPointerDown', 'Hover.handleSashPointerMove', 'Hover.handleSashPointerUp', 'Hover.loadContent', 'Hover.render', 'Initialize.initialize', 'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker'
|
|
9923
|
+
const keep = ['ActivateByEvent.activateByEvent', 'ExtensionHostManagement.activateByEvent', 'Editor.applyEdit2', 'Editor.applyEdits2', 'Editor.closeFind2', 'Editor.closeWidget2', 'Editor.create', 'Editor.getKeyBindings', 'Editor.getSourceActions', 'Editor.getLines2', 'Editor.getPositionAtCursor', 'Editor.getOffsetAtCursor', 'Editor.getQuickPickMenuEntries', 'Editor.getSelections', 'Editor.getSelections2', 'Editor.getText', 'Editor.getWordAt', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getUri', 'Editor.getWordBefore', 'Editor.getWordBefore2', 'Editor.offsetAt', 'Editor.render', 'Editor.setSelections2', 'Editor.updateDebugInfo', 'Editor.getLanguageId', 'Editor.getProblems', 'Editor.getKeys', 'Font.ensure', 'HandleMessagePort.handleMessagePort', 'Hover.getHoverInfo', 'Hover.handleSashPointerDown', 'Hover.handleSashPointerMove', 'Hover.handleSashPointerUp', 'Hover.loadContent', 'Hover.render', 'Initialize.initialize', 'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker'
|
|
9864
9924
|
// 'ColorPicker.handleSliderPointerDown',
|
|
9865
9925
|
// 'ColorPicker.handleSliderPointerMove',
|
|
9866
9926
|
// 'ColorPicker.loadContent',
|
|
@@ -9968,6 +10028,7 @@ const commandMap = {
|
|
|
9968
10028
|
'Editor.compositionEnd': compositionEnd,
|
|
9969
10029
|
'Editor.compositionStart': compositionStart,
|
|
9970
10030
|
'Editor.compositionUpdate': compositionUpdate,
|
|
10031
|
+
'Editor.applyDocumentEdits': applyDocumentEdits,
|
|
9971
10032
|
'Editor.contextMenu': handleContextMenu,
|
|
9972
10033
|
'Editor.copy': copy,
|
|
9973
10034
|
'Editor.copyLineDown': copyLineDown,
|
|
@@ -10007,6 +10068,7 @@ const commandMap = {
|
|
|
10007
10068
|
'Editor.getLines2': getLines2,
|
|
10008
10069
|
'Editor.getOffsetAtCursor': getOffsetAtCursor,
|
|
10009
10070
|
'Editor.getPositionAtCursor': getPositionAtCursor,
|
|
10071
|
+
'Editor.getSourceActions': getSourceActions,
|
|
10010
10072
|
'Editor.getProblems': getProblems,
|
|
10011
10073
|
'Editor.getQuickPickMenuEntries': getQuickPickMenuEntries,
|
|
10012
10074
|
'Editor.getSelections': getSelections,
|
|
@@ -10096,6 +10158,7 @@ const commandMap = {
|
|
|
10096
10158
|
'Editor.showHover2': showHover2,
|
|
10097
10159
|
'Editor.showSourceActions': showSourceActions,
|
|
10098
10160
|
'Editor.showSourceActions2': showSourceActions,
|
|
10161
|
+
'Editor.showSourceActions3': showSourceActions,
|
|
10099
10162
|
'Editor.sortLinesAscending': sortLinesAscending,
|
|
10100
10163
|
'Editor.tabCompletion': tabCompletion,
|
|
10101
10164
|
'Editor.toggleBlockComment': toggleBlockComment,
|
|
@@ -10107,31 +10170,42 @@ const commandMap = {
|
|
|
10107
10170
|
'Editor.unIndent': editorUnindent,
|
|
10108
10171
|
'Editor.updateDebugInfo': updateDebugInfo,
|
|
10109
10172
|
'Editor.updateDiagnostics': updateDiagnostics,
|
|
10110
|
-
'EditorCompletion.close': close$
|
|
10111
|
-
'EditorCompletion.closeDetails': closeDetails,
|
|
10112
|
-
'EditorCompletion.focusFirst': focusFirst,
|
|
10113
|
-
'EditorCompletion.focusIndex': focusIndex$
|
|
10114
|
-
'EditorCompletion.focusNext': focusNext$
|
|
10115
|
-
'EditorCompletion.focusPrevious': focusPrevious$
|
|
10173
|
+
'EditorCompletion.close': close$3,
|
|
10174
|
+
'EditorCompletion.closeDetails': closeDetails$1,
|
|
10175
|
+
'EditorCompletion.focusFirst': focusFirst$1,
|
|
10176
|
+
'EditorCompletion.focusIndex': focusIndex$2,
|
|
10177
|
+
'EditorCompletion.focusNext': focusNext$3,
|
|
10178
|
+
'EditorCompletion.focusPrevious': focusPrevious$2,
|
|
10116
10179
|
'EditorCompletion.handleEditorBlur': handleEditorBlur,
|
|
10117
10180
|
'EditorCompletion.handleEditorClick': handleEditorClick,
|
|
10118
10181
|
'EditorCompletion.handleEditorDeleteLeft': handleEditorDeleteLeft$1,
|
|
10119
10182
|
'EditorCompletion.handleEditorType': handleEditorType$1,
|
|
10120
|
-
'EditorCompletion.handleWheel': handleWheel,
|
|
10183
|
+
'EditorCompletion.handleWheel': handleWheel$1,
|
|
10121
10184
|
'EditorCompletion.openDetails': openDetails,
|
|
10122
|
-
'EditorCompletion.selectCurrent': selectCurrent,
|
|
10123
|
-
'EditorCompletion.selectIndex': selectIndex,
|
|
10124
|
-
'EditorCompletion.toggleDetails': toggleDetails,
|
|
10185
|
+
'EditorCompletion.selectCurrent': selectCurrent$1,
|
|
10186
|
+
'EditorCompletion.selectIndex': selectIndex$1,
|
|
10187
|
+
'EditorCompletion.toggleDetails': toggleDetails$1,
|
|
10188
|
+
'EditorSourceAction.close': close,
|
|
10189
|
+
'EditorSourceAction.closeDetails': closeDetails,
|
|
10190
|
+
'EditorSourceAction.focusFirst': focusFirst,
|
|
10191
|
+
'EditorSourceAction.focusIndex': focusIndex,
|
|
10192
|
+
'EditorSourceAction.focusNext': focusNext,
|
|
10193
|
+
'EditorSourceAction.focusPrevious': focusPrevious,
|
|
10194
|
+
'EditorSourceAction.handleWheel': handleWheel,
|
|
10195
|
+
'EditorSourceAction.selectCurrent': selectCurrent,
|
|
10196
|
+
'EditorSourceAction.selectIndex': selectIndex,
|
|
10197
|
+
'EditorSourceAction.selectItem': selectItem,
|
|
10198
|
+
'EditorSourceAction.toggleDetails': toggleDetails,
|
|
10125
10199
|
'EditorRename.accept': accept,
|
|
10126
|
-
'EditorRename.close': close,
|
|
10200
|
+
'EditorRename.close': close$1,
|
|
10127
10201
|
'EditorRename.handleInput': handleInput,
|
|
10128
|
-
'EditorSourceActions.focusNext': focusNext,
|
|
10129
|
-
'FindWidget.close': close$
|
|
10202
|
+
'EditorSourceActions.focusNext': focusNext$1,
|
|
10203
|
+
'FindWidget.close': close$2,
|
|
10130
10204
|
'FindWidget.focusCloseButton': focusCloseButton,
|
|
10131
10205
|
'FindWidget.focusFind': focusFind,
|
|
10132
|
-
'FindWidget.focusNext': focusNext$
|
|
10206
|
+
'FindWidget.focusNext': focusNext$2,
|
|
10133
10207
|
'FindWidget.focusNextMatchButton': focusNextMatchButton,
|
|
10134
|
-
'FindWidget.focusPrevious': focusPrevious,
|
|
10208
|
+
'FindWidget.focusPrevious': focusPrevious$1,
|
|
10135
10209
|
'FindWidget.focusPreviousMatchButton': focusPreviousMatchButton,
|
|
10136
10210
|
'FindWidget.focusReplace': focusReplace,
|
|
10137
10211
|
'FindWidget.focusReplaceAllButton': focusReplaceAllButton,
|
|
@@ -10165,11 +10239,6 @@ const listen = async () => {
|
|
|
10165
10239
|
set$8(rpc);
|
|
10166
10240
|
};
|
|
10167
10241
|
|
|
10168
|
-
const removeWidget = widget => {
|
|
10169
|
-
// @ts-ignore
|
|
10170
|
-
return [['Viewlet.send', widget.newState.uid, 'dispose']];
|
|
10171
|
-
};
|
|
10172
|
-
|
|
10173
10242
|
const CodeGeneratorInput = 'CodeGeneratorInput';
|
|
10174
10243
|
|
|
10175
10244
|
const getCodeGeneratorVirtualDom = state => {
|
|
@@ -10201,7 +10270,7 @@ const renderContent$1 = {
|
|
|
10201
10270
|
return [SetDom2, newState.uid, dom];
|
|
10202
10271
|
}
|
|
10203
10272
|
};
|
|
10204
|
-
const renderBounds$
|
|
10273
|
+
const renderBounds$1 = {
|
|
10205
10274
|
isEqual(oldState, newState) {
|
|
10206
10275
|
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
10207
10276
|
},
|
|
@@ -10223,10 +10292,10 @@ const renderFocus = {
|
|
|
10223
10292
|
return [Focus, '.CodeGeneratorInput', newState.focusSource];
|
|
10224
10293
|
}
|
|
10225
10294
|
};
|
|
10226
|
-
const render$
|
|
10295
|
+
const render$5 = [renderContent$1, renderBounds$1, renderFocus];
|
|
10227
10296
|
const renderFull$2 = (oldState, newState) => {
|
|
10228
10297
|
const commands = [];
|
|
10229
|
-
for (const item of render$
|
|
10298
|
+
for (const item of render$5) {
|
|
10230
10299
|
if (!item.isEqual(oldState, newState)) {
|
|
10231
10300
|
commands.push(item.apply(oldState, newState));
|
|
10232
10301
|
}
|
|
@@ -10234,7 +10303,7 @@ const renderFull$2 = (oldState, newState) => {
|
|
|
10234
10303
|
return commands;
|
|
10235
10304
|
};
|
|
10236
10305
|
|
|
10237
|
-
const render$
|
|
10306
|
+
const render$4 = widget => {
|
|
10238
10307
|
const commands = renderFull$2(widget.oldState, widget.newState);
|
|
10239
10308
|
const wrappedCommands = [];
|
|
10240
10309
|
const {
|
|
@@ -10250,16 +10319,16 @@ const render$6 = widget => {
|
|
|
10250
10319
|
}
|
|
10251
10320
|
return wrappedCommands;
|
|
10252
10321
|
};
|
|
10253
|
-
const add$
|
|
10254
|
-
return addWidget$1(widget, 'EditorCodeGenerator', render$
|
|
10322
|
+
const add$3 = widget => {
|
|
10323
|
+
return addWidget$1(widget, 'EditorCodeGenerator', render$4);
|
|
10255
10324
|
};
|
|
10256
|
-
const remove$
|
|
10325
|
+
const remove$3 = removeWidget$1;
|
|
10257
10326
|
|
|
10258
10327
|
const EditorCodeGeneratorWidget = {
|
|
10259
10328
|
__proto__: null,
|
|
10260
|
-
add: add$
|
|
10261
|
-
remove: remove$
|
|
10262
|
-
render: render$
|
|
10329
|
+
add: add$3,
|
|
10330
|
+
remove: remove$3,
|
|
10331
|
+
render: render$4
|
|
10263
10332
|
};
|
|
10264
10333
|
|
|
10265
10334
|
const renderFull$1 = (oldState, newState) => {
|
|
@@ -10269,7 +10338,7 @@ const renderFull$1 = (oldState, newState) => {
|
|
|
10269
10338
|
return commands;
|
|
10270
10339
|
};
|
|
10271
10340
|
|
|
10272
|
-
const render$
|
|
10341
|
+
const render$3 = widget => {
|
|
10273
10342
|
const commands = renderFull$1(widget.oldState, widget.newState);
|
|
10274
10343
|
const wrappedCommands = [];
|
|
10275
10344
|
const {
|
|
@@ -10284,18 +10353,18 @@ const render$5 = widget => {
|
|
|
10284
10353
|
}
|
|
10285
10354
|
return wrappedCommands;
|
|
10286
10355
|
};
|
|
10287
|
-
const add$
|
|
10288
|
-
return addWidget$1(widget, 'ColorPicker', render$
|
|
10356
|
+
const add$2 = widget => {
|
|
10357
|
+
return addWidget$1(widget, 'ColorPicker', render$3);
|
|
10289
10358
|
};
|
|
10290
|
-
const remove$
|
|
10359
|
+
const remove$2 = removeWidget$1;
|
|
10291
10360
|
const Commands = {};
|
|
10292
10361
|
|
|
10293
10362
|
const EditorColorPickerWidget = {
|
|
10294
10363
|
__proto__: null,
|
|
10295
10364
|
Commands,
|
|
10296
|
-
add: add$
|
|
10297
|
-
remove: remove$
|
|
10298
|
-
render: render$
|
|
10365
|
+
add: add$2,
|
|
10366
|
+
remove: remove$2,
|
|
10367
|
+
render: render$3
|
|
10299
10368
|
};
|
|
10300
10369
|
|
|
10301
10370
|
const getCompletionDetailVirtualDom = content => {
|
|
@@ -10339,7 +10408,7 @@ const renderContent = {
|
|
|
10339
10408
|
return [SetDom2, newState.uid, dom];
|
|
10340
10409
|
}
|
|
10341
10410
|
};
|
|
10342
|
-
const renderBounds
|
|
10411
|
+
const renderBounds = {
|
|
10343
10412
|
isEqual(oldState, newState) {
|
|
10344
10413
|
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
10345
10414
|
},
|
|
@@ -10353,9 +10422,9 @@ const renderBounds$1 = {
|
|
|
10353
10422
|
return [/* method */SetBounds, /* x */x, /* y */y, /* width */width, /* height */height];
|
|
10354
10423
|
}
|
|
10355
10424
|
};
|
|
10356
|
-
const render$
|
|
10425
|
+
const render$2 = [renderContent, renderBounds];
|
|
10357
10426
|
const renderFull = (oldState, newState) => {
|
|
10358
|
-
return renderParts(render$
|
|
10427
|
+
return renderParts(render$2, oldState, newState);
|
|
10359
10428
|
};
|
|
10360
10429
|
|
|
10361
10430
|
const getWidgetState = (editor, id) => {
|
|
@@ -10374,7 +10443,7 @@ const getCompletionState = editor => {
|
|
|
10374
10443
|
return getWidgetState(editor, Completion);
|
|
10375
10444
|
};
|
|
10376
10445
|
|
|
10377
|
-
const render$
|
|
10446
|
+
const render$1 = widget => {
|
|
10378
10447
|
const commands = renderFull(widget.oldState, widget.newState);
|
|
10379
10448
|
const wrappedCommands = [];
|
|
10380
10449
|
const {
|
|
@@ -10389,10 +10458,10 @@ const render$3 = widget => {
|
|
|
10389
10458
|
}
|
|
10390
10459
|
return wrappedCommands;
|
|
10391
10460
|
};
|
|
10392
|
-
const add$
|
|
10393
|
-
return addWidget$1(widget, 'EditorCompletionDetails', render$
|
|
10461
|
+
const add$1 = widget => {
|
|
10462
|
+
return addWidget$1(widget, 'EditorCompletionDetails', render$1);
|
|
10394
10463
|
};
|
|
10395
|
-
const remove$
|
|
10464
|
+
const remove$1 = removeWidget$1;
|
|
10396
10465
|
const handleEditorType = (editor, state) => {
|
|
10397
10466
|
const completionState = getCompletionState(editor);
|
|
10398
10467
|
if (!completionState) {
|
|
@@ -10424,158 +10493,22 @@ const handleEditorDeleteLeft = (editor, state) => {
|
|
|
10424
10493
|
|
|
10425
10494
|
const EditorCompletionDetailWidget = {
|
|
10426
10495
|
__proto__: null,
|
|
10427
|
-
add: add$
|
|
10496
|
+
add: add$1,
|
|
10428
10497
|
handleEditorDeleteLeft,
|
|
10429
10498
|
handleEditorType,
|
|
10430
|
-
remove: remove$2,
|
|
10431
|
-
render: render$3
|
|
10432
|
-
};
|
|
10433
|
-
|
|
10434
|
-
const render$2 = widget => {
|
|
10435
|
-
const commands = renderHover(widget.oldState, widget.newState);
|
|
10436
|
-
const wrappedCommands = [];
|
|
10437
|
-
const {
|
|
10438
|
-
uid
|
|
10439
|
-
} = widget.newState;
|
|
10440
|
-
for (const command of commands) {
|
|
10441
|
-
if (command[0] === SetDom2) {
|
|
10442
|
-
wrappedCommands.push([command[0], uid, ...command.slice(1)]);
|
|
10443
|
-
} else {
|
|
10444
|
-
wrappedCommands.push(['Viewlet.send', uid, ...command]);
|
|
10445
|
-
}
|
|
10446
|
-
}
|
|
10447
|
-
return wrappedCommands;
|
|
10448
|
-
};
|
|
10449
|
-
const add$1 = widget => {
|
|
10450
|
-
return addWidget$1(widget, 'EditorHover', render$2);
|
|
10451
|
-
};
|
|
10452
|
-
const remove$1 = removeWidget;
|
|
10453
|
-
|
|
10454
|
-
const EditorHoverWidget = {
|
|
10455
|
-
__proto__: null,
|
|
10456
|
-
add: add$1,
|
|
10457
10499
|
remove: remove$1,
|
|
10458
|
-
render: render$
|
|
10459
|
-
};
|
|
10460
|
-
|
|
10461
|
-
const getEditorMessageVirtualDom = message => {
|
|
10462
|
-
const dom = [{
|
|
10463
|
-
type: Div,
|
|
10464
|
-
className: 'Viewlet EditorMessage',
|
|
10465
|
-
tabIndex: -1,
|
|
10466
|
-
childCount: 2
|
|
10467
|
-
}, {
|
|
10468
|
-
type: Div,
|
|
10469
|
-
className: 'EditorMessageText',
|
|
10470
|
-
childCount: 1
|
|
10471
|
-
}, text(message), {
|
|
10472
|
-
type: Div,
|
|
10473
|
-
className: 'EditorMessageTriangle',
|
|
10474
|
-
childCount: 0
|
|
10475
|
-
}];
|
|
10476
|
-
return dom;
|
|
10477
|
-
};
|
|
10478
|
-
|
|
10479
|
-
const getEmptySourceActionsVirtualDom = () => {
|
|
10480
|
-
return getEditorMessageVirtualDom(noCodeActionsAvailable());
|
|
10481
|
-
};
|
|
10482
|
-
|
|
10483
|
-
const getActionClassName = isFocused => {
|
|
10484
|
-
if (isFocused) {
|
|
10485
|
-
return mergeClassNames(SourceActionItem, SourceActionItemFocused);
|
|
10486
|
-
}
|
|
10487
|
-
return SourceActionItem;
|
|
10488
|
-
};
|
|
10489
|
-
const getSourceActionListItemVirtualDom = sourceAction => {
|
|
10490
|
-
const {
|
|
10491
|
-
name,
|
|
10492
|
-
isFocused
|
|
10493
|
-
} = sourceAction;
|
|
10494
|
-
const actionClassName = getActionClassName(isFocused);
|
|
10495
|
-
return [{
|
|
10496
|
-
type: Div,
|
|
10497
|
-
className: actionClassName,
|
|
10498
|
-
childCount: 2
|
|
10499
|
-
}, {
|
|
10500
|
-
type: Div,
|
|
10501
|
-
className: mergeClassNames(SourceActionIcon, MaskIcon, MaskIconSymbolFile)
|
|
10502
|
-
}, text(name)];
|
|
10503
|
-
};
|
|
10504
|
-
|
|
10505
|
-
const getSourceActionsVirtualDom = sourceActions => {
|
|
10506
|
-
if (sourceActions.length === 0) {
|
|
10507
|
-
return getEmptySourceActionsVirtualDom();
|
|
10508
|
-
}
|
|
10509
|
-
const dom = [{
|
|
10510
|
-
type: Div,
|
|
10511
|
-
className: mergeClassNames(Viewlet, EditorSourceActions),
|
|
10512
|
-
tabIndex: -1,
|
|
10513
|
-
childCount: 2,
|
|
10514
|
-
onFocusIn: HandleFocusIn
|
|
10515
|
-
}, {
|
|
10516
|
-
type: Div,
|
|
10517
|
-
className: SourceActionHeading,
|
|
10518
|
-
childCount: 1
|
|
10519
|
-
}, text(sourceAction()), {
|
|
10520
|
-
type: Div,
|
|
10521
|
-
className: EditorSourceActionsList,
|
|
10522
|
-
childCount: sourceActions.length,
|
|
10523
|
-
onClick: HandleClick
|
|
10524
|
-
}, ...sourceActions.flatMap(getSourceActionListItemVirtualDom)];
|
|
10525
|
-
return dom;
|
|
10526
|
-
};
|
|
10527
|
-
|
|
10528
|
-
const getVisibleSourceActions = (sourceActions, focusedIndex) => {
|
|
10529
|
-
const visible = [];
|
|
10530
|
-
for (let i = 0; i < sourceActions.length; i++) {
|
|
10531
|
-
const isFocused = i === focusedIndex;
|
|
10532
|
-
const sourceAction = sourceActions[i];
|
|
10533
|
-
visible.push({
|
|
10534
|
-
...sourceAction,
|
|
10535
|
-
isFocused
|
|
10536
|
-
});
|
|
10537
|
-
}
|
|
10538
|
-
return visible;
|
|
10539
|
-
};
|
|
10540
|
-
|
|
10541
|
-
const renderSourceActions = {
|
|
10542
|
-
isEqual(oldState, newState) {
|
|
10543
|
-
return oldState.sourceActions === newState.sourceActions && oldState.focusedIndex === newState.focusedIndex;
|
|
10544
|
-
},
|
|
10545
|
-
apply(oldStatem, newState) {
|
|
10546
|
-
const visible = getVisibleSourceActions(newState.sourceActions, newState.focusedIndex);
|
|
10547
|
-
const dom = getSourceActionsVirtualDom(visible);
|
|
10548
|
-
return [SetDom2, newState.uid, dom];
|
|
10549
|
-
}
|
|
10550
|
-
};
|
|
10551
|
-
const renderBounds = {
|
|
10552
|
-
isEqual(oldState, newState) {
|
|
10553
|
-
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
10554
|
-
},
|
|
10555
|
-
apply(oldState, newState) {
|
|
10556
|
-
return [SetBounds, newState.x, newState.y, newState.width, newState.height];
|
|
10557
|
-
}
|
|
10558
|
-
};
|
|
10559
|
-
const render$1 = [renderSourceActions, renderBounds];
|
|
10560
|
-
const doRender = (oldState, newState) => {
|
|
10561
|
-
const commands = [];
|
|
10562
|
-
for (const item of render$1) {
|
|
10563
|
-
if (!item.isEqual(oldState, newState)) {
|
|
10564
|
-
commands.push(item.apply(oldState, newState));
|
|
10565
|
-
}
|
|
10566
|
-
}
|
|
10567
|
-
return commands;
|
|
10500
|
+
render: render$1
|
|
10568
10501
|
};
|
|
10569
10502
|
|
|
10570
10503
|
const render = widget => {
|
|
10571
|
-
const commands =
|
|
10504
|
+
const commands = renderHover(widget.oldState, widget.newState);
|
|
10572
10505
|
const wrappedCommands = [];
|
|
10573
10506
|
const {
|
|
10574
10507
|
uid
|
|
10575
10508
|
} = widget.newState;
|
|
10576
10509
|
for (const command of commands) {
|
|
10577
10510
|
if (command[0] === SetDom2) {
|
|
10578
|
-
wrappedCommands.push(command);
|
|
10511
|
+
wrappedCommands.push([command[0], uid, ...command.slice(1)]);
|
|
10579
10512
|
} else {
|
|
10580
10513
|
wrappedCommands.push(['Viewlet.send', uid, ...command]);
|
|
10581
10514
|
}
|
|
@@ -10583,11 +10516,11 @@ const render = widget => {
|
|
|
10583
10516
|
return wrappedCommands;
|
|
10584
10517
|
};
|
|
10585
10518
|
const add = widget => {
|
|
10586
|
-
return addWidget$1(widget, '
|
|
10519
|
+
return addWidget$1(widget, 'EditorHover', render);
|
|
10587
10520
|
};
|
|
10588
|
-
const remove = removeWidget;
|
|
10521
|
+
const remove = removeWidget$1;
|
|
10589
10522
|
|
|
10590
|
-
const
|
|
10523
|
+
const EditorHoverWidget = {
|
|
10591
10524
|
__proto__: null,
|
|
10592
10525
|
add,
|
|
10593
10526
|
remove,
|