diff --git a/gitlens/gitlens-faq.md b/gitlens/gitlens-faq.md index 59116d6..b905929 100644 --- a/gitlens/gitlens-faq.md +++ b/gitlens/gitlens-faq.md @@ -69,7 +69,7 @@ Or use the VS Code Command Palette: ## How do I enable debug logging? -You can enable debug logging by opening the Command Palette (`ctrl+shift+p` or `command+shift+p`) and running the command `GitLens: Enable Debug Logging`. +You can enable debug logging by opening the Command Palette (`ctrl+shift+p` or `command+shift+p`) and running the command `GitLens: Enable Debug (Trace) Logging`. diff --git a/gitlens/gitlens-features.md b/gitlens/gitlens-features.md index 6294cd9..65b2fc8 100644 --- a/gitlens/gitlens-features.md +++ b/gitlens/gitlens-features.md @@ -1016,6 +1016,12 @@ Commit Composer is also more discoverable, with a new button on the WIP row in t *** +## Git Submodule Support + +GitLens provides basic support for Git submodules, including automatic repository discovery and tracking of submodule repositories within your workspace. Submodules are distinguished in the sidebar and quick picks with a dedicated icon and tooltip, making it easy to identify them at a glance. Context menus are submodule-aware, so actions like external diffs and change highlighting are appropriately scoped to avoid unsupported operations on submodule entries. + +*** + ## Git Command Palette @@ -1287,8 +1293,8 @@ GitLens provides powerful commands to improve your workflow: - **Open Blame Prior to Change** (`gitlens.openBlamePriorToChange`) — Show blame for the prior revision of a line. - **Open Changed Files** (`gitlens.openChangedFiles`) — Open all changed files in the working tree. - **Close Unchanged Files** (`gitlens.closeUnchangedFiles`) — Close all files without changes. -- **Enable Debug Logging** (`gitlens.enableDebugLogging`) — Enable debug logging in the GitLens output. -- **Disable Debug Logging** (`gitlens.disableDebugLogging`) — Disable debug logging. +- **Enable Debug (Trace) Logging** (`gitlens.enableDebugLogging`) — Enable debug (trace) logging using VS Code's native log level controls. +- **Disable Debug (Trace) Logging** (`gitlens.disableDebugLogging`) — Disable debug (trace) logging. - **Copy as Patch** (`gitlens.copyPatchToClipboard`) — Copy patch data from views, changes, or stashes. - **Apply Copied Patch** (`gitlens.applyPatchFromClipboard`) — Apply a patch from clipboard contents. diff --git a/gitlens/gitlens-settings.md b/gitlens/gitlens-settings.md index 0830762..73e702e 100644 --- a/gitlens/gitlens-settings.md +++ b/gitlens/gitlens-settings.md @@ -1436,7 +1436,11 @@ Another custom example:
anthropic:claude-3-5-sonnet-latest
anthropic:claude-3-sonnet-20240229
anthropic:claude-3-5-sonnet-20240620
-anthropic:claude-3-5-sonnet-20241022 +anthropic:claude-3-5-sonnet-20241022
+anthropic:claude-sonnet-4-6
+anthropic:claude-opus-4-6
+google:gemini-3.1-pro-preview
+google:gemini-3.1-flash-lite-preview @@ -1547,11 +1551,11 @@ Another custom example:
gitlens.outputLevel -Controls the verbosity of output sent to the GitLens output channel. +Deprecated. Use the GitLens: Enable Debug (Trace) Logging and GitLens: Disable Debug (Trace) Logging commands, or the Developer: Set Log Level... command to control logging. gitlens.showWelcomeOnInstall -Shows the Welcome (Quick Setup) experience on first install. +Shows the Welcome view on first install. gitlens.showWhatsNewAfterUpgrades