Michael Klement
Michael Klement
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
## Bug Description #1734 was closed, but I don't think it was correctly resolved. ### Reproduction steps https://regex101.com/r/WYJ3DJ/1 ### Expected Outcome ```none a[!]\a"z ``` That is, the SUBSTITUTION field value,...
Note: * What I'm proposing requires adding special handling to array indices, which is currently _not_ the case: PowerShell has no special array-subscript syntax, it allows use of any expression,...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Note that the symptom only occurs when redirecting to _another stream_, either via `2>&1` or `*>&1`. By contrast, redirecting to a _file_ works as expected. # Steps to reproduce Run...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...
## Description Of Changes Switches to using `Register-ArgumentCompleter` for tab-completion (expansion) when running in PowerShell v7.4+ ## Motivation and Context As discussed in #3364: * Chocolatey's tab completion broke in...