GitLens for VS Code V17.11
Released: Mar 4, 2026
GitLens for VS Code V17.11 での更新項目
機能
- Added support for Claude Sonnet 4.6, Claude Opus 4.6, Gemini 3.1 Pro Preview, and Gemini 3.1 Flash-Lite Preview AI models.
- Added basic support for Git submodules - Including repository discovery, tracking, and UI icons and tooltips to distinguish submodules in views and quick picks.
- Improved tracking for connecting flow actions by adding IDE attributes to gk.dev links.
- Refactored the Welcome view to be a standalone view separate from the Home view, improving modularity and allowing the Welcome walkthrough to be displayed independently without requiring the Welcome Overlay.
- Improved the quality of output when recomposing branches in the Commit Composer by including commit messages of the previous commits as context.
- Changed logging to use VS Code's native LogOutputChannel - The custom output level setting has been deprecated in favor of native VS Code log level controls.
- Switched out deprecated Bitbucket provider API method.
- Improved performance of the file system provider by adding an LRU cache to the search tree.
- Improved Git shell operations by converting synchronous file system calls to async.
不具合の修正
- Fixed an issue in the Start Review command where it opens the wrong branch with GitLab repos.
- Fixed an issue where authentication errors were not properly displayed in Launchpad when GitLab integration credentials were revoked.
- Fixed an issue where stashing only unstaged changes could incorrectly stash everything.
- Fixed an issue where Jira and Linear issues were not shown on the Commit Graph unless a Git hosting integration (e.g. GitHub) was also connected.
- Fixed highlighting delays that can occur in Commit Composer when selecting large commits.
- Fixed repeated warnings about large token usage in the same session in Commit Composer.
- Fixed an issue where MCP registration can stop working if CLI binary goes missing after the CLI was successfully installed.
- Fixed an issue where continuing a paused revert operation would incorrectly abort instead of continuing.
- Fixed an issue with rebase todo parsing when using newer Git versions that use # preFixed in commit messages.
- Fixed an issue with incorrect ref resolution for merge conflict nodes.
- Fixed an issue where nested repositories could fail to be removed when workspaces change.