Results 30 issues of Keith Hill

With this change, the bat choco install would find vcredist 2015-2019 already installed on most Windows 10 systems.

help wanted
packaging/tooling
windows

The `System.Diagnostics.Process` has many more properties than this: ![processevald](https://cloud.githubusercontent.com/assets/5177512/11915577/acd322f2-a669-11e5-8fb6-a1bd0d3f745c.png) Repro with: ``` powershell $proc = Get-Process PowerShell ``` And inspect `$proc` in the Variables window.

Issue-Bug

Not sure if this used to work but it isn't in 1.2.1 and it would be really nice to have.

Issue-Enhancement
Area-IntelliSense

VS Code 1.8.1 / PSES v0.9.0.526 I have a function in a script defined like so: ```powershell function script:gitRemoteBranches { ... } ``` Later in the same script it is...

Issue-Bug

I'm not sure if this is possible or not but it sure would be nice to have. Many times PowerShellers just let various statements "output" from the function so after...

Issue-Enhancement
Area-Debugging

I've been using "attach to" to debug posh-git tab expansion (awesome that I can do this!). However when I attach the debugger and trigger a breakpoint, the debugger stops where...

Issue-Bug
Area-Debugging

If the user modifies, add or removes a variable in the debug console during a debug stop, that should be reflected after execution of their command. We will probably need...

Issue-Enhancement
Area-Debugging

### System Details - posh-git version/path: 1.0.0-beta3 - PowerShell version: 6.1.3 - Git version: N/A - Operating system name and version: RHEL7 ### Issue Description This command should do the...

Bug

I'm not sure where this belongs or if it even belongs in this repo but... Most of us probably have pretty complex profile scripts. My PSReadline custom configuration alone is...

Best Practices
Discussion

# Summary of the new feature/enhancement When I install an app that updates the path or I update the path manually, it isn't enough to kill an individual tab in...

Help Wanted
Area-User Interface
Product-Terminal
Issue-Task