-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Before you open this issue, please complete the following tasks:
- use the search bar at the top of the page to search this repository for similar issues or discussions that have already been opened.
- if you think there is a bug in our code, open this issue.
What were you expecting to happen?
powershell completion to work
What actually happened?
powershell completion didn't work (tab does nothing after running the documented command)
Please provide the following information:
- OS & version [e.g. MacOS Catalina 10.15.4]:
- node version (run
node -v
): - npm version (run
npm -v
): - gulp version (run
gulp -v
):
Additional information
The completion script was written more than 8 years ago and is probably very outdated (if it ever worked; googling "nativeargumentcompleters" yields a very low amount and no official documentation).
It should probably be using the following to support newer powershell
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/register-argumentcompleter?view=powershell-7.5
Metadata
Metadata
Assignees
Labels
No labels