UnixCompleters
UnixCompleters copied to clipboard
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
# PR Summary Create the initial documentation for this module. ## PR Context This content was originally created to be published to the documentation repository. Since the module is not...
Add test for same. # PR Summary ## PR Context
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
Currently the zsh implementation is unstable because it relies on [a hacky terminal capture functionality in zsh](https://github.com/Valodim/zsh-capture-completion#zsh-capture-completion). There may be other, better ways to do this, but implementing them requires...
Currently we invoke a new bash process every time we get a completion. Instead we should investigate using `bash -s` to reuse the same server process for all completions.
# Summary of the new feature/enhancement The `UnixCompleters` module should create a cache of completions to be lazy-loaded when PowerShell starts up. Currently, it would appear the module loads all...
Hello, I'm using Azure Cloud Shell and I'm encountering this error when running a PowerShell script. My script manages VMs. Any ideas? ``` InvalidOperation: /usr/local/share/powershell/Modules/Microsoft.PowerShell.UnixCompleters/0.1.1/OnStart.ps1:12 Line | 12 | $m.OnRemove...