We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Norberto:
Using IntelliSense to complete the 'hash' attribute to 'hashtable'
function Add-DscEncyptionCertificate { [CmdletBinding()] param ( [AllowNull()] [AllowEmptyString()] [Parameter()] [hash] $ConfigurationDataPath,
Gives this
function Add-DscEncyptionCertificate { [CmdletBinding()] param ( [AllowNull()] [AllowEmptyString()] [Parameter()] hashtable $ConfigurationDataPath,
Shouldn’t remove the [], if possible
The text was updated successfully, but these errors were encountered:
e3d46b5
Merge pull request #68 from PowerShell/daviwil/better-completions
ae3ad45
Fix #45, #63: Completion text replacement bugs
No branches or pull requests
From Norberto:
Using IntelliSense to complete the 'hash' attribute to 'hashtable'
Gives this
Shouldn’t remove the [], if possible
The text was updated successfully, but these errors were encountered: