GitLens for VS Code V15.1

Released: Jun 5, 2024

GitLens for VS Code V15.1 での更新項目

機能

  • Added support for GitHub Copilot and other VS Code extension-provided AI models for GitLens' experimental AI features
    • Added a gitlens.ai.experimental.model setting to specify the AI model to use.
    • Added a gitlens.ai.experimental.vscode.model setting to specify the VS Code extension-provided AI model to use when gitlens.ai.experimental.model is set to VS Code.
  • Added new Launchpad improvements:
    • Collapsed state of Launchpad groups are now saved between uses.
    • The Draft and Pinned categories in the Launchpad now always sort their items by date.
    • The Launchpad and Launchpad status bar indicator now indicate when there is an error loading data.
    • The Launchpad indicator now shows the Launchpad icon next to the loading spinner when the Launchpad is loading.
  • Changed the settings used to configure the AI models for GitLens' experimental AI features
    • Added a gitlens.ai.experimental.model setting to specify the AI model to use.
    • Removed the gitlens.ai.experimental.provider, gitlens.ai.experimental.openai.model, gitlens.ai.experimental.anthropic.model, and gitlens.ai.experimental.gemini.model settings.

不具合の修正

  • Incorrect pluralization in Authors lens.
  • Unable to pull branch when the local branch whose name differs from its tracking branch.