@lvce-editor/static-server 0.52.11 → 0.52.13
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 +1857 -1857
- package/package.json +1 -1
- package/static/{3cb16d9 → 8ebf915}/css/App.css +83 -83
- package/static/{3cb16d9 → 8ebf915}/manifest.json +2 -2
- package/static/{3cb16d9 → 8ebf915}/packages/about-view-worker/dist/aboutWorkerMain.js +3 -3
- package/static/{3cb16d9 → 8ebf915}/packages/completion-worker/dist/completionWorkerMain.js +138 -47
- package/static/{3cb16d9 → 8ebf915}/packages/editor-worker/dist/editorWorkerMain.js +600 -1506
- package/static/{3cb16d9 → 8ebf915}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{3cb16d9 → 8ebf915}/packages/find-widget-worker/dist/findWidgetWorkerMain.js +2 -4
- package/static/{3cb16d9 → 8ebf915}/packages/rename-worker/dist/renameWorkerMain.js +11 -0
- package/static/{3cb16d9 → 8ebf915}/packages/renderer-process/dist/rendererProcessMain.js +1 -1
- package/static/{3cb16d9 → 8ebf915}/packages/renderer-worker/dist/rendererWorkerMain.js +2 -2
- package/static/index.html +4 -4
- /package/static/{3cb16d9 → 8ebf915}/config/colorTheme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/config/defaultSettings.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/config/fileMap.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/config/webExtensions.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Animation.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/DebugButtons.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/DebugValue.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/E2eTest.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/E2eTests.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/EditorHover.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/EditorMessage.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/FeatureContent.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Features.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ImagePreview.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/InputBadge.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Key.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/LegacyDialog.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Markdown.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Progress.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Select.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/Table.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletAbout.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletDialog.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletIframeInspector.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletMedia.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletOutput.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletPanel.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletPdf.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletProblems.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletReferences.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletSearch.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletStorage.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/default_file.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/default_folder.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/default_root_folder.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_access.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_access2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ada.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_agda.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ai.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_al.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_angular.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_apache.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_apex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_apib.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_apl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_asp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_astro.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_atom.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ats.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_attw.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_audio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_avif.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_avro.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_awk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_aws.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_azure.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_babel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bak.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bat.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bats.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_biml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_binary.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_biome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_blade.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_blender.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bower.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_buf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bun.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_c.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_c2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_c3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_casc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cert.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_changie.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_chef.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_class.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_claude.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_compass.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_composer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_conan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_conda.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_config.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_craco.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_css.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_css2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_cython.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_db.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_debian.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_deno.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_diff.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_django.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_docker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_docz.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_drone.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_drools.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dune.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_edge.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_elm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ember.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eps.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_epub.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_erb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_excel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_expo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fla.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flash.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flow.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_font.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_funding.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_galen.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_git.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_git2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_glide.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_godot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_grain.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_helix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_helm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_host.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_html.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_http.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_husky.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_icl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_idris.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_image.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_imba.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_inc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_informix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ini.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ink.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_io.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_janet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jar.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_java.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_json.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_json2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_json5.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_juice.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_julia.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_just.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_k.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_karma.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_key.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kite.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_knip.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kos.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lark.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_latino.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_layout.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lefthook.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_less.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_liara.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_license.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_markuplint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_yaml_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lime.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_locale.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_log.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lua.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_luau.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_lync.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_map.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_marko.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_markuplint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_maven.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_maya.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_meson.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_metal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_motif.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mson.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_next.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nim.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_noc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_node.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_node2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_npm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_opam.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_org.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_package.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_paket.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_patch.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_perl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_php.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_php2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_php3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pine.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pip.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pony.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_postman.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_preact.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_progress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pug.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_python.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_q.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_qml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_r.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_racket.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rails.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_raku.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_raml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_razor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_reason.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_red.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_registry.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rego.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_remark.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_replit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_retext.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_riot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_robots.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rome.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ron.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rust.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sails.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_san.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sas.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sass.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_scala.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_script.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_scss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_shell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sino.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_slang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_slice.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_slim.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_slint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sln.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_snort.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_source.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_spin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sst.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stackblitz.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stata.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_style.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_styled.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_svg.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_swc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_swift.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_swig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_syncpack.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_teal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_templ.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tera.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_test.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_testts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_text.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_textile.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_todo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_toit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_toml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tox.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_travis.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tree.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tres.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tsdoc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_twig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_unison.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vala.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vash.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vba.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vento.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_video.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_view.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vim.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vite.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_volt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vue.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wally.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_windi.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_word.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_word2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xib.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yaml_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yang.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_zig.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_zip.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_android.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_api.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_app.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_client.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_common.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_component.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_config.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_css.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_db.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_git.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_github.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_images.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_include.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_js.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_json.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_less.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_library.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_log.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_model.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_module.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_next.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_node.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_package.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_php.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_private.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_public.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_python.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_route.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_script.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_server.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_services.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_src.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_story.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_style.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_template.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_test.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_video.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_view.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_www.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/add.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/arrow-down.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/arrow-left.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/arrow-right.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/arrow-up.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/blank.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/book.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/case-sensitive.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/check.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chevron-down.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chevron-left.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chevron-right.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chevron-up.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chrome-close.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chrome-maximize.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chrome-minimize.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/chrome-restore.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/circle-filled.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/clear-all.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/close.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/cloud.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/collapse-all.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-all.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-alt-2.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-alt-small.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-alt.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-console.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-continue-small.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-continue.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-coverage.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-disconnect.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-line-by-line.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-pause.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-rerun.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-restart-frame.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-restart.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-stackframe.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-start.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-step-back.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-step-into.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-step-out.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-step-over.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug-stop.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/debug.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/discard.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/edit.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/ellipsis.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/error.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/exclude.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/extensions.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/files.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/filter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/go-to-file.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/icon-close.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/icon-source-control.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/icon-sync.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/icon.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/icon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/info.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/language-icon.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/link-external.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/list-flat.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/list-tree.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/new-file.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/new-folder.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/newline.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/open-preview.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/play.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/preserve-case.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/progress.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/pwa-icon-192.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/pwa-icon-512.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/record-keys.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/refresh.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/regex.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/remove.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/replace-all.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/replace.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/run-all.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/search.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/settings-gear.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/sort-precedence.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/source-control.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/split-horizontal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/squiggly-error.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/squiggly-warning.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-array.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-boolean.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-class.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-color.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-constant.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-enum-member.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-enum.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-event.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-field.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-file.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-interface.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-key.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-keyword.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-method.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-misc.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-namespace.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-numeric.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-operator.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-parameter.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-property.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-ruler.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-snippet.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-string.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-structure.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/symbol-variable.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/tag.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/terminal-bash.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/terminal.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/theme-icon.png +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/trash.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/triangle-down.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/triangle-left.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/triangle-right.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/triangle-up.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/warning.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/whole-word.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/zoom-in.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/icons/zoom-out.svg +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/babel-parser.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/blob-util.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/ky.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/lvce-editor-import-script.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/lvce-editor-ipc.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/lvce-editor-verror.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/p-min-delay.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/pretty-bytes.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/preview-injected.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/js/yoctodelay.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/lib-css/termterm.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/color-picker-worker/dist/colorPickerWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/debug-worker/dist/debugWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/error-worker/dist/errorWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/file-system-worker/dist/fileSystemWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/renderer-process/LICENSE +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/renderer-process/README.md +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/renderer-process/package.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/source-control-worker/dist/sourceControlWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.cpp +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.css +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.csv +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.dart +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.env +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.ex +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.html +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.java +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.jl +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.js +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.kt +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.pl +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.py +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/index.ts +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/scrolling.txt +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/languages/tsconfig.json +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/sample-folder/a.txt +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/sample-folder/b.txt +0 -0
- /package/static/{3cb16d9 → 8ebf915}/playground/sample-folder/c.txt +0 -0
|
@@ -263,7 +263,7 @@ const getErrorResponse = (message, error, preparePrettyError, logError) => {
|
|
|
263
263
|
const errorProperty = getErrorProperty(error, prettyError);
|
|
264
264
|
return create$1$1(message, errorProperty);
|
|
265
265
|
};
|
|
266
|
-
const create$
|
|
266
|
+
const create$d = (message, result) => {
|
|
267
267
|
return {
|
|
268
268
|
jsonrpc: Two,
|
|
269
269
|
id: message.id,
|
|
@@ -272,7 +272,7 @@ const create$e = (message, result) => {
|
|
|
272
272
|
};
|
|
273
273
|
const getSuccessResponse = (message, result) => {
|
|
274
274
|
const resultProperty = result ?? null;
|
|
275
|
-
return create$
|
|
275
|
+
return create$d(message, resultProperty);
|
|
276
276
|
};
|
|
277
277
|
const getResponse = async (message, ipc, execute, preparePrettyError, logError, requiresSocket) => {
|
|
278
278
|
try {
|
|
@@ -1082,7 +1082,7 @@ const invoke$6 = async (method, ...params) => {
|
|
|
1082
1082
|
return await worker.invoke(method, ...params);
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
const loadContent$
|
|
1085
|
+
const loadContent$2 = async (state, parentUid) => {
|
|
1086
1086
|
const {
|
|
1087
1087
|
uid,
|
|
1088
1088
|
x,
|
|
@@ -1129,17 +1129,17 @@ const getModule$2 = id => {
|
|
|
1129
1129
|
return get$5(id);
|
|
1130
1130
|
};
|
|
1131
1131
|
|
|
1132
|
-
const applyWidgetChange = (editor, widget, changes) => {
|
|
1132
|
+
const applyWidgetChange = async (editor, widget, changes) => {
|
|
1133
1133
|
const module = getModule$2(widget.id);
|
|
1134
1134
|
if (changes.length === 1 && changes[0].origin === EditorType && module.handleEditorType) {
|
|
1135
|
-
const newState = module.handleEditorType(
|
|
1135
|
+
const newState = await module.handleEditorType(widget.newState);
|
|
1136
1136
|
return {
|
|
1137
1137
|
...widget,
|
|
1138
1138
|
newState
|
|
1139
1139
|
};
|
|
1140
1140
|
}
|
|
1141
1141
|
if (changes.length === 1 && changes[0].origin === DeleteLeft && module.handleEditorDeleteLeft) {
|
|
1142
|
-
const newState = module.handleEditorDeleteLeft(
|
|
1142
|
+
const newState = await module.handleEditorDeleteLeft(widget.newState);
|
|
1143
1143
|
return {
|
|
1144
1144
|
...widget,
|
|
1145
1145
|
newState
|
|
@@ -1148,14 +1148,14 @@ const applyWidgetChange = (editor, widget, changes) => {
|
|
|
1148
1148
|
return widget;
|
|
1149
1149
|
};
|
|
1150
1150
|
|
|
1151
|
-
const applyWidgetChanges = (editor, changes) => {
|
|
1151
|
+
const applyWidgetChanges = async (editor, changes) => {
|
|
1152
1152
|
const widgets = editor.widgets || [];
|
|
1153
1153
|
if (widgets.length === 0) {
|
|
1154
1154
|
return widgets;
|
|
1155
1155
|
}
|
|
1156
1156
|
const newWidgets = [];
|
|
1157
1157
|
for (const widget of widgets) {
|
|
1158
|
-
const newWidget = applyWidgetChange(editor, widget, changes);
|
|
1158
|
+
const newWidget = await applyWidgetChange(editor, widget, changes);
|
|
1159
1159
|
if (newWidget.newState) {
|
|
1160
1160
|
newWidgets.push(newWidget);
|
|
1161
1161
|
}
|
|
@@ -1163,6 +1163,20 @@ const applyWidgetChanges = (editor, changes) => {
|
|
|
1163
1163
|
return newWidgets;
|
|
1164
1164
|
};
|
|
1165
1165
|
|
|
1166
|
+
const editors = Object.create(null);
|
|
1167
|
+
const get$4 = id => {
|
|
1168
|
+
number(id);
|
|
1169
|
+
return editors[id];
|
|
1170
|
+
};
|
|
1171
|
+
const set$4 = (id, oldEditor, newEditor) => {
|
|
1172
|
+
object(oldEditor);
|
|
1173
|
+
object(newEditor);
|
|
1174
|
+
editors[id] = {
|
|
1175
|
+
oldState: oldEditor,
|
|
1176
|
+
newState: newEditor
|
|
1177
|
+
};
|
|
1178
|
+
};
|
|
1179
|
+
|
|
1166
1180
|
const clamp = (num, min, max) => {
|
|
1167
1181
|
number(num);
|
|
1168
1182
|
number(min);
|
|
@@ -1214,7 +1228,7 @@ const getNewDeltaPercent = (height, scrollBarHeight, relativeY) => {
|
|
|
1214
1228
|
};
|
|
1215
1229
|
|
|
1216
1230
|
// TODO this should be in a separate scrolling module
|
|
1217
|
-
const setDeltaY$
|
|
1231
|
+
const setDeltaY$2 = (state, value) => {
|
|
1218
1232
|
object(state);
|
|
1219
1233
|
number(value);
|
|
1220
1234
|
const {
|
|
@@ -1365,15 +1379,11 @@ const getText$1 = state => {
|
|
|
1365
1379
|
// TDOO this doesn;t belong here
|
|
1366
1380
|
const getSelectionText = (textDocument, range) => {
|
|
1367
1381
|
object(textDocument);
|
|
1368
|
-
// console.log(range)
|
|
1369
|
-
// console.log(textDocument)
|
|
1370
1382
|
const startRowIndex = range.start.rowIndex;
|
|
1371
1383
|
const startColumnIndex = range.start.columnIndex;
|
|
1372
1384
|
const endRowIndex = Math.min(range.end.rowIndex, textDocument.lines.length - 1);
|
|
1373
1385
|
const endColumnIndex = range.end.columnIndex;
|
|
1374
1386
|
if (startRowIndex === endRowIndex) {
|
|
1375
|
-
// console.log(startRowIndex)
|
|
1376
|
-
// console.log(textDocument.lines)
|
|
1377
1387
|
return [textDocument.lines[startRowIndex].slice(startColumnIndex, endColumnIndex)];
|
|
1378
1388
|
}
|
|
1379
1389
|
const selectedLines = [textDocument.lines[startRowIndex].slice(startColumnIndex), ...textDocument.lines.slice(startRowIndex + 1, endRowIndex), textDocument.lines[endRowIndex].slice(0, endColumnIndex)];
|
|
@@ -1448,9 +1458,9 @@ const getSelectionPairs = (selections, i) => {
|
|
|
1448
1458
|
return [first, second, third, fourth, 0];
|
|
1449
1459
|
};
|
|
1450
1460
|
|
|
1451
|
-
const EmptyString
|
|
1461
|
+
const EmptyString = '';
|
|
1452
1462
|
const NewLine = '\n';
|
|
1453
|
-
const Space$
|
|
1463
|
+
const Space$1 = ' ';
|
|
1454
1464
|
const Tab$1 = '\t';
|
|
1455
1465
|
const DoubleQuote$1 = '"';
|
|
1456
1466
|
|
|
@@ -1534,7 +1544,7 @@ const measureTextWidth = (text, fontWeight, fontSize, fontFamily, letterSpacing,
|
|
|
1534
1544
|
|
|
1535
1545
|
const normalizeText = (text, normalize, tabSize) => {
|
|
1536
1546
|
if (normalize) {
|
|
1537
|
-
return text.replaceAll(Tab$1, Space$
|
|
1547
|
+
return text.replaceAll(Tab$1, Space$1.repeat(tabSize));
|
|
1538
1548
|
}
|
|
1539
1549
|
return text;
|
|
1540
1550
|
};
|
|
@@ -1822,9 +1832,9 @@ const applyEdit$1 = (editor, changes) => {
|
|
|
1822
1832
|
|
|
1823
1833
|
// TODO
|
|
1824
1834
|
const setDeltaYFixedValue$1 = (editor, value) => {
|
|
1825
|
-
return setDeltaY$
|
|
1835
|
+
return setDeltaY$2(editor, value);
|
|
1826
1836
|
};
|
|
1827
|
-
const setDeltaY$
|
|
1837
|
+
const setDeltaY$1 = (editor, value) => {
|
|
1828
1838
|
return setDeltaYFixedValue$1(editor, editor.deltaY + value);
|
|
1829
1839
|
};
|
|
1830
1840
|
const isAutoClosingChange = change => {
|
|
@@ -1869,7 +1879,7 @@ const scheduleSelections = (editor, selectionEdits) => {
|
|
|
1869
1879
|
* @param {Uint32Array|undefined} selectionChanges
|
|
1870
1880
|
* @returns
|
|
1871
1881
|
*/
|
|
1872
|
-
const scheduleDocumentAndCursorsSelections = (editor, changes, selectionChanges = undefined) => {
|
|
1882
|
+
const scheduleDocumentAndCursorsSelections = async (editor, changes, selectionChanges = undefined) => {
|
|
1873
1883
|
object(editor);
|
|
1874
1884
|
array(changes);
|
|
1875
1885
|
if (changes.length === 0) {
|
|
@@ -1898,7 +1908,8 @@ const scheduleDocumentAndCursorsSelections = (editor, changes, selectionChanges
|
|
|
1898
1908
|
invalidStartIndex,
|
|
1899
1909
|
autoClosingRanges
|
|
1900
1910
|
};
|
|
1901
|
-
|
|
1911
|
+
set$4(editor.uid, editor, newEditor);
|
|
1912
|
+
const newWidgets = await applyWidgetChanges(newEditor, changes);
|
|
1902
1913
|
const newEditor2 = {
|
|
1903
1914
|
...newEditor,
|
|
1904
1915
|
widgets: newWidgets
|
|
@@ -1931,11 +1942,7 @@ const scheduleDocumentAndCursorsSelectionIsUndo = (editor, changes) => {
|
|
|
1931
1942
|
|
|
1932
1943
|
// @ts-ignore
|
|
1933
1944
|
const scheduleDocument = async (editor, changes) => {
|
|
1934
|
-
// console.log('before')
|
|
1935
|
-
// console.log([...editor.lines])
|
|
1936
1945
|
const newLines = applyEdits(editor, changes);
|
|
1937
|
-
// console.log('after')
|
|
1938
|
-
// console.log([...editor.lines])
|
|
1939
1946
|
const invalidStartIndex = changes[0].start.rowIndex;
|
|
1940
1947
|
// if (editor.undoStack) {
|
|
1941
1948
|
// editor.undoStack.push(changes)
|
|
@@ -2017,23 +2024,6 @@ const setText = (editor, text) => {
|
|
|
2017
2024
|
};
|
|
2018
2025
|
};
|
|
2019
2026
|
|
|
2020
|
-
const editors = Object.create(null);
|
|
2021
|
-
const get$4 = id => {
|
|
2022
|
-
number(id);
|
|
2023
|
-
return editors[id];
|
|
2024
|
-
};
|
|
2025
|
-
const set$4 = (id, oldEditor, newEditor) => {
|
|
2026
|
-
number(id);
|
|
2027
|
-
object(oldEditor);
|
|
2028
|
-
object(newEditor);
|
|
2029
|
-
editors[id] = {
|
|
2030
|
-
oldState: oldEditor,
|
|
2031
|
-
newState: newEditor
|
|
2032
|
-
};
|
|
2033
|
-
};
|
|
2034
|
-
|
|
2035
|
-
const CompletionExecute = 'ExtensionHostCompletion.execute';
|
|
2036
|
-
const CompletionResolveExecute = 'ExtensionHostCompletion.executeResolve';
|
|
2037
2027
|
const HoverExecute = 'ExtensionHostHover.execute';
|
|
2038
2028
|
const TabCompletionExecuteTabCompletionProvider = 'ExtensionHost.executeTabCompletionProvider';
|
|
2039
2029
|
const TextDocumentSyncFull = 'ExtensionHostTextDocument.syncFull';
|
|
@@ -2111,7 +2101,7 @@ const waitForFirstMessage = async port => {
|
|
|
2111
2101
|
return event;
|
|
2112
2102
|
};
|
|
2113
2103
|
|
|
2114
|
-
const create$
|
|
2104
|
+
const create$c = async () => {
|
|
2115
2105
|
const {
|
|
2116
2106
|
port1,
|
|
2117
2107
|
port2
|
|
@@ -2156,7 +2146,7 @@ const wrap$2 = port => {
|
|
|
2156
2146
|
|
|
2157
2147
|
const IpcParentWithExtensionHostWorker = {
|
|
2158
2148
|
__proto__: null,
|
|
2159
|
-
create: create$
|
|
2149
|
+
create: create$c,
|
|
2160
2150
|
wrap: wrap$2
|
|
2161
2151
|
};
|
|
2162
2152
|
|
|
@@ -2164,7 +2154,7 @@ const sendMessagePortToRendererProcess = async port => {
|
|
|
2164
2154
|
await invokeAndTransfer('SendMessagePortToRendererProcess.sendMessagePortToRendererProcess', port, 'HandleMessagePort.handleMessagePort');
|
|
2165
2155
|
};
|
|
2166
2156
|
|
|
2167
|
-
const create$
|
|
2157
|
+
const create$b = async () => {
|
|
2168
2158
|
const {
|
|
2169
2159
|
port1,
|
|
2170
2160
|
port2
|
|
@@ -2209,7 +2199,7 @@ const wrap$1 = port => {
|
|
|
2209
2199
|
|
|
2210
2200
|
const IpcParentWithRendererProcess = {
|
|
2211
2201
|
__proto__: null,
|
|
2212
|
-
create: create$
|
|
2202
|
+
create: create$b,
|
|
2213
2203
|
wrap: wrap$1
|
|
2214
2204
|
};
|
|
2215
2205
|
|
|
@@ -2217,7 +2207,7 @@ const sendMessagePortToSyntaxHighlightingWorker = async port => {
|
|
|
2217
2207
|
await invokeAndTransfer('SendMessagePortToSyntaxHighlightingWorker.sendMessagePortToSyntaxHighlightingWorker', port, 'HandleMessagePort.handleMessagePort');
|
|
2218
2208
|
};
|
|
2219
2209
|
|
|
2220
|
-
const create$
|
|
2210
|
+
const create$a = async () => {
|
|
2221
2211
|
const {
|
|
2222
2212
|
port1,
|
|
2223
2213
|
port2
|
|
@@ -2262,7 +2252,7 @@ const wrap = port => {
|
|
|
2262
2252
|
|
|
2263
2253
|
const IpcParentWithSyntaxHighlightingWorker = {
|
|
2264
2254
|
__proto__: null,
|
|
2265
|
-
create: create$
|
|
2255
|
+
create: create$a,
|
|
2266
2256
|
wrap
|
|
2267
2257
|
};
|
|
2268
2258
|
|
|
@@ -2279,7 +2269,7 @@ const getModule$1 = method => {
|
|
|
2279
2269
|
}
|
|
2280
2270
|
};
|
|
2281
2271
|
|
|
2282
|
-
const create$
|
|
2272
|
+
const create$9 = async ({
|
|
2283
2273
|
method,
|
|
2284
2274
|
...options
|
|
2285
2275
|
}) => {
|
|
@@ -2297,7 +2287,7 @@ const create$a = async ({
|
|
|
2297
2287
|
const createRpc = method => {
|
|
2298
2288
|
let _ipc;
|
|
2299
2289
|
const listen = async () => {
|
|
2300
|
-
const ipc = await create$
|
|
2290
|
+
const ipc = await create$9({
|
|
2301
2291
|
method
|
|
2302
2292
|
});
|
|
2303
2293
|
handleIpc(ipc);
|
|
@@ -2321,7 +2311,6 @@ const {
|
|
|
2321
2311
|
invoke: invoke$5} = createRpc(ExtensionHostWorker);
|
|
2322
2312
|
|
|
2323
2313
|
const ColorPicker$1 = 41;
|
|
2324
|
-
const CompletionDetail$1 = 999;
|
|
2325
2314
|
const EditorCompletion = 9;
|
|
2326
2315
|
const Empty = 0;
|
|
2327
2316
|
const FindWidget = 16;
|
|
@@ -2334,7 +2323,6 @@ const measureCharacterWidth = (fontWeight, fontSize, fontFamily, letterSpacing)
|
|
|
2334
2323
|
return measureTextWidth('a', fontWeight, fontSize, fontFamily, letterSpacing, false, 0);
|
|
2335
2324
|
};
|
|
2336
2325
|
|
|
2337
|
-
const OnCompletion = 'onCompletion';
|
|
2338
2326
|
const OnDiagnostic = 'onDiagnostic';
|
|
2339
2327
|
const OnHover = 'onHover';
|
|
2340
2328
|
const OnTabCompletion = 'onTabCompletion';
|
|
@@ -2557,7 +2545,7 @@ const createEditor = async ({
|
|
|
2557
2545
|
// TODO avoid creating intermediate editors here
|
|
2558
2546
|
const newEditor1 = setBounds(editor, x, y, width, height, 9);
|
|
2559
2547
|
const newEditor2 = setText(newEditor1, content);
|
|
2560
|
-
const newEditor3 = setDeltaY$
|
|
2548
|
+
const newEditor3 = setDeltaY$2(newEditor2, 0);
|
|
2561
2549
|
const newEditor4 = {
|
|
2562
2550
|
...newEditor3,
|
|
2563
2551
|
focused: true
|
|
@@ -2692,7 +2680,7 @@ const getAccurateColumnIndexAscii = (line, guess, averageCharWidth, eventX, font
|
|
|
2692
2680
|
const supported = () => {
|
|
2693
2681
|
return 'Segmenter' in Intl;
|
|
2694
2682
|
};
|
|
2695
|
-
const create$
|
|
2683
|
+
const create$8 = () => {
|
|
2696
2684
|
// @ts-ignore
|
|
2697
2685
|
const segmenter = new Intl.Segmenter();
|
|
2698
2686
|
return {
|
|
@@ -2730,7 +2718,7 @@ const create$9 = () => {
|
|
|
2730
2718
|
|
|
2731
2719
|
// @ts-ignore
|
|
2732
2720
|
const getAccurateColumnIndexUnicode = (line, guess, averageCharWidth, eventX, fontWeight, fontSize, fontFamily, letterSpacing) => {
|
|
2733
|
-
const segmenter = create$
|
|
2721
|
+
const segmenter = create$8();
|
|
2734
2722
|
const segments = segmenter.getSegments(line);
|
|
2735
2723
|
const isMonospaceFont = false;
|
|
2736
2724
|
const charWidth = 0;
|
|
@@ -3002,24 +2990,6 @@ const closeCodeGenerator = editor => {
|
|
|
3002
2990
|
};
|
|
3003
2991
|
};
|
|
3004
2992
|
|
|
3005
|
-
const isCompletionWidget = widget => {
|
|
3006
|
-
return widget.id === Completion;
|
|
3007
|
-
};
|
|
3008
|
-
const closeCompletion = editor => {
|
|
3009
|
-
const {
|
|
3010
|
-
widgets
|
|
3011
|
-
} = editor;
|
|
3012
|
-
const completionWidgetIndex = widgets.findIndex(isCompletionWidget);
|
|
3013
|
-
if (completionWidgetIndex === -1) {
|
|
3014
|
-
return editor;
|
|
3015
|
-
}
|
|
3016
|
-
const newWidgets = removeEditorWidget(widgets, Completion);
|
|
3017
|
-
return {
|
|
3018
|
-
...editor,
|
|
3019
|
-
widgets: newWidgets
|
|
3020
|
-
};
|
|
3021
|
-
};
|
|
3022
|
-
|
|
3023
2993
|
const isMatchingWidget$1 = widget => {
|
|
3024
2994
|
return widget.id === Find;
|
|
3025
2995
|
};
|
|
@@ -3039,24 +3009,60 @@ const closeFind = editor => {
|
|
|
3039
3009
|
};
|
|
3040
3010
|
};
|
|
3041
3011
|
|
|
3012
|
+
const launchRenameWorker = async () => {
|
|
3013
|
+
const name = 'Rename Worker';
|
|
3014
|
+
const {
|
|
3015
|
+
port1,
|
|
3016
|
+
port2
|
|
3017
|
+
} = getPortTuple();
|
|
3018
|
+
await invokeAndTransfer('IpcParent.create', {
|
|
3019
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3020
|
+
url: 'renameWorkerMain.js',
|
|
3021
|
+
name: name,
|
|
3022
|
+
raw: true,
|
|
3023
|
+
port: port1
|
|
3024
|
+
});
|
|
3025
|
+
const rpc = await MessagePortRpcParent.create({
|
|
3026
|
+
commandMap: {},
|
|
3027
|
+
messagePort: port2,
|
|
3028
|
+
isMessagePortOpen: true
|
|
3029
|
+
});
|
|
3030
|
+
port2.start();
|
|
3031
|
+
return rpc;
|
|
3032
|
+
};
|
|
3033
|
+
|
|
3034
|
+
let workerPromise$2;
|
|
3035
|
+
const getOrCreate$2 = () => {
|
|
3036
|
+
if (!workerPromise$2) {
|
|
3037
|
+
workerPromise$2 = launchRenameWorker();
|
|
3038
|
+
}
|
|
3039
|
+
return workerPromise$2;
|
|
3040
|
+
};
|
|
3041
|
+
const invoke$4 = async (method, ...params) => {
|
|
3042
|
+
const worker = await getOrCreate$2();
|
|
3043
|
+
return await worker.invoke(method, ...params);
|
|
3044
|
+
};
|
|
3045
|
+
|
|
3042
3046
|
// TODO duplicate code
|
|
3043
3047
|
const isRenameWidget = widget => {
|
|
3044
3048
|
return widget.id === Rename;
|
|
3045
3049
|
};
|
|
3046
|
-
const closeRename = editor => {
|
|
3050
|
+
const closeRename = async editor => {
|
|
3047
3051
|
const {
|
|
3048
|
-
widgets
|
|
3052
|
+
widgets,
|
|
3053
|
+
uid
|
|
3049
3054
|
} = editor;
|
|
3050
3055
|
const renameWidgetIndex = widgets.findIndex(isRenameWidget);
|
|
3051
3056
|
if (renameWidgetIndex === -1) {
|
|
3052
3057
|
return editor;
|
|
3053
3058
|
}
|
|
3054
|
-
const
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
};
|
|
3059
|
+
const renameWidget = widgets[renameWidgetIndex];
|
|
3060
|
+
await invoke$4('Rename.close', renameWidget.newState.uid);
|
|
3061
|
+
const latest = get$4(uid);
|
|
3062
|
+
const {
|
|
3063
|
+
newState
|
|
3064
|
+
} = latest;
|
|
3065
|
+
return newState;
|
|
3060
3066
|
};
|
|
3061
3067
|
|
|
3062
3068
|
const isMatchingWidget = widget => {
|
|
@@ -3096,6 +3102,12 @@ const setFocus = async focusKey => {
|
|
|
3096
3102
|
}
|
|
3097
3103
|
await invoke$7('Focus.setFocus', focusKey);
|
|
3098
3104
|
};
|
|
3105
|
+
const unsetAdditionalFocus = async focusKey => {
|
|
3106
|
+
if (!focusKey) {
|
|
3107
|
+
return;
|
|
3108
|
+
}
|
|
3109
|
+
await invoke$7('Focus.removeAdditionalFocus', focusKey);
|
|
3110
|
+
};
|
|
3099
3111
|
|
|
3100
3112
|
const addWidgetToEditor = async (widgetId, focusKey, editor, factory, newStateGenerator, fullFocus) => {
|
|
3101
3113
|
const {
|
|
@@ -3127,12 +3139,12 @@ const addWidgetToEditor = async (widgetId, focusKey, editor, factory, newStateGe
|
|
|
3127
3139
|
return newEditor;
|
|
3128
3140
|
};
|
|
3129
3141
|
|
|
3130
|
-
const create$
|
|
3142
|
+
const create$7 = () => {
|
|
3131
3143
|
return Math.random();
|
|
3132
3144
|
};
|
|
3133
3145
|
|
|
3134
|
-
const create$
|
|
3135
|
-
const completionUid = create$
|
|
3146
|
+
const create$6 = () => {
|
|
3147
|
+
const completionUid = create$7();
|
|
3136
3148
|
const widget = {
|
|
3137
3149
|
id: ColorPicker,
|
|
3138
3150
|
oldState: {
|
|
@@ -3155,11 +3167,11 @@ const create$7 = () => {
|
|
|
3155
3167
|
return widget;
|
|
3156
3168
|
};
|
|
3157
3169
|
|
|
3158
|
-
const newStateGenerator$
|
|
3159
|
-
return loadContent$
|
|
3170
|
+
const newStateGenerator$5 = (state, parentUid) => {
|
|
3171
|
+
return loadContent$2(state, parentUid);
|
|
3160
3172
|
};
|
|
3161
3173
|
const openColorPicker = async editor => {
|
|
3162
|
-
return addWidgetToEditor(ColorPicker, ColorPicker$1, editor, create$
|
|
3174
|
+
return addWidgetToEditor(ColorPicker, ColorPicker$1, editor, create$6, newStateGenerator$5);
|
|
3163
3175
|
};
|
|
3164
3176
|
|
|
3165
3177
|
const state$6 = {
|
|
@@ -3404,7 +3416,7 @@ const characterLeft = (line, columnIndex) => {
|
|
|
3404
3416
|
if (!supported()) {
|
|
3405
3417
|
return 1;
|
|
3406
3418
|
}
|
|
3407
|
-
const segmenter = create$
|
|
3419
|
+
const segmenter = create$8();
|
|
3408
3420
|
const last = segmenter.at(line, columnIndex - 1);
|
|
3409
3421
|
return columnIndex - last.index;
|
|
3410
3422
|
};
|
|
@@ -3415,12 +3427,12 @@ const characterRight = (line, columnIndex) => {
|
|
|
3415
3427
|
if (!supported()) {
|
|
3416
3428
|
return 1;
|
|
3417
3429
|
}
|
|
3418
|
-
const segmenter = create$
|
|
3430
|
+
const segmenter = create$8();
|
|
3419
3431
|
const next = segmenter.at(line, columnIndex);
|
|
3420
3432
|
return next.segment.length;
|
|
3421
3433
|
};
|
|
3422
3434
|
const isWhitespace = char => {
|
|
3423
|
-
return char === Space$
|
|
3435
|
+
return char === Space$1 || char === Tab$1;
|
|
3424
3436
|
};
|
|
3425
3437
|
const lineCharacterStart = (line, columnIndex) => {
|
|
3426
3438
|
if (line.length === 0) {
|
|
@@ -3942,7 +3954,7 @@ const getWordAt$2 = (line, columnIndex) => {
|
|
|
3942
3954
|
const matchBefore = before.match(RE_WORD_END$1);
|
|
3943
3955
|
const after = line.slice(columnIndex);
|
|
3944
3956
|
const matchAfter = after.match(RE_WORD_START$1);
|
|
3945
|
-
let word = EmptyString
|
|
3957
|
+
let word = EmptyString;
|
|
3946
3958
|
if (matchBefore) {
|
|
3947
3959
|
word += matchBefore[0];
|
|
3948
3960
|
}
|
|
@@ -3959,7 +3971,7 @@ const getWordBefore$1 = (line, columnIndex) => {
|
|
|
3959
3971
|
if (matchBefore) {
|
|
3960
3972
|
return matchBefore[0];
|
|
3961
3973
|
}
|
|
3962
|
-
return EmptyString
|
|
3974
|
+
return EmptyString;
|
|
3963
3975
|
};
|
|
3964
3976
|
|
|
3965
3977
|
const getWordAt$1 = (editor, rowIndex, columnIndex) => {
|
|
@@ -4020,7 +4032,6 @@ const MoveLineUp = 'Move Line Up';
|
|
|
4020
4032
|
const NoCodeActionsAvailable = 'No code actions available';
|
|
4021
4033
|
const NoDefinitionFound = 'No definition found';
|
|
4022
4034
|
const NoDefinitionFoundFor = "No definition found for '{PH1}'";
|
|
4023
|
-
const NoResults = 'No Results';
|
|
4024
4035
|
const NoTypeDefinitionFound = 'No type definition found';
|
|
4025
4036
|
const NoTypeDefinitionFoundFor = "No type definition found for '{PH1}'";
|
|
4026
4037
|
const SourceAction = 'Source Action';
|
|
@@ -4042,9 +4053,6 @@ const noTypeDefinitionFoundFor = word => {
|
|
|
4042
4053
|
const noTypeDefinitionFound = () => {
|
|
4043
4054
|
return i18nString(NoTypeDefinitionFound);
|
|
4044
4055
|
};
|
|
4045
|
-
const noResults = () => {
|
|
4046
|
-
return i18nString(NoResults);
|
|
4047
|
-
};
|
|
4048
4056
|
const sourceAction = () => {
|
|
4049
4057
|
return i18nString(SourceAction);
|
|
4050
4058
|
};
|
|
@@ -4683,7 +4691,6 @@ const getNewPercent$1 = (size, scrollBarSize, relativeX) => {
|
|
|
4683
4691
|
return 0;
|
|
4684
4692
|
}
|
|
4685
4693
|
// if (relativeY <= editor.scrollBarHeight / 2) {
|
|
4686
|
-
// console.log('clicked at top')
|
|
4687
4694
|
// // clicked at top
|
|
4688
4695
|
// return 0
|
|
4689
4696
|
// }
|
|
@@ -4769,7 +4776,6 @@ const getNewPercent = (state, relativeY) => {
|
|
|
4769
4776
|
scrollBarHeight
|
|
4770
4777
|
} = state;
|
|
4771
4778
|
// if (relativeY <= editor.scrollBarHeight / 2) {
|
|
4772
|
-
// console.log('clicked at top')
|
|
4773
4779
|
// // clicked at top
|
|
4774
4780
|
// return 0
|
|
4775
4781
|
// }
|
|
@@ -4848,7 +4854,6 @@ const handleTouchEnd = (editor, touchEvent) => {
|
|
|
4848
4854
|
// EditorCursorSet.cursorSet(editor, position)
|
|
4849
4855
|
// }
|
|
4850
4856
|
// } else {
|
|
4851
|
-
// console.log('different position')
|
|
4852
4857
|
// }
|
|
4853
4858
|
};
|
|
4854
4859
|
|
|
@@ -4871,8 +4876,8 @@ const handleTouchStart = (editor, touchEvent) => {
|
|
|
4871
4876
|
};
|
|
4872
4877
|
|
|
4873
4878
|
// @ts-ignore
|
|
4874
|
-
const setDeltaY
|
|
4875
|
-
return setDeltaY$
|
|
4879
|
+
const setDeltaY = (editor, deltaY) => {
|
|
4880
|
+
return setDeltaY$1(editor, deltaY);
|
|
4876
4881
|
};
|
|
4877
4882
|
|
|
4878
4883
|
// @ts-ignore
|
|
@@ -4889,11 +4894,11 @@ const setDelta = (editor, deltaMode, eventDeltaX, eventDeltaY) => {
|
|
|
4889
4894
|
const {
|
|
4890
4895
|
deltaX} = editor;
|
|
4891
4896
|
if (eventDeltaX === 0) {
|
|
4892
|
-
return setDeltaY
|
|
4897
|
+
return setDeltaY(editor, eventDeltaY);
|
|
4893
4898
|
}
|
|
4894
4899
|
const newDeltaX = clamp(deltaX + eventDeltaX, 0, Number.POSITIVE_INFINITY);
|
|
4895
4900
|
return {
|
|
4896
|
-
...setDeltaY
|
|
4901
|
+
...setDeltaY(editor, eventDeltaY),
|
|
4897
4902
|
deltaX: newDeltaX
|
|
4898
4903
|
};
|
|
4899
4904
|
};
|
|
@@ -5257,8 +5262,8 @@ const moveSelectionPx = (editor, x, y) => {
|
|
|
5257
5262
|
const Script = 2;
|
|
5258
5263
|
const Unknown$1 = 0;
|
|
5259
5264
|
|
|
5260
|
-
const create$
|
|
5261
|
-
const completionUid = create$
|
|
5265
|
+
const create$5 = () => {
|
|
5266
|
+
const completionUid = create$7();
|
|
5262
5267
|
const widget = {
|
|
5263
5268
|
id: CodeGenerator,
|
|
5264
5269
|
oldState: {
|
|
@@ -5285,7 +5290,7 @@ const create$6 = () => {
|
|
|
5285
5290
|
return widget;
|
|
5286
5291
|
};
|
|
5287
5292
|
|
|
5288
|
-
const newStateGenerator$
|
|
5293
|
+
const newStateGenerator$4 = async state => {
|
|
5289
5294
|
const latestState = {
|
|
5290
5295
|
...state,
|
|
5291
5296
|
x: 100,
|
|
@@ -5297,575 +5302,163 @@ const newStateGenerator$3 = async state => {
|
|
|
5297
5302
|
};
|
|
5298
5303
|
const openCodeGenerator = async editor => {
|
|
5299
5304
|
const fullFocus = true;
|
|
5300
|
-
return addWidgetToEditor(CodeGenerator, FocusCodeGenerator, editor, create$
|
|
5305
|
+
return addWidgetToEditor(CodeGenerator, FocusCodeGenerator, editor, create$5, newStateGenerator$4, fullFocus);
|
|
5301
5306
|
};
|
|
5302
5307
|
|
|
5303
|
-
const create$
|
|
5304
|
-
const completionUid = create$
|
|
5308
|
+
const create$4 = () => {
|
|
5309
|
+
const completionUid = create$7();
|
|
5305
5310
|
const completionWidget = {
|
|
5306
5311
|
id: Completion,
|
|
5307
5312
|
oldState: {
|
|
5308
|
-
items: [],
|
|
5309
|
-
itemHeight: 20,
|
|
5310
|
-
maxHeight: 150,
|
|
5311
|
-
minLineY: 0,
|
|
5312
|
-
maxLineY: 0,
|
|
5313
5313
|
uid: completionUid,
|
|
5314
|
-
focusedIndex: -1,
|
|
5315
5314
|
x: 0,
|
|
5316
5315
|
y: 0,
|
|
5317
5316
|
width: 0,
|
|
5318
5317
|
height: 0,
|
|
5319
|
-
|
|
5320
|
-
finalDeltaY: 0,
|
|
5321
|
-
focused: false,
|
|
5322
|
-
headerHeight: 0
|
|
5318
|
+
commands: []
|
|
5323
5319
|
},
|
|
5324
5320
|
newState: {
|
|
5325
|
-
items: [],
|
|
5326
|
-
itemHeight: 20,
|
|
5327
|
-
maxHeight: 150,
|
|
5328
|
-
minLineY: 0,
|
|
5329
|
-
maxLineY: 10,
|
|
5330
5321
|
uid: completionUid,
|
|
5331
|
-
focusedIndex: -1,
|
|
5332
5322
|
x: 0,
|
|
5333
5323
|
y: 0,
|
|
5334
5324
|
width: 0,
|
|
5335
5325
|
height: 0,
|
|
5336
|
-
|
|
5337
|
-
finalDeltaY: 0,
|
|
5338
|
-
headerHeight: 0,
|
|
5339
|
-
focused: false
|
|
5326
|
+
commands: []
|
|
5340
5327
|
}
|
|
5341
5328
|
};
|
|
5342
5329
|
return completionWidget;
|
|
5343
5330
|
};
|
|
5344
5331
|
|
|
5345
|
-
const
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5332
|
+
const launchCompletionWorker = async () => {
|
|
5333
|
+
const name = 'Completion Worker';
|
|
5334
|
+
const {
|
|
5335
|
+
port1,
|
|
5336
|
+
port2
|
|
5337
|
+
} = getPortTuple();
|
|
5338
|
+
await invokeAndTransfer('IpcParent.create', {
|
|
5339
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
5340
|
+
url: 'completionWorkerMain.js',
|
|
5341
|
+
name: name,
|
|
5342
|
+
raw: true,
|
|
5343
|
+
port: port1
|
|
5344
|
+
});
|
|
5345
|
+
const rpc = await MessagePortRpcParent.create({
|
|
5346
|
+
commandMap: {},
|
|
5347
|
+
messagePort: port2,
|
|
5348
|
+
isMessagePortOpen: true
|
|
5349
|
+
});
|
|
5350
|
+
port2.start();
|
|
5351
|
+
await rpc.invoke('Completions.initialize');
|
|
5352
|
+
return rpc;
|
|
5353
5353
|
};
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5354
|
+
|
|
5355
|
+
let workerPromise$1;
|
|
5356
|
+
const getOrCreate$1 = () => {
|
|
5357
|
+
if (!workerPromise$1) {
|
|
5358
|
+
workerPromise$1 = launchCompletionWorker();
|
|
5359
|
+
}
|
|
5360
|
+
return workerPromise$1;
|
|
5361
|
+
};
|
|
5362
|
+
const invoke$3 = async (method, ...params) => {
|
|
5363
|
+
const worker = await getOrCreate$1();
|
|
5364
|
+
return await worker.invoke(method, ...params);
|
|
5362
5365
|
};
|
|
5363
5366
|
|
|
5364
|
-
const
|
|
5367
|
+
const newStateGenerator$3 = async (state, parentUid) => {
|
|
5365
5368
|
const {
|
|
5366
|
-
|
|
5369
|
+
uid,
|
|
5370
|
+
x,
|
|
5371
|
+
y,
|
|
5372
|
+
width,
|
|
5373
|
+
height
|
|
5374
|
+
} = state;
|
|
5375
|
+
const editor = get$4(parentUid);
|
|
5376
|
+
const {
|
|
5377
|
+
languageId
|
|
5367
5378
|
} = editor;
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
const
|
|
5371
|
-
|
|
5379
|
+
await invoke$3('Completions.create', uid, x, y, width, height, parentUid, languageId);
|
|
5380
|
+
await invoke$3('Completions.loadContent', uid);
|
|
5381
|
+
const diff = await invoke$3('Completions.diff2', uid);
|
|
5382
|
+
const commands = await invoke$3('Completions.render2', uid, diff);
|
|
5383
|
+
return {
|
|
5384
|
+
...state,
|
|
5385
|
+
commands
|
|
5386
|
+
};
|
|
5372
5387
|
};
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
const offset = getOffsetAtCursor(editor);
|
|
5377
|
-
const completions = await executeCompletionProvider(editor, offset);
|
|
5378
|
-
return completions;
|
|
5388
|
+
const openCompletion = async editor => {
|
|
5389
|
+
const fullFocus = false;
|
|
5390
|
+
return addWidgetToEditor(Completion, EditorCompletion, editor, create$4, newStateGenerator$3, fullFocus);
|
|
5379
5391
|
};
|
|
5380
5392
|
|
|
5381
|
-
|
|
5382
|
-
const
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5393
|
+
const create$3 = () => {
|
|
5394
|
+
const uid = create$7();
|
|
5395
|
+
const widget = {
|
|
5396
|
+
id: Find,
|
|
5397
|
+
oldState: {
|
|
5398
|
+
uid,
|
|
5399
|
+
x: 0,
|
|
5400
|
+
y: 0,
|
|
5401
|
+
width: 0,
|
|
5402
|
+
height: 0,
|
|
5403
|
+
commands: [],
|
|
5404
|
+
editorUid: 0
|
|
5405
|
+
},
|
|
5406
|
+
newState: {
|
|
5407
|
+
uid,
|
|
5408
|
+
x: 0,
|
|
5409
|
+
y: 0,
|
|
5410
|
+
width: 0,
|
|
5411
|
+
height: 0,
|
|
5412
|
+
commands: [],
|
|
5413
|
+
editorUid: 0
|
|
5414
|
+
}
|
|
5415
|
+
};
|
|
5416
|
+
return widget;
|
|
5394
5417
|
};
|
|
5395
5418
|
|
|
5396
|
-
const
|
|
5397
|
-
|
|
5398
|
-
const
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
}
|
|
5409
|
-
|
|
5410
|
-
}
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
const Underline = '_';
|
|
5417
|
-
const T = 't';
|
|
5418
|
-
const isLowerCase = char => {
|
|
5419
|
-
return char === char.toLowerCase();
|
|
5420
|
-
};
|
|
5421
|
-
const isUpperCase = char => {
|
|
5422
|
-
return char === char.toUpperCase();
|
|
5423
|
-
};
|
|
5424
|
-
|
|
5425
|
-
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
5426
|
-
const isGap = (columnCharBefore, columnChar) => {
|
|
5427
|
-
switch (columnCharBefore) {
|
|
5428
|
-
case Dash:
|
|
5429
|
-
case Underline:
|
|
5430
|
-
case EmptyString:
|
|
5431
|
-
case T:
|
|
5432
|
-
case Space$1:
|
|
5433
|
-
case Dot:
|
|
5434
|
-
return true;
|
|
5435
|
-
}
|
|
5436
|
-
if (isLowerCase(columnCharBefore) && isUpperCase(columnChar)) {
|
|
5437
|
-
return true;
|
|
5438
|
-
}
|
|
5439
|
-
return false;
|
|
5419
|
+
const launchFindWidgetWorker = async () => {
|
|
5420
|
+
const name = 'Find Widget Worker';
|
|
5421
|
+
const {
|
|
5422
|
+
port1,
|
|
5423
|
+
port2
|
|
5424
|
+
} = getPortTuple();
|
|
5425
|
+
await invokeAndTransfer('IpcParent.create', {
|
|
5426
|
+
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
5427
|
+
url: 'findWidgetWorkerMain.js',
|
|
5428
|
+
name: name,
|
|
5429
|
+
raw: true,
|
|
5430
|
+
port: port1
|
|
5431
|
+
});
|
|
5432
|
+
const rpc = await MessagePortRpcParent.create({
|
|
5433
|
+
commandMap: {},
|
|
5434
|
+
messagePort: port2,
|
|
5435
|
+
isMessagePortOpen: true
|
|
5436
|
+
});
|
|
5437
|
+
port2.start();
|
|
5438
|
+
return rpc;
|
|
5440
5439
|
};
|
|
5441
5440
|
|
|
5442
|
-
|
|
5443
|
-
const
|
|
5444
|
-
if (
|
|
5445
|
-
|
|
5446
|
-
}
|
|
5447
|
-
const isMatch = rowChar === columnChar;
|
|
5448
|
-
if (isMatch) {
|
|
5449
|
-
if (isDiagonalMatch) {
|
|
5450
|
-
return 8;
|
|
5451
|
-
}
|
|
5452
|
-
if (isGap(columnCharBefore, columnChar)) {
|
|
5453
|
-
return 8;
|
|
5454
|
-
}
|
|
5455
|
-
return 5;
|
|
5456
|
-
}
|
|
5457
|
-
if (isGap(columnCharBefore, columnChar)) {
|
|
5458
|
-
return 8;
|
|
5441
|
+
let workerPromise;
|
|
5442
|
+
const getOrCreate = () => {
|
|
5443
|
+
if (!workerPromise) {
|
|
5444
|
+
workerPromise = launchFindWidgetWorker();
|
|
5459
5445
|
}
|
|
5460
|
-
return
|
|
5446
|
+
return workerPromise;
|
|
5447
|
+
};
|
|
5448
|
+
const invoke$2 = async (method, ...params) => {
|
|
5449
|
+
const worker = await getOrCreate();
|
|
5450
|
+
return await worker.invoke(method, ...params);
|
|
5461
5451
|
};
|
|
5462
5452
|
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
if (patternLow[patternPos] === wordLow[wordPos]) {
|
|
5468
|
-
patternPos += 1;
|
|
5469
|
-
}
|
|
5470
|
-
wordPos += 1;
|
|
5453
|
+
const getEditor = editorUid => {
|
|
5454
|
+
const instance = get$4(editorUid);
|
|
5455
|
+
if (!instance) {
|
|
5456
|
+
throw new Error(`editor ${editorUid} not found`);
|
|
5471
5457
|
}
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
const traceHighlights = (table, arrows, patternLength, wordLength) => {
|
|
5477
|
-
let row = patternLength;
|
|
5478
|
-
let column = wordLength;
|
|
5479
|
-
const matches = [];
|
|
5480
|
-
while (row >= 1 && column >= 1) {
|
|
5481
|
-
const arrow = arrows[row][column];
|
|
5482
|
-
if (arrow === Left) {
|
|
5483
|
-
column--;
|
|
5484
|
-
} else if (arrow === Diagonal) {
|
|
5485
|
-
row--;
|
|
5486
|
-
column--;
|
|
5487
|
-
const start = column + 1;
|
|
5488
|
-
while (row >= 1 && column >= 1) {
|
|
5489
|
-
const arrow = arrows[row][column];
|
|
5490
|
-
if (arrow === Left) {
|
|
5491
|
-
break;
|
|
5492
|
-
}
|
|
5493
|
-
if (arrow === Diagonal) {
|
|
5494
|
-
row--;
|
|
5495
|
-
column--;
|
|
5496
|
-
}
|
|
5497
|
-
}
|
|
5498
|
-
const end = column;
|
|
5499
|
-
matches.unshift(end, start);
|
|
5500
|
-
}
|
|
5501
|
-
}
|
|
5502
|
-
matches.unshift(table[patternLength][wordLength - 1]);
|
|
5503
|
-
return matches;
|
|
5504
|
-
};
|
|
5505
|
-
|
|
5506
|
-
// based on https://github.com/microsoft/vscode/blob/3059063b805ed0ac10a6d9539e213386bfcfb852/src/vs/base/common/filters.ts by Microsoft (License MIT)
|
|
5507
|
-
const gridSize = 128;
|
|
5508
|
-
const table = createTable(gridSize);
|
|
5509
|
-
const arrows = createTable(gridSize);
|
|
5510
|
-
const fuzzySearch = (pattern, word) => {
|
|
5511
|
-
const patternLength = Math.min(pattern.length, gridSize - 1);
|
|
5512
|
-
const wordLength = Math.min(word.length, gridSize - 1);
|
|
5513
|
-
const patternLower = pattern.toLowerCase();
|
|
5514
|
-
const wordLower = word.toLowerCase();
|
|
5515
|
-
if (!isPatternInWord(patternLower, 0, patternLength, wordLower, 0, wordLength)) {
|
|
5516
|
-
return EmptyMatches$1;
|
|
5517
|
-
}
|
|
5518
|
-
let strongMatch = false;
|
|
5519
|
-
for (let row = 1; row < patternLength + 1; row++) {
|
|
5520
|
-
const rowChar = pattern[row - 1];
|
|
5521
|
-
const rowCharLow = patternLower[row - 1];
|
|
5522
|
-
for (let column = 1; column < wordLength + 1; column++) {
|
|
5523
|
-
const columnChar = word[column - 1];
|
|
5524
|
-
const columnCharLow = wordLower[column - 1];
|
|
5525
|
-
const columnCharBefore = word[column - 2] || '';
|
|
5526
|
-
const isDiagonalMatch = arrows[row - 1][column - 1] === Diagonal;
|
|
5527
|
-
const score = getScore(rowCharLow, rowChar, columnCharBefore, columnCharLow, columnChar, isDiagonalMatch);
|
|
5528
|
-
if (row === 1 && score > 5) {
|
|
5529
|
-
strongMatch = true;
|
|
5530
|
-
}
|
|
5531
|
-
let diagonalScore = score + table[row - 1][column - 1];
|
|
5532
|
-
if (isDiagonalMatch && score !== -1) {
|
|
5533
|
-
diagonalScore += 2;
|
|
5534
|
-
}
|
|
5535
|
-
const leftScore = table[row][column - 1];
|
|
5536
|
-
if (leftScore > diagonalScore) {
|
|
5537
|
-
table[row][column] = leftScore;
|
|
5538
|
-
arrows[row][column] = Left;
|
|
5539
|
-
} else {
|
|
5540
|
-
table[row][column] = diagonalScore;
|
|
5541
|
-
arrows[row][column] = Diagonal;
|
|
5542
|
-
}
|
|
5543
|
-
}
|
|
5544
|
-
}
|
|
5545
|
-
if (!strongMatch) {
|
|
5546
|
-
return EmptyMatches$1;
|
|
5547
|
-
}
|
|
5548
|
-
const highlights = traceHighlights(table, arrows, patternLength, wordLength);
|
|
5549
|
-
return highlights;
|
|
5550
|
-
};
|
|
5551
|
-
|
|
5552
|
-
const Deprecated = 1 << 0;
|
|
5553
|
-
|
|
5554
|
-
const EmptyMatches = [];
|
|
5555
|
-
|
|
5556
|
-
const addEmptyMatch = item => {
|
|
5557
|
-
return {
|
|
5558
|
-
...item,
|
|
5559
|
-
matches: EmptyMatches
|
|
5560
|
-
};
|
|
5561
|
-
};
|
|
5562
|
-
const filterCompletionItems = (completionItems, word) => {
|
|
5563
|
-
if (word === EmptyString$1) {
|
|
5564
|
-
return completionItems.map(addEmptyMatch);
|
|
5565
|
-
}
|
|
5566
|
-
const filteredCompletions = [];
|
|
5567
|
-
const deprecated = [];
|
|
5568
|
-
for (const completionItem of completionItems) {
|
|
5569
|
-
const {
|
|
5570
|
-
label,
|
|
5571
|
-
flags
|
|
5572
|
-
} = completionItem;
|
|
5573
|
-
const result = fuzzySearch(word, label);
|
|
5574
|
-
if (result.length > 0) {
|
|
5575
|
-
if (flags & Deprecated) {
|
|
5576
|
-
// TODO avoid mutation
|
|
5577
|
-
completionItem.matches = EmptyMatches;
|
|
5578
|
-
deprecated.push(completionItem);
|
|
5579
|
-
} else {
|
|
5580
|
-
// TODO avoid mutation
|
|
5581
|
-
completionItem.matches = result;
|
|
5582
|
-
filteredCompletions.push(completionItem);
|
|
5583
|
-
}
|
|
5584
|
-
}
|
|
5585
|
-
}
|
|
5586
|
-
if (deprecated.length > 0) {
|
|
5587
|
-
filteredCompletions.push(...deprecated);
|
|
5588
|
-
}
|
|
5589
|
-
return filteredCompletions;
|
|
5590
|
-
};
|
|
5591
|
-
|
|
5592
|
-
const getEditor = editorUid => {
|
|
5593
|
-
const instance = get$4(editorUid);
|
|
5594
|
-
if (!instance) {
|
|
5595
|
-
throw new Error(`editor ${editorUid} not found`);
|
|
5596
|
-
}
|
|
5597
|
-
const {
|
|
5598
|
-
newState
|
|
5599
|
-
} = instance;
|
|
5600
|
-
return newState;
|
|
5601
|
-
};
|
|
5602
|
-
|
|
5603
|
-
const getFinalDeltaY = (height, itemHeight, itemsLength) => {
|
|
5604
|
-
const contentHeight = itemsLength * itemHeight;
|
|
5605
|
-
const finalDeltaY = Math.max(contentHeight - height, 0);
|
|
5606
|
-
return finalDeltaY;
|
|
5607
|
-
};
|
|
5608
|
-
|
|
5609
|
-
const getListHeight = (itemsLength, itemHeight, maxHeight) => {
|
|
5610
|
-
number(itemsLength);
|
|
5611
|
-
number(itemHeight);
|
|
5612
|
-
number(maxHeight);
|
|
5613
|
-
if (itemsLength === 0) {
|
|
5614
|
-
return itemHeight;
|
|
5615
|
-
}
|
|
5616
|
-
const totalHeight = itemsLength * itemHeight;
|
|
5617
|
-
return Math.min(totalHeight, maxHeight);
|
|
5618
|
-
};
|
|
5619
|
-
|
|
5620
|
-
const getPositionAtCursor$1 = editor => {
|
|
5621
|
-
const {
|
|
5622
|
-
selections
|
|
5623
|
-
} = editor;
|
|
5624
|
-
const rowIndex = selections[0];
|
|
5625
|
-
const columnIndex = selections[1];
|
|
5626
|
-
const x$1 = x(editor, rowIndex, columnIndex);
|
|
5627
|
-
const y$1 = y(editor, rowIndex);
|
|
5628
|
-
return {
|
|
5629
|
-
x: x$1,
|
|
5630
|
-
y: y$1,
|
|
5631
|
-
rowIndex,
|
|
5632
|
-
columnIndex
|
|
5633
|
-
};
|
|
5634
|
-
};
|
|
5635
|
-
|
|
5636
|
-
const RE_WORD = /[\w\-]+$/;
|
|
5637
|
-
const getWordAtOffset = editor => {
|
|
5638
|
-
const {
|
|
5639
|
-
lines,
|
|
5640
|
-
selections
|
|
5641
|
-
} = editor;
|
|
5642
|
-
const rowIndex = selections[0];
|
|
5643
|
-
const columnIndex = selections[1];
|
|
5644
|
-
const line = lines[rowIndex];
|
|
5645
|
-
const part = line.slice(0, columnIndex);
|
|
5646
|
-
const wordMatch = part.match(RE_WORD);
|
|
5647
|
-
if (wordMatch) {
|
|
5648
|
-
return wordMatch[0];
|
|
5649
|
-
}
|
|
5650
|
-
return '';
|
|
5651
|
-
};
|
|
5652
|
-
|
|
5653
|
-
const handleEditorType$2 = (editorUid, state, text) => {
|
|
5654
|
-
const editor = getEditor(editorUid);
|
|
5655
|
-
const {
|
|
5656
|
-
unfilteredItems,
|
|
5657
|
-
itemHeight,
|
|
5658
|
-
maxHeight
|
|
5659
|
-
} = state;
|
|
5660
|
-
const rowIndex = editor.selections[0];
|
|
5661
|
-
const columnIndex = editor.selections[1];
|
|
5662
|
-
const x$1 = x(editor, rowIndex, columnIndex);
|
|
5663
|
-
// @ts-ignore
|
|
5664
|
-
const y$1 = y(editor, rowIndex);
|
|
5665
|
-
const wordAtOffset = getWordAtOffset(editor);
|
|
5666
|
-
const items = filterCompletionItems(unfilteredItems, wordAtOffset);
|
|
5667
|
-
const newMinLineY = 0;
|
|
5668
|
-
const newMaxLineY = Math.min(items.length, 8);
|
|
5669
|
-
const height = getListHeight(items.length, itemHeight, maxHeight);
|
|
5670
|
-
const finalDeltaY = items.length * itemHeight - height;
|
|
5671
|
-
return {
|
|
5672
|
-
...state,
|
|
5673
|
-
items,
|
|
5674
|
-
x: x$1,
|
|
5675
|
-
y: y$1,
|
|
5676
|
-
minLineY: newMinLineY,
|
|
5677
|
-
maxLineY: newMaxLineY,
|
|
5678
|
-
leadingWord: wordAtOffset,
|
|
5679
|
-
height,
|
|
5680
|
-
finalDeltaY
|
|
5681
|
-
};
|
|
5682
|
-
};
|
|
5683
|
-
const handleEditorDeleteLeft$2 = (editorUid, state) => {
|
|
5684
|
-
const editor = getEditor(editorUid);
|
|
5685
|
-
const {
|
|
5686
|
-
unfilteredItems,
|
|
5687
|
-
itemHeight,
|
|
5688
|
-
maxHeight
|
|
5689
|
-
} = state;
|
|
5690
|
-
const rowIndex = editor.selections[0];
|
|
5691
|
-
const columnIndex = editor.selections[1];
|
|
5692
|
-
const x$1 = x(editor, rowIndex, columnIndex);
|
|
5693
|
-
// @ts-ignore
|
|
5694
|
-
const y$1 = y(editor, rowIndex);
|
|
5695
|
-
const wordAtOffset = getWordAtOffset(editor);
|
|
5696
|
-
if (!wordAtOffset) {
|
|
5697
|
-
editor.completionState = None$1;
|
|
5698
|
-
return {
|
|
5699
|
-
...state,
|
|
5700
|
-
disposed: true
|
|
5701
|
-
};
|
|
5702
|
-
}
|
|
5703
|
-
const items = filterCompletionItems(unfilteredItems, wordAtOffset);
|
|
5704
|
-
const newMaxLineY = Math.min(items.length, 8);
|
|
5705
|
-
const height = getListHeight(items.length, itemHeight, maxHeight);
|
|
5706
|
-
return {
|
|
5707
|
-
...state,
|
|
5708
|
-
items,
|
|
5709
|
-
x: x$1,
|
|
5710
|
-
y: y$1,
|
|
5711
|
-
maxLineY: newMaxLineY,
|
|
5712
|
-
leadingWord: wordAtOffset,
|
|
5713
|
-
height
|
|
5714
|
-
};
|
|
5715
|
-
};
|
|
5716
|
-
const dispose = state => {
|
|
5717
|
-
return {
|
|
5718
|
-
...state,
|
|
5719
|
-
disposed: true
|
|
5720
|
-
};
|
|
5721
|
-
};
|
|
5722
|
-
const disposeWithEditor = (state, editor) => {
|
|
5723
|
-
editor.completionState = None$1;
|
|
5724
|
-
editor.completionUid = 0;
|
|
5725
|
-
// Focus.removeAdditionalFocus(FocusKey.EditorCompletion)
|
|
5726
|
-
return dispose(state);
|
|
5727
|
-
};
|
|
5728
|
-
const handleEditorClick = disposeWithEditor;
|
|
5729
|
-
const handleEditorBlur = disposeWithEditor;
|
|
5730
|
-
const loadContent$2 = async (editorUid, state) => {
|
|
5731
|
-
const editor = getEditor(editorUid);
|
|
5732
|
-
const {
|
|
5733
|
-
itemHeight,
|
|
5734
|
-
maxHeight
|
|
5735
|
-
} = state;
|
|
5736
|
-
const unfilteredItems = await getCompletions(editor);
|
|
5737
|
-
const wordAtOffset = getWordAtOffset(editor);
|
|
5738
|
-
const items = filterCompletionItems(unfilteredItems, wordAtOffset);
|
|
5739
|
-
const {
|
|
5740
|
-
rowIndex,
|
|
5741
|
-
columnIndex,
|
|
5742
|
-
x,
|
|
5743
|
-
y
|
|
5744
|
-
} = getPositionAtCursor$1(editor);
|
|
5745
|
-
const newMaxLineY = Math.min(items.length, 8);
|
|
5746
|
-
editor.widgets = editor.widgets || [];
|
|
5747
|
-
// editor.widgets.push(ViewletModuleId.EditorCompletion)
|
|
5748
|
-
const itemsLength = items.length;
|
|
5749
|
-
const newFocusedIndex = itemsLength === 0 ? -1 : 0;
|
|
5750
|
-
const total = items.length;
|
|
5751
|
-
const height = getListHeight(items.length, itemHeight, maxHeight);
|
|
5752
|
-
const finalDeltaY = getFinalDeltaY(height, itemHeight, total);
|
|
5753
|
-
return {
|
|
5754
|
-
...state,
|
|
5755
|
-
unfilteredItems,
|
|
5756
|
-
items,
|
|
5757
|
-
x,
|
|
5758
|
-
y,
|
|
5759
|
-
maxLineY: newMaxLineY,
|
|
5760
|
-
focusedIndex: newFocusedIndex,
|
|
5761
|
-
finalDeltaY,
|
|
5762
|
-
leadingWord: wordAtOffset,
|
|
5763
|
-
height,
|
|
5764
|
-
rowIndex,
|
|
5765
|
-
columnIndex,
|
|
5766
|
-
editorUid,
|
|
5767
|
-
width: 200
|
|
5768
|
-
};
|
|
5769
|
-
};
|
|
5770
|
-
const advance = (state, word) => {
|
|
5771
|
-
const filteredItems = filterCompletionItems(state.items, word);
|
|
5772
|
-
return {
|
|
5773
|
-
...state,
|
|
5774
|
-
filteredItems
|
|
5775
|
-
};
|
|
5776
|
-
};
|
|
5777
|
-
|
|
5778
|
-
const openCompletion = async editor => {
|
|
5779
|
-
const {
|
|
5780
|
-
widgets,
|
|
5781
|
-
uid
|
|
5782
|
-
} = editor;
|
|
5783
|
-
if (hasWidget(widgets, Completion)) {
|
|
5784
|
-
return editor;
|
|
5785
|
-
}
|
|
5786
|
-
const completionWidget = create$5();
|
|
5787
|
-
const newWidgets = [...widgets, completionWidget];
|
|
5788
|
-
const newEditor = {
|
|
5789
|
-
...editor,
|
|
5790
|
-
widgets: newWidgets
|
|
5791
|
-
};
|
|
5792
|
-
set$4(uid, editor, newEditor);
|
|
5793
|
-
const newCompletionWidget = await loadContent$2(uid, completionWidget.newState);
|
|
5794
|
-
const FocusEditorCompletions = EditorCompletion;
|
|
5795
|
-
await setAdditionalFocus(FocusEditorCompletions);
|
|
5796
|
-
const latestEditor = getEditor(uid);
|
|
5797
|
-
if (!latestEditor.widgets.includes(completionWidget)) {
|
|
5798
|
-
return editor;
|
|
5799
|
-
}
|
|
5800
|
-
const index = latestEditor.widgets.indexOf(completionWidget);
|
|
5801
|
-
const latestWidgets = [...latestEditor.widgets.slice(0, index), {
|
|
5802
|
-
...completionWidget,
|
|
5803
|
-
newState: newCompletionWidget
|
|
5804
|
-
}, ...latestEditor.widgets.slice(index + 1)];
|
|
5805
|
-
return {
|
|
5806
|
-
...latestEditor,
|
|
5807
|
-
widgets: latestWidgets
|
|
5808
|
-
};
|
|
5809
|
-
};
|
|
5810
|
-
|
|
5811
|
-
const create$4 = () => {
|
|
5812
|
-
const uid = create$8();
|
|
5813
|
-
const widget = {
|
|
5814
|
-
id: Find,
|
|
5815
|
-
oldState: {
|
|
5816
|
-
uid,
|
|
5817
|
-
x: 0,
|
|
5818
|
-
y: 0,
|
|
5819
|
-
width: 0,
|
|
5820
|
-
height: 0,
|
|
5821
|
-
commands: [],
|
|
5822
|
-
editorUid: 0
|
|
5823
|
-
},
|
|
5824
|
-
newState: {
|
|
5825
|
-
uid,
|
|
5826
|
-
x: 0,
|
|
5827
|
-
y: 0,
|
|
5828
|
-
width: 0,
|
|
5829
|
-
height: 0,
|
|
5830
|
-
commands: [],
|
|
5831
|
-
editorUid: 0
|
|
5832
|
-
}
|
|
5833
|
-
};
|
|
5834
|
-
return widget;
|
|
5835
|
-
};
|
|
5836
|
-
|
|
5837
|
-
const launchFindWidgetWorker = async () => {
|
|
5838
|
-
const name = 'Find Widget Worker';
|
|
5839
|
-
const {
|
|
5840
|
-
port1,
|
|
5841
|
-
port2
|
|
5842
|
-
} = getPortTuple();
|
|
5843
|
-
await invokeAndTransfer('IpcParent.create', {
|
|
5844
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
5845
|
-
url: 'findWidgetWorkerMain.js',
|
|
5846
|
-
name: name,
|
|
5847
|
-
raw: true,
|
|
5848
|
-
port: port1
|
|
5849
|
-
});
|
|
5850
|
-
const rpc = await MessagePortRpcParent.create({
|
|
5851
|
-
commandMap: {},
|
|
5852
|
-
messagePort: port2,
|
|
5853
|
-
isMessagePortOpen: true
|
|
5854
|
-
});
|
|
5855
|
-
port2.start();
|
|
5856
|
-
return rpc;
|
|
5857
|
-
};
|
|
5858
|
-
|
|
5859
|
-
let workerPromise$2;
|
|
5860
|
-
const getOrCreate$2 = () => {
|
|
5861
|
-
if (!workerPromise$2) {
|
|
5862
|
-
workerPromise$2 = launchFindWidgetWorker();
|
|
5863
|
-
}
|
|
5864
|
-
return workerPromise$2;
|
|
5865
|
-
};
|
|
5866
|
-
const invoke$4 = async (method, ...params) => {
|
|
5867
|
-
const worker = await getOrCreate$2();
|
|
5868
|
-
return await worker.invoke(method, ...params);
|
|
5458
|
+
const {
|
|
5459
|
+
newState
|
|
5460
|
+
} = instance;
|
|
5461
|
+
return newState;
|
|
5869
5462
|
};
|
|
5870
5463
|
|
|
5871
5464
|
const loadContent$1 = async (state, parentUid) => {
|
|
@@ -5879,16 +5472,16 @@ const loadContent$1 = async (state, parentUid) => {
|
|
|
5879
5472
|
width,
|
|
5880
5473
|
height
|
|
5881
5474
|
} = editor;
|
|
5882
|
-
await invoke$
|
|
5883
|
-
await invoke$
|
|
5884
|
-
const diff = await invoke$
|
|
5885
|
-
const commands = await invoke$
|
|
5475
|
+
await invoke$2('FindWidget.create', uid, x, y, width, height, parentUid);
|
|
5476
|
+
await invoke$2('FindWidget.loadContent', uid);
|
|
5477
|
+
const diff = await invoke$2('FindWidget.diff2', uid);
|
|
5478
|
+
const commands = await invoke$2('FindWidget.render2', uid, diff);
|
|
5886
5479
|
return {
|
|
5887
5480
|
...state,
|
|
5888
5481
|
commands
|
|
5889
5482
|
};
|
|
5890
5483
|
};
|
|
5891
|
-
const close = async state => {
|
|
5484
|
+
const close$1 = async state => {
|
|
5892
5485
|
// TODO
|
|
5893
5486
|
// await Viewlet.closeWidget(uid)
|
|
5894
5487
|
return {
|
|
@@ -5902,15 +5495,31 @@ const newStateGenerator$2 = (state, parentUid) => {
|
|
|
5902
5495
|
};
|
|
5903
5496
|
const openFind2 = async editor => {
|
|
5904
5497
|
const fullFocus = true;
|
|
5905
|
-
return addWidgetToEditor(ColorPicker, FindWidget, editor, create$
|
|
5498
|
+
return addWidgetToEditor(ColorPicker, FindWidget, editor, create$3, newStateGenerator$2, fullFocus);
|
|
5906
5499
|
};
|
|
5907
5500
|
|
|
5908
5501
|
const openFind = async state => {
|
|
5909
5502
|
return openFind2(state);
|
|
5910
5503
|
};
|
|
5911
5504
|
|
|
5912
|
-
const
|
|
5913
|
-
const
|
|
5505
|
+
const getPositionAtCursor$1 = editor => {
|
|
5506
|
+
const {
|
|
5507
|
+
selections
|
|
5508
|
+
} = editor;
|
|
5509
|
+
const rowIndex = selections[0];
|
|
5510
|
+
const columnIndex = selections[1];
|
|
5511
|
+
const x$1 = x(editor, rowIndex, columnIndex);
|
|
5512
|
+
const y$1 = y(editor, rowIndex);
|
|
5513
|
+
return {
|
|
5514
|
+
x: x$1,
|
|
5515
|
+
y: y$1,
|
|
5516
|
+
rowIndex,
|
|
5517
|
+
columnIndex
|
|
5518
|
+
};
|
|
5519
|
+
};
|
|
5520
|
+
|
|
5521
|
+
const create$2 = () => {
|
|
5522
|
+
const completionUid = create$7();
|
|
5914
5523
|
const renameWidget = {
|
|
5915
5524
|
id: Rename,
|
|
5916
5525
|
oldState: {
|
|
@@ -5933,40 +5542,6 @@ const create$3 = () => {
|
|
|
5933
5542
|
return renameWidget;
|
|
5934
5543
|
};
|
|
5935
5544
|
|
|
5936
|
-
const launchRenameWorker = async () => {
|
|
5937
|
-
const name = 'Rename Worker';
|
|
5938
|
-
const {
|
|
5939
|
-
port1,
|
|
5940
|
-
port2
|
|
5941
|
-
} = getPortTuple();
|
|
5942
|
-
await invokeAndTransfer('IpcParent.create', {
|
|
5943
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
5944
|
-
url: 'renameWorkerMain.js',
|
|
5945
|
-
name: name,
|
|
5946
|
-
raw: true,
|
|
5947
|
-
port: port1
|
|
5948
|
-
});
|
|
5949
|
-
const rpc = await MessagePortRpcParent.create({
|
|
5950
|
-
commandMap: {},
|
|
5951
|
-
messagePort: port2,
|
|
5952
|
-
isMessagePortOpen: true
|
|
5953
|
-
});
|
|
5954
|
-
port2.start();
|
|
5955
|
-
return rpc;
|
|
5956
|
-
};
|
|
5957
|
-
|
|
5958
|
-
let workerPromise$1;
|
|
5959
|
-
const getOrCreate$1 = () => {
|
|
5960
|
-
if (!workerPromise$1) {
|
|
5961
|
-
workerPromise$1 = launchRenameWorker();
|
|
5962
|
-
}
|
|
5963
|
-
return workerPromise$1;
|
|
5964
|
-
};
|
|
5965
|
-
const invoke$3 = async (method, ...params) => {
|
|
5966
|
-
const worker = await getOrCreate$1();
|
|
5967
|
-
return await worker.invoke(method, ...params);
|
|
5968
|
-
};
|
|
5969
|
-
|
|
5970
5545
|
const newStateGenerator$1 = async (state, parentUid) => {
|
|
5971
5546
|
// const editor: any = {}
|
|
5972
5547
|
const {
|
|
@@ -5976,10 +5551,10 @@ const newStateGenerator$1 = async (state, parentUid) => {
|
|
|
5976
5551
|
width,
|
|
5977
5552
|
height
|
|
5978
5553
|
} = state;
|
|
5979
|
-
await invoke$
|
|
5980
|
-
await invoke$
|
|
5981
|
-
const diff = await invoke$
|
|
5982
|
-
const commands = await invoke$
|
|
5554
|
+
await invoke$4('Rename.create', uid, x, y, width, height, parentUid);
|
|
5555
|
+
await invoke$4('Rename.loadContent', uid);
|
|
5556
|
+
const diff = await invoke$4('Rename.diff2', uid);
|
|
5557
|
+
const commands = await invoke$4('Rename.render2', uid, diff);
|
|
5983
5558
|
return {
|
|
5984
5559
|
...state,
|
|
5985
5560
|
commands
|
|
@@ -5997,7 +5572,7 @@ const openRename = async editor => {
|
|
|
5997
5572
|
return editor;
|
|
5998
5573
|
}
|
|
5999
5574
|
const fullFocus = true;
|
|
6000
|
-
return addWidgetToEditor(Rename, FocusEditorRename$1, editor, create$
|
|
5575
|
+
return addWidgetToEditor(Rename, FocusEditorRename$1, editor, create$2, newStateGenerator$1, fullFocus);
|
|
6001
5576
|
};
|
|
6002
5577
|
|
|
6003
5578
|
const getOrganizeImportEdits = async editor => {
|
|
@@ -6727,7 +6302,7 @@ const getEnabled$1 = () => {
|
|
|
6727
6302
|
|
|
6728
6303
|
const {
|
|
6729
6304
|
listen: listen$3,
|
|
6730
|
-
invoke: invoke$
|
|
6305
|
+
invoke: invoke$1
|
|
6731
6306
|
} = createRpc(SyntaxHighlightingWorker);
|
|
6732
6307
|
|
|
6733
6308
|
/**
|
|
@@ -6797,7 +6372,7 @@ const loadTokenizer = async (languageId, tokenizePath) => {
|
|
|
6797
6372
|
return;
|
|
6798
6373
|
}
|
|
6799
6374
|
if (getEnabled$1()) {
|
|
6800
|
-
const tokenMap = await invoke$
|
|
6375
|
+
const tokenMap = await invoke$1('Tokenizer.load', languageId, tokenizePath);
|
|
6801
6376
|
set$1(languageId, tokenMap);
|
|
6802
6377
|
return;
|
|
6803
6378
|
}
|
|
@@ -6902,8 +6477,8 @@ const setSelections = (editor, selections) => {
|
|
|
6902
6477
|
};
|
|
6903
6478
|
};
|
|
6904
6479
|
|
|
6905
|
-
const create$
|
|
6906
|
-
const uid = create$
|
|
6480
|
+
const create$1 = () => {
|
|
6481
|
+
const uid = create$7();
|
|
6907
6482
|
const widget = {
|
|
6908
6483
|
id: Hover,
|
|
6909
6484
|
oldState: {
|
|
@@ -6956,18 +6531,18 @@ const getHover = async (editor, offset) => {
|
|
|
6956
6531
|
|
|
6957
6532
|
let _ipc;
|
|
6958
6533
|
const listen$2 = async () => {
|
|
6959
|
-
const ipc = await create$
|
|
6534
|
+
const ipc = await create$9({
|
|
6960
6535
|
method: RendererProcess
|
|
6961
6536
|
});
|
|
6962
6537
|
handleIpc(ipc);
|
|
6963
6538
|
_ipc = ipc;
|
|
6964
6539
|
};
|
|
6965
|
-
const invoke
|
|
6540
|
+
const invoke = async (method, ...args) => {
|
|
6966
6541
|
return invoke$9(_ipc, method, ...args);
|
|
6967
6542
|
};
|
|
6968
6543
|
|
|
6969
6544
|
const measureTextBlockHeight = async (text, fontFamily, fontSize, lineHeight, width) => {
|
|
6970
|
-
return invoke
|
|
6545
|
+
return invoke('MeasureTextBlockHeight.measureTextBlockHeight', text, fontSize, fontFamily, lineHeight, width);
|
|
6971
6546
|
};
|
|
6972
6547
|
|
|
6973
6548
|
const deepCopy = value => {
|
|
@@ -7173,7 +6748,7 @@ const newStateGenerator = async state => {
|
|
|
7173
6748
|
return loadHoverContent(state);
|
|
7174
6749
|
};
|
|
7175
6750
|
const showHover2 = async editor => {
|
|
7176
|
-
return addWidgetToEditor(Hover, FocusEditorHover, editor, create$
|
|
6751
|
+
return addWidgetToEditor(Hover, FocusEditorHover, editor, create$1, newStateGenerator);
|
|
7177
6752
|
};
|
|
7178
6753
|
|
|
7179
6754
|
const EditorHover = 'EditorHover';
|
|
@@ -7236,8 +6811,8 @@ const loadSourceActions = async (editor, state) => {
|
|
|
7236
6811
|
};
|
|
7237
6812
|
};
|
|
7238
6813
|
|
|
7239
|
-
const create
|
|
7240
|
-
const completionUid = create$
|
|
6814
|
+
const create = () => {
|
|
6815
|
+
const completionUid = create$7();
|
|
7241
6816
|
const widget = {
|
|
7242
6817
|
id: SourceAction$1,
|
|
7243
6818
|
oldState: {
|
|
@@ -7268,7 +6843,7 @@ const showSourceActions = async editor => {
|
|
|
7268
6843
|
const newStateGenerator = async state => {
|
|
7269
6844
|
return loadSourceActions(editor, state);
|
|
7270
6845
|
};
|
|
7271
|
-
return addWidgetToEditor(SourceAction$1, SourceActions, editor, create
|
|
6846
|
+
return addWidgetToEditor(SourceAction$1, SourceActions, editor, create, newStateGenerator);
|
|
7272
6847
|
};
|
|
7273
6848
|
|
|
7274
6849
|
const compareString = (a, b) => {
|
|
@@ -7341,6 +6916,16 @@ const executeTabCompletionProvider = async (editor, offset) => {
|
|
|
7341
6916
|
});
|
|
7342
6917
|
};
|
|
7343
6918
|
|
|
6919
|
+
const getOffsetAtCursor = editor => {
|
|
6920
|
+
const {
|
|
6921
|
+
selections
|
|
6922
|
+
} = editor;
|
|
6923
|
+
const rowIndex = selections[0];
|
|
6924
|
+
const columnIndex = selections[1];
|
|
6925
|
+
const offset = offsetAt(editor, rowIndex, columnIndex);
|
|
6926
|
+
return offset;
|
|
6927
|
+
};
|
|
6928
|
+
|
|
7344
6929
|
const getTabCompletion = async editor => {
|
|
7345
6930
|
const offset = getOffsetAtCursor(editor);
|
|
7346
6931
|
const completions = await executeTabCompletionProvider(editor, offset);
|
|
@@ -7887,7 +7472,6 @@ const typeWithAutoClosing = async (editor, text) => {
|
|
|
7887
7472
|
|
|
7888
7473
|
return newEditor;
|
|
7889
7474
|
// if (isBrace(text)) {
|
|
7890
|
-
// console.log('is brace')
|
|
7891
7475
|
// return editorTypeWithBraceCompletion(editor, text)
|
|
7892
7476
|
// }
|
|
7893
7477
|
// if (isSlash(text)) {
|
|
@@ -8051,242 +7635,185 @@ const editorUnindent = editor => {
|
|
|
8051
7635
|
|
|
8052
7636
|
// editor.lines //?
|
|
8053
7637
|
|
|
8054
|
-
const
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
return editor;
|
|
7638
|
+
const isFunctional = widgetId => {
|
|
7639
|
+
switch (widgetId) {
|
|
7640
|
+
case ColorPicker:
|
|
7641
|
+
case Rename:
|
|
7642
|
+
case Completion:
|
|
7643
|
+
case Find:
|
|
7644
|
+
return true;
|
|
7645
|
+
default:
|
|
7646
|
+
return false;
|
|
8064
7647
|
}
|
|
8065
|
-
const newWidgets = [...widgets.slice(0, index), ...widgets.slice(index + 1)];
|
|
8066
|
-
return {
|
|
8067
|
-
...editor,
|
|
8068
|
-
widgets: newWidgets
|
|
8069
|
-
};
|
|
8070
|
-
};
|
|
8071
|
-
|
|
8072
|
-
const focusIndex$1 = (state, index) => {
|
|
8073
|
-
const newState = {
|
|
8074
|
-
...state,
|
|
8075
|
-
focusedIndex: index,
|
|
8076
|
-
focused: true
|
|
8077
|
-
};
|
|
8078
|
-
return newState;
|
|
8079
7648
|
};
|
|
8080
|
-
|
|
8081
|
-
const
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8086
|
-
const focusNext$1 = state => {
|
|
8087
|
-
const nextIndex = state.focusedIndex + 1;
|
|
8088
|
-
return focusIndex$1(state, nextIndex);
|
|
8089
|
-
};
|
|
8090
|
-
|
|
8091
|
-
const focusPrevious = state => {
|
|
8092
|
-
const previousIndex = state.focusedIndex - 1;
|
|
8093
|
-
return focusIndex$1(state, previousIndex);
|
|
8094
|
-
};
|
|
8095
|
-
|
|
8096
|
-
// TODO optimize this function to return the minimum number
|
|
8097
|
-
// of visible items needed, e.g. when not scrolled 5 items with
|
|
8098
|
-
// 20px fill 100px but when scrolled 6 items are needed
|
|
8099
|
-
const getNumberOfVisibleItems = (listHeight, itemHeight) => {
|
|
8100
|
-
return Math.ceil(listHeight / itemHeight) + 1;
|
|
8101
|
-
};
|
|
8102
|
-
|
|
8103
|
-
const setDeltaY = (state, value) => {
|
|
8104
|
-
object(state);
|
|
8105
|
-
number(value);
|
|
7649
|
+
const addWidget$1 = (widget, id, render) => {
|
|
7650
|
+
const commands = render(widget);
|
|
7651
|
+
// TODO how to generate a unique integer id
|
|
7652
|
+
// that doesn't collide with ids created in renderer worker?
|
|
7653
|
+
// @ts-ignore
|
|
8106
7654
|
const {
|
|
8107
|
-
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
|
|
8111
|
-
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
return state;
|
|
7655
|
+
uid
|
|
7656
|
+
} = widget.newState;
|
|
7657
|
+
const allCommands = [];
|
|
7658
|
+
allCommands.push(['Viewlet.createFunctionalRoot', id, uid, isFunctional(widget.id)]);
|
|
7659
|
+
allCommands.push(...commands);
|
|
7660
|
+
if (isFunctional(widget.id)) {
|
|
7661
|
+
allCommands.push(['Viewlet.appendToBody', uid]);
|
|
7662
|
+
} else {
|
|
7663
|
+
allCommands.push(['Viewlet.send', uid, 'appendWidget']);
|
|
8117
7664
|
}
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
8132
|
-
return setDeltaY(state, state.deltaY + deltaY);
|
|
7665
|
+
const focusCommandIndex = allCommands.findIndex(command => {
|
|
7666
|
+
return command[2] === 'focus' || command[0] === 'Viewlet.focusSelector';
|
|
7667
|
+
});
|
|
7668
|
+
// TODO have separate rendering functions, e.g.
|
|
7669
|
+
// 1. renderDom
|
|
7670
|
+
// 2. renderAriaAnnouncement
|
|
7671
|
+
// 3. renderFocus
|
|
7672
|
+
// to ensure that focus is always after the element is added to the dom
|
|
7673
|
+
if (focusCommandIndex !== -1) {
|
|
7674
|
+
const command = allCommands[focusCommandIndex];
|
|
7675
|
+
allCommands.splice(focusCommandIndex, 1);
|
|
7676
|
+
allCommands.push(command);
|
|
7677
|
+
}
|
|
7678
|
+
return allCommands;
|
|
8133
7679
|
};
|
|
8134
7680
|
|
|
8135
|
-
const
|
|
8136
|
-
|
|
8137
|
-
|
|
8138
|
-
|
|
7681
|
+
const AppendToBody = 'Viewlet.appendToBody';
|
|
7682
|
+
const Focus = 'focus';
|
|
7683
|
+
const RegisterEventListeners = 'Viewlet.registerEventListeners';
|
|
7684
|
+
const SetSelectionByName = 'Viewlet.setSelectionByName';
|
|
7685
|
+
const SetValueByName = 'Viewlet.setValueByName';
|
|
7686
|
+
const SetFocusContext = 'Viewlet.setFocusContext';
|
|
7687
|
+
const SetBounds = 'setBounds';
|
|
7688
|
+
const SetBounds2 = 'Viewlet.setBounds';
|
|
7689
|
+
const SetCss = 'Viewlet.setCss';
|
|
7690
|
+
const SetDom2 = 'Viewlet.setDom2';
|
|
7691
|
+
const SetUid = 'Viewlet.setUid';
|
|
8139
7692
|
|
|
8140
|
-
const
|
|
8141
|
-
const
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
content: '',
|
|
8146
|
-
uid: completionUid,
|
|
8147
|
-
x: 0,
|
|
8148
|
-
y: 0,
|
|
8149
|
-
width: 0,
|
|
8150
|
-
height: 0,
|
|
8151
|
-
borderSize: 1
|
|
8152
|
-
},
|
|
8153
|
-
newState: {
|
|
8154
|
-
content: '',
|
|
8155
|
-
uid: completionUid,
|
|
8156
|
-
x: 0,
|
|
8157
|
-
y: 0,
|
|
8158
|
-
width: 0,
|
|
8159
|
-
height: 0,
|
|
8160
|
-
borderSize: 1
|
|
8161
|
-
}
|
|
8162
|
-
};
|
|
8163
|
-
return completionWidget;
|
|
7693
|
+
const renderFull$4 = (oldState, newState) => {
|
|
7694
|
+
const commands = [...newState.commands];
|
|
7695
|
+
// @ts-ignore
|
|
7696
|
+
newState.commands = [];
|
|
7697
|
+
return commands;
|
|
8164
7698
|
};
|
|
8165
7699
|
|
|
8166
|
-
const
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
width: 100,
|
|
8171
|
-
height: 100
|
|
7700
|
+
const updateWidget = (editor, widgetId, newState) => {
|
|
7701
|
+
// TODO avoid closure
|
|
7702
|
+
const isWidget = widget => {
|
|
7703
|
+
return widget.id === widgetId;
|
|
8172
7704
|
};
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
const getWidgetState = (editor, id) => {
|
|
8176
|
-
const {
|
|
8177
|
-
widgets
|
|
8178
|
-
} = editor;
|
|
8179
|
-
for (const widget of widgets) {
|
|
8180
|
-
if (widget.id === id) {
|
|
8181
|
-
return widget.newState;
|
|
8182
|
-
}
|
|
8183
|
-
}
|
|
8184
|
-
return undefined;
|
|
8185
|
-
};
|
|
8186
|
-
|
|
8187
|
-
const getCompletionState = editor => {
|
|
8188
|
-
return getWidgetState(editor, Completion);
|
|
8189
|
-
};
|
|
8190
|
-
|
|
8191
|
-
const openDetails = editor => {
|
|
8192
|
-
const child = getCompletionState(editor);
|
|
8193
|
-
if (!child) {
|
|
7705
|
+
const childIndex = editor.widgets.findIndex(isWidget);
|
|
7706
|
+
if (childIndex === -1) {
|
|
8194
7707
|
return editor;
|
|
8195
7708
|
}
|
|
8196
|
-
// TODO
|
|
8197
|
-
const
|
|
8198
|
-
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
...getCompletionDetailBounds(child, borderSize)
|
|
8203
|
-
};
|
|
8204
|
-
return newestState;
|
|
7709
|
+
// TODO scroll up/down if necessary
|
|
7710
|
+
const childWidget = editor.widgets[childIndex];
|
|
7711
|
+
const newWidget = {
|
|
7712
|
+
...childWidget,
|
|
7713
|
+
oldState: childWidget.newState,
|
|
7714
|
+
newState
|
|
8205
7715
|
};
|
|
8206
|
-
|
|
8207
|
-
};
|
|
8208
|
-
|
|
8209
|
-
const getEdits = async (editor, completionItem) => {
|
|
8210
|
-
const child = getCompletionState(editor);
|
|
8211
|
-
// @ts-ignore
|
|
8212
|
-
const {
|
|
8213
|
-
leadingWord} = child;
|
|
8214
|
-
const word = completionItem.label;
|
|
8215
|
-
const resolvedItem = await resolveCompletion(editor, word, completionItem);
|
|
8216
|
-
const inserted = resolvedItem ? resolvedItem.snippet : word;
|
|
8217
|
-
// TODO type and dispose commands should be sent to renderer process at the same time
|
|
8218
|
-
const {
|
|
8219
|
-
selections
|
|
8220
|
-
} = editor;
|
|
8221
|
-
const [startRowIndex, startColumnIndex] = selections;
|
|
8222
|
-
const leadingWordLength = leadingWord.length;
|
|
8223
|
-
const replaceRange$1 = new Uint32Array([startRowIndex, startColumnIndex - leadingWordLength, startRowIndex, startColumnIndex]);
|
|
8224
|
-
const changes = replaceRange(editor, replaceRange$1, [inserted], '');
|
|
8225
|
-
return changes;
|
|
8226
|
-
};
|
|
8227
|
-
const select = async (editor, completionItem) => {
|
|
8228
|
-
const changes = await getEdits(editor, completionItem);
|
|
8229
|
-
const index = editor.widgets.indexOf
|
|
8230
|
-
// ViewletModuleId.EditorCompletion
|
|
8231
|
-
();
|
|
8232
|
-
if (index !== -1) {
|
|
8233
|
-
editor.widgets.splice(index, 1);
|
|
8234
|
-
editor.completionState = None$1;
|
|
8235
|
-
editor.completionUid = 0;
|
|
8236
|
-
}
|
|
8237
|
-
// TODO dispose completion widget
|
|
8238
|
-
// TODO apply edit in editor worker instead of asking renderer worker
|
|
8239
|
-
// await RendererWorker.invoke('Viewlet.dispose', state.uid)
|
|
8240
|
-
const {
|
|
8241
|
-
widgets
|
|
8242
|
-
} = editor;
|
|
8243
|
-
const newWidgets = removeEditorWidget(widgets, Completion);
|
|
8244
|
-
const intermediateEditor = await applyEdit(editor, changes);
|
|
7716
|
+
const newWidgets = [...editor.widgets.slice(0, childIndex), newWidget, ...editor.widgets.slice(childIndex + 1)];
|
|
8245
7717
|
return {
|
|
8246
|
-
...
|
|
7718
|
+
...editor,
|
|
8247
7719
|
widgets: newWidgets
|
|
8248
7720
|
};
|
|
8249
7721
|
};
|
|
8250
|
-
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
}
|
|
7722
|
+
|
|
7723
|
+
const render$c = widget => {
|
|
7724
|
+
const commands = renderFull$4(widget.oldState, widget.newState);
|
|
7725
|
+
const wrappedCommands = [];
|
|
8255
7726
|
const {
|
|
8256
|
-
|
|
8257
|
-
} =
|
|
8258
|
-
|
|
8259
|
-
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
7727
|
+
uid
|
|
7728
|
+
} = widget.newState;
|
|
7729
|
+
for (const command of commands) {
|
|
7730
|
+
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') {
|
|
7731
|
+
wrappedCommands.push(command);
|
|
7732
|
+
} else {
|
|
7733
|
+
wrappedCommands.push(['Viewlet.send', uid, ...command]);
|
|
7734
|
+
}
|
|
8263
7735
|
}
|
|
8264
|
-
|
|
8265
|
-
const completionItem = items[actualIndex];
|
|
8266
|
-
return select(editor, completionItem);
|
|
7736
|
+
return wrappedCommands;
|
|
8267
7737
|
};
|
|
8268
|
-
|
|
8269
|
-
|
|
8270
|
-
const child = getCompletionState(editor);
|
|
8271
|
-
if (!child) {
|
|
8272
|
-
return editor;
|
|
8273
|
-
}
|
|
8274
|
-
const {
|
|
8275
|
-
focusedIndex
|
|
8276
|
-
} = child;
|
|
8277
|
-
return selectIndex(editor, focusedIndex);
|
|
7738
|
+
const add$7 = widget => {
|
|
7739
|
+
return addWidget$1(widget, 'EditorRename', render$c);
|
|
8278
7740
|
};
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
return getWidgetState(editor, CompletionDetail);
|
|
7741
|
+
const remove$7 = widget => {
|
|
7742
|
+
return [['Viewlet.dispose', widget.newState.uid]];
|
|
8282
7743
|
};
|
|
8283
|
-
|
|
8284
|
-
const
|
|
8285
|
-
const
|
|
8286
|
-
|
|
8287
|
-
|
|
7744
|
+
const createFn = key => {
|
|
7745
|
+
const widgetId = Completion;
|
|
7746
|
+
const isWidget = widget => {
|
|
7747
|
+
return widget.id === widgetId;
|
|
7748
|
+
};
|
|
7749
|
+
const fn = async (editor, ...args) => {
|
|
7750
|
+
const childIndex = editor.widgets.findIndex(isWidget);
|
|
7751
|
+
// TODO scroll up/down if necessary
|
|
7752
|
+
const childWidget = editor.widgets[childIndex];
|
|
7753
|
+
const state = childWidget.newState;
|
|
7754
|
+
const {
|
|
7755
|
+
uid
|
|
7756
|
+
} = state;
|
|
7757
|
+
await invoke$3(`Completions.${key}`, uid, ...args);
|
|
7758
|
+
const diff = await invoke$3('Completions.diff2', uid);
|
|
7759
|
+
const commands = await invoke$3('Completions.render2', uid, diff);
|
|
7760
|
+
const newState = {
|
|
7761
|
+
...state,
|
|
7762
|
+
commands
|
|
7763
|
+
};
|
|
7764
|
+
const latest = get$4(editor.uid).newState;
|
|
7765
|
+
const newEditor = updateWidget(latest, widgetId, newState);
|
|
7766
|
+
return newEditor;
|
|
7767
|
+
};
|
|
7768
|
+
return fn;
|
|
7769
|
+
};
|
|
7770
|
+
const createFns = keys => {
|
|
7771
|
+
const fns = Object.create(null);
|
|
7772
|
+
for (const key of keys) {
|
|
7773
|
+
fns[key] = createFn(key);
|
|
8288
7774
|
}
|
|
8289
|
-
return
|
|
7775
|
+
return fns;
|
|
7776
|
+
};
|
|
7777
|
+
const {
|
|
7778
|
+
focusFirst,
|
|
7779
|
+
focusIndex: focusIndex$1,
|
|
7780
|
+
focusLast,
|
|
7781
|
+
focusNext: focusNext$1,
|
|
7782
|
+
focusPrevious,
|
|
7783
|
+
handleEditorBlur,
|
|
7784
|
+
handleEditorClick,
|
|
7785
|
+
handleEditorDeleteLeft: handleEditorDeleteLeft$1,
|
|
7786
|
+
handleEditorType: handleEditorType$1,
|
|
7787
|
+
openDetails,
|
|
7788
|
+
selectCurrent,
|
|
7789
|
+
selectIndex,
|
|
7790
|
+
toggleDetails,
|
|
7791
|
+
closeDetails,
|
|
7792
|
+
handleWheel,
|
|
7793
|
+
close
|
|
7794
|
+
} = createFns(['handleEditorType', 'focusFirst', 'focusNext', 'focusPrevious', 'focusLast', 'handleEditorDeleteLeft', 'openDetails', 'focusIndex', 'handleEditorBlur', 'handleEditorClick', 'openDetails', 'selectCurrent', 'selectIndex', 'toggleDetails', 'closeDetails', 'handleWheel', 'close']);
|
|
7795
|
+
|
|
7796
|
+
const EditorCompletionWidget = {
|
|
7797
|
+
__proto__: null,
|
|
7798
|
+
add: add$7,
|
|
7799
|
+
close,
|
|
7800
|
+
closeDetails,
|
|
7801
|
+
focusFirst,
|
|
7802
|
+
focusIndex: focusIndex$1,
|
|
7803
|
+
focusLast,
|
|
7804
|
+
focusNext: focusNext$1,
|
|
7805
|
+
focusPrevious,
|
|
7806
|
+
handleEditorBlur,
|
|
7807
|
+
handleEditorClick,
|
|
7808
|
+
handleEditorDeleteLeft: handleEditorDeleteLeft$1,
|
|
7809
|
+
handleEditorType: handleEditorType$1,
|
|
7810
|
+
handleWheel,
|
|
7811
|
+
openDetails,
|
|
7812
|
+
remove: remove$7,
|
|
7813
|
+
render: render$c,
|
|
7814
|
+
selectCurrent,
|
|
7815
|
+
selectIndex,
|
|
7816
|
+
toggleDetails
|
|
8290
7817
|
};
|
|
8291
7818
|
|
|
8292
7819
|
const loadContent = async (editorUid, state, position) => {
|
|
@@ -8331,22 +7858,16 @@ const handleSashPointerUp = (state, eventX, eventY) => {
|
|
|
8331
7858
|
const CodeGeneratorInput$1 = 'CodeGeneratorInput';
|
|
8332
7859
|
const CodeGeneratorMessage = 'CodeGeneratorMessage';
|
|
8333
7860
|
const CodeGeneratorWidget = 'CodeGeneratorWidget';
|
|
8334
|
-
const ColoredMaskIcon = 'ColoredMaskIcon';
|
|
8335
7861
|
const DiagnosticError = 'DiagnosticError';
|
|
8336
7862
|
const DiagnosticWarning = 'DiagnosticWarning';
|
|
8337
7863
|
const CompletionDetailCloseButton = 'CompletionDetailCloseButton';
|
|
8338
7864
|
const CompletionDetailContent = 'CompletionDetailContent';
|
|
8339
7865
|
const Diagnostic = 'Diagnostic';
|
|
8340
|
-
const EditorCompletionItem = 'EditorCompletionItem';
|
|
8341
|
-
const EditorCompletionItemDeprecated = 'EditorCompletionItemDeprecated';
|
|
8342
|
-
const EditorCompletionItemFocused = 'EditorCompletionItemFocused';
|
|
8343
|
-
const EditorCompletionItemHighlight = 'EditorCompletionItemHighlight';
|
|
8344
7866
|
const EditorCursor = 'EditorCursor';
|
|
8345
7867
|
const EditorRow = 'EditorRow';
|
|
8346
7868
|
const EditorSelection = 'EditorSelection';
|
|
8347
7869
|
const EditorSourceActions = 'EditorSourceActions';
|
|
8348
7870
|
const EditorSourceActionsList = 'EditorSourceActionsList';
|
|
8349
|
-
const FileIcon = 'FileIcon';
|
|
8350
7871
|
const HoverDisplayString = 'HoverDisplayString';
|
|
8351
7872
|
const HoverDocumentation = 'HoverDocumentation';
|
|
8352
7873
|
const HoverEditorRow = 'HoverEditorRow';
|
|
@@ -8355,7 +7876,6 @@ const HoverProblemDetail = 'HoverProblemDetail';
|
|
|
8355
7876
|
const HoverProblemMessage = 'HoverProblemMessage';
|
|
8356
7877
|
const IconClose = 'IconClose';
|
|
8357
7878
|
const InputBox = 'InputBox';
|
|
8358
|
-
const Label = 'Label';
|
|
8359
7879
|
const MaskIcon = 'MaskIcon';
|
|
8360
7880
|
const MaskIconSymbolFile = 'MaskIconSymbolFile';
|
|
8361
7881
|
const SourceActionHeading = 'SourceActionHeading';
|
|
@@ -8383,7 +7903,6 @@ const Div = 4;
|
|
|
8383
7903
|
const Input = 6;
|
|
8384
7904
|
const Span = 8;
|
|
8385
7905
|
const Text = 12;
|
|
8386
|
-
const Img = 17;
|
|
8387
7906
|
|
|
8388
7907
|
const text = data => {
|
|
8389
7908
|
return {
|
|
@@ -8469,21 +7988,6 @@ const getHoverVirtualDom = (lineInfos, documentation, diagnostics) => {
|
|
|
8469
7988
|
return dom;
|
|
8470
7989
|
};
|
|
8471
7990
|
|
|
8472
|
-
const AppendToBody = 'Viewlet.appendToBody';
|
|
8473
|
-
const Focus = 'focus';
|
|
8474
|
-
const RegisterEventListeners = 'Viewlet.registerEventListeners';
|
|
8475
|
-
const SetSelectionByName = 'Viewlet.setSelectionByName';
|
|
8476
|
-
const SetValueByName = 'Viewlet.setValueByName';
|
|
8477
|
-
const SetFocusContext = 'Viewlet.setFocusContext';
|
|
8478
|
-
const SetBounds = 'setBounds';
|
|
8479
|
-
const SetBounds2 = 'Viewlet.setBounds';
|
|
8480
|
-
const SetContentHeight = 'setContentHeight';
|
|
8481
|
-
const SetCss = 'Viewlet.setCss';
|
|
8482
|
-
const SetDom2 = 'Viewlet.setDom2';
|
|
8483
|
-
const SetNegativeMargin = 'setNegativeMargin';
|
|
8484
|
-
const SetScrollBar = 'setScrollBar';
|
|
8485
|
-
const SetUid = 'Viewlet.setUid';
|
|
8486
|
-
|
|
8487
7991
|
const renderHoverDom = {
|
|
8488
7992
|
isEqual(oldState, newState) {
|
|
8489
7993
|
return oldState.lineInfos === newState.lineInfos && oldState.documentation === newState.documentation && oldState.diagnostics === newState.diagnostics;
|
|
@@ -8493,7 +7997,7 @@ const renderHoverDom = {
|
|
|
8493
7997
|
return [/* method */SetDom2, dom];
|
|
8494
7998
|
}
|
|
8495
7999
|
};
|
|
8496
|
-
const renderBounds$
|
|
8000
|
+
const renderBounds$3 = {
|
|
8497
8001
|
isEqual(oldState, newState) {
|
|
8498
8002
|
return oldState.x === newState.x && oldState.y === newState.y;
|
|
8499
8003
|
},
|
|
@@ -8507,10 +8011,10 @@ const renderBounds$4 = {
|
|
|
8507
8011
|
return [SetBounds, x, y, width, height];
|
|
8508
8012
|
}
|
|
8509
8013
|
};
|
|
8510
|
-
const render$
|
|
8014
|
+
const render$b = [renderHoverDom, renderBounds$3];
|
|
8511
8015
|
const renderHover = (oldState, newState) => {
|
|
8512
8016
|
const commands = [];
|
|
8513
|
-
for (const item of render$
|
|
8017
|
+
for (const item of render$b) {
|
|
8514
8018
|
if (!item.isEqual(oldState, newState)) {
|
|
8515
8019
|
commands.push(item.apply(oldState, newState));
|
|
8516
8020
|
}
|
|
@@ -8536,75 +8040,23 @@ const focusNext = state => {
|
|
|
8536
8040
|
return focusIndex(state, nextIndex);
|
|
8537
8041
|
};
|
|
8538
8042
|
|
|
8539
|
-
const
|
|
8540
|
-
const name = 'Completion Worker';
|
|
8541
|
-
const {
|
|
8542
|
-
port1,
|
|
8543
|
-
port2
|
|
8544
|
-
} = getPortTuple();
|
|
8545
|
-
await invokeAndTransfer('IpcParent.create', {
|
|
8546
|
-
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
8547
|
-
url: 'completionWorkerMain.js',
|
|
8548
|
-
name: name,
|
|
8549
|
-
raw: true,
|
|
8550
|
-
port: port1
|
|
8551
|
-
});
|
|
8552
|
-
const rpc = await MessagePortRpcParent.create({
|
|
8553
|
-
commandMap: {},
|
|
8554
|
-
messagePort: port2,
|
|
8555
|
-
isMessagePortOpen: true
|
|
8556
|
-
});
|
|
8557
|
-
port2.start();
|
|
8558
|
-
await rpc.invoke('Completions.initialize');
|
|
8559
|
-
return rpc;
|
|
8560
|
-
};
|
|
8561
|
-
|
|
8562
|
-
let workerPromise;
|
|
8563
|
-
const getOrCreate = () => {
|
|
8564
|
-
if (!workerPromise) {
|
|
8565
|
-
workerPromise = launchCompletionWorker();
|
|
8566
|
-
}
|
|
8567
|
-
return workerPromise;
|
|
8568
|
-
};
|
|
8569
|
-
const invoke = async (method, ...params) => {
|
|
8570
|
-
const worker = await getOrCreate();
|
|
8571
|
-
return await worker.invoke(method, ...params);
|
|
8572
|
-
};
|
|
8573
|
-
|
|
8574
|
-
const updateWidget = (editor, widgetId, newState) => {
|
|
8575
|
-
// TODO avoid closure
|
|
8576
|
-
const isWidget = widget => {
|
|
8577
|
-
return widget.id === widgetId;
|
|
8578
|
-
};
|
|
8579
|
-
const childIndex = editor.widgets.findIndex(isWidget);
|
|
8580
|
-
// TODO scroll up/down if necessary
|
|
8581
|
-
const childWidget = editor.widgets[childIndex];
|
|
8582
|
-
const newWidget = {
|
|
8583
|
-
...childWidget,
|
|
8584
|
-
oldState: childWidget.newState,
|
|
8585
|
-
newState
|
|
8586
|
-
};
|
|
8587
|
-
const newWidgets = [...editor.widgets.slice(0, childIndex), newWidget, ...editor.widgets.slice(childIndex + 1)];
|
|
8588
|
-
return {
|
|
8589
|
-
...editor,
|
|
8590
|
-
widgets: newWidgets
|
|
8591
|
-
};
|
|
8592
|
-
};
|
|
8593
|
-
|
|
8594
|
-
const getInvoke = widgetId => {
|
|
8043
|
+
const getWidgetInvoke = widgetId => {
|
|
8595
8044
|
switch (widgetId) {
|
|
8596
8045
|
case ColorPicker:
|
|
8597
8046
|
return invoke$6;
|
|
8598
8047
|
case Completion:
|
|
8599
|
-
return invoke;
|
|
8048
|
+
return invoke$3;
|
|
8600
8049
|
case Find:
|
|
8050
|
+
return invoke$2;
|
|
8051
|
+
case Rename:
|
|
8601
8052
|
return invoke$4;
|
|
8602
8053
|
default:
|
|
8603
8054
|
return undefined;
|
|
8604
8055
|
}
|
|
8605
8056
|
};
|
|
8057
|
+
|
|
8606
8058
|
const executeWidgetCommand = async (editor, name, method, _uid, widgetId, ...params) => {
|
|
8607
|
-
const invoke =
|
|
8059
|
+
const invoke = getWidgetInvoke(widgetId);
|
|
8608
8060
|
const actualMethod = method.slice(name.length + 1);
|
|
8609
8061
|
const widget = editor.widgets.find(widget => widget.id === widgetId);
|
|
8610
8062
|
if (!widget) {
|
|
@@ -8625,7 +8077,7 @@ const executeWidgetCommand = async (editor, name, method, _uid, widgetId, ...par
|
|
|
8625
8077
|
}
|
|
8626
8078
|
const diff = await invoke(`${name}.diff2`, uid);
|
|
8627
8079
|
const commands = await invoke(`${name}.render2`, uid, diff);
|
|
8628
|
-
const childIndex =
|
|
8080
|
+
const childIndex = editor.widgets.findIndex(isWidget);
|
|
8629
8081
|
if (childIndex === -1) {
|
|
8630
8082
|
return latestEditor;
|
|
8631
8083
|
}
|
|
@@ -8634,10 +8086,41 @@ const executeWidgetCommand = async (editor, name, method, _uid, widgetId, ...par
|
|
|
8634
8086
|
...childWidget.newState,
|
|
8635
8087
|
commands
|
|
8636
8088
|
};
|
|
8637
|
-
const newEditor = updateWidget(
|
|
8089
|
+
const newEditor = updateWidget(latestEditor, widgetId, newState);
|
|
8638
8090
|
return newEditor;
|
|
8639
8091
|
};
|
|
8640
8092
|
|
|
8093
|
+
const RE_WORD = /[\w\-]+$/;
|
|
8094
|
+
const getWordAtOffset = editor => {
|
|
8095
|
+
const {
|
|
8096
|
+
lines,
|
|
8097
|
+
selections
|
|
8098
|
+
} = editor;
|
|
8099
|
+
const rowIndex = selections[0];
|
|
8100
|
+
const columnIndex = selections[1];
|
|
8101
|
+
const line = lines[rowIndex];
|
|
8102
|
+
const part = line.slice(0, columnIndex);
|
|
8103
|
+
const wordMatch = part.match(RE_WORD);
|
|
8104
|
+
if (wordMatch) {
|
|
8105
|
+
return wordMatch[0];
|
|
8106
|
+
}
|
|
8107
|
+
return '';
|
|
8108
|
+
};
|
|
8109
|
+
|
|
8110
|
+
const FocusEditor = 12;
|
|
8111
|
+
const FocusEditorCompletions = 9;
|
|
8112
|
+
const FocusEditorRename = 11;
|
|
8113
|
+
const FocusEditorText = 12;
|
|
8114
|
+
const FocusFindWidget = 16;
|
|
8115
|
+
const FocusSourceActions = 38;
|
|
8116
|
+
const FocusFindWidgetReplace = 43;
|
|
8117
|
+
const FocusFindWidgetReplaceButton = 46;
|
|
8118
|
+
const FocusFindWidgetReplaceAllButton = 47;
|
|
8119
|
+
const FocusFindWidgetCloseButton = 48;
|
|
8120
|
+
const FocusFindWidgetNextMatchButton = 49;
|
|
8121
|
+
const FocusFindWidgetPreviousMatchButton = 50;
|
|
8122
|
+
const FocusEditorCodeGenerator = 52;
|
|
8123
|
+
|
|
8641
8124
|
const getPositionAtCursor = editorUid => {
|
|
8642
8125
|
const editor = getEditor(editorUid);
|
|
8643
8126
|
return getPositionAtCursor$1(editor);
|
|
@@ -8673,29 +8156,36 @@ const getSelections2 = editorUid => {
|
|
|
8673
8156
|
} = editor;
|
|
8674
8157
|
return selections;
|
|
8675
8158
|
};
|
|
8676
|
-
const
|
|
8677
|
-
// console.log('close find')
|
|
8159
|
+
const closeWidget2 = async (editorUid, widgetId, widgetName, unsetAdditionalFocus$1) => {
|
|
8678
8160
|
const editor = getEditor(editorUid);
|
|
8161
|
+
const invoke = getWidgetInvoke(widgetId);
|
|
8679
8162
|
const {
|
|
8680
8163
|
widgets
|
|
8681
8164
|
} = editor;
|
|
8682
|
-
const index = widgets.findIndex(widget => widget.id ===
|
|
8165
|
+
const index = widgets.findIndex(widget => widget.id === widgetId);
|
|
8683
8166
|
if (index === -1) {
|
|
8684
8167
|
return;
|
|
8685
8168
|
}
|
|
8686
|
-
|
|
8687
|
-
await invoke$4('FindWidget.dispose', findWidget.newState.uid);
|
|
8169
|
+
await invoke(`${widgetName}.dispose`);
|
|
8688
8170
|
const newWidgets = [...widgets.slice(0, index), ...widgets.slice(index + 1)];
|
|
8689
|
-
// TODO transfer focus to editor
|
|
8690
8171
|
const newEditor = {
|
|
8691
8172
|
...editor,
|
|
8692
8173
|
widgets: newWidgets,
|
|
8693
8174
|
focused: true
|
|
8694
8175
|
};
|
|
8695
8176
|
set$4(editorUid, editor, newEditor);
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8177
|
+
await setFocus(FocusEditorText);
|
|
8178
|
+
if (unsetAdditionalFocus$1) {
|
|
8179
|
+
await unsetAdditionalFocus(unsetAdditionalFocus$1);
|
|
8180
|
+
}
|
|
8181
|
+
};
|
|
8182
|
+
const closeFind2 = async editorUid => {
|
|
8183
|
+
await closeWidget2(editorUid, Find, 'FindWidget', 0);
|
|
8184
|
+
};
|
|
8185
|
+
const applyEdits2 = async (editorUid, edits) => {
|
|
8186
|
+
const editor = getEditor(editorUid);
|
|
8187
|
+
const newEditor = await applyEdit(editor, edits);
|
|
8188
|
+
set$4(editorUid, editor, newEditor);
|
|
8699
8189
|
};
|
|
8700
8190
|
|
|
8701
8191
|
const pending = Object.create(null);
|
|
@@ -8792,20 +8282,6 @@ const CtrlCmd = 1 << 11 >>> 0;
|
|
|
8792
8282
|
const Shift = 1 << 10 >>> 0;
|
|
8793
8283
|
const Alt = 1 << 9 >>> 0;
|
|
8794
8284
|
|
|
8795
|
-
const FocusEditor = 12;
|
|
8796
|
-
const FocusEditorCompletions = 9;
|
|
8797
|
-
const FocusEditorRename = 11;
|
|
8798
|
-
const FocusEditorText = 12;
|
|
8799
|
-
const FocusFindWidget = 16;
|
|
8800
|
-
const FocusSourceActions = 38;
|
|
8801
|
-
const FocusFindWidgetReplace = 43;
|
|
8802
|
-
const FocusFindWidgetReplaceButton = 46;
|
|
8803
|
-
const FocusFindWidgetReplaceAllButton = 47;
|
|
8804
|
-
const FocusFindWidgetCloseButton = 48;
|
|
8805
|
-
const FocusFindWidgetNextMatchButton = 49;
|
|
8806
|
-
const FocusFindWidgetPreviousMatchButton = 50;
|
|
8807
|
-
const FocusEditorCodeGenerator = 52;
|
|
8808
|
-
|
|
8809
8285
|
const getKeyBindings = () => {
|
|
8810
8286
|
return [{
|
|
8811
8287
|
key: Escape,
|
|
@@ -8913,7 +8389,7 @@ const getKeyBindings = () => {
|
|
|
8913
8389
|
when: FocusEditorCompletions
|
|
8914
8390
|
}, {
|
|
8915
8391
|
key: Escape,
|
|
8916
|
-
command: '
|
|
8392
|
+
command: 'EditorCompletion.close',
|
|
8917
8393
|
when: FocusEditorCompletions
|
|
8918
8394
|
}, {
|
|
8919
8395
|
key: End,
|
|
@@ -9346,7 +8822,7 @@ const moveLineUp = editor => {
|
|
|
9346
8822
|
};
|
|
9347
8823
|
|
|
9348
8824
|
const Link$1 = 'Link';
|
|
9349
|
-
const Function
|
|
8825
|
+
const Function = 'Function';
|
|
9350
8826
|
const Parameter = 'Parameter';
|
|
9351
8827
|
const Type = 'Type';
|
|
9352
8828
|
const VariableName = 'VariableName';
|
|
@@ -9405,7 +8881,7 @@ const getDecorationClassName = type => {
|
|
|
9405
8881
|
case Ts3073:
|
|
9406
8882
|
case Ts3077:
|
|
9407
8883
|
case Ts3088:
|
|
9408
|
-
return Function
|
|
8884
|
+
return Function;
|
|
9409
8885
|
case Ts1792:
|
|
9410
8886
|
case Ts1793:
|
|
9411
8887
|
return Parameter;
|
|
@@ -9576,10 +9052,10 @@ const getTokensViewport2 = async (editor, startLineIndex, endLineIndex, syncIncr
|
|
|
9576
9052
|
languageId,
|
|
9577
9053
|
invalidStartIndex
|
|
9578
9054
|
};
|
|
9579
|
-
return invoke$
|
|
9055
|
+
return invoke$1('GetTokensViewport.getTokensViewport', slimEditor, startLineIndex, endLineIndex, hasLinesToSend, id, linesToSend);
|
|
9580
9056
|
}
|
|
9581
9057
|
// TODO only send needed lines of text
|
|
9582
|
-
return invoke$
|
|
9058
|
+
return invoke$1('GetTokensViewport.getTokensViewport', editor, startLineIndex, endLineIndex, true, editor.id, editor.lines);
|
|
9583
9059
|
}
|
|
9584
9060
|
return getTokensViewport(editor, startLineIndex, endLineIndex);
|
|
9585
9061
|
};
|
|
@@ -9728,7 +9204,6 @@ const getLineInfoDefault = (line, tokenResults, embeddedResults, decorations, To
|
|
|
9728
9204
|
const decorationType = decorations[++decorationIndex];
|
|
9729
9205
|
// @ts-ignore
|
|
9730
9206
|
decorations[++decorationIndex];
|
|
9731
|
-
// console.log('MATCHING DECORATION', {
|
|
9732
9207
|
// decorationIndex,
|
|
9733
9208
|
// decorationLength,
|
|
9734
9209
|
// decorationType,
|
|
@@ -9936,7 +9411,7 @@ const getIncrementalEdits = async (oldState, newState) => {
|
|
|
9936
9411
|
} = newState;
|
|
9937
9412
|
const oldLine = oldState.lines[rowIndex];
|
|
9938
9413
|
const newLine = lines[rowIndex];
|
|
9939
|
-
const incrementalEdits = await invoke$
|
|
9414
|
+
const incrementalEdits = await invoke$1('TokenizeIncremental.tokenizeIncremental', newState.uid, newState.languageId, oldLine, newLine, rowIndex, newState.minLineY);
|
|
9940
9415
|
if (incrementalEdits && incrementalEdits.length === 1) {
|
|
9941
9416
|
return incrementalEdits;
|
|
9942
9417
|
}
|
|
@@ -9964,7 +9439,7 @@ const getSelectionsVirtualDom = selections => {
|
|
|
9964
9439
|
return dom;
|
|
9965
9440
|
};
|
|
9966
9441
|
|
|
9967
|
-
const addWidget
|
|
9442
|
+
const addWidget = widget => {
|
|
9968
9443
|
const module = get$5(widget.id);
|
|
9969
9444
|
if (!module) {
|
|
9970
9445
|
throw new Error('unsupported widget');
|
|
@@ -10114,7 +9589,7 @@ const renderWidgets = {
|
|
|
10114
9589
|
}
|
|
10115
9590
|
const addCommands = [];
|
|
10116
9591
|
for (const addedWidget of addedWidgets) {
|
|
10117
|
-
const childCommands = addWidget
|
|
9592
|
+
const childCommands = addWidget(addedWidget);
|
|
10118
9593
|
if (childCommands.length > 0) {
|
|
10119
9594
|
addCommands.push(...childCommands);
|
|
10120
9595
|
}
|
|
@@ -10138,7 +9613,7 @@ const renderWidgets = {
|
|
|
10138
9613
|
},
|
|
10139
9614
|
multiple: true
|
|
10140
9615
|
};
|
|
10141
|
-
const render$
|
|
9616
|
+
const render$a = [renderLines, renderSelections, renderScrollBarX, renderScrollBarY, renderFocus$1, renderDecorations, renderGutterInfo, renderWidgets];
|
|
10142
9617
|
const renderEditor = async id => {
|
|
10143
9618
|
const instance = get$4(id);
|
|
10144
9619
|
if (!instance) {
|
|
@@ -10150,7 +9625,7 @@ const renderEditor = async id => {
|
|
|
10150
9625
|
} = instance;
|
|
10151
9626
|
const commands = [];
|
|
10152
9627
|
set$4(id, newState, newState);
|
|
10153
|
-
for (const item of render$
|
|
9628
|
+
for (const item of render$a) {
|
|
10154
9629
|
if (!item.isEqual(oldState, newState)) {
|
|
10155
9630
|
const result = await item.apply(oldState, newState);
|
|
10156
9631
|
// @ts-ignore
|
|
@@ -10216,7 +9691,7 @@ const keep = [
|
|
|
10216
9691
|
// 'ColorPicker.handleSliderPointerDown',
|
|
10217
9692
|
// 'ColorPicker.handleSliderPointerMove',
|
|
10218
9693
|
// 'ColorPicker.loadContent',
|
|
10219
|
-
'Editor.create', 'Editor.getWordAt', 'Editor.getWordBefore', 'Editor.offsetAt', 'Editor.render', 'Editor.getKeyBindings', 'Editor.getPositionAtCursor', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getLines2', 'Editor.closeFind2', 'Editor.getSelections2', 'Editor.getQuickPickMenuEntries',
|
|
9694
|
+
'Editor.create', 'Editor.getWordAt', 'Editor.getWordBefore', 'Editor.offsetAt', 'Editor.render', 'Editor.getKeyBindings', 'Editor.getPositionAtCursor', 'Editor.getWordAt2', 'Editor.getWordAtOffset2', 'Editor.getWordBefore2', 'Editor.getLines2', 'Editor.applyEdit2', 'Editor.applyEdits2', 'Editor.closeFind2', 'Editor.closeWidget2', 'Editor.getSelections2', 'Editor.getQuickPickMenuEntries',
|
|
10220
9695
|
// 'ColorPicker.render',
|
|
10221
9696
|
'Editor.getText', 'Editor.getSelections', 'Font.ensure', 'SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionHostWorker', 'Hover.getHoverInfo', 'Hover.handleSashPointerDown', 'Hover.handleSashPointerMove', 'Hover.handleSashPointerUp', 'Hover.loadContent', 'Hover.render', 'Initialize.initialize', 'ActivateByEvent.activateByEvent'];
|
|
10222
9697
|
|
|
@@ -10258,13 +9733,16 @@ const widgetCommands = {
|
|
|
10258
9733
|
'FindWidget.focusReplaceAllButton': Find,
|
|
10259
9734
|
'FindWidget.focusNextMatchButton': Find,
|
|
10260
9735
|
'FindWidget.focusPreviousMatchButton': Find,
|
|
10261
|
-
'FindWidget.focusCloseButton': Find
|
|
10262
|
-
|
|
10263
|
-
'EditorCompletion.
|
|
10264
|
-
'EditorCompletion.
|
|
10265
|
-
'EditorCompletion.
|
|
10266
|
-
'EditorCompletion.
|
|
10267
|
-
'EditorCompletion.
|
|
9736
|
+
'FindWidget.focusCloseButton': Find
|
|
9737
|
+
|
|
9738
|
+
// 'EditorCompletion.handleWheel': WidgetId.Completion,
|
|
9739
|
+
// 'EditorCompletion.focusFirst': WidgetId.Completion,
|
|
9740
|
+
// 'EditorCompletion.focusNext': WidgetId.Completion,
|
|
9741
|
+
// 'EditorCompletion.focusPrevious': WidgetId.Completion,
|
|
9742
|
+
// 'EditorCompletion.focusIndex': WidgetId.Completion,
|
|
9743
|
+
// 'EditorCompletion.focusLast': WidgetId.Completion,
|
|
9744
|
+
// 'EditorCompletion.selectCurrent': WidgetId.Completion,
|
|
9745
|
+
// 'EditorCompletion.selectIndex': WidgetId.Completion,
|
|
10268
9746
|
};
|
|
10269
9747
|
|
|
10270
9748
|
// TODO wrap commands globally, not per editor
|
|
@@ -10300,14 +9778,13 @@ const wrapCommands = commands => {
|
|
|
10300
9778
|
const commandMap = {
|
|
10301
9779
|
'ActivateByEvent.activateByEvent': activateByEvent,
|
|
10302
9780
|
'CodeGenerator.accept': codeGeneratorAccept,
|
|
10303
|
-
'ColorPicker.loadContent': loadContent$
|
|
9781
|
+
'ColorPicker.loadContent': loadContent$2,
|
|
10304
9782
|
'Editor.addCursorAbove': addCursorAbove,
|
|
10305
9783
|
'Editor.addCursorBelow': addCursorBelow,
|
|
10306
9784
|
'Editor.applyEdit': applyEdit,
|
|
10307
9785
|
'Editor.braceCompletion': braceCompletion,
|
|
10308
9786
|
'Editor.cancelSelection': cancelSelection,
|
|
10309
9787
|
'Editor.closeCodeGenerator': closeCodeGenerator,
|
|
10310
|
-
'Editor.closeCompletion': closeCompletion,
|
|
10311
9788
|
'Editor.closeFind': closeFind,
|
|
10312
9789
|
'Editor.closeRename': closeRename,
|
|
10313
9790
|
'Editor.closeSourceAction': closeSourceAction,
|
|
@@ -10342,24 +9819,26 @@ const commandMap = {
|
|
|
10342
9819
|
'Editor.deleteRight': deleteCharacterRight,
|
|
10343
9820
|
'Editor.deleteWordLeft': deleteWordLeft,
|
|
10344
9821
|
'Editor.deleteWordPartLeft': deleteWordPartLeft,
|
|
9822
|
+
'Editor.applyEdit2': applyEdits2,
|
|
9823
|
+
'Editor.closeFind2': closeFind2,
|
|
9824
|
+
'Editor.closeWidget2': closeWidget2,
|
|
10345
9825
|
'Editor.deleteWordPartRight': deleteWordPartRight,
|
|
10346
9826
|
'Editor.deleteWordRight': deleteWordRight,
|
|
10347
9827
|
'Editor.executeWidgetCommand': executeWidgetCommand,
|
|
10348
9828
|
'Editor.findAllReferences': findAllReferences,
|
|
10349
9829
|
'Editor.format': format,
|
|
10350
9830
|
'Editor.getKeyBindings': getKeyBindings,
|
|
9831
|
+
'Editor.getLines2': getLines2,
|
|
10351
9832
|
'Editor.getPositionAtCursor': getPositionAtCursor,
|
|
10352
9833
|
'Editor.getQuickPickMenuEntries': getQuickPickMenuEntries,
|
|
10353
9834
|
'Editor.getSelections': getSelections,
|
|
9835
|
+
'Editor.getSelections2': getSelections2,
|
|
10354
9836
|
'Editor.getText': getText,
|
|
10355
9837
|
'Editor.getWordAt': getWordAt$1,
|
|
10356
9838
|
'Editor.getWordAt2': getWordAt,
|
|
10357
9839
|
'Editor.getWordAtOffset2': getWordAtOffset2,
|
|
10358
|
-
'Editor.getWordBefore2': getWordBefore2,
|
|
10359
9840
|
'Editor.getWordBefore': getWordBefore,
|
|
10360
|
-
'Editor.
|
|
10361
|
-
'Editor.getSelections2': getSelections2,
|
|
10362
|
-
'Editor.closeFind2': closeFind2,
|
|
9841
|
+
'Editor.getWordBefore2': getWordBefore2,
|
|
10363
9842
|
'Editor.goToDefinition': goToDefinition,
|
|
10364
9843
|
'Editor.goToTypeDefinition': goToTypeDefinition,
|
|
10365
9844
|
'Editor.handleBeforeInput': handleBeforeInput,
|
|
@@ -10400,6 +9879,21 @@ const commandMap = {
|
|
|
10400
9879
|
'Editor.openCodeGenerator': openCodeGenerator,
|
|
10401
9880
|
'Editor.openColorPicker': openColorPicker,
|
|
10402
9881
|
'Editor.openCompletion': openCompletion,
|
|
9882
|
+
'EditorCompletion.closeDetails': closeDetails,
|
|
9883
|
+
'EditorCompletion.focusFirst': focusFirst,
|
|
9884
|
+
'EditorCompletion.focusIndex': focusIndex$1,
|
|
9885
|
+
'EditorCompletion.focusNext': focusNext$1,
|
|
9886
|
+
'EditorCompletion.focusPrevious': focusPrevious,
|
|
9887
|
+
'EditorCompletion.handleEditorBlur': handleEditorBlur,
|
|
9888
|
+
'EditorCompletion.handleEditorClick': handleEditorClick,
|
|
9889
|
+
'EditorCompletion.handleEditorDeleteLeft': handleEditorDeleteLeft$1,
|
|
9890
|
+
'EditorCompletion.handleEditorType': handleEditorType$1,
|
|
9891
|
+
'EditorCompletion.handleWheel': handleWheel,
|
|
9892
|
+
'EditorCompletion.openDetails': openDetails,
|
|
9893
|
+
'EditorCompletion.selectCurrent': selectCurrent,
|
|
9894
|
+
'EditorCompletion.close': close,
|
|
9895
|
+
'EditorCompletion.selectIndex': selectIndex,
|
|
9896
|
+
'EditorCompletion.toggleDetails': toggleDetails,
|
|
10403
9897
|
'Editor.openFind': openFind,
|
|
10404
9898
|
'Editor.openFind2': openFind2,
|
|
10405
9899
|
'Editor.openRename': openRename,
|
|
@@ -10429,7 +9923,7 @@ const commandMap = {
|
|
|
10429
9923
|
'Editor.selectWordRight': selectWordRight,
|
|
10430
9924
|
'Editor.setDecorations': setDecorations,
|
|
10431
9925
|
'Editor.setDelta': setDelta,
|
|
10432
|
-
'Editor.setDeltaY': setDeltaY
|
|
9926
|
+
'Editor.setDeltaY': setDeltaY,
|
|
10433
9927
|
'Editor.setLanguageId': setLanguageId,
|
|
10434
9928
|
'Editor.setSelections': setSelections,
|
|
10435
9929
|
'Editor.showHover': showHover,
|
|
@@ -10446,24 +9940,8 @@ const commandMap = {
|
|
|
10446
9940
|
'Editor.undo': undo,
|
|
10447
9941
|
'Editor.unIndent': editorUnindent,
|
|
10448
9942
|
'Editor.updateDiagnostics': updateDiagnostics,
|
|
10449
|
-
'EditorCompletion.advance': advance,
|
|
10450
|
-
'EditorCompletion.closeDetails': closeDetails,
|
|
10451
|
-
'EditorCompletion.focusFirst': focusFirst,
|
|
10452
|
-
'EditorCompletion.focusIndex': focusIndex$1,
|
|
10453
|
-
'EditorCompletion.focusNext': focusNext$1,
|
|
10454
|
-
'EditorCompletion.focusPrevious': focusPrevious,
|
|
10455
|
-
'EditorCompletion.handleEditorBlur': handleEditorBlur,
|
|
10456
|
-
'EditorCompletion.handleEditorClick': handleEditorClick,
|
|
10457
|
-
'EditorCompletion.handleEditorDeleteLeft': handleEditorDeleteLeft$2,
|
|
10458
|
-
'EditorCompletion.handleEditorType': handleEditorType$2,
|
|
10459
|
-
'EditorCompletion.handleWheel': handleWheel,
|
|
10460
|
-
'EditorCompletion.loadContent': loadContent$2,
|
|
10461
|
-
'EditorCompletion.openDetails': openDetails,
|
|
10462
|
-
'EditorCompletion.selectCurrent': selectCurrent,
|
|
10463
|
-
'EditorCompletion.selectIndex': selectIndex,
|
|
10464
|
-
'EditorCompletion.toggleDetails': toggleDetails,
|
|
10465
9943
|
'EditorSourceActions.focusNext': focusNext,
|
|
10466
|
-
'FindWidget.close': close,
|
|
9944
|
+
'FindWidget.close': close$1,
|
|
10467
9945
|
'FindWidget.loadContent': loadContent$1,
|
|
10468
9946
|
'Font.ensure': ensure,
|
|
10469
9947
|
'Hover.getHoverInfo': getEditorHoverInfo,
|
|
@@ -10523,55 +10001,13 @@ const listen$1 = async ({
|
|
|
10523
10001
|
return ipc;
|
|
10524
10002
|
};
|
|
10525
10003
|
|
|
10526
|
-
const listen = async () => {
|
|
10527
|
-
register(commandMap);
|
|
10528
|
-
const ipc = await listen$1({
|
|
10529
|
-
method: Auto()
|
|
10530
|
-
});
|
|
10531
|
-
handleIpc(ipc);
|
|
10532
|
-
listen$5(ipc);
|
|
10533
|
-
};
|
|
10534
|
-
|
|
10535
|
-
const isFunctional = widgetId => {
|
|
10536
|
-
switch (widgetId) {
|
|
10537
|
-
case ColorPicker:
|
|
10538
|
-
case Rename:
|
|
10539
|
-
case Find:
|
|
10540
|
-
return true;
|
|
10541
|
-
default:
|
|
10542
|
-
return false;
|
|
10543
|
-
}
|
|
10544
|
-
};
|
|
10545
|
-
const addWidget = (widget, id, render) => {
|
|
10546
|
-
const commands = render(widget);
|
|
10547
|
-
// TODO how to generate a unique integer id
|
|
10548
|
-
// that doesn't collide with ids created in renderer worker?
|
|
10549
|
-
// @ts-ignore
|
|
10550
|
-
const {
|
|
10551
|
-
uid
|
|
10552
|
-
} = widget.newState;
|
|
10553
|
-
const allCommands = [];
|
|
10554
|
-
allCommands.push(['Viewlet.createFunctionalRoot', id, uid, isFunctional(widget.id)]);
|
|
10555
|
-
allCommands.push(...commands);
|
|
10556
|
-
if (isFunctional(widget.id)) {
|
|
10557
|
-
allCommands.push(['Viewlet.appendToBody', uid]);
|
|
10558
|
-
} else {
|
|
10559
|
-
allCommands.push(['Viewlet.send', uid, 'appendWidget']);
|
|
10560
|
-
}
|
|
10561
|
-
const focusCommandIndex = allCommands.findIndex(command => {
|
|
10562
|
-
return command[2] === 'focus' || command[0] === 'Viewlet.focusSelector';
|
|
10563
|
-
});
|
|
10564
|
-
// TODO have separate rendering functions, e.g.
|
|
10565
|
-
// 1. renderDom
|
|
10566
|
-
// 2. renderAriaAnnouncement
|
|
10567
|
-
// 3. renderFocus
|
|
10568
|
-
// to ensure that focus is always after the element is added to the dom
|
|
10569
|
-
if (focusCommandIndex !== -1) {
|
|
10570
|
-
const command = allCommands[focusCommandIndex];
|
|
10571
|
-
allCommands.splice(focusCommandIndex, 1);
|
|
10572
|
-
allCommands.push(command);
|
|
10573
|
-
}
|
|
10574
|
-
return allCommands;
|
|
10004
|
+
const listen = async () => {
|
|
10005
|
+
register(commandMap);
|
|
10006
|
+
const ipc = await listen$1({
|
|
10007
|
+
method: Auto()
|
|
10008
|
+
});
|
|
10009
|
+
handleIpc(ipc);
|
|
10010
|
+
listen$5(ipc);
|
|
10575
10011
|
};
|
|
10576
10012
|
|
|
10577
10013
|
const removeWidget = widget => {
|
|
@@ -10610,7 +10046,7 @@ const renderContent$1 = {
|
|
|
10610
10046
|
return [SetDom2, newState.uid, dom];
|
|
10611
10047
|
}
|
|
10612
10048
|
};
|
|
10613
|
-
const renderBounds$
|
|
10049
|
+
const renderBounds$2 = {
|
|
10614
10050
|
isEqual(oldState, newState) {
|
|
10615
10051
|
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
10616
10052
|
},
|
|
@@ -10632,10 +10068,10 @@ const renderFocus = {
|
|
|
10632
10068
|
return [Focus, '.CodeGeneratorInput', newState.focusSource];
|
|
10633
10069
|
}
|
|
10634
10070
|
};
|
|
10635
|
-
const render$
|
|
10636
|
-
const renderFull$
|
|
10071
|
+
const render$9 = [renderContent$1, renderBounds$2, renderFocus];
|
|
10072
|
+
const renderFull$3 = (oldState, newState) => {
|
|
10637
10073
|
const commands = [];
|
|
10638
|
-
for (const item of render$
|
|
10074
|
+
for (const item of render$9) {
|
|
10639
10075
|
if (!item.isEqual(oldState, newState)) {
|
|
10640
10076
|
commands.push(item.apply(oldState, newState));
|
|
10641
10077
|
}
|
|
@@ -10643,8 +10079,8 @@ const renderFull$4 = (oldState, newState) => {
|
|
|
10643
10079
|
return commands;
|
|
10644
10080
|
};
|
|
10645
10081
|
|
|
10646
|
-
const render$
|
|
10647
|
-
const commands = renderFull$
|
|
10082
|
+
const render$8 = widget => {
|
|
10083
|
+
const commands = renderFull$3(widget.oldState, widget.newState);
|
|
10648
10084
|
const wrappedCommands = [];
|
|
10649
10085
|
const {
|
|
10650
10086
|
uid
|
|
@@ -10659,27 +10095,27 @@ const render$a = widget => {
|
|
|
10659
10095
|
}
|
|
10660
10096
|
return wrappedCommands;
|
|
10661
10097
|
};
|
|
10662
|
-
const add$
|
|
10663
|
-
return addWidget(widget, 'EditorCodeGenerator', render$
|
|
10098
|
+
const add$6 = widget => {
|
|
10099
|
+
return addWidget$1(widget, 'EditorCodeGenerator', render$8);
|
|
10664
10100
|
};
|
|
10665
|
-
const remove$
|
|
10101
|
+
const remove$6 = removeWidget;
|
|
10666
10102
|
|
|
10667
10103
|
const EditorCodeGeneratorWidget = {
|
|
10668
10104
|
__proto__: null,
|
|
10669
|
-
add: add$
|
|
10670
|
-
remove: remove$
|
|
10671
|
-
render: render$
|
|
10105
|
+
add: add$6,
|
|
10106
|
+
remove: remove$6,
|
|
10107
|
+
render: render$8
|
|
10672
10108
|
};
|
|
10673
10109
|
|
|
10674
|
-
const renderFull$
|
|
10110
|
+
const renderFull$2 = (oldState, newState) => {
|
|
10675
10111
|
const commands = [...newState.commands];
|
|
10676
10112
|
// @ts-ignore
|
|
10677
10113
|
newState.commands = [];
|
|
10678
10114
|
return commands;
|
|
10679
10115
|
};
|
|
10680
10116
|
|
|
10681
|
-
const render$
|
|
10682
|
-
const commands = renderFull$
|
|
10117
|
+
const render$7 = widget => {
|
|
10118
|
+
const commands = renderFull$2(widget.oldState, widget.newState);
|
|
10683
10119
|
const wrappedCommands = [];
|
|
10684
10120
|
const {
|
|
10685
10121
|
uid
|
|
@@ -10693,18 +10129,18 @@ const render$9 = widget => {
|
|
|
10693
10129
|
}
|
|
10694
10130
|
return wrappedCommands;
|
|
10695
10131
|
};
|
|
10696
|
-
const add$
|
|
10697
|
-
return addWidget(widget, 'ColorPicker', render$
|
|
10132
|
+
const add$5 = widget => {
|
|
10133
|
+
return addWidget$1(widget, 'ColorPicker', render$7);
|
|
10698
10134
|
};
|
|
10699
|
-
const remove$
|
|
10135
|
+
const remove$5 = removeWidget;
|
|
10700
10136
|
const Commands$1 = {};
|
|
10701
10137
|
|
|
10702
10138
|
const EditorColorPickerWidget = {
|
|
10703
10139
|
__proto__: null,
|
|
10704
10140
|
Commands: Commands$1,
|
|
10705
|
-
add: add$
|
|
10706
|
-
remove: remove$
|
|
10707
|
-
render: render$
|
|
10141
|
+
add: add$5,
|
|
10142
|
+
remove: remove$5,
|
|
10143
|
+
render: render$7
|
|
10708
10144
|
};
|
|
10709
10145
|
|
|
10710
10146
|
const getCompletionDetailVirtualDom = content => {
|
|
@@ -10748,7 +10184,7 @@ const renderContent = {
|
|
|
10748
10184
|
return [SetDom2, newState.uid, dom];
|
|
10749
10185
|
}
|
|
10750
10186
|
};
|
|
10751
|
-
const renderBounds$
|
|
10187
|
+
const renderBounds$1 = {
|
|
10752
10188
|
isEqual(oldState, newState) {
|
|
10753
10189
|
return oldState.x === newState.x && oldState.y === newState.y && oldState.width === newState.width && oldState.height === newState.height;
|
|
10754
10190
|
},
|
|
@@ -10762,13 +10198,29 @@ const renderBounds$2 = {
|
|
|
10762
10198
|
return [/* method */SetBounds, /* x */x, /* y */y, /* width */width, /* height */height];
|
|
10763
10199
|
}
|
|
10764
10200
|
};
|
|
10765
|
-
const render$
|
|
10766
|
-
const renderFull$
|
|
10767
|
-
return renderParts(render$
|
|
10201
|
+
const render$6 = [renderContent, renderBounds$1];
|
|
10202
|
+
const renderFull$1 = (oldState, newState) => {
|
|
10203
|
+
return renderParts(render$6, oldState, newState);
|
|
10768
10204
|
};
|
|
10769
10205
|
|
|
10770
|
-
const
|
|
10771
|
-
const
|
|
10206
|
+
const getWidgetState = (editor, id) => {
|
|
10207
|
+
const {
|
|
10208
|
+
widgets
|
|
10209
|
+
} = editor;
|
|
10210
|
+
for (const widget of widgets) {
|
|
10211
|
+
if (widget.id === id) {
|
|
10212
|
+
return widget.newState;
|
|
10213
|
+
}
|
|
10214
|
+
}
|
|
10215
|
+
return undefined;
|
|
10216
|
+
};
|
|
10217
|
+
|
|
10218
|
+
const getCompletionState = editor => {
|
|
10219
|
+
return getWidgetState(editor, Completion);
|
|
10220
|
+
};
|
|
10221
|
+
|
|
10222
|
+
const render$5 = widget => {
|
|
10223
|
+
const commands = renderFull$1(widget.oldState, widget.newState);
|
|
10772
10224
|
const wrappedCommands = [];
|
|
10773
10225
|
const {
|
|
10774
10226
|
uid
|
|
@@ -10782,11 +10234,11 @@ const render$7 = widget => {
|
|
|
10782
10234
|
}
|
|
10783
10235
|
return wrappedCommands;
|
|
10784
10236
|
};
|
|
10785
|
-
const add$
|
|
10786
|
-
return addWidget(widget, 'EditorCompletionDetails', render$
|
|
10237
|
+
const add$4 = widget => {
|
|
10238
|
+
return addWidget$1(widget, 'EditorCompletionDetails', render$5);
|
|
10787
10239
|
};
|
|
10788
|
-
const remove$
|
|
10789
|
-
const handleEditorType
|
|
10240
|
+
const remove$4 = removeWidget;
|
|
10241
|
+
const handleEditorType = (editor, state) => {
|
|
10790
10242
|
const completionState = getCompletionState(editor);
|
|
10791
10243
|
if (!completionState) {
|
|
10792
10244
|
return editor;
|
|
@@ -10800,7 +10252,7 @@ const handleEditorType$1 = (editor, state) => {
|
|
|
10800
10252
|
x: detailX
|
|
10801
10253
|
};
|
|
10802
10254
|
};
|
|
10803
|
-
const handleEditorDeleteLeft
|
|
10255
|
+
const handleEditorDeleteLeft = (editor, state) => {
|
|
10804
10256
|
const completionState = getCompletionState(editor);
|
|
10805
10257
|
if (!completionState) {
|
|
10806
10258
|
return editor;
|
|
@@ -10816,357 +10268,6 @@ const handleEditorDeleteLeft$1 = (editor, state) => {
|
|
|
10816
10268
|
};
|
|
10817
10269
|
|
|
10818
10270
|
const EditorCompletionDetailWidget = {
|
|
10819
|
-
__proto__: null,
|
|
10820
|
-
add: add$5,
|
|
10821
|
-
handleEditorDeleteLeft: handleEditorDeleteLeft$1,
|
|
10822
|
-
handleEditorType: handleEditorType$1,
|
|
10823
|
-
remove: remove$5,
|
|
10824
|
-
render: render$7
|
|
10825
|
-
};
|
|
10826
|
-
|
|
10827
|
-
const None = 'none';
|
|
10828
|
-
const Option = 'option';
|
|
10829
|
-
|
|
10830
|
-
const getFileIconVirtualDom = icon => {
|
|
10831
|
-
return {
|
|
10832
|
-
type: Img,
|
|
10833
|
-
className: FileIcon,
|
|
10834
|
-
src: icon,
|
|
10835
|
-
role: None,
|
|
10836
|
-
childCount: 0
|
|
10837
|
-
};
|
|
10838
|
-
};
|
|
10839
|
-
|
|
10840
|
-
const getIconDom = (fileIcon, symbolName) => {
|
|
10841
|
-
if (fileIcon) {
|
|
10842
|
-
return getFileIconVirtualDom(fileIcon);
|
|
10843
|
-
}
|
|
10844
|
-
return {
|
|
10845
|
-
type: Div,
|
|
10846
|
-
className: `${ColoredMaskIcon} ${symbolName}`,
|
|
10847
|
-
childCount: 0
|
|
10848
|
-
};
|
|
10849
|
-
};
|
|
10850
|
-
|
|
10851
|
-
const label1 = {
|
|
10852
|
-
type: Div,
|
|
10853
|
-
className: Label,
|
|
10854
|
-
childCount: 1
|
|
10855
|
-
};
|
|
10856
|
-
const completionHighlight = {
|
|
10857
|
-
type: Span,
|
|
10858
|
-
className: EditorCompletionItemHighlight,
|
|
10859
|
-
childCount: 1
|
|
10860
|
-
};
|
|
10861
|
-
const getHighlightedLabelDom = (label, highlights) => {
|
|
10862
|
-
if (highlights.length === 0) {
|
|
10863
|
-
return [label1, text(label)];
|
|
10864
|
-
}
|
|
10865
|
-
const dom = [];
|
|
10866
|
-
const labelDom = {
|
|
10867
|
-
type: Div,
|
|
10868
|
-
className: Label,
|
|
10869
|
-
childCount: 0
|
|
10870
|
-
};
|
|
10871
|
-
dom.push(labelDom);
|
|
10872
|
-
let position = 0;
|
|
10873
|
-
for (let i = 0; i < highlights.length; i += 2) {
|
|
10874
|
-
const highlightStart = highlights[i];
|
|
10875
|
-
const highlightEnd = highlights[i + 1];
|
|
10876
|
-
if (position < highlightStart) {
|
|
10877
|
-
const beforeText = label.slice(position, highlightStart);
|
|
10878
|
-
labelDom.childCount++;
|
|
10879
|
-
dom.push(text(beforeText));
|
|
10880
|
-
}
|
|
10881
|
-
const highlightText = label.slice(highlightStart, highlightEnd);
|
|
10882
|
-
labelDom.childCount++;
|
|
10883
|
-
dom.push(completionHighlight, text(highlightText));
|
|
10884
|
-
position = highlightEnd;
|
|
10885
|
-
}
|
|
10886
|
-
if (position < label.length) {
|
|
10887
|
-
const afterText = label.slice(position);
|
|
10888
|
-
labelDom.childCount++;
|
|
10889
|
-
dom.push(text(afterText));
|
|
10890
|
-
}
|
|
10891
|
-
return dom;
|
|
10892
|
-
};
|
|
10893
|
-
|
|
10894
|
-
const getCompletionItemVirtualDom = visibleItem => {
|
|
10895
|
-
const {
|
|
10896
|
-
top,
|
|
10897
|
-
label,
|
|
10898
|
-
symbolName,
|
|
10899
|
-
highlights,
|
|
10900
|
-
focused,
|
|
10901
|
-
deprecated,
|
|
10902
|
-
fileIcon
|
|
10903
|
-
} = visibleItem;
|
|
10904
|
-
let className = EditorCompletionItem;
|
|
10905
|
-
if (focused) {
|
|
10906
|
-
className += ' ' + EditorCompletionItemFocused;
|
|
10907
|
-
}
|
|
10908
|
-
if (deprecated) {
|
|
10909
|
-
className += ' ' + EditorCompletionItemDeprecated;
|
|
10910
|
-
}
|
|
10911
|
-
return [{
|
|
10912
|
-
type: Div,
|
|
10913
|
-
role: Option,
|
|
10914
|
-
className,
|
|
10915
|
-
top,
|
|
10916
|
-
childCount: 2
|
|
10917
|
-
}, getIconDom(fileIcon, symbolName), ...getHighlightedLabelDom(label, highlights)];
|
|
10918
|
-
};
|
|
10919
|
-
|
|
10920
|
-
const getCompletionItemsVirtualDom = visibleItems => {
|
|
10921
|
-
if (visibleItems.length === 0) {
|
|
10922
|
-
return [{
|
|
10923
|
-
type: Div,
|
|
10924
|
-
childCount: 1
|
|
10925
|
-
}, text(noResults())];
|
|
10926
|
-
}
|
|
10927
|
-
const root = {
|
|
10928
|
-
type: Div,
|
|
10929
|
-
childCount: visibleItems.length
|
|
10930
|
-
};
|
|
10931
|
-
const dom = [root, ...visibleItems.flatMap(getCompletionItemVirtualDom)];
|
|
10932
|
-
return dom;
|
|
10933
|
-
};
|
|
10934
|
-
|
|
10935
|
-
const Property = 1;
|
|
10936
|
-
const Value = 2;
|
|
10937
|
-
const Function = 3;
|
|
10938
|
-
const Variable = 4;
|
|
10939
|
-
const Keyword = 5;
|
|
10940
|
-
const Folder = 6;
|
|
10941
|
-
const File = 7;
|
|
10942
|
-
const Field = 8;
|
|
10943
|
-
|
|
10944
|
-
const SymbolProperty = 'SymbolProperty';
|
|
10945
|
-
const SymbolValue = 'SymbolValue';
|
|
10946
|
-
const SymbolFunction = 'SymbolFunction';
|
|
10947
|
-
const SymbolVariable = 'SymbolVariable';
|
|
10948
|
-
const SymbolKeyword = 'SymbolKeyword';
|
|
10949
|
-
const SymbolDefault = 'SymbolDefault';
|
|
10950
|
-
const SymbolField = 'SymbolField';
|
|
10951
|
-
const SymbolNone = '';
|
|
10952
|
-
|
|
10953
|
-
const getSymbolName = kind => {
|
|
10954
|
-
switch (kind) {
|
|
10955
|
-
case Property:
|
|
10956
|
-
return SymbolProperty;
|
|
10957
|
-
case Value:
|
|
10958
|
-
return SymbolValue;
|
|
10959
|
-
case Function:
|
|
10960
|
-
return SymbolFunction;
|
|
10961
|
-
case Variable:
|
|
10962
|
-
return SymbolVariable;
|
|
10963
|
-
case Keyword:
|
|
10964
|
-
return SymbolKeyword;
|
|
10965
|
-
case Field:
|
|
10966
|
-
return SymbolField;
|
|
10967
|
-
case File:
|
|
10968
|
-
return SymbolNone;
|
|
10969
|
-
default:
|
|
10970
|
-
return SymbolDefault;
|
|
10971
|
-
}
|
|
10972
|
-
};
|
|
10973
|
-
|
|
10974
|
-
// TODO
|
|
10975
|
-
const getCompletionFileIcon = kind => {
|
|
10976
|
-
switch (kind) {
|
|
10977
|
-
case File:
|
|
10978
|
-
return EmptyString$1;
|
|
10979
|
-
case Folder:
|
|
10980
|
-
return EmptyString$1;
|
|
10981
|
-
default:
|
|
10982
|
-
return EmptyString$1;
|
|
10983
|
-
}
|
|
10984
|
-
};
|
|
10985
|
-
|
|
10986
|
-
const getHighlights = item => {
|
|
10987
|
-
const {
|
|
10988
|
-
matches
|
|
10989
|
-
} = item;
|
|
10990
|
-
return matches.slice(1);
|
|
10991
|
-
};
|
|
10992
|
-
|
|
10993
|
-
const getLabel = item => {
|
|
10994
|
-
return item.label;
|
|
10995
|
-
};
|
|
10996
|
-
const getVisibleIem = (item, itemHeight, leadingWord, i, focusedIndex) => {
|
|
10997
|
-
return {
|
|
10998
|
-
label: getLabel(item),
|
|
10999
|
-
symbolName: getSymbolName(item.kind),
|
|
11000
|
-
top: i * itemHeight,
|
|
11001
|
-
highlights: getHighlights(item),
|
|
11002
|
-
focused: i === focusedIndex,
|
|
11003
|
-
deprecated: item.flags & Deprecated,
|
|
11004
|
-
fileIcon: getCompletionFileIcon(item.kind)
|
|
11005
|
-
};
|
|
11006
|
-
};
|
|
11007
|
-
|
|
11008
|
-
const getVisibleItems = (filteredItems, itemHeight, leadingWord, minLineY, maxLineY, focusedIndex) => {
|
|
11009
|
-
const visibleItems = [];
|
|
11010
|
-
for (let i = minLineY; i < maxLineY; i++) {
|
|
11011
|
-
const filteredItem = filteredItems[i];
|
|
11012
|
-
visibleItems.push(getVisibleIem(filteredItem, itemHeight, leadingWord, i, focusedIndex));
|
|
11013
|
-
}
|
|
11014
|
-
return visibleItems;
|
|
11015
|
-
};
|
|
11016
|
-
|
|
11017
|
-
const renderItems = {
|
|
11018
|
-
isEqual(oldState, newState) {
|
|
11019
|
-
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.focusedIndex === newState.focusedIndex;
|
|
11020
|
-
},
|
|
11021
|
-
apply(oldState, newState) {
|
|
11022
|
-
const visibleItems = getVisibleItems(newState.items, newState.itemHeight, newState.leadingWord, newState.minLineY, newState.maxLineY, newState.focusedIndex);
|
|
11023
|
-
const dom = getCompletionItemsVirtualDom(visibleItems);
|
|
11024
|
-
return ['setDom', dom];
|
|
11025
|
-
}
|
|
11026
|
-
};
|
|
11027
|
-
const renderBounds$1 = {
|
|
11028
|
-
isEqual(oldState, newState) {
|
|
11029
|
-
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.x === newState.x && oldState.y === newState.y;
|
|
11030
|
-
},
|
|
11031
|
-
apply(oldState, newState) {
|
|
11032
|
-
const {
|
|
11033
|
-
x,
|
|
11034
|
-
y,
|
|
11035
|
-
width,
|
|
11036
|
-
height
|
|
11037
|
-
} = newState;
|
|
11038
|
-
return [/* method */SetBounds, /* x */x, /* y */y, /* width */width, /* height */height];
|
|
11039
|
-
}
|
|
11040
|
-
};
|
|
11041
|
-
const renderHeight = {
|
|
11042
|
-
isEqual(oldState, newState) {
|
|
11043
|
-
return oldState.items.length === newState.items.length;
|
|
11044
|
-
},
|
|
11045
|
-
apply(oldState, newState) {
|
|
11046
|
-
const {
|
|
11047
|
-
itemHeight
|
|
11048
|
-
} = newState;
|
|
11049
|
-
const contentHeight = newState.items.length * itemHeight;
|
|
11050
|
-
return [/* method */SetContentHeight, /* contentHeight */contentHeight];
|
|
11051
|
-
}
|
|
11052
|
-
};
|
|
11053
|
-
const renderNegativeMargin = {
|
|
11054
|
-
isEqual(oldState, newState) {
|
|
11055
|
-
return oldState.deltaY === newState.deltaY;
|
|
11056
|
-
},
|
|
11057
|
-
apply(oldState, newState) {
|
|
11058
|
-
return [/* method */SetNegativeMargin, /* negativeMargin */-newState.deltaY];
|
|
11059
|
-
}
|
|
11060
|
-
};
|
|
11061
|
-
const renderScrollBar = {
|
|
11062
|
-
isEqual(oldState, newState) {
|
|
11063
|
-
return oldState.negativeMargin === newState.negativeMargin && oldState.deltaY === newState.deltaY && oldState.height === newState.height && oldState.finalDeltaY === newState.finalDeltaY && oldState.items.length === newState.items.length;
|
|
11064
|
-
},
|
|
11065
|
-
apply(oldState, newState) {
|
|
11066
|
-
const total = newState.items.length;
|
|
11067
|
-
const contentHeight = total * newState.itemHeight;
|
|
11068
|
-
const scrollBarHeight = getScrollBarSize(newState.height, contentHeight, newState.minimumSliderSize);
|
|
11069
|
-
const scrollBarY = getScrollBarY(newState.deltaY, newState.finalDeltaY, newState.height - newState.headerHeight, scrollBarHeight);
|
|
11070
|
-
return [/* method */SetScrollBar, /* scrollBarY */scrollBarY, /* scrollBarHeight */scrollBarHeight];
|
|
11071
|
-
}
|
|
11072
|
-
};
|
|
11073
|
-
const render$6 = [renderItems, renderBounds$1, renderHeight, renderNegativeMargin, renderScrollBar];
|
|
11074
|
-
const renderCompletion = (oldState, newState) => {
|
|
11075
|
-
const commands = [];
|
|
11076
|
-
for (const item of render$6) {
|
|
11077
|
-
if (!item.isEqual(oldState, newState)) {
|
|
11078
|
-
commands.push(item.apply(oldState, newState));
|
|
11079
|
-
}
|
|
11080
|
-
}
|
|
11081
|
-
return commands;
|
|
11082
|
-
};
|
|
11083
|
-
|
|
11084
|
-
const render$5 = widget => {
|
|
11085
|
-
const commands = renderCompletion(widget.oldState, widget.newState);
|
|
11086
|
-
const wrappedCommands = [];
|
|
11087
|
-
const {
|
|
11088
|
-
uid
|
|
11089
|
-
} = widget.newState;
|
|
11090
|
-
for (const command of commands) {
|
|
11091
|
-
wrappedCommands.push(['Viewlet.send', uid, ...command]);
|
|
11092
|
-
}
|
|
11093
|
-
return wrappedCommands;
|
|
11094
|
-
};
|
|
11095
|
-
const add$4 = widget => {
|
|
11096
|
-
const commands = render$5(widget);
|
|
11097
|
-
const id = 'EditorCompletion';
|
|
11098
|
-
// TODO how to generate a unique integer id
|
|
11099
|
-
// that doesn't collide with ids created in renderer worker?
|
|
11100
|
-
const {
|
|
11101
|
-
uid
|
|
11102
|
-
} = widget.newState;
|
|
11103
|
-
const allCommands = [];
|
|
11104
|
-
allCommands.push(['Viewlet.create', id, uid]);
|
|
11105
|
-
allCommands.push(...commands);
|
|
11106
|
-
return allCommands;
|
|
11107
|
-
};
|
|
11108
|
-
const remove$4 = removeWidget;
|
|
11109
|
-
const handleEditorType = (editor, state) => {
|
|
11110
|
-
const {
|
|
11111
|
-
unfilteredItems,
|
|
11112
|
-
itemHeight,
|
|
11113
|
-
maxHeight
|
|
11114
|
-
} = state;
|
|
11115
|
-
const {
|
|
11116
|
-
x,
|
|
11117
|
-
y,
|
|
11118
|
-
rowIndex,
|
|
11119
|
-
columnIndex
|
|
11120
|
-
} = getPositionAtCursor$1(editor);
|
|
11121
|
-
const wordAtOffset = getWordBefore(editor, rowIndex, columnIndex);
|
|
11122
|
-
const items = filterCompletionItems(unfilteredItems, wordAtOffset);
|
|
11123
|
-
const newMinLineY = 0;
|
|
11124
|
-
const newMaxLineY = Math.min(items.length, 8);
|
|
11125
|
-
const height = getListHeight(items.length, itemHeight, maxHeight);
|
|
11126
|
-
const finalDeltaY = items.length * itemHeight - height;
|
|
11127
|
-
return {
|
|
11128
|
-
...state,
|
|
11129
|
-
items,
|
|
11130
|
-
x,
|
|
11131
|
-
y,
|
|
11132
|
-
minLineY: newMinLineY,
|
|
11133
|
-
maxLineY: newMaxLineY,
|
|
11134
|
-
leadingWord: wordAtOffset,
|
|
11135
|
-
height,
|
|
11136
|
-
finalDeltaY
|
|
11137
|
-
};
|
|
11138
|
-
};
|
|
11139
|
-
const handleEditorDeleteLeft = (editor, state) => {
|
|
11140
|
-
const {
|
|
11141
|
-
unfilteredItems,
|
|
11142
|
-
itemHeight,
|
|
11143
|
-
maxHeight
|
|
11144
|
-
} = state;
|
|
11145
|
-
const {
|
|
11146
|
-
x,
|
|
11147
|
-
y,
|
|
11148
|
-
rowIndex,
|
|
11149
|
-
columnIndex
|
|
11150
|
-
} = getPositionAtCursor$1(editor);
|
|
11151
|
-
const wordAtOffset = getWordBefore(editor, rowIndex, columnIndex);
|
|
11152
|
-
if (!wordAtOffset) {
|
|
11153
|
-
return undefined;
|
|
11154
|
-
}
|
|
11155
|
-
const items = filterCompletionItems(unfilteredItems, wordAtOffset);
|
|
11156
|
-
const newMaxLineY = Math.min(items.length, 8);
|
|
11157
|
-
const height = getListHeight(items.length, itemHeight, maxHeight);
|
|
11158
|
-
return {
|
|
11159
|
-
...state,
|
|
11160
|
-
items,
|
|
11161
|
-
x,
|
|
11162
|
-
y,
|
|
11163
|
-
maxLineY: newMaxLineY,
|
|
11164
|
-
leadingWord: wordAtOffset,
|
|
11165
|
-
height
|
|
11166
|
-
};
|
|
11167
|
-
};
|
|
11168
|
-
|
|
11169
|
-
const EditorCompletionWidget = {
|
|
11170
10271
|
__proto__: null,
|
|
11171
10272
|
add: add$4,
|
|
11172
10273
|
handleEditorDeleteLeft,
|
|
@@ -11175,7 +10276,7 @@ const EditorCompletionWidget = {
|
|
|
11175
10276
|
render: render$5
|
|
11176
10277
|
};
|
|
11177
10278
|
|
|
11178
|
-
const renderFull
|
|
10279
|
+
const renderFull = (oldState, newState) => {
|
|
11179
10280
|
const commands = [...newState.commands];
|
|
11180
10281
|
// @ts-ignore
|
|
11181
10282
|
newState.commands = [];
|
|
@@ -11183,7 +10284,7 @@ const renderFull$1 = (oldState, newState) => {
|
|
|
11183
10284
|
};
|
|
11184
10285
|
|
|
11185
10286
|
const render$4 = widget => {
|
|
11186
|
-
const commands = renderFull
|
|
10287
|
+
const commands = renderFull(widget.oldState, widget.newState);
|
|
11187
10288
|
const wrappedCommands = [];
|
|
11188
10289
|
const {
|
|
11189
10290
|
uid
|
|
@@ -11198,7 +10299,7 @@ const render$4 = widget => {
|
|
|
11198
10299
|
return wrappedCommands;
|
|
11199
10300
|
};
|
|
11200
10301
|
const add$3 = widget => {
|
|
11201
|
-
return addWidget(widget, 'FindWidget', render$4);
|
|
10302
|
+
return addWidget$1(widget, 'FindWidget', render$4);
|
|
11202
10303
|
};
|
|
11203
10304
|
const remove$3 = widget => {
|
|
11204
10305
|
return [['Viewlet.dispose', widget.newState.uid]];
|
|
@@ -11229,7 +10330,7 @@ const render$3 = widget => {
|
|
|
11229
10330
|
return wrappedCommands;
|
|
11230
10331
|
};
|
|
11231
10332
|
const add$2 = widget => {
|
|
11232
|
-
return addWidget(widget, 'EditorHover', render$3);
|
|
10333
|
+
return addWidget$1(widget, 'EditorHover', render$3);
|
|
11233
10334
|
};
|
|
11234
10335
|
const remove$2 = removeWidget;
|
|
11235
10336
|
|
|
@@ -11240,15 +10341,8 @@ const EditorHoverWidget = {
|
|
|
11240
10341
|
render: render$3
|
|
11241
10342
|
};
|
|
11242
10343
|
|
|
11243
|
-
const renderFull = (oldState, newState) => {
|
|
11244
|
-
const commands = [...newState.commands];
|
|
11245
|
-
// @ts-ignore
|
|
11246
|
-
newState.commands = [];
|
|
11247
|
-
return commands;
|
|
11248
|
-
};
|
|
11249
|
-
|
|
11250
10344
|
const render$2 = widget => {
|
|
11251
|
-
const commands = renderFull(widget.oldState, widget.newState);
|
|
10345
|
+
const commands = renderFull$4(widget.oldState, widget.newState);
|
|
11252
10346
|
const wrappedCommands = [];
|
|
11253
10347
|
const {
|
|
11254
10348
|
uid
|
|
@@ -11263,7 +10357,7 @@ const render$2 = widget => {
|
|
|
11263
10357
|
return wrappedCommands;
|
|
11264
10358
|
};
|
|
11265
10359
|
const add$1 = widget => {
|
|
11266
|
-
return addWidget(widget, 'EditorRename', render$2);
|
|
10360
|
+
return addWidget$1(widget, 'EditorRename', render$2);
|
|
11267
10361
|
};
|
|
11268
10362
|
const remove$1 = removeWidget;
|
|
11269
10363
|
|
|
@@ -11399,7 +10493,7 @@ const render = widget => {
|
|
|
11399
10493
|
return wrappedCommands;
|
|
11400
10494
|
};
|
|
11401
10495
|
const add = widget => {
|
|
11402
|
-
return addWidget(widget, 'EditorSourceActions', render);
|
|
10496
|
+
return addWidget$1(widget, 'EditorSourceActions', render);
|
|
11403
10497
|
};
|
|
11404
10498
|
const remove = removeWidget;
|
|
11405
10499
|
|