vscode-gitlens
vscode-gitlens copied to clipboard
Add command to return current branch name
Similar to "CopyCurrentBranch", I'd like a way to get the current branch name in e.g. my tasks.json file:
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo ${command:gitlens.getCurrentBranch}",
}
]