Releases: abgox/PSCompletions
Releases · abgox/PSCompletions
v5.1.3
v5.1.2
- Due to future changes in Windows Terminal, 😄🤔😎 will not be displayed properly in the completion menu, so these three default special symbols will change.
- Related issue: microsoft/terminal#18242
- Currently, Windows Terminal is available, Windows Terminal Preview is not available.
- PSCompletions will not automatically replace them, you need to run the command
psc reset menu symbol
to replace them. - The changes are as follows:
😄
=>→
🤔
=>?
😎
=>↓
- Fix the issue of not taking effect after configuration modification.
- Other optimizations and fixes.
v5.1.1
v5.1.0
- Add method
$PSCompletions.argc_completions()
for argc-completions.- For details: PSCompletions and argc-completions.
- Optimize the module directory structure, and put unnecessary files into the
temp
directory. - Reduce unnecessary duplicate parsing, making subsequent completions faster after the first completion.
- Other optimizations and fixes.