Keith Hill
Keith Hill
Hmm, I need to update the README. The `-AllowPrerelease` parameter does not apply to v1 now that it is no longer prerelease. :-)
There are "issues" with Install-Module. Fortunately the PowerShell team is working on a new & improved way to install modules via PowerShellGet v3. For now, exit all instances of pwsh.exe...
Those settings aren't available in v0.7.3. Can you upgrade to v1.0.0-beta4 where those settings are available?
In addition to moving to `Set-WindowTitle` should this feature be behind another GitPromptSettings property e.g. `EnableIseTabTitle` or something like that?
@georgecheyne If you use Visual Studio Code and install the PowerShell extension, you can select your code and press `Ctrl+K, Ctrl+F` to format the selected script.
> Isn't a more standard behavior to also abbreviate the home dir to only '~'? On Linux yes but after using it on Windows, it seemed a bit too much...
After thinking about this some more, I'm really tempted to simplify and make Windows behave like Linux and just show `~` when in the home dir.
Well, PowerShell does not abbreviate paths displayed in the prompt. Maybe we should not enable this option `DefaultPromptAbbreviateHomeDirectory` by default. And if the user does enable it, make it behave...
OK, I'll submit a PR to make this change later tonight!
RE: > for including only relevant files Don't mean to sound like a broken record but ... with a build script - or at least a publish script - we...