Skip to content

Gitlens disappears from the status bar #249

@jsnjack

Description

@jsnjack
  • GitLens Version: 7.5.3
  • VSCode Version:1.19.2
  • OS Version:Fedora 27

Steps to Reproduce:

I want gitlens to show commit information only in the status bar. However, after latest updated, it disappeared. My settings are:

    "gitlens.blame.line.enabled": false,
    "gitlens.codeLens.recentChange.enabled": false,
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.statusBar.command": "gitlens.showQuickCommitDetails",
    "gitlens.gitExplorer.enabled": false,
    "gitlens.statusBar.enabled": true,

If I set "gitlens.blame.line.enabled": true, it appears again. "gitlens.blame.line.enabled" settings should not affect gitlens.statusBar.enabled setting

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions