JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.18k stars 281 forks source link

Get-VCSStatus no longer returns RepoName property #250

Closed mikesigs closed 4 years ago

mikesigs commented 4 years ago

The title pretty much says it all. The Get-VCSStatus helper function used to return a RepoName property, now it doesn't.

nwykes commented 4 years ago

Get-VCSStatus is just a wrapper around a posh-git function. RepoName wasn't added until the 1.0.0-beta2 so you'll need to install the prerelease version of posh-git in order to get it.